Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game crashes during Arms Shortage #505

Open
ghost opened this issue Jun 5, 2018 · 2 comments
Open

Game crashes during Arms Shortage #505

ghost opened this issue Jun 5, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 5, 2018

Seems like there is incorrect number of seats for COLUMB model

0  0x0000555555955a00 in VehicleInfo::{unnamed type#1}::operator[](unsigned long) const (this=0x555556872af8, index=0) at /home/user/openrw/rwengine/src/objects/VehicleInfo.hpp:98
1  0x0000555555a03a25 in VehicleObject::getSeatEntryDoor (this=0x55557e3cf690, seat=2) at /home/user/openrw/rwengine/src/objects/VehicleObject.cpp:618
2  0x000055555595314e in CharacterController::update (this=0x55557e058000, dt=0.0166666675) at /home/user/openrw/rwengine/src/ai/CharacterController.cpp:89
3  0x0000555555ad1261 in DefaultAIController::update (this=0x55557e058000, dt=0.0166666675) at /home/user/openrw/rwengine/src/ai/DefaultAIController.cpp:98
4  0x00005555559ee9db in CharacterObject::tick (this=0x55557e4b88a0, dt=0.0166666675) at /home/user/openrw/rwengine/src/objects/CharacterObject.cpp:264
5  0x00005555558f25c4 in RWGame::tick (this=0x7fffffff7c00, dt=0.0166666675) at /home/user/openrw/rwgame/RWGame.cpp:530
6  0x00005555558f213d in RWGame::run (this=0x7fffffff7c00) at /home/user/openrw/rwgame/RWGame.cpp:453
7  0x00005555558da342 in main (argc=1, argv=0x7fffffffe708) at /home/user/openrw/rwgame/main.cpp:17
@dracc
Copy link
Contributor

dracc commented Jun 5, 2018

That car has required special treatment already. I believe it behaved as a boat when counting seats?

@ghost
Copy link
Author

ghost commented Jun 5, 2018

There is no back seats info for this car, even though real model has back seats. So it goes out of bounds.

@ghost ghost added bug behaviour labels Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant