http://bugs.winehq.org/show_bug.cgi?id=10534
--- Comment #4 from Bamm Gabriana bammzilla@gabriana.com 2007-11-23 17:09:56 ---
Can you please run it in a terminal and attach output?
user@localhost:~/qb/bin$ wine qb.exe sample.bas Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught.
(hangs until CTRL+C is pressed)
On the other hand, I tried bypassing the error by opening it with wineconsole --backend=user cmd
What I got is:
CMD Version 0.9.49
Z:\home\user\qb\bin> qb sample.bas DOS memory-arena error
The terminal simultaneously gave this error:
fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported fixme:int:DOSVM_Int10Handler Select Active Display Page (0) - Not Supported
I guess the memory error is different from the INT 10 error about the active display page not supported. Perhaps another bug should be filed for that?