Game crashes on loading (add ons, era used)

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
AleXusher
Posts: 5
Joined: March 25th, 2021, 3:24 pm

Game crashes on loading (add ons, era used)

Post by AleXusher »

Hey there, maybe someone can help me here. I got the following add ons installed as seen in the attachments. And if i load the gamefile, it crashes with the same savestat. I post Pictures and file. Maybe someone can help me? I wasn't able to locate the problem file and fix it myself. Thank you :)

Code: Select all

The Battle for Wesnoth version 1.14.7
Running on Microsoft Windows 7 Service Pack 1 (6.1.7601)

Game paths
==========

Data dir:        H:\BfWesnoth
User config dir: C:\Users\USER\Documents\My Games\Wesnoth1.14
User data dir:   C:\Users\USER\Documents\My Games\Wesnoth1.14
Saves dir:       C:\Users\USER\Documents\My Games\Wesnoth1.14\saves
Add-ons dir:     C:\Users\USER\Documents\My Games\Wesnoth1.14\data\add-ons
Cache dir:       C:\Users\USER\Documents\My Games\Wesnoth1.14\cache

Libraries
=========

Boost:             1.59
OpenSSL/libcrypto: 1.1.0f (runtime 1.1.0f)
Cairo:             1.10.2 (runtime 1.10.2)
Pango:             1.30.1 (runtime 1.30.1)
SDL:               2.0.4  (runtime 2.0.4)
SDL_image:         2.0.0  (runtime 2.0.0)
SDL_mixer:         2.0.0  (runtime 2.0.0)
SDL_ttf:           2.0.12 (runtime 2.0.12)

Features
========

OpenMP Unterstützung (experimentell):      yes
JPG Bildschirmfotos:                        no
Tab-Vervollständigung in der Lua Konsole:  yes
Unterstützung für Right-to-Left Sprachen: no
Benachrichtigungen mittels Win32:           yes
Attachments
Unbenannt.PNG
Unbenannt2.png
used factions
used factions
Unbenannt.PNG (24.79 KiB) Viewed 1289 times
Zufallskarte Runde 39.gz
(158.48 KiB) Downloaded 127 times
Last edited by Pentarctagon on March 25th, 2021, 4:50 pm, edited 2 times in total.
Reason: Added [code]
User avatar
Pentarctagon
Project Manager
Posts: 5527
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Game crashes on loading (add ons, era used)

Post by Pentarctagon »

Please also post the build information as listed here.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
AleXusher
Posts: 5
Joined: March 25th, 2021, 3:24 pm

Re: Game crashes on loading (add ons, era used)

Post by AleXusher »

Have it edited in my startpost. Thank you for the reminder :)
User avatar
Pentarctagon
Project Manager
Posts: 5527
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Game crashes on loading (add ons, era used)

Post by Pentarctagon »

First I would suggest downloading the latest version and checking if the error still happens - 1.14.7 was released nearly 2 years ago and we're up to 1.14.16 now.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
AleXusher
Posts: 5
Joined: March 25th, 2021, 3:24 pm

Re: Game crashes on loading (add ons, era used)

Post by AleXusher »

Thank you, didnt know that. I updated but the same error still occurs :)

Edit: It is a bit strange. I was able to play to this point without any problems. but loading this file, or any save file before this round as well, crashes with the same error. Only save file round 1-5 is fine, as i think, it is due to some unit/ability, not built yet. But this is just a guess.

I wonder where those *.cpp files are and if i can edit them to get rid of the error. Only found the cfg files but they are to no use for me.

Also i found this thread, viewtopic.php?t=48934 which has a similar error. But i am still not sure, how to solve my problem yet.
User avatar
Iris
Site Administrator
Posts: 6797
Joined: November 14th, 2006, 5:54 pm
Location: Chile
Contact:

Re: Game crashes on loading (add ons, era used)

Post by Iris »

AleXusher wrote: March 25th, 2021, 8:26 pm I wonder where those *.cpp files are and if i can edit them to get rid of the error. Only found the cfg files but they are to no use for me.
You can't, unfortunately. Assertion failures always occur due to programming errors in the game engine's own (compiled) code, with the file path and line number identified in the message referring to the particular location where the failed check was executed.
Author of the unofficial UtBS sequels Invasion from the Unknown and After the Storm.
AleXusher
Posts: 5
Joined: March 25th, 2021, 3:24 pm

Re: Game crashes on loading (add ons, era used)

Post by AleXusher »

So, i have no way to fix this issue? Can i at least somehow check what unit/ability is causing trouble?

I found out, that 3 units from the "Therarian"-Faction are causing this error. "Werkatze", "Werschlange" and "Werfalke". but i dont know, how i can fix this.
Edit. Same issue with other factions as well. Still seems random to me, this bug.
Edit2: I think now the bug happens from the "Enhanced Traits" modification, which adds new traits, as the same bug message with line 152 shows on different eras, using this mod. Without this mod, everything seems fine.

Maybe now someone can help me out better? :) I will look for the creator of this mod as well.
User avatar
Pentarctagon
Project Manager
Posts: 5527
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Game crashes on loading (add ons, era used)

Post by Pentarctagon »

For now it would be most helpful for you to say which era and scenario you are playing with when the error happens, as well as what steps you are taking to reproduce the error.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
AleXusher
Posts: 5
Joined: March 25th, 2021, 3:24 pm

Re: Game crashes on loading (add ons, era used)

Post by AleXusher »

I am using "ageles era". Error happens in all scenarios, "enhanced traits" is enabled. Since i removed and disabled this mod, every new scenario runs just fine.
User avatar
Pentarctagon
Project Manager
Posts: 5527
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Game crashes on loading (add ons, era used)

Post by Pentarctagon »

Alright, I was able to reproduce it myself, so I've created a bug report for it at #5643.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
Post Reply