https://bugs.winehq.org/show_bug.cgi?id=56299
--- Comment #11 from yafoce6821@giratex.com --- Created attachment 76075 --> https://bugs.winehq.org/attachment.cgi?id=76075 WINEDEBUG=+relay,+seh WINEDLLOVERRIDES=wmic.exe=d
(In reply to Louis Lenders from comment #10)
I had a quick look at the debuglog, one thing that's interesting is that it fires up wmic.exe, afaict without any arguments. No clue what the purpose is of that.
Does it change anything if you disable wmic.exe:
WINEPREFIX=~/wine/win10ltc WINEARCH=win32 WINEDLLOVERRIDES=wmic.exe=d wine ./drive_c/GeoVision/PL9/PL9.exe
When I disabled wmic.exe, the application started upto the splash screen like previously, and then shut down like previously. But this time it did it gracefully without spinning up the wine debugger.
I've attached another log
Log generated using: WINEPREFIX=~/wine/win10ltsc WINEARCH=win32 WINEDEBUG=+relay,+seh WINEDLLOVERRIDES=wmic.exe=d ./wine-src/wine start /d "C:\Geovision\PL9" "C:\Geovision\PL9\PL9.exe" &> log.txt