It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
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.
avatar
markys66: Thanks for this hint, it worked in my case too :-)
Just so you know, there is a fix for this that involves modifying the game executable:

https://github.com/kjliew/qemu-3dfx/issues/20#issuecomment-1984851882
Just in case anyone else is a fool like me. If you're running this in Linux via Lutris, the correct path to the config file you're looking for (for the -LOWMEM switch) is in the dosbox folder in the main directory. This is confusing because there's a disboxLOL2_single.conf file in the main as well. I think in windows the main directory conf is fine, but linux for sure the one in the dosbox folder.

Spent way too much time trying to figure out why my edit was being ignored, ha.
avatar
markys66: Thanks for this hint, it worked in my case too :-)
avatar
TheBigCore: Just so you know, there is a fix for this that involves modifying the game executable:

https://github.com/kjliew/qemu-3dfx/issues/20#issuecomment-1984851882
Thanks for this! Not sure what they mean with all that string stuff (I take it they use a programming tool to make that change), but hex editing lolg.exe seems to do the trick as well.

I loaded an older save, bee-lined for the cantina, and no crashes.

If anyone's interested:

- Make a backup of lolg.exe.
- Use a hex editor (I used HxD) and open lolg.exe.
- Do a search for "VirtualSize", and change the 24M you see next to it to 32M, and save.
(E.g. change offset 000004A6 and 000004A7 from 32 34 to 33 32.)