http://bugs.winehq.org/show_bug.cgi?id=8060
Summary: JRE 1.3.1: EXCEPTION_ACCESS_VIOLATION in fontmanager.dll Product: Wine Version: 0.9.35. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gdi-(printing) AssignedTo: wine-bugs@winehq.org ReportedBy: tk_fhd_aui@yahoo.de
Hope the subject is OK. Again, I know JRE 1.3.1 is EOL, but various programs still ship with it, including one which I'd like to use with wine.
I found the problem after I solved bug 7881 with the patch provided by me when setting visible a JFrame containing an JLabel.
I reduced the code as far as possible to the attached test case. When you remove the comment marks it works, when you leave them there, it doesn't. After I tested many font related methods, I'm sure the problem is somewhere in getFontPtr in FontWrapper.cpp of the jre or in getStrike in fontObject.cpp . Now I got stuck in debugging, as I don't know how to compile the JRE with debug symbols under linux for windows.