I'm trying to run a cad application in wine, and after finally resolving all of my DLL issues, wine outputs this: err:module:import_dll No implementation for shell32.dll.SHCoCreateInstance imported from L"C:\\WINDOWS\\SYSTEM\\avifil32.dll", setting to 0xdeadbeef err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not available err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not available err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not available err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not available wine: Unhandled exception (thread 0045), starting debugger... The splash screen of the app loads, and the main window is outlined but never gets painted before the exception. My approach of importing native dlls for everything that it complained about seems to have run out... so how should I go about debugging it further? I turned all debug messages on, but there was so much on the screen and slowed down loading so much I wasn't quite sure what to do. Any help would be greatly appreciated. Thanks
Jeff Melville wrote:> I'm trying to run a cad application in wine, and after finally resolving > all of my DLL issues, wine outputs this:Also, sometimes I get this error instead, which seems to be slightly more descriptive: err:module:import_dll No implementation for shell32.dll.SHCoCreateInstance imported from L"C:\\WINDOWS\\SYSTEM\\avifil32.dll", setting to 0xdeadbeef err:ntdll:RtlpWaitForCriticalSection section 0x4024ea80 "loader.c: loader_section" wait timed out in thread 0013, blocked by 0014, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x4024ea80 "loader.c: loader_section" wait timed out in thread 0015, blocked by 0014, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x407dba20 "../../windows/user.c: USER_SysLevel" wait timed out in thread 0014, blocked by 0015, retrying (60 sec) wine: Unhandled exception (thread 0014), starting debugger... err:ntdll:RtlpWaitForCriticalSection section 0x4024ea80 "loader.c: loader_section" wait timed out in thread 0013, blocked by 0014, retrying (60 sec) err:seh:EXC_DefaultHandling Unhandled exception code c0000194 flags 0 addr 0x40213bcc
> I'm trying to run a cad application in wine, and after finally resolving > all of my DLL issues, wine outputs this:Follow the instructions at http://www.winehq.com/site/docs/wine-user/bugs if necesary open a bug report. Ivan.
i've run a number of CAD apps with Wine. some work, some won't. i've written a how-to on what i did, just follow the link at: http://pfrostie.freeservers.com/cad-tastrafy/wine.page1.html also see http://pfrostie.freeservers.com/cad-tastrafy/wine.page2.html http://pfrostie.freeservers.com/cad-tastrafy/wine.page3.html you may want to do a groups.google.com search for Wine and your application. there are a few how-to's posted out on there(on the news groups) as well. hope that helps. On Sat January 24 2004 04:48 pm, Jeff Melville wrote:> I'm trying to run a cad application in wine, and after finally resolving > all of my DLL issues, wine outputs this: > > err:module:import_dll No implementation for > shell32.dll.SHCoCreateInstance imported from > L"C:\\WINDOWS\\SYSTEM\\avifil32.dll", setting to 0xdeadbeef > err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not > available > err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not > available > err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not > available > err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not > available > wine: Unhandled exception (thread 0045), starting debugger... > > The splash screen of the app loads, and the main window is outlined but > never gets painted before the exception. > > My approach of importing native dlls for everything that it complained > about seems to have run out... so how should I go about debugging it > further? I turned all debug messages on, but there was so much on the > screen and slowed down loading so much I wasn't quite sure what to do. > > Any help would be greatly appreciated. Thanks > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users
On Sat, 24 Jan 2004 16:48:02 -0500, you wrote:> I'm trying to run a cad application in wine, and after finally resolving > all of my DLL issues, wine outputs this: > > err:module:import_dll No implementation for > shell32.dll.SHCoCreateInstance imported from > L"C:\\WINDOWS\\SYSTEM\\avifil32.dll", setting to 0xdeadbeef > err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not > available > err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not > available > err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not > available > err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not > available > wine: Unhandled exception (thread 0045), starting debugger... > > The splash screen of the app loads, and the main window is outlined but > never gets painted before the exception. > > My approach of importing native dlls for everything that it complained > about seems to have run out... so how should I go about debugging it > further? I turned all debug messages on, but there was so much on the > screen and slowed down loading so much I wasn't quite sure what to do. > > Any help would be greatly appreciated. ThanksYou forget to tell us what dll's are now native/builtin. From what it looks now you can try to make either shell32, shell (and perhaps the ole* family) native, OR avifile32 builtin. But that maybe just the looks. Other important/essential information like what windows version the native dll's come from or wine version is also lacking. Rein. -- Rein Klazes rklazes@xs4all.nl