Crash, Exception Error

Questions, answers and issues regarding releases.
Post Reply
Kilted_Kaboodle
Posts: 1
Joined: Tue Nov 16, 2010 5:38 pm

Crash, Exception Error

Post by Kilted_Kaboodle »

SO, first of all, I just want to thank the KS devs for releasing this and I'm happy to be playing it, but I'm having some issues. During the scene where Hisao is in the hospital at the beginning and he is ruminating on his stay there, I've noticed that if I let the text fill itself out on it's own that I get this exception error and the game crashes:
I'm sorry, but an exception occured while executing your Ren'Py
script.

AttributeError: 'pygame.Surface' object has no attribute 'surface'

While running game code:
- script call at line 27 of /Developer/Projects/ks_svn/Katawa Shoujo/game/imachine.rpy
- script call at line 177 of /Developer/Projects/ks_svn/Katawa Shoujo/game/_ui_early.rpy
- script at line 325 of /Developer/Projects/ks_svn/Katawa Shoujo/game/script-a1-monday.rpy
- python at line 199 of /Users/delta/Documents/ks svn/common/00nvl_mode.rpy.

-- Full Traceback ------------------------------------------------------------

File "C:\Program Files\Katawa Shoujo\renpy\bootstrap.py", line 260, in bootstrap
File "C:\Program Files\Katawa Shoujo\renpy\main.py", line 310, in main
File "C:\Program Files\Katawa Shoujo\renpy\main.py", line 93, in run
File "C:\Program Files\Katawa Shoujo\renpy\execution.py", line 234, in run
File "C:\Program Files\Katawa Shoujo\renpy\ast.py", line 341, in execute
File "C:\Program Files\Katawa Shoujo\renpy\exports.py", line 539, in say
File "C:\Program Files\Katawa Shoujo\renpy\character.py", line 565, in __call__
File "/Users/delta/Documents/ks svn/common/00nvl_mode.rpy", line 199, in do_display
File "C:\Program Files\Katawa Shoujo\renpy\character.py", line 338, in display_say
File "C:\Program Files\Katawa Shoujo\renpy\ui.py", line 70, in interact
File "C:\Program Files\Katawa Shoujo\renpy\display\core.py", line 1578, in interact
File "C:\Program Files\Katawa Shoujo\renpy\display\core.py", line 1726, in interact_core
File "C:\Program Files\Katawa Shoujo\renpy\display\core.py", line 254, in predict
File "C:\Program Files\Katawa Shoujo\renpy\display\core.py", line 228, in visit_all
File "C:\Program Files\Katawa Shoujo\renpy\display\core.py", line 254, in <lambda>
File "C:\Program Files\Katawa Shoujo\renpy\display\im.py", line 501, in predict_one
File "C:\Program Files\Katawa Shoujo\renpy\display\im.py", line 195, in get
File "C:\Program Files\Katawa Shoujo\renpy\display\im.py", line 973, in load
File "C:\Program Files\Katawa Shoujo\renpy\display\scale.py", line 536, in rotozoom
File "C:\Program Files\Katawa Shoujo\renpy\display\scale.py", line 536, in rotozoom
AttributeError: 'pygame.Surface' object has no attribute 'surface'

While running game code:
- script call at line 27 of /Developer/Projects/ks_svn/Katawa Shoujo/game/imachine.rpy
- script call at line 177 of /Developer/Projects/ks_svn/Katawa Shoujo/game/_ui_early.rpy
- script at line 325 of /Developer/Projects/ks_svn/Katawa Shoujo/game/script-a1-monday.rpy
- python at line 199 of /Users/delta/Documents/ks svn/common/00nvl_mode.rpy.

Ren'Py Version: Ren'Py 6.10.2e
This might be because of the netbook I'm running this off of. My usual computer is off getting fixed but I've been able to run the Act 1 demo off of this netbook fine in the past. Anyway, thought I'd bring your attention to this and possibly get a fix, cheers.
User avatar
Red_Machine
Posts: 78
Joined: Wed Feb 02, 2011 11:08 am

Re: Crash, Exception Error

Post by Red_Machine »

Could it be because ren'Py is looking for the files in "C:\Users\delta\" and not finding them because you're not on delta's computer?
Hanako>Misha>Emi>Lilly>Shizune>Rin
Image
Post Reply