http://bugs.winehq.org/show_bug.cgi?id=28515
Bug #: 28515 Summary: windevice.exe creates high system load Product: Wine Version: 1.3.29 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: axel.braun@gmx.de Classification: Unclassified
When starting a wine application, winedevice exe creates 100% system load. c:\windows\system32\winedevice.exe MountMgr Killing the process does no further harm, but a kill is required, otherwise the CPU gets too hot. System is openSUSE 11.3, wine version frombuild service Actually I noticed this behaviour since (I think) 1.3.27
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #1 from Austin English austinenglish@gmail.com 2011-09-28 12:46:32 CDT --- Does this happen with a clean WINEPREFIX?
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #2 from Axel axel.braun@gmx.de 2011-09-28 14:41:20 CDT --- Yes: axel@z60m:~> env WINEPREFIX="/home/axel/.xwine" wine "/home/axel/.wine/drive_c/Programme/GMX/GMX SMS-Manager/SMSMngr.exe" fixme:storage:create_storagefile Storage share mode not implemented. err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot fixme:iphlpapi:NotifyAddrChange (Handle 0x10ae91c, overlapped 0x10ae900): stub wine: configuration in '/home/axel/.xwine' has been updated. fixme:ieframe:PersistStreamInit_InitNew (0x142d78) err:ole:CoGetClassObject class {d27cdb6e-ae6d-11cf-96b8-444553540000} not registered err:ole:create_server class {d27cdb6e-ae6d-11cf-96b8-444553540000} not registered err:ole:CoGetClassObject no class object {d27cdb6e-ae6d-11cf-96b8-444553540000} could be created for context 0x5 fixme:ieframe:PersistStreamInit_InitNew (0x1c71c8)
(an error message about some missing dll appears. as long as the error message is up, the same behaviour as reported occurs)
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #3 from Austin English austinenglish@gmail.com 2011-09-28 14:44:27 CDT --- (In reply to comment #2)
Yes: axel@z60m:~> env WINEPREFIX="/home/axel/.xwine" wine "/home/axel/.wine/drive_c/Programme/GMX/GMX SMS-Manager/SMSMngr.exe"
What program is that? It's likely installing a device driver..
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #4 from Axel axel.braun@gmx.de 2011-09-29 06:29:08 CDT --- I dont think that it installs a device driver, its an app to send SMS from the Desktop, by this it uses the internet conncetion. There was already a recent problem: http://bugs.winehq.org/show_bug.cgi?id=28194 The ap itself is http://appdb.winehq.org/objectManager.php?sClass=application&iId=4824
http://bugs.winehq.org/show_bug.cgi?id=28515
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |minor
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #5 from Dmitry Timoshkov dmitry@baikal.ru 2011-09-29 06:50:45 CDT --- (In reply to comment #2)
Yes: axel@z60m:~> env WINEPREFIX="/home/axel/.xwine" wine "/home/axel/.wine/drive_c/Programme/GMX/GMX SMS-Manager/SMSMngr.exe"
What's the point to set WINEPREFIX to a different place than the one the program installed into? That setup is invalid and not supported.
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #6 from Axel axel.braun@gmx.de 2011-09-29 07:37:20 CDT --- (In reply to comment #5)
(In reply to comment #2)
Yes: axel@z60m:~> env WINEPREFIX="/home/axel/.xwine" wine "/home/axel/.wine/drive_c/Programme/GMX/GMX SMS-Manager/SMSMngr.exe"
What's the point to set WINEPREFIX to a different place than the one the program installed into? That setup is invalid and not supported.
The point is comment #1(Does this happen with a clean WINEPREFIX?)
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #7 from Dmitry Timoshkov dmitry@baikal.ru 2011-09-29 10:28:20 CDT --- (In reply to comment #6)
The point is comment #1(Does this happen with a clean WINEPREFIX?)
"Clean wineprefix" means 'rm -rf ~/.wine', and install the app again.
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #8 from Axel axel.braun@gmx.de 2011-09-30 09:35:59 CDT --- (In reply to comment #7)
"Clean wineprefix" means 'rm -rf ~/.wine', and install the app again.
Did it similar, created a new user with a clean environment for this:
test2@z60m:~> env WINEPREFIX="/home/test2/.wine" wine C:\Programme\GMX\GMX\ SMS-Manager\SMSMngr.exe fixme:ieframe:PersistStreamInit_InitNew (0x142c18) err:ole:CoGetClassObject class {d27cdb6e-ae6d-11cf-96b8-444553540000} not registered err:ole:create_server class {d27cdb6e-ae6d-11cf-96b8-444553540000} not registered err:ole:CoGetClassObject no class object {d27cdb6e-ae6d-11cf-96b8-444553540000} could be created for context 0x5 fixme:ieframe:PersistStreamInit_InitNew (0x1c6ff8)
...the result is the same
http://bugs.winehq.org/show_bug.cgi?id=28515
Sultan Tezadov st99@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |st99@mail.ru
--- Comment #9 from Sultan Tezadov st99@mail.ru 2011-11-05 04:20:36 CDT --- (In reply to comment #0)
When starting a wine application, winedevice exe creates 100% system load. c:\windows\system32\winedevice.exe MountMgr Killing the process does no further harm, but a kill is required, otherwise the CPU gets too hot. System is openSUSE 11.3, wine version frombuild service Actually I noticed this behaviour since (I think) 1.3.27
I experience the same behaviour when running Mail.Ru Agent 5.9 with Wine 1.3.31 on openSUSE 11.4. Here's how to install the app: http://appdb.winehq.org/objectManager.php?sClass=version&iId=24717 Killing winedevice.exe process fixes the issue.
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #10 from Austin English austinenglish@gmail.com 2013-11-13 16:51:12 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log).
http://bugs.winehq.org/show_bug.cgi?id=28515
--- Comment #11 from Axel axel.braun@gmx.de 2013-11-16 01:34:10 CST --- At least for my entry, I cant reproduce because the application (GMX SMS Manager) is no longer maintained, sorry!
https://bugs.winehq.org/show_bug.cgi?id=28515
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #12 from Austin English austinenglish@gmail.com --- (In reply to Axel from comment #11)
At least for my entry, I cant reproduce because the application (GMX SMS Manager) is no longer maintained, sorry!
Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=28515
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Austin English austinenglish@gmail.com --- Closing.