Frictional Games Forum (read-only)

Full Version: Menu Config Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm developing my own personal mod simply to test my skills. I've created a main_init.cfg, menu.cfg, and a whole bunch of other .cfg files.

I've also made a windows command to run the main_init.cfg file, but when I run it, it opens cmd and comes up with a message that says

Failed to load menu config file!

I've checked all of my lang and .cfg files and there doesn't seem to be any problem.

Help?
Well, I seem to have fixed the .cfg, but when I run the command, it opens, and then "Black Box" comes up and reports a problem in the '0023:005A4BB2Amnesia.exe.' What's happening now?
That error doesn't help us. =P
Ah yes, 0023:005A4BB2, looks like you forgot to re-modulate the primary inverse phase inducer
(01-28-2013, 05:05 PM)Adrianis Wrote: [ -> ]Ah yes, 0023:005A4BB2, looks like you forgot to re-modulate the primary inverse phase inducer

Are you talking serious or just trying to seem a genius? (Maybe you are, but who knows)
(01-28-2013, 08:36 PM)The chaser Wrote: [ -> ]
(01-28-2013, 05:05 PM)Adrianis Wrote: [ -> ]Ah yes, 0023:005A4BB2, looks like you forgot to re-modulate the primary inverse phase inducer

Are you talking serious or just trying to seem a genius? (Maybe you are, but who knows)

Nah, just watched too much star trek is all. It's nonsense Smile
(01-29-2013, 03:09 AM)Adrianis Wrote: [ -> ]
(01-28-2013, 08:36 PM)The chaser Wrote: [ -> ]
(01-28-2013, 05:05 PM)Adrianis Wrote: [ -> ]Ah yes, 0023:005A4BB2, looks like you forgot to re-modulate the primary inverse phase inducer



Are you talking serious or just trying to seem a genius? (Maybe you are, but who knows)



Nah, just watched too much star trek is all. It's nonsense Smile

Thanks Adrianis. Big help
The main two reasons why such a message would be displayed are either failure to find the menu.cfg file or there is an XML syntax error in the file which prevents the content from being parsed correctly. So you have to verify the path of the menu.cfg referenced in main_init.cfg and compare it against the actual location that menu.cfg is stored in and make sure no XML errors exist in your menu.cfg. If you're not going to show us the content of your main_init.cfg and menu.cfg file and tell us where you put menu.cfg, then you're on your own.