https://bugs.winehq.org/show_bug.cgi?id=56361
--- Comment #10 from yafoce6821@giratex.com --- Only possible_patch applied
$ WINEPREFIX=~/wine/win10ltsc WINEARCH=win32 ./wine-src/wine start /d "C:\Geovision\PL9" "C:\Geovision\PL9\PL9.exe"
009c:err:sync:RtlpWaitForCriticalSection section 7BD8A2E0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 009c, blocked by 0090, retrying (60 sec) 002c:fixme:ver:GetCurrentPackageId (0066FECC 00000000): stub 0034:fixme:ver:GetCurrentPackageId (0067FECC 00000000): stub 0110:fixme:ver:GetCurrentPackageId (0067FECC 00000000): stub 0134:err:virtual:virtual_setup_exception stack overflow 320 bytes addr 0xffffffff stack 0x430ec0 (0x430000-0x431000-0x630000) 013c:fixme:ver:GetCurrentPackageId (0067FECC 00000000): stub wine: Unhandled page fault on read access to 00000004 at address 01563FCE (thread 012c), starting debugger... 0144:fixme:ver:GetCurrentPackageId (0089FECC 00000000): stub 014c:fixme:ver:GetCurrentPackageId (0067FECC 00000000): stub 003c:fixme:ver:GetCurrentPackageId (0068FECC 00000000): stub
Only hack 2 + add status to bios applied
$ WINEPREFIX=~/wine/win10ltsc WINEARCH=win32 ./wine-src/wine start /d "C:\Geovision\PL9" "C:\Geovision\PL9\PL9.exe" 002c:fixme:ver:GetCurrentPackageId (0066FECC 00000000): stub 0034:fixme:ver:GetCurrentPackageId (0067FECC 00000000): stub 0118:fixme:ver:GetCurrentPackageId (0067FECC 00000000): stub 0130:fixme:wmic:wmain parsing L"bios get status" 0130:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub 0130:fixme:ver:GetCurrentPackageId (0062FECC 00000000): stub 0138:fixme:ver:GetCurrentPackageId (0067FECC 00000000): stub wine: Unhandled page fault on read access to 00000004 at address 01563FCE (thread 0128), starting debugger... 0140:fixme:ver:GetCurrentPackageId (0089FECC 00000000): stub 0148:fixme:ver:GetCurrentPackageId (0067FECC 00000000): stub 003c:fixme:ver:GetCurrentPackageId (0068FECC 00000000): stub
(In reply to Louis Lenders from comment #6)
Created attachment 76111 [details] hack2 + add status to bios
Hopefully you're not getting tired of trying out patches ;), but here's same hack with a typo fixed in it, and implementation of that query in wbemprox. Same question as before:could you try it and paste console output?
Not at all!
I am just so impressed how fast you pinpointed out the problem to the wmic implementation of wine. I actually lost all hope, the dll fix was easy, as I figured a stub was missing.
But honestly, if I am allowed to speak my mind, I just lost hope, in that how can anyone figure out from log files, without the actual program! But I did as I was told.
The rest of the activities is like a daily remote debugging session. No worries ;)