http://bugs.winehq.org/show_bug.cgi?id=21701
Summary: CompuWright Fails to Run but Installs Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: celticht32@aol.com
The Designer Application Installs but locks up at the loading screen. This is with the latest GIT tree.
What information do you want submitted for locking problem.
http://bugs.winehq.org/show_bug.cgi?id=21701
chris ahrendt celticht32@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|CompuWright Fails to Run |CarveWright Fails to Run |but Installs |but Installs. Alias|CompuWright |CarveWright
http://bugs.winehq.org/show_bug.cgi?id=21701
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.38 Summary|CarveWright Fails to Run |CarveWright locks up at |but Installs. |loading screen Alias|CarveWright |
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2010-02-12 23:23:56 --- terminal output? link to a demo?
http://bugs.winehq.org/show_bug.cgi?id=21701
--- Comment #2 from chris ahrendt celticht32@aol.com 2010-02-12 23:26:43 --- http://carvewright.com/download/trial/id/20916
[cahrendt@stinky CarveWright]$ winedbg gui.exe WineDbg starting on pid 003a start_process () at /home/cahrendt/wine-git/dlls/kernel32/process.c:1025 0x7b85649f start_process+0x4f [/home/cahrendt/wine-git/dlls/kernel32/process.c:1025] in kernel32: movl %esi,0x0(%esp) 1025 return entry( peb ); Wine-dbg>c fixme:imm:ImmReleaseContext (0x30032, 0x1697d0): stub fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:wbemprox:wbem_locator_ConnectServer 0x17bdf0, L"ROOT\CIMV2", (null), (null), (null), 0x00000000, (null), (nil), 0x33fa20)
http://bugs.winehq.org/show_bug.cgi?id=21701
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=21701
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download |
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2010-05-20 18:43:44 --- The demo tells me I've download it too many times, although I never have.
Please attach the normal console output without winedbg.
http://bugs.winehq.org/show_bug.cgi?id=21701
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://www.carvewright.com/ | |update CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-10-07 02:40:50 CDT --- confirming. It keeps loading forever with high cpu-load. Free trial available (see downloadlink)
http://bugs.winehq.org/show_bug.cgi?id=21701
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |wmi&wbemprox
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-11-03 16:01:07 CDT --- This a bug in missing wmi. With a bit of hacks i got this app running.
It executes method IWbemServices::ExecQuery with querystring "WQL" L"SELECT * FROM Win32_Bios"
returning something useful for the following members make the app start:
SerialNumber, ReleaseDate, Manufacturer", and Description
http://bugs.winehq.org/show_bug.cgi?id=21701
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Depends on| |20651 Summary|CarveWright locks up at |CarveWright locks up at |loading screen |loading screen (needs | |Win32_Bios WMI class)
--- Comment #6 from Anastasius Focht focht@gmx.net 2011-12-14 04:39:19 CST --- Hello,
depends on infrastructure covered by bug 20651 (WBEM / WMI not implemented, affects many .NET apps). Not marking duplicate because once the core infrastructure is in place, various schema classes included in the "root\cimv2" namespace need to be implemented separately.
As per comment #5 making this bug target "Win32_Bios" WMI class.
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa394077.aspx
Regards
http://bugs.winehq.org/show_bug.cgi?id=21701
--- Comment #7 from Hans Leidekker hans@meelstraat.net 2012-06-23 06:09:04 CDT --- There's a partial Win32_BIOS implementation in Wine now, please try again.
http://bugs.winehq.org/show_bug.cgi?id=21701
--- Comment #8 from Austin English austinenglish@gmail.com 2012-06-23 21:17:54 CDT --- Still in 1.5.7:
fixme:wbemprox:client_security_SetBlanket 0x3ed5c7d8, 0x14ac50, 10, 0, (null), 3, 3, (nil), 0x00000000 fixme:wbemprox:client_security_Release 0x3ed5c7d8
http://bugs.winehq.org/show_bug.cgi?id=21701
--- Comment #9 from Hans Leidekker hans@meelstraat.net 2012-06-26 10:01:57 CDT --- (In reply to comment #8)
Still in 1.5.7:
fixme:wbemprox:client_security_SetBlanket 0x3ed5c7d8, 0x14ac50, 10, 0, (null), 3, 3, (nil), 0x00000000 fixme:wbemprox:client_security_Release 0x3ed5c7d8
These fixmes are harmless. It gets past the point where it queries Win32_Bios here but it still crashes. The crash goes away with relay tracing turned on, so perhaps it wasn't related to Win32_Bios after all.
http://bugs.winehq.org/show_bug.cgi?id=21701
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d75375ea451df85d991ead88320 | |5e0206682f6f2 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Anastasius Focht focht@gmx.net 2012-06-26 14:34:45 CDT --- Hello,
Hans is right, the Win32_Bios WMI class part is fixed, thanks.
Fixed by commit http://source.winehq.org/git/wine.git/commitdiff/d75375ea451df85d991ead88320...
--- snip --- 0024:trace:wbemprox:wbem_services_ExecQuery 0x161308, L"WQL", L"SELECT * FROM Win32_Bios", 0x00000030, (nil), 0x32f9c0 ... 0024:trace:wbemprox:class_object_Get 0x1636b0, L"SerialNumber", 00000000, 0x32f9d8, (nil), (nil) ... 0024:trace:wbemprox:class_object_Get 0x1636b0, L"ReleaseDate", 00000000, 0x32f9d8, (nil), (nil) ... 0024:trace:wbemprox:class_object_Get 0x1636b0, L"Manufacturer", 00000000, 0x32f9d8, (nil), (nil) ... 0024:trace:wbemprox:class_object_Get 0x1636b0, L"Description", 00000000, 0x32f9d8, (nil), (nil) ... --- snip ---
The information from WMI queries is most likely used for product activation step.
The crash that occurs later is unrelated and a new issue (newer app version -> qt lib updates). You should file a new bug for that.
Regards
http://bugs.winehq.org/show_bug.cgi?id=21701
Bug 21701 depends on bug 20651, which changed state.
Bug 20651 Summary: Many .NET based applications need WMI core infrastructure (Wine doesn't provide a WMI implementation) http://bugs.winehq.org/show_bug.cgi?id=20651
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
http://bugs.winehq.org/show_bug.cgi?id=21701
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2012-07-03 14:14:16 CDT --- Closing bugs fixed in 1.5.8.