http://bugs.winehq.org/show_bug.cgi?id=4902
Martin Jürgens <martin(a)gamesplace.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin(a)gamesplace.info
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7743
--- Comment #14 from Jeremy White <jwhite(a)codeweavers.com> 2007-09-13 21:40:41 ---
Created an attachment (id=8061)
--> (http://bugs.winehq.org/attachment.cgi?id=8061)
Hack to bypass the immediate bug
A hack that bypasses this error and allows the installer to continue
This patch cannot be right, but hopefully should help a smarter person than I
come up with the correct fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7743
--- Comment #13 from Jeremy White <jwhite(a)codeweavers.com> 2007-09-13 21:39:51 ---
Created an attachment (id=8060)
--> (http://bugs.winehq.org/attachment.cgi?id=8060)
Fragment of a relay log showing cause
Last 1000 lines leading up to the exception that goes on to cause the error
These are the 1000 lines before an exception that leads
to the eventual symptoms. That last 5-6 lines are quite telling,
and point fairly clearly to a null rec in dlls/msi/format.c,
MSI_FormatRecordW.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9143
Jeremy White <jwhite(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jwhite(a)codeweavers.com
--- Comment #4 from Jeremy White <jwhite(a)codeweavers.com> 2007-09-13 21:38:10 ---
Gah! Made a newbie mistake!
Attached these to the *wrong* bug.
*blush*
Sorry; now to figure out how to remove 'em...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9143
--- Comment #3 from Jeremy White <jwhite(a)codeweavers.com> 2007-09-13 21:36:09 ---
Created an attachment (id=8059)
--> (http://bugs.winehq.org/attachment.cgi?id=8059)
A hack that bypasses this error and allows the installer to continue
This patch cannot be right, but hopefully should help a smarter person than I
come up with the correct fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9143
--- Comment #2 from Jeremy White <jwhite(a)codeweavers.com> 2007-09-13 21:35:10 ---
Created an attachment (id=8058)
--> (http://bugs.winehq.org/attachment.cgi?id=8058)
Last 1000 lines leading up to the exception that goes on to cause the error
These are the 1000 lines before an exception that leads
to the eventual symptoms. That last 5-6 lines are quite telling,
and point fairly clearly to a null rec in dlls/msi/format.c,
MSI_FormatRecordW.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7743
--- Comment #12 from Jeremy White <jwhite(a)codeweavers.com> 2007-09-13 21:32:35 ---
The immediate cause of the crash is in dlls/msi/format.c,
MSI_FormatRecordW. The record being duplicated has 0 fields,
and build_default_format also returns NULL.
That then leads to an exception, crashing the install process.
It's not clear what the further details are, and why I see
this and others don't.
Attaching a +relay,+msi,+seh,+rpc around the relevant bits,
as well as a hack I used to get beyond this.
The hack allowed me to proceed, but then the installer got a further
crash towards the end that left some processes around.
iTunes seems to be there and kinda sorta works (can't access
the store, but...)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7993
--- Comment #6 from David Hedberg <david.hedberg(a)gmail.com> 2007-09-13 19:49:55 ---
There's a patch for this in latest git now, so this bug should be resolved with
the next release of wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7743
Jeremy White <jwhite(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jwhite(a)codeweavers.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.