[Oblivion] broken Menu Fonts

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Dark Mayu
Level 2
Level 2
Posts: 16
Joined: Wed Apr 29, 2009 7:06 am

[Oblivion] broken Menu Fonts

Post by Dark Mayu »

Hi there dear Wine fanatics^^

I recently moved to Linux(kubuntu 8.10) and am using Wine for playing now. Everything works really well thanks to my tweaking. There is however one bug I couldn't solve myself, that are the fonts in Oblivion:
Image
As you can see, I ran Oblivion in a virtual Desktop, the menu has some broken colours on its borders, but that is not serious. The big Problem are the letters! You cannot read anything. I changed several settings:

Code: Select all

bDoImageSpaceEffects=0

Code: Select all

bUseRefractionShader=0
e.g. remove the fonts completely. Registry settings like fbo, pbuffer and backbuffer also do not have any effect. Bloom and HDR are also working perfectly, but the fonts stay the same: unreadable. I checked the appDB and google but wasn't lucky, could somebody please help me on this?
Cloudef
Level 4
Level 4
Posts: 138
Joined: Wed Mar 18, 2009 3:10 pm

Post by Cloudef »

Do you have a ATi card?
I've had similar issue with my old GPU that was ATi.
User avatar
Daemon
Level 4
Level 4
Posts: 101
Joined: Wed Nov 12, 2008 2:24 pm

Re: [Oblivion] broken Menu Fonts

Post by Daemon »

As you can see, I ran Oblivion in a virtual Desktop
What about when running it fullscreen without the virtual desktop? Same thing?
Dark Mayu
Level 2
Level 2
Posts: 16
Joined: Wed Apr 29, 2009 7:06 am

Post by Dark Mayu »

oh, cool, some answers already^^.
@Cloudef:
Yes, I'm using an ATI GPU
(Radeon HD 2600 Pro)
The weird thing is that the fonts were normal the 1st time I ran it, but later... Well, you can see them on the screenshot

@Daemon:
I'm sorry, I forgot to mention that running Oblivion in Fullscreen does not fix the fonts.

Edit 1: Ok, I deleted my Oblivion.ini, Renderer.ini and BlendSettings.ini files in my ~/My Games/Oblivion folder, now the fonts are working! I will try to reproduce the bug and report it as soon as I tracked it


Edit 2: This ini tweak destroys the fonts:

Code: Select all

SIntroSequence=
reverting it to this:

Code: Select all

SIntroSequence=bethesda softworks HD720p.bik,2k games.bik,game studios.bik,Oblivion Legal.bik
fixes the fonts! This is unbelievable, how can infro movies keep the fonts in shape???
This fix works ingame, too, but if you exit to Main Menu from ingame, the Menu fonts will be broken again...
Locked