http://bugs.winehq.org/show_bug.cgi?id=33492
Bug #: 33492 Summary: Yukon Trail installer fails to install its font Product: Wine Version: 1.5.29 Platform: x86 OS/Version: Linux Status: NEW Keywords: Installer, win16 Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com Blocks: 10349 Classification: Unclassified
The installer will offer to let you install its custom font (optional, not required). If you choose to, it then fails, saying: ========= FATAL ERROR AT SCRIPT LINE 260
Cannot find section header =========
if you open ~/.wine/drive_c/windows/win.ini, and add: [fonts]
to the end, the font will install fine
https://bugs.winehq.org/show_bug.cgi?id=33492
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #1 from super_man@post.com --- I don't see fonts section at win.ini so assuming this is valid issue.
wine 1.7.53
https://bugs.winehq.org/show_bug.cgi?id=33492
--- Comment #2 from super_man@post.com --- So most likely you just need to form a patch that adds [fonts] or [Fonts] ? into wine.ini to get this bug fixed.
https://bugs.winehq.org/show_bug.cgi?id=33492
--- Comment #3 from Austin English austinenglish@gmail.com --- Created attachment 54360 --> https://bugs.winehq.org/attachment.cgi?id=54360 patch
Something like this might work, need to test it.