[Bug 17605] New: Crashes on file save
http://bugs.winehq.org/show_bug.cgi?id=17605 Summary: Crashes on file save Product: Wine Version: 1.1.16 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: zsolt(a)softmonsters.com Sketchup 7 installs and so far just runs fine but on saving a file it crashes *before* any file was written My OS is Gentoo-Linux. Xorg is newest xorg-server-1.6.0 with xf86-video-intel-2.6.1 UXA and DRI2 But the crash happens also without DRI. Tested with all wine-versions beginning from 1.1.12. With Sketchup 6 it's the same -- 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=17605 --- Comment #1 from zsolti <zsolt(a)softmonsters.com> 2009-03-03 19:03:28 --- Created an attachment (id=19773) --> (http://bugs.winehq.org/attachment.cgi?id=19773) crash 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=17605 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Summary|Crashes on file save |Sketchup 7 crashes on file | |save -- 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=17605 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com Keywords| |download Summary|Sketchup 7 crashes on file |Google Sketchup 7 crashes on |save |file save Version|1.1.16 |1.1.12 --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2009-03-08 01:26:46 --- Adding download keyword, setting version to first version with the problem. The interesting bit of your log is X Error of failed request: GLXBadDrawable Major opcode of failed request: 152 (GLX) Minor opcode of failed request: 15 (X_GLXDestroyGLXPixmap) To track down those kind of bugs, a +relay,+synchronous log is helpful. It could be a wine bug, could also be an x server bug. Keep the log as short as possible by starting notepad in another window first, and by doing as little as possible during the run, just immediately triggering the bug. -- 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=17605 --- Comment #3 from zsolti <zsolt(a)softmonsters.com> 2009-03-08 18:08:59 --- (In reply to comment #2)
To track down those kind of bugs, a +relay,+synchronous log is helpful. hi, i'm a bit new to wine debugging. how can i produce a +relay+synchronus log? thanks
-- 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=17605 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-03-08 19:49:22 --- (In reply to comment #3)
(In reply to comment #2)
To track down those kind of bugs, a +relay,+synchronous log is helpful. hi, i'm a bit new to wine debugging. how can i produce a +relay+synchronus log? thanks
WINEDEBUG=+relay,+synchronous wine your_app.exe &> /tmp/output.txt -- 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=17605 Thorsten Meyer <thorsten.meyier(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thorsten.meyier(a)gmx.de --- Comment #5 from Thorsten Meyer <thorsten.meyier(a)gmx.de> 2009-03-11 12:17:32 --- I get the same bug on my machine (debian, xorg 1:7.4~5, xorg-video-intel 2.6.1 wine 1.1.15-1, Sketchup 6.4.112). I generated the +relay+synchronus log as you suggested: the file has a size of 150MB. I'll attach the last 2000 lines of it (if bugzilla allows it). -- 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=17605 --- Comment #6 from Thorsten Meyer <thorsten.meyier(a)gmx.de> 2009-03-11 12:18:58 --- Created an attachment (id=19885) --> (http://bugs.winehq.org/attachment.cgi?id=19885) WINEDEBUG=+relay,+synchronous wine SketchUp.exe &> /tmp/output.txt only the last 2000 lines of the log file -- 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=17605 --- Comment #7 from Damir Sharipov <dammer(a)MAIL.RU> 2009-04-06 07:47:07 --- Created an attachment (id=20309) --> (http://bugs.winehq.org/attachment.cgi?id=20309) WINEDEBUG=+relay,+synchronous wine SketchUp.exe &> /tmp/output.txt && tail -n 2000 /tmp/output.txt > winedbg_relay_synchronous.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=17605 Damir Sharipov <dammer(a)MAIL.RU> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dammer(a)MAIL.RU --- Comment #8 from Damir Sharipov <dammer(a)MAIL.RU> 2009-04-06 08:01:05 --- Ububtu 9.04 beta (2.6.28-11-generic #40-Ubuntu SMP) wine-1.1.18 -- 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=17605 Ittay Dror <ittay.dror(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ittay.dror(a)gmail.com --- Comment #9 from Ittay Dror <ittay.dror(a)gmail.com> 2009-04-30 10:18:05 --- This happens to me also -- 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=17605 --- Comment #10 from Dan Kegel <dank(a)kegel.com> 2009-04-30 10:26:04 --- The two logs posted don't have line numbers. You need to install the wine debugging symbol package or build from source. -- 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=17605 --- Comment #11 from Ittay Dror <ittay.dror(a)gmail.com> 2009-04-30 10:29:30 --- may i suggest that it will be easier for you to download google sketchup, install and see if it happens to you than for us to install a debugging version and send log files. -- 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=17605 --- Comment #12 from Dan Kegel <dank(a)kegel.com> 2009-04-30 10:52:51 --- Except our time is very limited, and it may be more productive to teach people how to file really excellent bug reports. -- 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=17605 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs(a)o2.co.uk --- Comment #13 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-04-30 12:34:11 --- http://dl.google.com/sketchup/GoogleSketchUpWEN.exe -- 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=17605 --- Comment #14 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-04-30 12:53:28 --- Created an attachment (id=20843) --> (http://bugs.winehq.org/attachment.cgi?id=20843) wine-1.1.20-108-g445567e +relay +synchronous Under Wine 1.1.20, the app exits with just: X Error of failed request: GLXBadContextTag Major opcode of failed request: 156 (GLX) Minor opcode of failed request: 106 (X_GLXSelectBuffer) Serial number of failed request: 596805 Current serial number in output stream: 596806 Under latest gitwine, an unhandled exception occurs. Log contains debugging symbols. -- 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=17605 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |opengl Ever Confirmed|0 |1 --- Comment #15 from Dan Kegel <dank(a)kegel.com> 2009-04-30 13:39:18 --- Looks like the interesting line from the log is 10 0x7e78b40a wine_glGetFloatv+0x80(pname=2983, params=0x32f400) [dlls/opengl32/opengl_norm.c:1273] in opengl32 (0x0032f2b8) and the relay log leading up to it is 0023:Call glu32.gluLookAt(ec5b6407,406e1701,e5c04552,c06d8236,da4412f7,405991ac,e8c13159,c071d5f3,d5b602a6,40814807,60b2ee8f,c05482db,d03837d9,bfbb17f7,a9b0c4a9,3fc4518e,1eaeafe7,3fef6987) ret=007ee191 0023:Ret glu32.gluLookAt() retval=7c7cbfc4 ret=007ee191 0023:Call opengl32.glGetFloatv(00000ba7,0032f400) ret=007ed515 I guess in this case the +relay,+synchronous log was sufficient, even without debug symbols. Setting cateogory to opengl. Confirming since multiple users. -- 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=17605 Mike Valk <mike.valk(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike.valk(a)gmail.com --- Comment #16 from Mike Valk <mike.valk(a)gmail.com> 2009-05-11 12:05:19 --- Sketch up version 6 shows the same error. Using: Ubuntu 9.04 32-Bit Intel UXA/DRI2 (Using EXA Doesn't show me any thing in the 3D area) -- 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=17605 --- Comment #17 from Mike Valk <mike.valk(a)gmail.com> 2009-05-11 12:06:02 --- Sketch up version 6 shows the same error. Using: Ubuntu 9.04 32-Bit Intel UXA/DRI2 (Using EXA Doesn't show me any thing in the 3D area) -- 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=17605 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jean-louis.bourdon(a)laposte. | |net --- Comment #18 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-06-05 20:08:29 --- *** Bug 17209 has been marked as a duplicate of this bug. *** -- 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=17605 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sparks_330(a)yahoo.com --- Comment #19 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-06-05 20:09:35 --- *** Bug 18802 has been marked as a duplicate of this bug. *** -- 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=17605 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://dl.google.com/sketch | |up/GoogleSketchUpWEN.exe -- 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=17605 Roderick Colenbrander <thunderbird2k(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k(a)gmail.com --- Comment #20 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2009-06-17 04:16:52 --- I would recommend to add +wgl to the +relay,+synchronous log as there might be something wrong in there. I'm not sure why there would be a crash in the normal GL code (it just forwards to native opengl) unless there is no WGL opengl context around or something like that. It could also be that glu32.dll is causing issues. This dll is a helper dll around opengl and internally it uses libGLU.so. There might be a bug somewhere there e.g. a calling convention one or so. It would be useful to try a win32 glu32.dll using dll overrides (or just remove the wine version to be certain that it isn't used). Roderick -- 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=17605 AimWin <aim(a)mail.nu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aim(a)mail.nu --- Comment #21 from AimWin <aim(a)mail.nu> 2009-07-16 15:05:37 --- I have 2 computers. 1. Desktop using Asus mainboard P4SB800-MXSE SIS 661fx http://support.asus.com/download/download.aspx?SLanguage=en-us I did not dare to use SIS driver for redhat in Ubuntu. So I user just what Ubuntu 9.04. + Edubuntu. 2. Asus Oem notebook with Nvedia VGA Reports on BUGS with Desktop Asus mainboard P4SB800-MXSE I user the same Sketchup 7 and the same version fully updated. Asus Notebook NVedia run Wine Sketchup 7 with minor screen flick refresh not 100% but can be used with 100% no problems on function and "SAVED FILE" But run alot slower than Sketchup 7 in XP dual boot in my notebook. 1 sec response time on XP will take 3-5 seconds on Ubuntu 9.04. But Desktop Asus P4SB800-MXSE VGA SIS chipset, run Wine Sketchup 7 with crash as soon as you click on file save as function. And Wine 1.1.25 Sketup 7 crash 100% hit (every time of 20 odds time I have tried). My suggestion is the Drivers for the Graphic cards. My Desktop Asus mainboard P4SB800-MXSE not only cannot run Sketchup7, it can not hybernate nor suspend. While my Notebook perform 100% Hybernation and suspend with the 9.04. Let the GURU have more data. Best Regards AimWin -- 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=17605 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|kennybobs(a)o2.co.uk | -- 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=17605 Hugo Alvarado <hugo102(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hugo102(a)gmail.com --- Comment #22 from Hugo Alvarado <hugo102(a)gmail.com> 2009-10-14 11:18:20 --- Sketchup 7 now saves properly in wine 1.1.31, running 2.6.28-15-generic linux mint gloria this was not working for me in 1.1.28 (I think) -- 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=17605 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #23 from Austin English <austinenglish(a)gmail.com> 2009-10-14 13:16:35 --- Reported fixed. -- 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=17605 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #24 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-23 13:18:54 --- Closing bugs fixed in 1.1.32. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=17605 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|Other |x86 Summary|Google Sketchup 7 crashes |Google Sketchup 6/7 crash |on file save |on file save URL|http://dl.google.com/sketch |https://web.archive.org/web |up/GoogleSketchUpWEN.exe |/20120726023942/http://dl.g | |oogle.com/sketchup/gsu7/PW- | |2-1-6860-EN.exe CC| |focht(a)gmx.net -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla