Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dll problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
tito4981
n00b
n00b


Joined: 12 Jun 2002
Posts: 50
Location: Paris - France

PostPosted: Sat Apr 26, 2003 10:31 am    Post subject: Dll problems Reply with quote

I have installed winex from cvs (manually) , then downloaded the winetools and set up my config file :

Code:

[Drive C]
"Path" = "${HOME}/.wine/c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
                                                                               
[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"
                                                                               
[Drive E]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "c:\\windows\\temp"
"Path" = "c:\\windows;c:\\windows\\system;e:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"
                                                                               
[DllDefaults]
"DefaultLoadOrder" =" native, so, builtin"
                                                                               
; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.
[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"      = "builtin, native"
"msvfw32"      = "builtin, native"
"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"
; you can specify applications too
"notepad.exe"  = "native, builtin"

..


And here is what I get when I try to launch severals .exe :
Code:

loktar c # winex hwsoliii.exe
err:module:BUILTIN32_dlopen failed to load .so lib for builtin advapi32.dll: /lib/libadvapi32.so: undefined symbol: CreateSemaphoreA
err:module:PE_fixup_imports Module (file) advapi32.dll (which is needed by gdi32.dll) not found
err:module:load_library can't load gdi32.dll
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll gdi32.dll still not found - library environment problem or version conflict, check your setup.
err:module:PE_fixup_imports Module (file) gdi32.dll (which is needed by user32.dll) not found
err:module:load_library can't load user32.dll
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user32.dll still not found - library environment problem or version conflict, check your setup.
err:module:MODULE_LoadLibraryExA Loading of builtin DLL C:\WINDOWS\SYSTEM\USER32.dll failed, check this file ! (GetLastError 14)
err:module:PE_fixup_imports Module (file) USER32.dll (which is needed by C:\hwsoliii.exe) not found



Or with Ie6 :

Code:

loktar c # winex ie6setup.exe
fixme:win32:PE_CreateModule Security directory ignored
err:module:BUILTIN32_dlopen failed to load .so lib for builtin advapi32.dll: /lib/libadvapi32.so: undefined symbol: CreateSemaphoreA
err:module:PE_fixup_imports Module (file) ADVAPI32.dll (which is needed by C:\ie6setup.exe) not found


So it looks like a Dll problem. I have check for the requested dllls and they are placed in :

Code:

/usr/lib/win32
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum