gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Help with Linux / Dualis R5

#38775 - PhoenixRising - Thu Mar 31, 2005 6:10 pm

I've been using Dualis R2 for testing on Linux as it works well. However, in some of my testing, I've ran into problems, and Dualis R5 works fine (when I tested it under Win2000.) However, my primary development machine is Linux, and I can't switch just for NDS development, so can someone help me to get R5 working under Linux?

I am using Wine 20040408 (which is required for other applications I run, i.e., Lotus Notes)

When I run Dualis R5, I get this:

> wine ~/dualis/dualis.exe
fixme:d3d:DllMain Allow HW vertex shader
disabling TCL support
disabling TCL support
disabling TCL support
wine: Unhandled exception (thread 0009), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x557b7700,1) - no error checking or testing yet
.
. [list of dlls omitted]
.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x55ea0000)
No debug information in 32bit DLL 'F:\DUALIS\ARM9.DLL' (0x10000000)
No debug information in 32bit DLL 'F:\DUALIS\DSMMU.DLL' (0x56214000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3D8.DLL' (0x56470000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OPENGL32.DLL' (0x56590000)
No debug information in 32bit DLL 'F:\DUALIS\DSGPU.DLL' (0x56440000)
No debug information in 32bit DLL 'F:\DUALIS\INPUT.DLL' (0x581d0000)
Unhandled exception: page fault on read access to 0x000004d0 in 32-bit code (0x00443a77).
In 32-bit mode.
0x00443a77 (XQueryExtension+0x17 in libX11.so.6): movl 0x4d0(%edi),%eax
Wine-dbg>quit


Any ideas?

#38784 - josath - Thu Mar 31, 2005 8:19 pm

I'm using Wine 20041201 and it works fine for me (except it crashes when i quit, but no biggie).

Try changing directory to the same directory as dualis.exe is in and running it from there maybe?

Try changing in the dualis.ini file to GDI mode? maybe there's a problem with 3d support? or maybe even opengl mode?

#38789 - PhoenixRising - Thu Mar 31, 2005 8:56 pm

Thanks for the good ideas... I never even noticed the ini file in there.

I tried running from the same directory, and with each of the three different rendering modes. All resulted with the same crash.

It crashes during dualis start up. I see the main and video screens, but crashes before I even load a bin file.