[Bug 18963] New: Starting the "Papyrus Autor II.exe" with wine produces only an error-message.
http://bugs.winehq.org/show_bug.cgi?id=18963 Summary: Starting the "Papyrus Autor II.exe" with wine produces only an error-message. Product: Wine Version: 1.1.23 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: ich(a)holger-l.de Created an attachment (id=21823) --> (http://bugs.winehq.org/attachment.cgi?id=21823) Messages in GNOME-Terminal while starting "Papyrus Autor II.exe". Even the installation of "Papyrus Autor II" seems not to work properly on my system (Ubuntu 9.04 with GNOME-Desktop and "no visual effects". Starting that program produces only an error-message. For more details see the attached txt-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=18963 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-06-16 11:39:33 --- =>0 0x0050be39 in papyrus autor (+0x10be39) (0x0032ef80) 1 0x7ecd003d in gdi32 (+0x3003d) (0x0032f0e0) 2 0x7ecdeea6 in gdi32 (+0x3eea6) (0x0032f420) 3 0x7ecd076a in gdi32 (+0x3076a) (0x0032f480) 4 0x7ecd07c9 EnumFontFamiliesExA+0x39() in gdi32 (0x0032f500) 5 0x7ecd086f EnumFontFamiliesA+0x8f() in gdi32 (0x0032f570) Please install debugging symbols and attach another backtrace. Also, please attach a +gdi,+font trace. -- 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=18963 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-06-16 21:57:49 --- Also don't forget to try 'winetricks fontfix'. -- 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=18963 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-06-16 22:41:05 --- There is no need to guess a component. -- 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=18963 Markus Lutz <markus(a)gmlutz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markus(a)gmlutz.de --- Comment #4 from Markus Lutz <markus(a)gmlutz.de> 2009-06-19 10:03:16 --- I have tested Papyrus Autor II.exe on my three computers without any new problem on the same system (ubuntu 9.04, wine 1.1.23) ... -- 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=18963 --- Comment #5 from Holger Lenz <ich(a)holger-l.de> 2009-06-24 11:55:56 --- @ Vitaliy Margolen Meanwhile I did "winetricks allfonts fontfix". Didn't change anything. No wonder, because I already installed all the fonts I used with Windows XP. @ Austin English I installed nearly every package containing debugging symbols, but as far as I found out, there are no debugging symbols for wine. Therefore the gdb-trace still criticizes "(no debugging symbols found)". I'll attach a trace done by gdb and another done by strace. I couldn't find out how to do a +gdi,+font trace. I'm a newbie into Linux. Please give me the proper command-line for the terminal. -- 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=18963 --- Comment #6 from Holger Lenz <ich(a)holger-l.de> 2009-06-24 11:57:20 --- Created an attachment (id=21992) --> (http://bugs.winehq.org/attachment.cgi?id=21992) Backtrace done by GDB -- 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=18963 --- Comment #7 from Holger Lenz <ich(a)holger-l.de> 2009-06-24 12:02:27 --- Created an attachment (id=21993) --> (http://bugs.winehq.org/attachment.cgi?id=21993) Backtrace done by Strace -- 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=18963 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-06-24 12:53:47 --- (In reply to comment #5)
I installed nearly every package containing debugging symbols, but as far as I found out, there are no debugging symbols for wine. Therefore the gdb-trace still criticizes "(no debugging symbols found)".
You don't need to run it under gdb. Winedbg should handle it fine. You need wine debugging symbols, probably under wine-dbg or wine-dev in your package manager.
I'll attach a trace done by gdb and another done by strace.
I couldn't find out how to do a +gdi,+font trace. I'm a newbie into Linux. Please give me the proper command-line for the terminal.
WINEDEBUG=+gdi,+font wine foo.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=18963 --- Comment #9 from Holger Lenz <ich(a)holger-l.de> 2009-06-24 15:16:12 --- Created an attachment (id=22001) --> (http://bugs.winehq.org/attachment.cgi?id=22001) Backtrace done by WINEDEBUG (In reply to comment #8)
WINEDEBUG=+gdi,+font wine foo.exe &> /tmp/output.txt I did so, but alas there is no foo.exe! ;-) I'm German and not trained into IT-business. So I didn't know, that special meaning of "foo".
WINEDEBUG=+gdi,+font wine "C:\Programme\Papyrus Autor\Papyrus Autor.exe" &> output.txt worked fine. The txt-file is attached. -- 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=18963 Holger Lenz <ich(a)holger-l.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22001|0 |1 is obsolete| | --- Comment #10 from Holger Lenz <ich(a)holger-l.de> 2009-06-24 15:25:51 --- (From update of attachment 22001) Wrong URL! Sorry for that. -- 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=18963 --- Comment #11 from Holger Lenz <ich(a)holger-l.de> 2009-06-24 15:27:25 --- Created an attachment (id=22002) --> (http://bugs.winehq.org/attachment.cgi?id=22002) Backtrace done by WINEDEBUG -- 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=18963 --- Comment #12 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-06-25 00:22:44 --- If you can't get Wine debug symbols from your distro then compile Wine manually. DO NOT attach any URLs to external logs! DO NOT use WINEDEBUG unless explicitly asked to. Also when will you follow the directions? Where did I asked for full winxp fonts? Or corefonts? Remove ~/.wine prefix, reinstall your applications. Install Wine debug symbols (or compile Wine yourself). Remove invalid/broken system fonts ukai.ttf, uming.ttf -- 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=18963 --- Comment #13 from Holger Lenz <ich(a)holger-l.de> 2009-06-25 02:48:24 --- Created an attachment (id=22013) --> (http://bugs.winehq.org/attachment.cgi?id=22013) New backtrace in terminal (In reply to comment #12)
DO NOT attach any URLs to external logs! There is a 1 MB-limit for attachements. So how would you attache a file of about 1.5 MB?
DO NOT use WINEDEBUG unless explicitly asked to. I've been aske by Austin English (s. comment#8).
Remove ~/.wine prefix, reinstall your applications. Install Wine debug symbols (or compile Wine yourself). I de-installed the application and wine too; then I removed the ~\.wine-directory. Reinstalled wine 1.1.24 from the WineHQ-repository for Ubuntu including the package "wine-dev". Thus Wine debug symbols ought to bee installed too.
Remove invalid/broken system fonts ukai.ttf, uming.ttf. Those fonts I already removed right after installing Ubuntu the first time.
Tried 'winetricks fontfix' as ordered by you. After all this preparations I opened terminal and entered: env wine "C:\Programme\Papyrus Autor\Papyrus Autor.exe". Nothing changed. That application didn't start. For details see the attached txt-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=18963 --- Comment #14 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-06-25 19:22:52 --- 1 0x7ecd00dd in gdi32 (+0x300dd) (0x0032f0e0) 2 0x7ecdef46 in gdi32 (+0x3ef46) (0x0032f420) 3 0x7ecd080a in gdi32 (+0x3080a) (0x0032f480) 4 0x7ecd0869 EnumFontFamiliesExA+0x39() in gdi32 (0x0032f500) 5 0x7ecd090f EnumFontFamiliesA+0x8f() in gdi32 (0x0032f570) You still failed to install Wine debug symbols. wine-dev is a development package and has nothing to do with debug symbols. Contact your distro maintener for where to get and how to install debug symbols. Alternatively you can compile Wine yourself. -- 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=18963 --- Comment #15 from Holger Lenz <ich(a)holger-l.de> 2009-07-01 04:39:37 --- Created an attachment (id=22129) --> (http://bugs.winehq.org/attachment.cgi?id=22129) Another backtrace from terminal @ Vitaliy Margolen I completely de-installed the application and wine again. Then I compiled Wine manually and installed that version. After that I did again 'winetricks fontfix'. Starting that application in terminal with env WINEPREFIX="/home/holger/.wine" wine "C:\Programme\Papyrus Autor\Papyrus Autor.exe" failed again. The new backtrace is attached as txt-file. It looks as if I finally managed to install Wine debug 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=18963 Holger Lenz <ich(a)holger-l.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22002|0 |1 is obsolete| | -- 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=18963 Holger Lenz <ich(a)holger-l.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21993|0 |1 is obsolete| | -- 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=18963 --- Comment #16 from Holger Lenz <ich(a)holger-l.de> 2009-07-03 16:00:13 --- Okay, the problem is solved! It has been caused by one of the ttf-fonds I copied from my windows-system! After removing those fonts, wine is doing it fine! Thanks a lot to everybody for his help! Holger -- 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=18963 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #17 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-07-04 11:17:40 --- Invalid then. -- 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=18963 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-07-04 11:19:10 --- Closing -- 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