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

Core dump when loading race #112

Open
AngryPenguinPL opened this issue Dec 19, 2022 · 2 comments
Open

Core dump when loading race #112

AngryPenguinPL opened this issue Dec 19, 2022 · 2 comments

Comments

@AngryPenguinPL
Copy link

Hi.

I compiled StuntRally 2.7 for OpenMandriva Cooker with Clang 15 and game crashing after main menu - when race is loaded.

Here is what I see in terminal:

stuntrally: /builddir/build/BUILD/ogre-13.5.3/OgreMain/include/OgreAxisAlignedBox.h:220: void Ogre::AxisAlignedBox::setExtents(const Ogre::Vector3&, const Ogre::Vector3&): 
Assurance condition `(min.x <= max.x && min.y <= max.y && min.z <= max.z) && 
"The minimum corner of the box must be less than or equal to maximum corner"' has not been fulfilled.
Aborted (core dump)

Here is a full log: https://pastebin.com/YfvXmk6z

and here is a log from journal with crash info: https://pastebin.com/guNLDeKP

I dont know, if this is a StuntRally or Ogre crash.
I tried compile ogre 13.5.3 with

-DOGRE_NODELESS_POSITIONING:BOOL=ON \
-DOGRE_RESOURCEMANAGER_STRICT=0 \

Anyone know how to fix this?

@paroj
Copy link
Contributor

paroj commented Jan 15, 2023

try ogre 13.6.0

@AngryPenguinPL
Copy link
Author

AngryPenguinPL commented Jan 22, 2023

try ogre 13.6.0

@paroj Compiled 13.6.0 and then recompiled stuntrally with it but the problem still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants