Posted December 29, 2016
I recently got DosBox Turbo & Manager for my Android device, and so far every game I've tried running has worked flawlessly by copying my game files from the GOG installations and adjusting the autoexec paths, even with ISOs. However, LBA 2 won't start up. I was wondering if anyone else has tried running the game through Android DosBox, or if they know what might be wrong.
The game won't start and gives this error:
*** ERROR-> File not found: C:\LBA2.DOS
Error: Trying to use DefFileBufferUnit with a NULL pointer
Here's what the autoexec looks like on my Android DosBox:
@echo off
mount c: <path to LBA2 on my android device>
IMGMOUNT.COM d "C:\LBA2.DAT" -t iso
c:
cls
LBA2.EXE
The game won't start and gives this error:
*** ERROR-> File not found: C:\LBA2.DOS
Error: Trying to use DefFileBufferUnit with a NULL pointer
Here's what the autoexec looks like on my Android DosBox:
@echo off
mount c: <path to LBA2 on my android device>
IMGMOUNT.COM d "C:\LBA2.DAT" -t iso
c:
cls
LBA2.EXE