PDA

View Full Version : Crash Error: FONT_GRAPHIC MISSING?


Phys
25-01-09, 23:03
Um... my project has just started crashing all of a sudden and when trying to figure out what I have done wrong, I tried my older backup projects and when I run the .tr4 created from them, I get the same error.

This is what I get in the crash report (The game crashes when i select my level from the menu):

Version=1.2.0.0
CRS=Disabled
Last diagnostic mexage:Missing FONT_GRAPHICS in current level
Last directX error:
START_P1:10014BA7
END_P1:1004103B
START_P2:1004C658
END_P2:10064781
START_P3:1006A927
END_P3:10094AEB
START_P4:100058A7
END_P4:1000D6D0
CRASH REASON: EXCEPTION_ACCESS_VIOLATION
The thread tried to read from or write to a virtual address for which it does not have the appropriate access.

Yadda.....

How can FONT_GRAPHICS just dissapear all of a sudden? and what is it? and also how do I solve the problem? If it is solvable at all? :(

God Horus
25-01-09, 23:19
That's odd. Font graphics is a TRNG feature so if you use TRNG try adding it to your wad.

Titak
25-01-09, 23:20
It means you don't have a FONT_GRAPHICS in your wad.
Can't help you with it though, because I haven't used that feature yet. ;)

Moved to TRNG section because this is a TRNG related problem.

Phys
25-01-09, 23:23
Ooooh i remember what it is now...

I tried using that new font feature a while ago, but gave up when i couldn't get it to work. I then tried removing it from my wad in wadmerger but it wouldn't let me so it's just been in there ever since. So I dont see why adding it in would work when it's already in the wad :(

Ill try it anyway though.

Phys
25-01-09, 23:32
It didn't work :(

Has no one else had this problem before?

God Horus
25-01-09, 23:38
I never had it before :confused: I used font graphics to so I could have the Vinerhand font and it worked fine. When you added font graphics to your wad you updated the objects.h file right?

Phys
25-01-09, 23:55
Ahhh i fixed the problem. I knew it had something to do with the Title.tr4 and the wad when I couldnt even access the sample levels like Catacombs. I built my own Title using my level's wad as a base, but it was actually linking the original Title wad meaning the FONT_GRAPHICS was missing.

Sorry if that made no sense xD