http://bugs.winehq.org/show_bug.cgi?id=10739
Summary: msiexec fails on FolderShare installation Product: Wine Version: 0.9.50. Platform: PC-x86-64 URL: http://www.foldershare.com/download/index.php? OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: benjamin.j.mccann@gmail.com
Created an attachment (id=9581) --> (http://bugs.winehq.org/attachment.cgi?id=9581) Output of msiexec
I am running openSUSE 10.3. The foldershare .msi is available at http://www.foldershare.com/download/index.php? It's a quick download since the file is less than a megabyte.
http://bugs.winehq.org/show_bug.cgi?id=10739
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
--- Comment #1 from James Hawkins truiken@gmail.com 2007-12-09 19:06:48 --- Your wine build is missing debugging symbols, making the backtrace pretty much useless. Please fix this and attach another log.
http://bugs.winehq.org/show_bug.cgi?id=10739
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #9581|text/x-log |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=10739
--- Comment #2 from Ben McCann benjamin.j.mccann@gmail.com 2007-12-09 20:47:00 --- I'm not quite sure how to include debug symbols. I installed wine-debuginfo-0.9.50-11.2.i586.rpm, but the output looks the same. Will any of the openSUSE builds (http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_10.3/i586...) have the info you need? I really do not want to have to figure out how to check out and build the project myself. Here's a direct link to the msi for the Microsoft program: http://www.foldershare.com/download/files/FolderShareSetup-2.5.10.msi
http://bugs.winehq.org/show_bug.cgi?id=10739
--- Comment #3 from Austin English austinenglish@gmail.com 2007-12-09 20:56:41 --- Works fine here in wine 0.9.50, kubuntu gutsy. Can you (re)move ~/.wine and try again?
http://bugs.winehq.org/show_bug.cgi?id=10739
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #4 from James Hawkins truiken@gmail.com 2007-12-09 20:57:58 --- Works perfectly well for me in git.
http://bugs.winehq.org/show_bug.cgi?id=10739
--- Comment #5 from Ben McCann benjamin.j.mccann@gmail.com 2007-12-09 21:44:59 --- Unfortunately, removing .wine did not help.
http://bugs.winehq.org/show_bug.cgi?id=10739
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|RESOLVED |UNCONFIRMED Resolution|WORKSFORME |
--- Comment #6 from Lei Zhang thestig@google.com 2007-12-10 15:36:53 --- Works on Ubuntu for me, but fails on OpenSuse 10.2 with the OpenSuse Wine RPM. Reopening.
http://bugs.winehq.org/show_bug.cgi?id=10739
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #7 from James Hawkins truiken@gmail.com 2007-12-12 14:19:21 --- Then please test on OpenSuse with git wine and reopen if it doesn't work; otherwise, it's a packaging bug that should be filed with OpenSuse.
http://bugs.winehq.org/show_bug.cgi?id=10739
Marcus Meissner marcus@jet.franken.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marcus@jet.franken.de
--- Comment #8 from Marcus Meissner marcus@jet.franken.de 2007-12-13 10:33:51 --- the problem is that winedbg does not load external debuginfo, which we have for SUSE. I will however handle this in Novell Bugzilla.
http://bugs.winehq.org/show_bug.cgi?id=10739
Marcus Meissner marcus@jet.franken.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|WORKSFORME |
--- Comment #9 from Marcus Meissner marcus@jet.franken.de 2007-12-13 10:49:27 --- fixme:msi:msi_dialog_vcl_add_columns before lstrcpynW, end-begin is 27, string is L"\VSI_MS_Sans_Serif13.0_0_0}"
Program received signal SIGABRT, Aborted. [Switching to Thread 0xf7ca6a00 (LWP 1957)] 0xffffe405 in __kernel_vsyscall () (gdb) bt #0 0xffffe405 in __kernel_vsyscall () #1 0xf7cd48f5 in raise () from /lib/libc.so.6 #2 0xf7cd61e1 in abort () from /lib/libc.so.6 #3 0x7fb72b25 in msi_dialog_vcl_add_columns (dialog=0x7fe9c268, control=0x7fea6e88, rec=0x7fea3e10) at /suse/meissner/projects/wine-git/include/winbase.h:2139 #4 0x7fb72bd3 in msi_dialog_volumecost_list (dialog=0x7fe9c268, rec=0x7fea3e10) at /suse/meissner/projects/wine-git/dlls/msi/dialog.c:2567 #5 0x7fb6b643 in msi_dialog_create_controls (rec=0x7fea3e10, param=0x7fe9c268) at /suse/meissner/projects/wine-git/dlls/msi/dialog.c:2689 #6 0x7fb89fef in MSI_IterateRecords (view=0x7fe9e810, count=0x0, func=0x7fb6b5e0 <msi_dialog_create_controls>, param=0x7fe9c268) at /suse/meissner/projects/wine-git/dlls/msi/msiquery.c:190
FIXME("before lstrcpynW, end-begin is %d, string is %s\n", end-begin, debugstr_wn(begin + 1,end-begin));
It overflows the 10 WCHAR num buffer.
the lstrcpynW() should limits its size by buffer, not by end-begin.
http://bugs.winehq.org/show_bug.cgi?id=10739
--- Comment #10 from Marcus Meissner marcus@jet.franken.de 2007-12-13 10:56:10 --- i sent in a patch to fix the lstrcpynW
http://bugs.winehq.org/show_bug.cgi?id=10739
Marcus Meissner marcus@jet.franken.de changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |marcus@jet.franken.de Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #11 from Marcus Meissner marcus@jet.franken.de 2007-12-14 06:56:54 --- http://www.winehq.org/pipermail/wine-patches/2007-December/047925.html
http://bugs.winehq.org/show_bug.cgi?id=10739
Marcus Meissner marcus@jet.franken.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #12 from Marcus Meissner marcus@jet.franken.de 2007-12-14 08:22:48 --- submitted another patch
http://bugs.winehq.org/show_bug.cgi?id=10739
Marcus Meissner marcus@jet.franken.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #13 from Marcus Meissner marcus@jet.franken.de 2007-12-17 07:47:21 --- fix was committed to GIT today.
http://bugs.winehq.org/show_bug.cgi?id=10739
--- Comment #14 from Ben McCann benjamin.j.mccann@gmail.com 2007-12-17 09:18:08 --- Thanks for the patch Marcus. I will keep track of Novell bug 348229 and test again when this can be run on SUSE.
http://bugs.winehq.org/show_bug.cgi?id=10739
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Dan Kegel dank@kegel.com 2008-01-28 05:42:09 --- Closing all RESOLVED FIXED bugs older than four weeks.