openube / opennero

Game platform for Artificial Intelligence research and education
Other
1 stars 0 forks source link

Crash when switching between environment types #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start up the Maze mod
2. Start up any non-FPS mode demo
3. Start up FPS mode demo

What is the expected output? What do you see instead?
It crashes

the specific issue here is that switching between the continuous and discreet 
maze environments causes it to crash.

Original issue reported on code.google.com by AdamDz...@gmail.com on 2 Mar 2011 at 7:10

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 7 Mar 2011 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 9 Mar 2011 at 7:59

GoogleCodeExporter commented 9 years ago
This crash happens in AIObject.cpp:70, in code:

{{{
if (getWorld()->is_active(getBrain()))
}}}

when the environment (returned by getWorld()) is null.

Original comment by ikarpov on 16 Mar 2011 at 3:36

GoogleCodeExporter commented 9 years ago
r909 addresses this issue (switching back from first person still keeps the 
camera in first person, another issue) - Adam, please verify

Original comment by ikarpov on 16 Mar 2011 at 4:18

GoogleCodeExporter commented 9 years ago
The other issue mentioned above is Issue #52

Original comment by ikarpov on 16 Mar 2011 at 4:21