DOS application crashes..

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
01011100
Newbie
Newbie
Posts: 1
Joined: Wed Apr 01, 2009 8:29 pm

DOS application crashes..

Post by 01011100 »

Hi, the error I receive when running my program is this;

Code: Select all

fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported
I ran;

Code: Select all

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.
John Drescher

DOS application crashes..

Post by John Drescher »

On Thu, Apr 2, 2009 at 12:57 PM, 01011100 <[email protected]> wrote:
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.
Run it in dosbox or some other dos emulator.

John
Locked