http://bugs.winehq.org/show_bug.cgi?id=18432
Summary: Sibelius 4 Installer does not start Product: Wine Version: 1.1.21 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: julian.lam@gmail.com
Created an attachment (id=21036) --> (http://bugs.winehq.org/attachment.cgi?id=21036) Error Log
Upon running installation of Sibelius 4 from a backup ISO of the install CD, the installer crashes almost immediately.
This looks and sounds like a regression, since I installed using this method on older versions of Wine. I also previously installed successfully on both 32-bit and 64-bit systems, on both Ubuntu Intrepid and Jaunty.
I have attached the entire wine log, which includes a backtrace.
http://bugs.winehq.org/show_bug.cgi?id=18432
--- Comment #1 from Julian Lam julian.lam@gmail.com 2009-05-11 18:36:59 --- Actually, one point to note, in order to mount the ISO to the file system, I used Gmount-iso. For previous installations, I had simply used the mount command. I figured there would be no difference since Gmount-iso is a frontend to mount.
In any case, the installer fails regardless.
http://bugs.winehq.org/show_bug.cgi?id=18432
Julian Lam julian.lam@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #2 from Julian Lam julian.lam@gmail.com 2009-05-11 18:44:12 --- As it turns out, only "autorun.exe" fails. This is no longer a critical problem, as navigating to the Sibelius 4 directory and installing directly works fine.
Apologies!
http://bugs.winehq.org/show_bug.cgi?id=18432
Julian Lam julian.lam@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |trivial Priority|P2 |P5
http://bugs.winehq.org/show_bug.cgi?id=18432
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |normal Priority|P5 |P2
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2009-05-11 18:45:13 --- not critical, http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
if you think it's a regression, please run a regression test to show this http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=18432
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|WORKSFORME |
--- Comment #4 from Jeff Zaroyko jeffz@jeffz.name 2009-05-11 18:46:29 --- Please read the meaning of the fields you are selecting:
WORKSFORME: All attempts at reproducing this bug were futile, and reading the code produces no clues as to why the described behavior would occur. If more information appears later, the bug can be reopened.
The bug should remain open if there is a problem with the autorun. Reopening.
http://bugs.winehq.org/show_bug.cgi?id=18432
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer, regression
http://bugs.winehq.org/show_bug.cgi?id=18432
--- Comment #5 from Austin English austinenglish@gmail.com 2009-11-19 12:53:38 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.33 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=18432
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|Installer | Summary|Sibelius 4 Installer does |Sibelius 4 autorun does not |not start |start
--- Comment #6 from Jeff Zaroyko jeffz@jeffz.name 2010-03-08 17:49:42 --- Revising summary to reflect it's just the autorun, not the installer.
Backtrace: =>0 0x7d295ce6 in libgl.so.1 (+0x65ce6) (0x00000009) 1 0x00000000 (0x00000000)
The crash appears to be in video drivers.
http://bugs.winehq.org/show_bug.cgi?id=18432
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-09 04:50:29 --- No response, and is invalid due to the crash in libgl.so
http://bugs.winehq.org/show_bug.cgi?id=18432
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-09 04:50:45 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=18432
--- Comment #9 from Henri Verbeet hverbeet@gmail.com 2010-03-09 06:31:09 --- (In reply to comment #7)
No response, and is invalid due to the crash in libgl.so
Crashes inside libgl.so aren't necessarily the driver's fault. Although a driver bug might cause a crash there, another common cause for crashes inside libgl.so is making GL calls without a valid context, typically because the window the context was associated with is destroyed.