Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03812 Interface Trivial Have not tried Apr 12, 2010, 17:28 Apr 8, 2011, 15:19
Tester Fujix View Status Public Platform MAME (Self-compiled)
Assigned To Resolution Unable to reproduce OS Windows XP (32-bit)
Status [?] Closed Driver
Version 0.137u2 Fixed in Version Build Normal
Fixed in Git Commit Github Pull Request #
Summary 03812: mt_spman, mt_wcsoc: UI text overflow in rather higher resolution window mode.
Description The UI warning text at the first start-up overflows from the text rectangle with certain font set.

I found this problem only in mt_spman and mt_wcsoc in megatech.c for now, maybe more.

Update:
All playch10.c games are OK.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems mt_spman, mt_wcsoc
Attached Files
zip file icon ui.bdf.zip (18,704 bytes) Apr 12, 2010, 17:28
png file icon overflow.png (25,188 bytes) Apr 12, 2010, 17:29
txt file icon verbose.txt (762 bytes) Apr 12, 2010, 18:05
[Show Content]
Relationships
There are no relationship linked to this issue.
Notes
3
User avatar
No.05965
Tafoid
Administrator
Apr 12, 2010, 17:31
edited on: Apr 12, 2010, 17:34
Example set above tested (mt_spman)
It looks fine here in window and full-screen mode - might be choice of font isn't being properly accounted for if it's larger than the norm?

I tried your attached font file and it still stayed 'in the lines' for me. Are you setting an arbitrary window size as well?
User avatar
No.05967
Fujix
Administrator
Apr 12, 2010, 18:30
edited on: Apr 13, 2010, 01:20
Look like it depends on the desktop resolution. Test results:

1152x864: No problem
1280x800: No problem
1280x960: BAD
1600x900: BAD
1920x1200: BAD

Fixing -prescale 1 to avoid using the stretchrect function.
And other options (-video, -hwstretch, -maximize) don't affect the result.
User avatar
No.07374
Fujix
Administrator
Apr 8, 2011, 15:19
This problem is not seen any more. I close this one rather than set "fixed."