Code: Select all
fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported
Code: Select all
cd '/home/ricardo/.wine/drive_c/gh'
wine gail.exe -CustomResolution:enabled -r1024x768x32
exit
Could someone debug the error for me?
Thanks.
Code: Select all
fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported
Code: Select all
cd '/home/ricardo/.wine/drive_c/gh'
wine gail.exe -CustomResolution:enabled -r1024x768x32
exit
Run it in dosbox or some other dos emulator.Hi, the error I receive when running my program is this;
Code:
fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported
I ran;
Code:
cd '/home/ricardo/.wine/drive_c/gh'
wine gail.exe -CustomResolution:enabled -r1024x768x32
exit
The program is a lottery number program (generator)
Could someone debug the error for me?
Thanks.