http://bugs.winehq.org/show_bug.cgi?id=11517
Summary: Microsoft Virtual Earth 3D beta fails to install Product: Wine Version: 0.9.54. Platform: PC URL: http://www.microsoft.com/Downloads/details.aspx?FamilyID =e9298080-50c4-4f2e-9fc4-4009074996ba&displaylang=en OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ead1234@hotmail.com
Microsoft Virtual Earth 3D beta fails to install, there is an OLE error and an X11 bitmap error in the console
http://bugs.winehq.org/show_bug.cgi?id=11517
EA Durbin ead1234@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
http://bugs.winehq.org/show_bug.cgi?id=11517
--- Comment #1 from EA Durbin ead1234@hotmail.com 2008-02-08 19:16:05 --- Created an attachment (id=10681) --> (http://bugs.winehq.org/attachment.cgi?id=10681) console output
http://bugs.winehq.org/show_bug.cgi?id=11517
EA Durbin ead1234@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.54. |0.9.55.
http://bugs.winehq.org/show_bug.cgi?id=11517
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #2 from Austin English austinenglish@gmail.com 2008-02-16 18:49:37 --- X Error of failed request: BadPixmap (invalid Pixmap parameter) Major opcode of failed request: 54 (X_FreePixmap) Resource id in failed request: 0x3000051 Serial number of failed request: 470 Current serial number in output stream: 526
What video cards/drivers? Sounds like you've got other problems. For me, I get that ole error, then the installer bombs out on missing gdiplus functions. Can you try running 'glxgears' and see if it crashes?
http://bugs.winehq.org/show_bug.cgi?id=11517
--- Comment #3 from EA Durbin ead1234@hotmail.com 2008-02-17 09:33:04 --- glxgears works just fine for me
http://bugs.winehq.org/show_bug.cgi?id=11517
--- Comment #4 from Austin English austinenglish@gmail.com 2008-02-18 13:54:09 --- (In reply to comment #3)
glxgears works just fine for me
What video card/drivers?
http://bugs.winehq.org/show_bug.cgi?id=11517
--- Comment #5 from EA Durbin ead1234@hotmail.com 2008-02-18 14:10:45 --- GeForce 7800 GT with Ubuntu's NVIDIA restricted drivers
http://bugs.winehq.org/show_bug.cgi?id=11517
--- Comment #6 from EA Durbin ead1234@hotmail.com 2008-06-20 22:13:09 --- I no longer get the bad pixmap error, instead installation fails due to a series of unimplemented gdiplus functions.
Unhandled exception: unimplemented function gdiplus.dll.GdipCreateFontFamilyFromName called in 32-bit code (0x7ee21b96).
http://bugs.winehq.org/show_bug.cgi?id=11517
EA Durbin ead1234@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus
http://bugs.winehq.org/show_bug.cgi?id=11517
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #7 from Dan Kegel dank@kegel.com 2008-06-21 08:28:04 --- Workaround is 'winetricks gdiplus'. Next is bug 14035.
http://bugs.winehq.org/show_bug.cgi?id=11517
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #8 from Austin English austinenglish@gmail.com 2008-06-21 18:35:54 --- *** Bug 11610 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=11517
Adam Petaccia adam@tpetaccia.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adam@tpetaccia.com
--- Comment #9 from Adam Petaccia adam@tpetaccia.com 2008-07-01 19:52:18 --- CreateFontFamilyFromName was recently committed, can you retest and report what happens?
http://bugs.winehq.org/show_bug.cgi?id=11517
--- Comment #10 from EA Durbin ead1234@hotmail.com 2008-07-01 22:19:53 --- wine setup.exe Could not load Mozilla. HTML rendering will be disabled. wine: configuration in '/home/eric/.wine' has been updated. err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub err:ole:CoUninitialize Mismatched CoUninitialize
It still doesn't install
http://bugs.winehq.org/show_bug.cgi?id=11517
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdiplus |-unknown
--- Comment #11 from Lei Zhang thestig@google.com 2008-07-02 13:17:44 --- no longer crashing in gdiplus, resetting component
http://bugs.winehq.org/show_bug.cgi?id=11517
--- Comment #12 from Andrew Nguyen arethusa26@gmail.com 2008-11-30 00:20:08 --- Created an attachment (id=17555) --> (http://bugs.winehq.org/attachment.cgi?id=17555) Virtual Earth 3D installer log
With today's Git, the current issue seems to be in wininet. After starting the installer, the installer aborts with "installer failed". From the installer-generated log file, the issue seems to be related to a failure in HttpQueryInfo:
[2008/11/30 06:16:57.910] DownloadManager: HTTP Status Code: 200 for 'http://go.microsoft.com/fwlink/?LinkId=87970' [2008/11/30 06:16:57.911] DownloadManager: HTTP Status String: 'OK' for 'http://go.microsoft.com/fwlink/?LinkId=87970' [2008/11/30 06:16:57.911] DownloadManager: HttpQueryInfo(HTTP_QUERY_CONTENT_LENGTH) failed for 'http://go.microsoft.com/fwlink/?LinkId=87970' (System Error Code: 12150 (unknown), WinInet Error Code: 12150 ()) [2008/11/30 06:16:57.918] DownloadManager: Download failed for 'http://go.microsoft.com/fwlink/?LinkId=87970' to 'nosave'
Installer log file and wininet traces are attached.
http://bugs.winehq.org/show_bug.cgi?id=11517
--- Comment #13 from Andrew Nguyen arethusa26@gmail.com 2008-11-30 00:21:07 --- Created an attachment (id=17556) --> (http://bugs.winehq.org/attachment.cgi?id=17556) Virtual Earth 3D installer wininet traces
http://bugs.winehq.org/show_bug.cgi?id=11517
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net Component|-unknown |wininet
--- Comment #14 from Hans Leidekker hans@meelstraat.net 2008-12-01 08:48:59 --- The wininet bug is a duplicate of bug 15070. I've sent a patch for it: http://www.winehq.org/pipermail/wine-patches/2008-December/065350.html
http://bugs.winehq.org/show_bug.cgi?id=11517
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #15 from Austin English austinenglish@gmail.com 2008-12-02 17:28:35 --- Works fine in git, thanks Hans!
http://bugs.winehq.org/show_bug.cgi?id=11517
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org 2008-12-05 11:14:05 --- Closing bugs fixed in 1.1.10.
https://bugs.winehq.org/show_bug.cgi?id=11517
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Fixed by SHA1| |d1076aeab488c5ce1716a2d3d01 | |47da2d1159dcc URL|http://www.microsoft.com/Do |https://web.archive.org/web |wnloads/details.aspx?Family |/20071110130348/http://down |ID=e9298080-50c4-4f2e-9fc4- |load.microsoft.com/download |4009074996ba&displaylang=en |/a/d/e/ade837f3-8e2d-4eca-9 | |e4f-f0fcc750ab87/setup.exe