[Bug 27834] New: Photosynth install doesn't work
http://bugs.winehq.org/show_bug.cgi?id=27834 Summary: Photosynth install doesn't work Product: Wine Version: 1.3.24 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs(a)winehq.org ReportedBy: ocean04(a)suomi24.fi I was trying to test bug 15594, but it doesn't install (new version?) fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing wine: Unhandled page fault on read access to 0x00000000 at address 0x68356e0b (thread 0021), starting debugger... http://photosynth.net http://mslabs-999.vo.llnwd.net/e1/installer/PhotosynthInstall_21103171042.ex... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 --- Comment #1 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-07-19 09:51:09 CDT --- Created an attachment (id=35600) --> (http://bugs.winehq.org/attachment.cgi?id=35600) crash log -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Status|UNCONFIRMED |NEW URL| |http://mslabs-999.vo.llnwd. | |net/e1/installer/Photosynth | |Install_21103171042.exe CC| |xerox_xerox2000(a)yahoo.co.uk Summary|Photosynth install doesn't |Photosynth installer |work |crashes in msi Ever Confirmed|0 |1 --- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-07-19 09:52:33 CDT --- filling some fields+confirming -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2011-07-19 09:57:29 CDT --- Here's the interesting part of the backtrace from the log: Backtrace: =>0 msi_create_full_path+0xb(path=0x0(nil)) [include/wine/unicode.h:200] in msi 1 get_link_file+0x3e(package=0x13db58, row=<?>) [dlls/msi/action.c:3555] 2 ITERATE_CreateShortcuts+0x24c(row=0x4d81a8, param=0x13db58) [dlls/msi/action.c:3689] 3 MSI_IterateRecords+0x5f(view=0x1dadb0, count=0x0(nil), func=0x686bc730, param=0x13db58) [dlls/msi/msiquery.c:193] 4 ACTION_CreateShortcuts+0x84(package=0x13db58) [dlls/msi/action.c:3719] 5 ACTION_HandleStandardAction+0xc8(package=0x13db58, action="CreateShortcuts", rc=0x33d45c) [dlls/msi/action.c:7262] -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 --- Comment #4 from Hans Leidekker <hans(a)meelstraat.net> 2011-08-09 03:27:07 CDT --- This installer violates the rule that there can be only one root directory (documented at http://msdn.microsoft.com/en-us/library/aa368295(v=VS.85).aspx). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 --- Comment #5 from Hans Leidekker <hans(a)meelstraat.net> 2011-08-09 04:46:47 CDT --- Created an attachment (id=35894) --> (http://bugs.winehq.org/attachment.cgi?id=35894) msi: Resolve all directory roots. Try this patch. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 --- Comment #6 from ocean04(a)suomi24.fi 2011-08-11 12:07:28 CDT --- With that patch installer works -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |15594 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35894|0 |1 is obsolete| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Hans Leidekker <hans(a)meelstraat.net> 2011-08-25 02:48:54 CDT --- Fixed by 9d68804379b7940b1500cdf802b52b03e0100765. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2011-08-26 13:25:48 CDT --- Closing bugs fixed in 1.3.27. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27834 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9d68804379b7940b1500cdf802b | |52b03e0100765 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org