https://bugs.winehq.org/show_bug.cgi?id=52218
Bug ID: 52218 Summary: Honeygain exits silently Product: Wine Version: 7.0-rc1 Hardware: x86-64 URL: https://download.honeygain.com/windows-app/Honeygain_i nstall.exe OS: Linux Status: NEW Keywords: download, win64 Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: imwellcushtymelike@gmail.com Distribution: Ubuntu
Created attachment 71289 --> https://bugs.winehq.org/attachment.cgi?id=71289 Wine 6.23 console log [23 MB]
Honeygain has a limited UI and so runs quietly in the system tray.
Under Wine the application either exits silently and Wine closes gracefully, or the application becomes a zombie (in which case sending SIGHUP to conhost allow Wine to exit gracefully).
The application has to run for a while to see this behaviour and it is not clear how to trigger this, nor is it possible to predict exactly how it will exit.
From two runs:
06a4:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0032FEAC 0138:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored 0138:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored 0138:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored 0138:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100A8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00270068, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (002C00B4, 0, 0, 00000000) stub! 0024:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0055BBD8) 0024:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (00578C98)
Exits silently.
0120:err:system:update_display_cache failed to read display config 0120:err:system:update_display_cache failed to read display config 0120:err:gdi:CreateDCW no driver found for L"" 0120:err:system:update_display_cache failed to read display config 0120:err:system:update_display_cache failed to read display config 0120:err:system:update_display_cache failed to read display config 0120:err:system:update_display_cache failed to read display config 0120:err:system:update_display_cache failed to read display config * Assertion at /vagrant/mono/mono/utils/lock-free-alloc.c:145, condition `sb_header' not met, function:alloc_sb, Failed to allocate memory for the lock free allocator
Zombie.
In both cases the full logs are >20 MB.
This is a .Net app. When running with dotnet472 installed the app also complains about being unable to allocate memory, though the system has plenty of free memory and I don't see any ballooning from the app. I don't currently have logs from this type of installation.
I *think* the app will run without logging in, though I am running the app after working around Bug 51936 to log in.