Posted March 12, 2024
jackal86: Wasn't this the solution? It's copied from a post in the link upthread:
This problem still persists, but I've found a workaround: You need to start the game with the parameter -LOWMEM, which will make it run in some kind of safe mode and prevent the crash. It did for me, at least.
To do this, edit the dosboxLOL2.conf (or dosboxLOL2_single.conf) file in the game's main directory. At the end of the file, under the section [autoexec], you need to change this line
lolg.exe -CD .
to this
lolg.exe -CD . -LOWMEM
(May look different in your configuration, but you really just need to add the parameter to this line.)
Once that's done start the game, load your savegame and do the part in the tavern. You can then save your game, remove the -LOWMEM parameter and continue playing normally. Note that the parameter also causes the game to set the graphical settings to the lowest possible, so you will need to reconfigure those afterwards.
markys66: Thanks for this hint, it worked in my case too :-) This problem still persists, but I've found a workaround: You need to start the game with the parameter -LOWMEM, which will make it run in some kind of safe mode and prevent the crash. It did for me, at least.
To do this, edit the dosboxLOL2.conf (or dosboxLOL2_single.conf) file in the game's main directory. At the end of the file, under the section [autoexec], you need to change this line
lolg.exe -CD .
to this
lolg.exe -CD . -LOWMEM
(May look different in your configuration, but you really just need to add the parameter to this line.)
Once that's done start the game, load your savegame and do the part in the tavern. You can then save your game, remove the -LOWMEM parameter and continue playing normally. Note that the parameter also causes the game to set the graphical settings to the lowest possible, so you will need to reconfigure those afterwards.
https://github.com/kjliew/qemu-3dfx/issues/20#issuecomment-1984851882