anura-engine / anura

Anura Engine
Other
385 stars 80 forks source link

problem creating modules #35

Open 8spinach opened 9 years ago

8spinach commented 9 years ago

i'm having trouble with creating modules -- anytime i do, the engine crashes. running it from the terminal, i end up with a list of candidate searches (whatever those are), and finally the error:

src/level.cpp:623 ASSERTION FAILED: Player object being added to level does not match required >player type. simple_playable is not a obj player_controlled

engine version 1.4 os: kxstudio (ubuntu-derived linux distro) rig: lenovo thinkpad t520

sweetkristas commented 9 years ago

This should have been fixed in https://github.com/anura-engine/anura/commit/fb698c77c02c38640e6d8fe820f695c237870e18

8spinach commented 9 years ago

the error now is

src/custom_object_type.cpp:746 ASSERTION FAILED: Could not find file for object 'simple_playable'

and the problem persists.

Autofire commented 9 years ago

Should mention that you can workaround this by copying a working module. Of course, it's just a workaround...