[0128/175611:ERROR:scoped_process_suspend.cc(38)]

Questions about Wine on macOS.
Locked
agodfrin
Newbie
Newbie
Posts: 1
Joined: Sat Jan 28, 2017 12:09 pm

[0128/175611:ERROR:scoped_process_suspend.cc(38)]

Post by agodfrin »

I wanted to have a go at trying one of my windows tools (a data visualization tool) on my Mac. Got latest wine release up and running:

Code: Select all

$ wine --version
wine-2.0
I was able to install the tools from its msi. But when I run it, I get a number of errors:

Code: Select all

$ wine C:\\Program\ Files\ \(x86\)\\Data\ Visualization\ Desktop\\dvdesktop.exe
fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:heap:RtlSetHeapInformation 0x10000 0 0x22fab0 4 stub
fixme:system:SetProcessDPIAware stub!
fixme:ntdll:NtSuspendProcess stub: 0x8c
[0128/175611:ERROR:scoped_process_suspend.cc(29)] NtSuspendProcess, ntstatus=-1073741822
[0128/175611:ERROR:process_info.cc(608)] range at 0x7bd3a1b8, size 0x40 fully unreadable
[0128/175611:ERROR:process_info.cc(608)] range at 0x7bd39d98, size 0x3ec fully unreadable
[0128/175611:ERROR:process_info.cc(608)] range at 0x7bd3a200, size 0x20 fully unreadable
fixme:ntdll:NtQuerySystemInformation (0x00000040,0xb50030,0x00200000,0x84e6e8) stub
[0128/175611:ERROR:process_info.cc(372)] NtQuerySystemInformation SystemExtendedHandleInformation: <failed to retrieve error message (0x13d)> (0xc0000003)
fixme:ntdll:NtResumeProcess stub: 0x8c
[0128/175611:ERROR:scoped_process_suspend.cc(38)] NtResumeProcess, ntstatus=-1073741822
Are those errors coming from wine proper, or from the Windows runtime libraries ?

Do you think this is just because the tool is simply not compatible for Wine ? Or could it be some mis-configuration of Wine ?

Thanks
Locked