1
Troubleshooting / Re: OpenXCom on armv7 - seg fault
« on: May 03, 2020, 06:37:29 pm »it's most likely not about data files
the game crashes at sorting item rules, probably NPE or something... no idea why
this is the place where it crashes: https://github.com/OpenXcom/OpenXcom/blob/master/src/Mod/Mod.cpp#L2439
to say more, I'm afraid you'll need to debug... it normally shouldn't crash there
Thanks, I attached a longer log file, having enabled debugging and verbose logging in the config file. As you say, from the log file, it looks like it is finding the data files. It seems to be crashing when it tries to load the vars.rul ruleset. I'll try to have a look at debugging, if I can find some time.