- --
Viewing Issue Advanced Details
[ Jump to Notes ]
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
|
ui.bdf.zip (18,704 bytes) Apr 12, 2010, 17:28
| ||||
overflow.png (25,188 bytes) Apr 12, 2010, 17:29
| |||||
verbose.txt (762 bytes) Apr 12, 2010, 18:05 [Show Content] [Hide Content]Parsing mame.ini Parsing mame.ini Video: Monitor 00010001 = "\\.\DISPLAY1" (primary) Direct3D: Using Direct3D 9 Direct3D: Configuring adapter #0 = NVIDIA GeForce 9600 GSO DirectSound: Primary buffer: 48000 Hz, 16 bits, 2 channels RawInput: APIs detected Input: Adding Mouse #1: HID 準拠マウス Input: Adding Gun #1: HID 準拠マウス Input: Adding Kbd #1: 日本語 PS/2 キーボード (106/109 キー Ctrl+英数) Input: Adding Kbd #2: HID キーボード デバイス Input: Adding Kbd #3: HID キーボード デバイス DirectInput: Using DirectInput 7 Direct3D: Using dynamic textures Direct3D: Using StretchRect for prescaling Direct3D: YUV format = RGB Direct3D: Device created at 760x1145 Direct3D: Max texture size = 8192x8192 | |||||
Relationships
There are no relationship linked to this issue. |
Notes
3
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? |
---|---|
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. |
No.07374
Fujix Administrator
Apr 8, 2011, 15:19
|
This problem is not seen any more. I close this one rather than set "fixed." |