[Bug 27969] New: wine explorer crashes on startup
http://bugs.winehq.org/show_bug.cgi?id=27969 Summary: wine explorer crashes on startup Product: Wine Version: 1.3.25 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs(a)winehq.org ReportedBy: doctordruidphd(a)yahoo.com Created an attachment (id=35794) --> (http://bugs.winehq.org/attachment.cgi?id=35794) Trqace from running wine from a terminal explorer.exe crashes on startup. Other programs seem to work. I have tried this with a "clean" .wine, problem still exists. System: kubuntu natty-11.04 64-bit. I have to kill explorer with pkill. -- 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=27969 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2013-11-13 16:52:11 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_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=27969 Walter Woden <wodencafe(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wodencafe(a)gmail.com --- Comment #2 from Walter Woden <wodencafe(a)gmail.com> --- (In reply to comment #1)
This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log).
Running "wine explorer.exe" on 1.7.10 crashes, with a "Program Error" dialog that shows more details. I will attach the terminal output and the "Program Error Details". -- 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=27969 --- Comment #3 from Walter Woden <wodencafe(a)gmail.com> --- Created attachment 47191 --> http://bugs.winehq.org/attachment.cgi?id=47191 Program Error Details Backtrace - explorer.exe This shows the backtrace and details from the Program Error crash dialog that is displayed after running explorer.exe with wine. -- 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=27969 --- Comment #4 from Walter Woden <wodencafe(a)gmail.com> --- Created attachment 47192 --> http://bugs.winehq.org/attachment.cgi?id=47192 Terminal Output - explorer.exe This is the terminal output from running explorer.exe with wine. Ubuntu 13.10 x64 wine 1.7.10 -- 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=27969 --- Comment #5 from Walter Woden <wodencafe(a)gmail.com> --- Created attachment 47193 --> http://bugs.winehq.org/attachment.cgi?id=47193 Explorer Snoop Log This file is a log of running explorer.exe with wine and WINEDEBUG=+snoop. PLEASE NOTE: When running with WINEDEBUG=+relay, it starts. I have consistently been able to reproduce this. -- 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=27969 --- Comment #6 from doctordruidphd(a)yahoo.com --- Confirmed 1/13/2014 - explorer crashes with this startup: env WINEPREFIX=/home/myhome/.wine-directory wine explorer.exe but works with: env WINEPREFIX=/home/myhome/.wine-directory WINEDEBUG=+relay wine explorer.exe wine version wine-1.7.10 kubuntu-13.10 -- 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=27969 --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- Can you please install wine-dbg and attach another backtrace? Also, a log with +imagelist,+seh,+tid may be useful. -- 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=27969 --- Comment #8 from doctordruidphd(a)yahoo.com --- Created attachment 47199 --> http://bugs.winehq.org/attachment.cgi?id=47199 Output from wine error window This is the output from clicking the "save as" button on the application error window. -- 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=27969 --- Comment #9 from doctordruidphd(a)yahoo.com --- Created attachment 47200 --> http://bugs.winehq.org/attachment.cgi?id=47200 Output from winedbg This is the backtrace from running winedbg as instructed at http://wiki.winehq.org/Backtraces If I need to do something else, please advise with specific commands as I'm not familiar with wine debugging -- 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=27969 --- Comment #10 from Austin English <austinenglish(a)gmail.com> --- (In reply to comment #9)
Created attachment 47200 [details] Output from winedbg
This is the backtrace from running winedbg as instructed at http://wiki.winehq.org/Backtraces
If I need to do something else, please advise with specific commands as I'm not familiar with wine debugging
Your backtrace lacks debugging symbols. As you said you're on ubuntu, try: $ sudo apt-get install wine-dbg and get a second backtrace. It should source line numbers, as the wiki example shows. For the other log, run: $ WINEDEBUG=+imagelist,+seh,+tid wine explorer >> log.txt 2>&1 then attach log.txt here -- 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=27969 --- Comment #11 from doctordruidphd(a)yahoo.com --- (In reply to comment #10)
(In reply to comment #9)
Created attachment 47200 [details] Output from winedbg
This is the backtrace from running winedbg as instructed at http://wiki.winehq.org/Backtraces
If I need to do something else, please advise with specific commands as I'm not familiar with wine debugging
Your backtrace lacks debugging symbols. As you said you're on ubuntu, try: $ sudo apt-get install wine-dbg
and get a second backtrace. It should source line numbers, as the wiki example shows.
For the other log, run: $ WINEDEBUG=+imagelist,+seh,+tid wine explorer >> log.txt 2>&1
then attach log.txt here
I do have wine-dbg installed, this is what I have: greenman(a)Wolfenstein:~$ dpkg --get-selections | grep wine1.7 wine1.7 install wine1.7-amd64 install wine1.7-dbg:amd64 install wine1.7-i386 install I ran the traces again; if they aren't right, I can try again with other commands. -- 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=27969 --- Comment #12 from doctordruidphd(a)yahoo.com --- Created attachment 47203 --> http://bugs.winehq.org/attachment.cgi?id=47203 log.txt from debug command generated by the command: env WINEPREFIX=/home/greenman/.wine-photo WINEDEBUG=+imagelist,+seh,+tid wine explorer >> log.txt 2>&1 -- 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=27969 --- Comment #13 from doctordruidphd(a)yahoo.com --- Created attachment 47204 --> http://bugs.winehq.org/attachment.cgi?id=47204 debug trace from second terminal debug method -- 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=27969 --- Comment #14 from doctordruidphd(a)yahoo.com --- Created attachment 47205 --> http://bugs.winehq.org/attachment.cgi?id=47205 debug trace generated from running wine windbg explorer.exe This trace is from running wine winedbg explorer.exe -- 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=27969 --- Comment #15 from Austin English <austinenglish(a)gmail.com> --- (In reply to comment #11)
(In reply to comment #10)
(In reply to comment #9)
Created attachment 47200 [details] Output from winedbg
This is the backtrace from running winedbg as instructed at http://wiki.winehq.org/Backtraces
If I need to do something else, please advise with specific commands as I'm not familiar with wine debugging
Your backtrace lacks debugging symbols. As you said you're on ubuntu, try: $ sudo apt-get install wine-dbg
and get a second backtrace. It should source line numbers, as the wiki example shows.
For the other log, run: $ WINEDEBUG=+imagelist,+seh,+tid wine explorer >> log.txt 2>&1
then attach log.txt here
I do have wine-dbg installed, this is what I have:
greenman(a)Wolfenstein:~$ dpkg --get-selections | grep wine1.7 wine1.7 install wine1.7-amd64 install wine1.7-dbg:amd64 install wine1.7-i386 install
I ran the traces again; if they aren't right, I can try again with other commands.
Can you install wine-1.7-dbg:i386? -- 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=27969 --- Comment #16 from doctordruidphd(a)yahoo.com --- Created attachment 47206 --> http://bugs.winehq.org/attachment.cgi?id=47206 log.txt from command Installed wine1.7-dbg:i386 This is the output from env WINEPREFIX=/home/greenman/.wine-photo WINEDEBUG=+imagelist,+seh,+tid wine explorer >> log.txt 2>&1 -- 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=27969 --- Comment #17 from doctordruidphd(a)yahoo.com --- Created attachment 47207 --> http://bugs.winehq.org/attachment.cgi?id=47207 winedbg backtrace from 2nd terminal winedbg backtrace with wine1.7-dbg:i386 installed. -- 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=27969 --- Comment #18 from doctordruidphd(a)yahoo.com --- Any additional information or anything else I can do to move this along? -- 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=27969 transtone <zm3345(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zm3345(a)gmail.com --- Comment #19 from transtone <zm3345(a)gmail.com> --- this bug has a long history, but none of the developers regard this as a serious matter. this is my report last year: http://bugs.winehq.org/show_bug.cgi?id=33829 -- 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=27969 --- Comment #20 from doctordruidphd(a)yahoo.com --- (In reply to comment #19)
this bug has a long history, but none of the developers regard this as a serious matter.
this is my report last year: http://bugs.winehq.org/show_bug.cgi?id=33829
I wish it were not so, but it appears to be. Programs don't always install right, and without a working file browser/launcher, it can be impossible to make things work at all. -- 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=27969 --- Comment #21 from transtone <zm3345(a)gmail.com> --- try wine1.7.13 . explorer works now. -- 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=27969 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com --- Comment #22 from Qian Hong <fracting(a)gmail.com> --- (In reply to doctordruidphd from comment #18)
Any additional information or anything else I can do to move this along?
Hi doctordruidphd, could you try if `winetricks -q cc580` helps? -- 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=27969 --- Comment #23 from Walter Woden <wodencafe(a)gmail.com> --- Hi, I can confirm this works with wine 1.7.13 (32 bit prefix) on Ubuntu 13.10 x64. Bug appears to be fixed. -- 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=27969 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #24 from hanska2(a)luukku.com --- doctordruidphd(a)yahoo.com is this still an issue? -- 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=27969 doctordruidphd(a)yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #25 from doctordruidphd(a)yahoo.com --- (In reply to hanska2 from comment #24)
doctordruidphd(a)yahoo.com
is this still an issue?
Seems to be fixed in current version. Explorer is working both in old .wine installations, and in new ones as well. Thanks. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=27969 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #26 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.24. -- 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