[Bug 14104] New: Chessbase Fritz 10 does not start on Ubuntu Hardy
http://bugs.winehq.org/show_bug.cgi?id=14104 Summary: Chessbase Fritz 10 does not start on Ubuntu Hardy Product: Wine Version: 1.0.0 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jorgevan007(a)hotmail.com Fritz 10 installs successfully, attempts to start but does not open the program. Since it does not start, nothing else can be tested. -- 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=14104 Jorgevan007 <jorgevan007(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jorgevan007(a)hotmail.com --- Comment #1 from Jorgevan007 <jorgevan007(a)hotmail.com> 2008-06-24 15:32:56 --- Also tested with Ubuntu Gutsy (7.10) and all RC versions of wine with the same results (program does not start) -- 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=14104 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-06-24 16:15:18 --- Please attach terminal output. Can this be downloaded anywhere? -- 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=14104 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Summary|Chessbase Fritz 10 does not |Chessbase Fritz 10 does not |start on Ubuntu Hardy |start --- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2008-06-24 16:52:57 --- Not critical. Not just a problem on Hardy, adjusting summary. -- 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=14104 --- Comment #4 from Jorgevan007 <jorgevan007(a)hotmail.com> 2008-06-24 19:26:42 --- (In reply to comment #2)
Please attach terminal output. Can this be downloaded anywhere?
Fritz 10 is not free, but a very similar application (which contains almost all the features of the full version) can be found on the free version of a similar Chessbase application called Chessbase Light. Please download it here: http://www.chessbase.com/download/index.asp Another big component of Fritz 10 is the Playchess.com feature, which is the internet chess lounge for Chessbase. The play chess component of Fritz 10 is also free and downloadable from the same page noted above since it can run independently from Fritz which is the main chess engine. Chessbase light has the same problem I reported with Fritz (app does not start). Perhaps they share the same vulnerability/problem since they belong to the same vendor and I do not doubt they even share the same code. Those two components are part of the full application and as close as we are going to get to a full edition without purchasing it. I will attach the terminal output shortly. Thanks, Jorgevan007 -- 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=14104 Nicholai Benalal <olympia(a)skydreams.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olympia(a)skydreams.org --- Comment #5 from Nicholai Benalal <olympia(a)skydreams.org> 2008-06-25 04:18:34 --- No need to paste any output. This bug is a duplicate of bug 12184 and affects several applications. It's just a pity that nobody commits a proper fix for this regression even though we know what the issue 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=14104 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-25 04:54:00 --- (In reply to comment #5)
No need to paste any output. This bug is a duplicate of bug 12184 and affects several applications. It's just a pity that nobody commits a proper fix for this regression even though we know what the issue is.
What do you mean? The bug 12184 is a duplicate of bug 10982, and about gdiplus.GdipCreateFontFamilyFromName being not implemented. -- 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=14104 --- Comment #7 from Nicholai Benalal <olympia(a)skydreams.org> 2008-06-25 07:38:42 --- (In reply to comment #6)
(In reply to comment #5)
No need to paste any output. This bug is a duplicate of bug 12184 and affects several applications. It's just a pity that nobody commits a proper fix for this regression even though we know what the issue is.
What do you mean? The bug 12184 is a duplicate of bug 10982, and about gdiplus.GdipCreateFontFamilyFromName being not implemented.
Oh, sorry for that! I did not know about bug 10982. It's a bit confusing with the same thing being discussed in several places. At any rate, the point is that several of these applications (ie Fritz 10) used to work before the gdi32/freetype.c patch from March 10 2008. Seems like the old code worked around the missing GdipCreateFontFamilyFromName() by coincidence. -- 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=14104 --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-25 07:47:44 --- (In reply to comment #7)
At any rate, the point is that several of these applications (ie Fritz 10) used to work before the gdi32/freetype.c patch from March 10 2008. Seems like the old code worked around the missing GdipCreateFontFamilyFromName() by coincidence.
To me it looks like an incorrectly performed regression test. -- 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=14104 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.chessbase.com/dow | |nload/index.asp Keywords| |download -- 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=14104 --- Comment #9 from Nicholai Benalal <olympia(a)skydreams.org> 2008-06-25 11:10:39 --- (In reply to comment #8)
(In reply to comment #7)
At any rate, the point is that several of these applications (ie Fritz 10) used to work before the gdi32/freetype.c patch from March 10 2008. Seems like the old code worked around the missing GdipCreateFontFamilyFromName() by coincidence.
To me it looks like an incorrectly performed regression test.
I don't think so. The application will work just fine if I check out the latest source tree and remove the following case: file = wine_get_dos_file_name(face->file); if(file) len = strlenW(file) + 1; the code in the else condition works ok -- 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=14104 Jorgevan007 <jorgevan007(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED Version|1.0.0 |1.1.3 --- Comment #10 from Jorgevan007 <jorgevan007(a)hotmail.com> 2008-08-30 10:16:38 --- Fritz 10 and 11 both start now with this change. Thanks for all your hard work. The application still has problems after it opens but the solution for the start problem that was reported here is fixed. You may close this case. Thanks. I will be posting the follow up problems in a separate thread. -- 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=14104 --- Comment #11 from Jorgevan007 <jorgevan007(a)hotmail.com> 2008-08-30 10:20:12 --- Fritz 10 and 11 both start now with this change. Thanks for all your hard work. The application still has problems after it opens but the solution for the start problem that was reported here is fixed. You may close this case. Thanks. I will be posting the follow up problems in a separate thread. -- 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=14104 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.3 |1.0.0 --- Comment #12 from James Hawkins <truiken(a)gmail.com> 2008-08-30 10:24:59 --- Don't change the original reported version, even though it's 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=14104 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2008-09-05 10:39:29 --- Closing bugs fixed in 1.1.4. -- 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