Marco Trapanese <marcotrapanese@libero.it> wrote:> I would like to install ProgeCAD > (http://appdb.winehq.org/appview.php?iVersionId=3604). > The installation was completed succesfully but when I launch the program > Wine says: > > err:wgl:process_attach X11DRV or GDI32 not loaded. Cannot create default > context. > err:module:LdrInitializeThunk "opengl32.dll" failed to initialize, aborting > err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program > Files\\progeSOFT\\progeCAD 2006 LT ENG\\icad.exe" failed, status c0000142 > > Changing the OS has not effect. > The opengl32.dll file is present into system32 folder. What should I check?To quote from dlls/opengl32/wgl.c: ---snip--- /* This is for brain-dead applications that use OpenGL functions before * even creating a rendering context.... */ static BOOL process_attach(void) ---snip--- so basically the app you are using is badly written. It however still should work. Standard questions: Wine version? Where from? Does acclerated 3D work with other (simple) apps in wine? Daniel -- Before you post: Read the Wine User Guide http://winehq.org/site/docs/wineusr-guide/index When you post: Which wine version? Self compiled or prepackaged?
Daniel Skorka wrote:> To quote from dlls/opengl32/wgl.c: > ---snip--- > /* This is for brain-dead applications that use OpenGL functions before > * even creating a rendering context.... */ > static BOOL process_attach(void) > ---snip--- > so basically the app you are using is badly written. It however still > should work.> Standard questions: > Wine version? Where from?wine-0.9.24 rpm for Suse 10.1> Does acclerated 3D work with other (simple) > apps in wine?Nope, I just ran a simple OpenGL software under wine and I got the same error. Thank you, Marco / iw2nzm
Hi, I would like to install ProgeCAD (http://appdb.winehq.org/appview.php?iVersionId=3604). The installation was completed succesfully but when I launch the program Wine says: err:wgl:process_attach X11DRV or GDI32 not loaded. Cannot create default context. err:module:LdrInitializeThunk "opengl32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\progeSOFT\\progeCAD 2006 LT ENG\\icad.exe" failed, status c0000142 Changing the OS has not effect. The opengl32.dll file is present into system32 folder. What should I check? Marco / iw2nzm