ldanis / fceugc

Automatically exported from code.google.com/p/fceugc
0 stars 0 forks source link

Emulator crashes for Qoob Pro users #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load the emulator on a Qoob Pro modified Gamecube

What is the expected output? What do you see instead?
The emulator crashed because the fonts cannot be read from the mask ROM IPL
and libfreetype doesn't know what to do if they can't successfully be read.

What version of the product are you using?
This affects all versions and anything using libfreetype.

Please provide any additional information below.
I have a fix to re-enable the original mask ROM and thus libfreetype
doesn't crash. Please see the attached file. This fix has no effect on
other modchips or Gamecubes without modchips so it's safe to always perform it.

Original issue reported on code.google.com by emuki...@gmail.com on 21 Oct 2008 at 2:14

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the fix, committed.

Original comment by dborth@gmail.com on 21 Oct 2008 at 8:10

GoogleCodeExporter commented 9 years ago
I have a question: why would libfreetype need to read the IPL font from the 
mask ROM
when we use an embedded font (font.ttf) in snes9xgx ? 

thanks for the fix anyway,I'm now using it in the other projects ;-)

Original comment by ekeeke31@gmail.com on 21 Oct 2008 at 12:30

GoogleCodeExporter commented 9 years ago
I am not sure, but this seems to be the case and it fixes it with only a few 
lines of
code :)

Original comment by emuki...@gmail.com on 21 Oct 2008 at 1:23