After the Fall problem on MacOSX
It seems to be getting confused about the size of something and trying to allocate a huge block of memory.Python(492,0xa000ed88) malloc: *** vm_allocate(size=3657748480) failed (error code=3)
Python(492,0xa000ed88) malloc: *** error: can't allocate region
Python(492,0xa000ed88) malloc: *** set a breakpoint in szone_error to debug
Traceback (most recent call last):
File "run_game.py", line 176, in <module>
run()
File "run_game.py", line 164, in run
import main
File "lib/main.py", line 27, in <module>
import gamemode
File "lib/gamemode.py", line 17, in <module>
import objects
File "lib/objects.py", line 52, in <module>
class PlatformActor(PhysicsObject):
File "lib/objects.py", line 54, in PlatformActor
'walk': animation.Animation.load('run.anim'),
File "lib/animation.py", line 44, in load
a.fromfile(f, n)
MemoryError
(log in to comment)
Comments
Yep, that fixes it, thanks.
(Plays for a while)
Wow, impressive game! Best one of the bunch so far, I think!
richard on 2009/09/08 11:48:
What's your system?