Author Topic: Reporting Errors:  (Read 352345 times)

0 Members and 6 Guests are viewing this topic.

Offline CherryWood

  • Hero Member
  • *****
  • Posts: 643
Re: Reporting Errors:
« Reply #105 on: February 02, 2014, 07:26:11 AM »
Very weird... parsing should just work if it works for me. Try Ren'Py/Preferences/Update channel, set to Prerelease and update Ren'Py. New version is amazing, better preformance and more possibilities. I don't really know what else it could be... delete .rpyc files as well, but that's unlikely to solve this.
Prerelease updates solved it, thanks

Offline BlackWolf Inc.

  • Full Member
  • ***
  • Posts: 233
Re: Reporting Errors:
« Reply #106 on: February 03, 2014, 06:36:28 PM »
got this after adding another rgirl to the game -

While running game code:
  File "game/library/screens/pyt - screens - mainscreen.rpy", line 4, in script
  File "game/library/screens/pyt - screens - mainscreen.rpy", line 34, in python
AttributeError: 'PyTFallWorld' object has no attribute 'arena'
Don't look at me like that! I found 'em that way....

Now no-one else has to die...
unless I think of another reason.

If found, please return to Miss Y. Rhul.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #107 on: February 03, 2014, 06:50:49 PM »
got this after adding another rgirl to the game -

While running game code:
  File "game/library/screens/pyt - screens - mainscreen.rpy", line 4, in script
  File "game/library/screens/pyt - screens - mainscreen.rpy", line 34, in python
AttributeError: 'PyTFallWorld' object has no attribute 'arena'

I understand what the error is, I just don't know what it gotta go with adding a new random girl. Which one was it?
Like what we're doing?

Offline BlackWolf Inc.

  • Full Member
  • ***
  • Posts: 233
Re: Reporting Errors:
« Reply #108 on: February 03, 2014, 10:37:20 PM »
I understand what the error is, I just don't know what it gotta go with adding a new random girl. Which one was it?
DQ Warrior I belive
Don't look at me like that! I found 'em that way....

Now no-one else has to die...
unless I think of another reason.

If found, please return to Miss Y. Rhul.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #109 on: February 03, 2014, 11:05:07 PM »
DQ Warrior I belive

Sorry, you'd have to be more specific than that, there is no girl with DQ Warrior ID tag.
Like what we're doing?

Offline CherryWood

  • Hero Member
  • *****
  • Posts: 643
Re: Reporting Errors:
« Reply #110 on: February 04, 2014, 07:59:13 AM »
While running game code:
  File "game/library/screens/pyt - screens - town - park gates.rpy", line 13, in script
  File "game/library/screens/pyt - screens - town - park gates.rpy", line 21, in python
  File "game/library/classes - support.rpy", line 203, in python
IndexError: list index out of range


In girlmeets




Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #111 on: February 04, 2014, 08:18:18 AM »
While running game code:
  File "game/library/screens/pyt - screens - town - park gates.rpy", line 13, in script
  File "game/library/screens/pyt - screens - town - park gates.rpy", line 21, in python
  File "game/library/classes - support.rpy", line 203, in python
IndexError: list index out of range


In girlmeets

Already fixed in my version. I'll push (almost nothing is done but this and pics for girlsmeets and slavemarket being frozen for the duration of the game are thing of the past). I've been toying with transitions between screens but on this sh1tty laptop, I can't see half of them so my apologies for anything weird.
Like what we're doing?

Offline CherryWood

  • Hero Member
  • *****
  • Posts: 643
Re: Reporting Errors:
« Reply #112 on: February 04, 2014, 09:49:34 AM »
When hiring a girl from gm:
Code: [Select]
While running game code:
  File "game/library/screens/pyt - labels - girlsmeets.rpy", line 48, in script
  File "game/library/screens/pyt - labels - girlsmeets.rpy", line 52, in python
AttributeError: 'ListHandler' object has no attribute 'battleskills'

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #113 on: February 04, 2014, 10:58:57 AM »
When hiring a girl from gm:
Code: [Select]
While running game code:
  File "game/library/screens/pyt - labels - girlsmeets.rpy", line 48, in script
  File "game/library/screens/pyt - labels - girlsmeets.rpy", line 52, in python
AttributeError: 'ListHandler' object has no attribute 'battleskills'

Already fixed while killing the remove girl bug. Working on pics now.
Like what we're doing?

Offline CherryWood

  • Hero Member
  • *****
  • Posts: 643
Re: Reporting Errors:
« Reply #114 on: February 04, 2014, 01:09:10 PM »
Something again  :(


"set job" screen never disappear
girlsmeet in dark forest don't do anything


in meetgirl when clicking on girl image

While running game code:
  File "game/library/screens/pyt - screens - girlsmeets.rpy", line 8, in script
  File "game/library/screens/pyt - screens - girlsmeets.rpy", line 9, in python
AttributeError: 'builtin_function_or_method' object has no attribute 'name'


Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #115 on: February 04, 2014, 02:16:03 PM »
Something again  :(


"set job" screen never disappear
girlsmeet in dark forest don't do anything


in meetgirl when clicking on girl image

While running game code:
  File "game/library/screens/pyt - screens - girlsmeets.rpy", line 8, in script
  File "game/library/screens/pyt - screens - girlsmeets.rpy", line 9, in python
AttributeError: 'builtin_function_or_method' object has no attribute 'name'

Both fixed, there might be some wood backgrounds missing, I am looking into alternatives.
Like what we're doing?

Offline BlackWolf Inc.

  • Full Member
  • ***
  • Posts: 233
Re: Reporting Errors:
« Reply #116 on: February 04, 2014, 03:14:57 PM »
DQ Warrior I belive
Gah sorry i meant the Soldier rgirl
Don't look at me like that! I found 'em that way....

Now no-one else has to die...
unless I think of another reason.

If found, please return to Miss Y. Rhul.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #117 on: February 04, 2014, 03:20:27 PM »
Gah sorry i meant the Soldier rgirl

Did you throw her in a folder? rchar/char directories must be filled only with "show" folders. Like rchar/battle_girls/Soldier Girl or something similar. I don't understand why arena would not load because of a rgirl :(
Like what we're doing?

Offline BlackWolf Inc.

  • Full Member
  • ***
  • Posts: 233
Re: Reporting Errors:
« Reply #118 on: February 04, 2014, 03:26:46 PM »
Yeah, but i'll try messing around see if i can't fix it, else the hammers coming out :D
Don't look at me like that! I found 'em that way....

Now no-one else has to die...
unless I think of another reason.

If found, please return to Miss Y. Rhul.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #119 on: February 04, 2014, 03:41:24 PM »
Yeah, but i'll try messing around see if i can't fix it, else the hammers coming out :D

Or just get rid of the girl, I would seriously love to know how this can occur, must have left a bit of old code somewhere...
Like what we're doing?