[Bug 13890] New: Zmodeler: freezes and crashes
http://bugs.winehq.org/show_bug.cgi?id=13890 Summary: Zmodeler: freezes and crashes Product: Wine Version: 1.0-rc4 Platform: PC URL: http://appdb.winehq.org/objectManager.php?sClass=applica tion&iId=7572 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: opengl AssignedTo: wine-bugs(a)winehq.org ReportedBy: gaming4jc2(a)yahoo.com Created an attachment (id=13979) --> (http://bugs.winehq.org/attachment.cgi?id=13979) The small log that I got in the terminal on my attempt to see what the problem was. Notice it has OpenGL errors... fixme! :) I am running WINE 1.0 RC4 on Ubuntu hardy. So far so good, but when I run Zmodeler I get the attached file (terminal log) just before it crashes. It loads but does nothing (freezes) and I have to terminate it. I have a Nividia Geforce FX5200 PCI. All other programs work graphics wise but this one... :-/ Please help, I use this one often. :) -- 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=13890 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> 2008-06-14 01:58:25 --- Do not use wine "C:\Program Files\Zmodeler\Zmodeler.exe" Instead do that: cd ~/.wine/drive_c/Program Files/Zmodeler wine Zmodeler.exe You need to install vcrun6 (use winetrick to do that) After the software crashes in a well-known gdiplus missing function. You can use a native gdiplus dlll to by-pass the crash. Joaopa -- 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=13890 --- Comment #2 from joaopa <jeremielapuree(a)yahoo.fr> 2008-06-14 01:59:19 --- Please, report if it works for you Joaopa -- 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=13890 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-06-14 13:33:50 --- (In reply to comment #1)
Do not use wine "C:\Program Files\Zmodeler\Zmodeler.exe"
Instead do that: cd ~/.wine/drive_c/Program Files/Zmodeler wine Zmodeler.exe
Using the windows path is also acceptable, though some apps do require launching from their own directory (ideally, cd to the directory and then launch with the windows path). Don't use the Unix path, however. -- 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=13890 --- Comment #4 from Luke <gaming4jc2(a)yahoo.com> 2008-06-15 22:24:21 --- (In reply to comment #2)
Please, report if it works for you
Joaopa
Hello, I installed winetricks and the vcrun6. Problem is when I use the cd command I get this: luke(a)luke-desktop:~$ cd ~/.wine/drive_c/Program Files/Zmodeler bash: cd: /home/luke/.wine/drive_c/Program: No such file or directory -- 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=13890 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-06-16 06:51:56 --- (In reply to comment #4)
Problem is when I use the cd command I get this: luke(a)luke-desktop:~$ cd ~/.wine/drive_c/Program Files/Zmodeler bash: cd: /home/luke/.wine/drive_c/Program: No such file or directory
Either enclose it in quotes, or escape the space: luke(a)luke-desktop:~$ cd "~/.wine/drive_c/Program Files/Zmodeler" or luke(a)luke-desktop:~$ cd ~/.wine/drive_c/Program\ Files/Zmodeler -- 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=13890 --- Comment #6 from Luke <gaming4jc2(a)yahoo.com> 2008-06-16 08:56:04 --- Created an attachment (id=14099) --> (http://bugs.winehq.org/attachment.cgi?id=14099) A different bug that occured. This time error in 32-bit code.... Just tried running the program after using winetricks vcrun6... :-/ Interesting little bug this one is. -- 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=13890 --- Comment #7 from Luke <gaming4jc2(a)yahoo.com> 2008-06-16 08:58:01 --- (In reply to comment #5)
(In reply to comment #4)
Problem is when I use the cd command I get this: luke(a)luke-desktop:~$ cd ~/.wine/drive_c/Program Files/Zmodeler bash: cd: /home/luke/.wine/drive_c/Program: No such file or directory
Either enclose it in quotes, or escape the space:
luke(a)luke-desktop:~$ cd "~/.wine/drive_c/Program Files/Zmodeler" or luke(a)luke-desktop:~$ cd ~/.wine/drive_c/Program\ Files/Zmodeler
Just tried them... and several others. I used different \ / combos and everything I could think of. I also checked the spelling. uke(a)luke-desktop:~$ cd "~/.wine/drive_c/Program Files/ZModeler" bash: cd: ~/.wine/drive_c/Program Files/ZModeler: No such file or directory luke(a)luke-desktop:~$ cd "~\.wine\drive_c\Program Files\ZModeler" bash: cd: ~\.wine\drive_c\Program Files\ZModeler: No such file or directory luke(a)luke-desktop:~$ cd ~/.wine/drive_c/Program\ Files/Zmodeler bash: cd: /home/luke/.wine/drive_c/Program Files/Zmodeler: No such file or directory ... :( -- 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=13890 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-06-16 09:30:14 --- What does: $ ls ~/.wine/drive_c/Program Files/ say? -- 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=13890 --- Comment #9 from Luke <gaming4jc2(a)yahoo.com> 2008-06-16 16:13:24 --- (In reply to comment #8)
What does:
$ ls ~/.wine/drive_c/Program Files/
say?
This: luke(a)luke-desktop:~$ $ ls ~/.wine/drive_c/Program Files/ bash: $: command not found luke(a)luke-desktop:~$ ls ~/.wine/drive_c/Program Files/ ls: cannot access /home/luke/.wine/drive_c/Program: No such file or directory ls: cannot access Files/: No such file or directory luke(a)luke-desktop:~$ :-s -- 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=13890 --- Comment #10 from James Hawkins <truiken(a)gmail.com> 2008-06-16 17:27:46 --- (In reply to comment #9)
(In reply to comment #8)
What does:
$ ls ~/.wine/drive_c/Program Files/
say?
This: luke(a)luke-desktop:~$ $ ls ~/.wine/drive_c/Program Files/ bash: $: command not found luke(a)luke-desktop:~$ ls ~/.wine/drive_c/Program Files/ ls: cannot access /home/luke/.wine/drive_c/Program: No such file or directory ls: cannot access Files/: No such file or directory luke(a)luke-desktop:~$
:-s
You can't have a space in a unix path without escaping it /home/luke/.wine/drive_c/Program\ Files/ or quoting the entire argument "/home/luke/.wine/drive_c/Program 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=13890 --- Comment #11 from Luke <gaming4jc2(a)yahoo.com> 2008-06-16 20:32:16 --- (In reply to comment #10)
(In reply to comment #9)
(In reply to comment #8)
What does:
$ ls ~/.wine/drive_c/Program Files/
say?
This: luke(a)luke-desktop:~$ $ ls ~/.wine/drive_c/Program Files/ bash: $: command not found luke(a)luke-desktop:~$ ls ~/.wine/drive_c/Program Files/ ls: cannot access /home/luke/.wine/drive_c/Program: No such file or directory ls: cannot access Files/: No such file or directory luke(a)luke-desktop:~$
:-s
You can't have a space in a unix path without escaping it
/home/luke/.wine/drive_c/Program\ Files/
or quoting the entire argument
"/home/luke/.wine/drive_c/Program Files/"
Ah yes, thanks for reminding me. Here's what ls says then: luke(a)luke-desktop:~$ ls "/home/luke/.wine/drive_c/Program Files/" Acclaim Entertainment Common Files ePSXe Internet Explorer Maxis ZModeler Seems to simply list what's in the folder. -- 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=13890 --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2008-06-17 05:54:44 --- luke(a)luke-desktop:~$ cd "~/.wine/drive_c/Program Files/ZModeler" -- 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=13890 --- Comment #13 from Luke <gaming4jc2(a)yahoo.com> 2008-06-17 08:44:36 --- (In reply to comment #12)
luke(a)luke-desktop:~$ cd "~/.wine/drive_c/Program Files/ZModeler"
luke(a)luke-desktop:~$ cd "~/.wine/drive_c/Program Files/ZModeler" bash: cd: ~/.wine/drive_c/Program Files/ZModeler: No such file or directory *sighs* :( -- 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=13890 --- Comment #14 from James Hawkins <truiken(a)gmail.com> 2008-06-17 08:47:36 --- You're not doing something right. The ls command says that the ZModeler directory is in Program Files. Have you removed your wine prefix? -- 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=13890 --- Comment #15 from Luke <gaming4jc2(a)yahoo.com> 2008-06-17 10:12:15 --- (In reply to comment #14)
You're not doing something right. The ls command says that the ZModeler directory is in Program Files. Have you removed your wine prefix?
Not that I know of. I just installed WINE only 3 days ago and I haven't edited any of the default settings. :-/ hmm... -- 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=13890 Paul Vriens <Paul.Vriens.Wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Vriens.Wine(a)gmail.com --- Comment #16 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2008-06-17 11:14:39 --- Try 'cd "/home/luke/.wine/drive_c/Program Files/ZModeler"', you can't use the tilde (~) inside the double quotes. -- 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=13890 --- Comment #17 from Luke <gaming4jc2(a)yahoo.com> 2008-06-17 11:23:20 --- (In reply to comment #16)
Try 'cd "/home/luke/.wine/drive_c/Program Files/ZModeler"', you can't use the tilde (~) inside the double quotes.
Thanks! This worked, but I still am having problems running Zmod: luke(a)luke-desktop:~$ cd "/home/luke/.wine/drive_c/Program Files/ZModeler" luke(a)luke-desktop:~/.wine/drive_c/Program Files/ZModeler$ wine Zmodeler.exe fixme:win:EnumDisplayDevicesW ((null),0,0x32e3e4,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface luke(a)luke-desktop:~/.wine/drive_c/Program Files/ZModeler$ -- 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=13890 --- Comment #18 from Luke <gaming4jc2(a)yahoo.com> 2008-06-20 17:22:26 --- Created an attachment (id=14218) --> (http://bugs.winehq.org/attachment.cgi?id=14218) WINEDEBUG=+d3d wine zmodeler.exe &> /tmp/wine_log An interesting debug of the faulty d3d component... might be of interest. -- 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=13890 --- Comment #19 from Luke <gaming4jc2(a)yahoo.com> 2008-06-20 17:23:16 --- Created an attachment (id=14219) --> (http://bugs.winehq.org/attachment.cgi?id=14219) WINEDEBUG=+d3d wine zmodeler.exe &> /tmp/wine_log An interesting debug of the faulty d3d component... might be of interest. -- 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=13890 Roderick Colenbrander <thunderbird2k(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|opengl |directx-d3d --- Comment #20 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2008-06-22 06:01:14 --- You are seeing opengl messages because d3d is emulated using opengl. If it is really a 3d bug it is a d3d one. -- 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=13890 --- Comment #21 from Luke <gaming4jc2(a)yahoo.com> 2008-06-22 09:18:15 --- Ok thanks for changing it to d3d for me. :) Anyone know some native d3d dll's I can try and use to make it work? -- 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=13890 Paul Vriens <Paul.Vriens.Wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|Paul.Vriens.Wine(a)gmail.com | -- 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=13890 --- Comment #22 from Luke <gaming4jc2(a)yahoo.com> 2008-08-05 16:00:32 --- Created an attachment (id=15303) --> (http://bugs.winehq.org/attachment.cgi?id=15303) Wine 1.1.2, seems to give the same erorrs -- 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=13890 --- Comment #23 from Austin English <austinenglish(a)gmail.com> 2009-02-02 16:29:26 --- Is this still an issue in current (1.1.14 or newer) wine? -- 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=13890 Luke <gaming4jc2(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #24 from Luke <gaming4jc2(a)yahoo.com> 2009-02-05 13:37:37 --- Nope, the program boots and loads models perfectly. Icons are a bit blinky, but at least it works. Thanks guys! :-D -- 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=13890 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #25 from Alexandre Julliard <julliard(a)winehq.org> 2009-02-13 11:11:12 --- Closing bugs fixed in 1.1.15. -- 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.
participants (1)
-
wine-bugs@winehq.org