Windows 7 starting scene crash

Questions, answers and issues regarding releases.
Post Reply
spinningpeanut

Windows 7 starting scene crash

Post by spinningpeanut »

When the black starts to swirl it suddenly crashes! Why? I tried redownloading a few times but still nothing.
quinnr
Posts: 2
Joined: Mon Apr 23, 2012 7:05 pm

Re: Windows 7 starting scene crash

Post by quinnr »

I am having the same issue, except I use the Linux version! Thought I was all alone until I saw this post. Really want to enjoy this game but it won't work at all for me!
quinnr
Posts: 2
Joined: Mon Apr 23, 2012 7:05 pm

Re: Windows 7 starting scene crash

Post by quinnr »

Sorry for the double post. Here is a log from the terminal if it'll help!
-------------------
quinn@pasokon:/media/usb0/Katawa Shoujo-linux-x86$ sh Katawa\ Shoujo.sh
Using scale factor of 0.800000.
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 260, in bootstrap
renpy.main.main()
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/main.py", line 310, in main
run(restart)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/main.py", line 93, in run
game.context().run()
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/execution.py", line 234, in run
node = node.execute()
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/ast.py", line 341, in execute
renpy.exports.say(who, what, interact=getattr(self, 'interact', True))
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/exports.py", line 539, in say
who(what, interact=interact)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/character.py", line 565, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "/Users/delta/Documents/ks svn/common/00nvl_mode.rpy", line 199, in do_display
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/character.py", line 338, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/ui.py", line 70, in interact
rv = renpy.game.interface.interact(**kwargs)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/core.py", line 1578, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/core.py", line 1726, in interact_core
w.predict(renpy.display.im.cache.get)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/core.py", line 254, in predict
self.visit_all(lambda i : i.predict_one(callback))
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/core.py", line 228, in visit_all
callback(d)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/core.py", line 254, in <lambda>
self.visit_all(lambda i : i.predict_one(callback))
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/im.py", line 501, in predict_one
callback(self)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/im.py", line 195, in get
surf = image.load()
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/im.py", line 973, in load
rv = renpy.display.pgrender.rotozoom(child, self.angle, self.zoom)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/scale.py", line 536, in rotozoom
new_surf = pgrender.rotozoom(surf.surface, angle, scale)
File "/media/usb0/Katawa Shoujo-linux-x86/renpy/display/scale.py", line 536, in rotozoom
new_surf = pgrender.rotozoom(surf.surface, angle, scale)
AttributeError: 'pygame.Surface' object has no attribute 'surface'

While running game code:
- script call at line 19 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 244 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.

-------------

Also, it IS running off an external drive, but the same issue occurs even when it is on the hard drive of the computer.

EDIT: So it looks like the issue goes away if I virtually increase my resolution so the 'scale set to:' message disappears. Unsure how to do this in Windows, however.
Post Reply