Encountered this bug, while playing "Return of the Sea Hag" (UMC has no dedicated topic). Any advice?

Discussion and development of scenarios and campaigns for the game.

Moderator: Forum Moderators

Post Reply
User avatar
ArthurMitchell
Posts: 26
Joined: February 24th, 2019, 2:16 am

Encountered this bug, while playing "Return of the Sea Hag" (UMC has no dedicated topic). Any advice?

Post by ArthurMitchell »

Image

Playing on 1.16.2, windows 10. No modding of the game code by me.

Everything up until this scenario, worked perfectly with the campaign.

Here's a save file of the scenario start:
TRotSH-Forest of Flames.gz
(18.88 KiB) Downloaded 28 times
User avatar
Heindal
Posts: 1361
Joined: August 11th, 2011, 9:25 pm
Location: Germany, Karlsruhe
Contact:

Re: Encountered this bug, while playing "Return of the Sea Hag" (UMC has no dedicated topic). Any advice?

Post by Heindal »

It seems in the code a string (text) is used instead of a number somewhere. This can happen if the coder has missed a " or ' somewhere inside the code.
In the best case you can just ignore it. In worst case you can't continue to play the campaign.
The future belongs to those, who believe in the beauty of their dreams.
Developer of: Trapped, Five Fates, Strange Legacy, Epical, UR Epic Era
Dungeonmasters of Wesnoth, Wild Peasants vs Devouring Corpses, Dwarf Dwarfson Dwarvenminer
white_haired_uncle
Posts: 1238
Joined: August 26th, 2018, 11:46 pm
Location: A country place, far outside the Wire

Re: Encountered this bug, while playing "Return of the Sea Hag" (UMC has no dedicated topic). Any advice?

Post by white_haired_uncle »

In scenarios/chapter_2/06_Forest_of_Flame.cfg, on line 135, change

Code: Select all

#ifdef 
to

Code: Select all

#ifdef HARD
This will fix a lot of problems.
Speak softly, and carry Doombringer.
User avatar
ArthurMitchell
Posts: 26
Joined: February 24th, 2019, 2:16 am

Re: Encountered this bug, while playing "Return of the Sea Hag" (UMC has no dedicated topic). Any advice?

Post by ArthurMitchell »

white_haired_uncle wrote: August 14th, 2023, 5:44 pm In scenarios/chapter_2/06_Forest_of_Flame.cfg, change line 135. This will fix a lot of problems.
Thank you very much! This fixed the problem and the scenario worked :)
Heindal wrote: August 14th, 2023, 4:43 pm In the best case you can just ignore it. In worst case you can't continue to play the campaign.
I'll continue playing the campaign and hopefully no more problems happen. I'll report again, if something goes wrong.
Post Reply