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@winehq.org ReportedBy: doctordruidphd@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.
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #1 from Austin English austinenglish@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).
http://bugs.winehq.org/show_bug.cgi?id=27969
Walter Woden wodencafe@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wodencafe@gmail.com
--- Comment #2 from Walter Woden wodencafe@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".
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #3 from Walter Woden wodencafe@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.
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #4 from Walter Woden wodencafe@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
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #5 from Walter Woden wodencafe@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.
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #6 from doctordruidphd@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
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #7 from Austin English austinenglish@gmail.com --- Can you please install wine-dbg and attach another backtrace?
Also, a log with +imagelist,+seh,+tid may be useful.
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #8 from doctordruidphd@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.
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #9 from doctordruidphd@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
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #10 from Austin English austinenglish@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
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #11 from doctordruidphd@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@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.
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #12 from doctordruidphd@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
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #13 from doctordruidphd@yahoo.com --- Created attachment 47204 --> http://bugs.winehq.org/attachment.cgi?id=47204 debug trace from second terminal debug method
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #14 from doctordruidphd@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
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #15 from Austin English austinenglish@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@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?
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #16 from doctordruidphd@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
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #17 from doctordruidphd@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.
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #18 from doctordruidphd@yahoo.com --- Any additional information or anything else I can do to move this along?
http://bugs.winehq.org/show_bug.cgi?id=27969
transtone zm3345@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zm3345@gmail.com
--- Comment #19 from transtone zm3345@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
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #20 from doctordruidphd@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.
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #21 from transtone zm3345@gmail.com --- try wine1.7.13 . explorer works now.
http://bugs.winehq.org/show_bug.cgi?id=27969
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #22 from Qian Hong fracting@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?
http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #23 from Walter Woden wodencafe@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.
http://bugs.winehq.org/show_bug.cgi?id=27969
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #24 from hanska2@luukku.com --- doctordruidphd@yahoo.com
is this still an issue?
http://bugs.winehq.org/show_bug.cgi?id=27969
doctordruidphd@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #25 from doctordruidphd@yahoo.com --- (In reply to hanska2 from comment #24)
doctordruidphd@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.
https://bugs.winehq.org/show_bug.cgi?id=27969
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #26 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.24.