Using Winmx

Evangelos Arkalis arkalis at acn.gr
Wed Jun 18 11:44:47 CDT 2003


On Wed, 2003-06-18 at 14:42, Stefan Pollack wrote:
> Hi everybody,
> 
> I am running Mandrake 9.1 and wine 20030508 and I want to run WinMX.
> I also have winesetuptk and winetools.
> I found in a forum to put this into the config file :
> 
> [AppDefaults\\winmx.exe\\DllOverrides]
> "msvcrt" = "native"
> "shlwapi" = "native"
> "oleaut32" = "native"
> "ole32" = "native"
> "olepro32" = "native"
> "shdocvw" = "native"
> "urlmon" = "native"
> 
> but when running "wine WinMX.exe" I only get this :
> 
> err:module:import_dll Module (file) ole32.dll (which is needed by 
> C:\WINDOWS\SYSTEM\shell32.dll) not found
> err:module:load_library can't load shell32.dll
> wine: Unhandled exception, starting debugger...
> err:win:GetDesktopWindow Wine init error: either you're trying to use an 
> invalid native USER.EXE config, or some graphics/GUI libraries or DLLs 
> didn't initialize properly. Aborting.
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 
> addr 0x5dfc3
> 
> Then I changed the dlls one after one that he it doesn't seem to find in 
> "builtin" instead of native and then I end up with :
> 
> err:wave:OSS_WaveOutInit /dev/mixer1: not found!
> fixme:ole:CoRegisterMessageFilter stub
> fixme:ole:CoRegisterMessageFilter stub
> 
> Of course I don't care the wave out, but wine doesn't start WinMX.
> Anybody an idea, need help on this.
> 
> Thanks in advance
> Stefan
> 
> _______________________________________________
> wine-users mailing list
> wine-users at winehq.com
> http://www.winehq.com/mailman/listinfo/wine-users

WinMX runs for me OK! These are my settings:

[DllOverrides]
"rpcrt4"       = "builtin, native"
"oleaut32"     = "builtin, native"
"ole32"        = "builtin, native"
"commdlg"      = "builtin, native"
"comdlg32"     = "builtin, native"
"ver"          = "builtin, native"
"version"      = "builtin, native"
"shell"        = "builtin, native"
"shell32"      = "builtin, native"
"shfolder"     = "builtin, native"
"shlwapi"      = "builtin, native"
"shdocvw"      = "builtin, native"
"lzexpand"     = "builtin, native"
"lz32"         = "builtin, native"
"comctl32"     = "builtin, native"
"commctrl"     = "builtin, native"
"advapi32"     = "builtin, native"
"crtdll"       = "builtin, native"
"mpr"          = "builtin, native"
"winspool.drv" = "builtin, native"
"ddraw"        = "builtin, native"
"dinput"       = "builtin, native"
"dsound"       = "builtin, native"
"opengl32"     = "builtin, native"
"msvcrt"       = "native, builtin"
"msvideo"      = "native, builtin"
"msvfw32"      = "native, builtin"
"mcicda.drv"   = "builtin, native"
"mciseq.drv"   = "builtin, native"
"mciwave.drv"  = "builtin, native"
"mciavi.drv"   = "native, builtin"
"mcianim.drv"  = "native, builtin"
"msacm.drv"    = "builtin, native"
"msacm"        = "builtin, native"
"msacm32"      = "builtin, native"
"midimap.drv"  = "builtin, native"
"odbc"         = "native, builtin"
;"quartz"       = "native, builtin"
;"devenum"      = "native, builtin"
; you can specify applications too
"notepad.exe"  = "native, builtin"
; default for all other dlls
"*" = "native,builtin"

Evangelos





More information about the wine-users mailing list