http://bugs.winehq.org/show_bug.cgi?id=35410
Bug ID: 35410 Summary: Gómez Peer: Java runtime crashes and loops Product: Wine Version: 1.7.11 Hardware: x86-64 URL: http://lastmile.gomez.com/PEERInstall.exe OS: Linux Status: NEW Keywords: download, regression Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: imwellcushtymelike@gmail.com CC: hans@meelstraat.net Classification: Unclassified Regression SHA1: ec1a57f25b25dba1ed47e8456cc64c2cc1ee0aa1
Created attachment 47252 --> http://bugs.winehq.org/attachment.cgi?id=47252 Wine 1.7.11 console output
Gómez Peer provides its own copy of the Java runtime. Due to a recent commit it crashes when attempting to connect to the server, and the main application retries endlessly.
This is a regression.
ec1a57f25b25dba1ed47e8456cc64c2cc1ee0aa1 is the first bad commit commit ec1a57f25b25dba1ed47e8456cc64c2cc1ee0aa1 Author: Hans Leidekker hans@codeweavers.com Date: Mon Nov 4 11:54:51 2013 +0100
wbemprox: Add a partial implementation of Win32_NetworkAdapterConfiguration.
:040000 040000 3f265945daf34af2ace53233f05b9bcc2f39f2b2 3210422e8e0ae336b57d208ce0f3b173115aa1c4 M dlls
Reverting this commit in Wine 1.7.11 (latest git) fixes the problem.
A native wbem/wbemprox.dll (and system32/wbemcomn.dll) from Windows 7 works around the problem.
Another workaround is to simply disable wbemprox.dll (WINEDLLOVERRIDES=wbemprox=) although it is not clear if this will have any negative impact on the application.
An account is required to log in with the application.
Notes:
1. The workaround to Bug 31517 (WINEDLLOVERRIDES=wined3d=) also works around the problem because:
err:module:import_dll Library wined3d.dll (which is needed by L"C:\windows\system32\dxgi.dll") not found err:module:import_dll Library dxgi.dll (which is needed by L"C:\windows\system32\wbemprox.dll") not found
2. The Java app got stuck at 200% CPU (100% x 2 cores) which may or may not be related to the native DLLs.
3389fd928727cbca3c0916ff4337828b51c0a839 PEERInstall_2013-01-19.exe