gdi32.dll error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Vianney Lejeune

gdi32.dll error

Post by Vianney Lejeune »

Hello,

I encounter the same problem on MacOSX 10.5.6, either using X11
supplied with Leopard, or X11 2.3.3.2 (XQuartz) and Xcode 3.1.2. It
appears using Darwine 1.1.21 from Kronenberg, Darwine 1.1.7 from
thisismyinter.net, or the lastest wine-1.1.21, compiled from source.
The only way to use wine is to installed wine stable from MacPorts or
the Kronenberg's 1.1.21. Hardly, it wasn't gdi32.dll but user32.dll,
maybe the whole dynamic library link system is broken.

Regards,
Mr Lejeune
Vianney Lejeune

gdi32.dll error

Post by Vianney Lejeune »

I was refering to this thread, it seems to be a critical bug to me as
i'm able to use Wine up to the stable version:

http://www.nabble.com/gdi32.dll-error-td20257866.html

Thanks !
Hello,

I encounter the same problem on MacOSX 10.5.6, either using X11
supplied with Leopard, or X11 2.3.3.2 (XQuartz) and Xcode 3.1.2. It
appears using Darwine 1.1.21 from Kronenberg, Darwine 1.1.7 from
thisismyinter.net, or the lastest wine-1.1.21, compiled from source.
The only way to use wine is to installed wine stable from MacPorts
or the Kronenberg's 1.1.21. Hardly, it wasn't gdi32.dll but
user32.dll, maybe the whole dynamic library link system is broken.

Regards,
Mr Lejeune
sweeting
Newbie
Newbie
Posts: 3
Joined: Fri May 22, 2009 7:03 am

Post by sweeting »

I got the same issue, running Leopard 10.5.7, Wine 1.1.21, Xcode and X11 provided with my MacOS X DVD.
sweeting
Newbie
Newbie
Posts: 3
Joined: Fri May 22, 2009 7:03 am

Post by sweeting »

Did someone successfully run Darwine on Leopard or had the same issue ?
sweeting
Newbie
Newbie
Posts: 3
Joined: Fri May 22, 2009 7:03 am

Post by sweeting »

This is my output when I run wine for the first time from the Terminal (in Wine.bundle package):

Code: Select all

./wine notepad
wine: created the configuration directory '/Users/SW/.wine'
err:module:DelayLoadFailureHook failed to delay load setupapi.dll.InstallHinfSectionW
wine: Call from 0x7b8320b7 to unimplemented function setupapi.dll.InstallHinfSectionW, aborting
wine: Unimplemented function setupapi.dll.InstallHinfSectionW called at address 0x7b8320b7 (thread 000b), starting debugger...
err:process:__wine_kernel_init boot event wait timed out
The second time:

Code: Select all

./wine notepad
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\notepad.exe" failed, status c0000005
x11perf works without any problem.
James McKenzie

gdi32.dll error

Post by James McKenzie »

sweeting wrote:
This is my output when I run wine for the first time from the Terminal (in Wine.bundle package):

Please read my earlier comments. I have definitely successfully run
Wine from both Fink and from Mike Kronenberg.

James McKenzie
pinchies
Level 1
Level 1
Posts: 7
Joined: Tue May 12, 2009 2:52 am

Post by pinchies »

Generally, I had this problem when I ran (at least once) the builds from thisismyinter.net, as it seemed to install files that were incompatible for the kroneberg builds. Try removing all the files that were installed by the thisismyinter.net build, and then try the kroneberg builds.

follow the directions here:
http://forum.winehq.org/viewtopic.php?t=4089

Several Notes:
There are quite a lot of files installed, so perhaps google "pacifist os x", which can open packages to tell you where things are installed.
Pacifist cannot open packages recursively, you will need to extract any packages within a package to see inside them.
You may also need to use some program to see invisible files. Search up "invisible files" over at macupdate.com

Any questions please post them here.
Locked