DMC Posted March 15, 2012 Report Share Posted March 15, 2012 Hello!I've been working on a personal mod. it's about the netherlands. i've stopped the project for a while but wanted to get on with it again. But when i try to load my mod i get a ctd, i will attach my logfile. in the logfile it says it is searching for all kinds of icons which the game (and me) cant find anywhere!The end of the logfile is like thiscursor mod:UI/Game/Icons/Cursor/Dummy3Flares.dds not foundcommand icon mod:UI/Game/Icons/Commands/Dummy2Flares_disable.dds not foundcommand icon mod:UI/Game/Icons/Commands/Dummy2Flares_normal.dds not foundcommand icon mod:UI/Game/Icons/Commands/Dummy2Flares_over.dds not foundcommand icon mod:UI/Game/Icons/Commands/Dummy2Flares_mousedown.dds not foundcursor mod:UI/Game/Icons/Cursor/Dummy2Flares.dds not foundcommand icon mod:UI/Game/Icons/Commands/Dummy1Flare_disable.dds not foundcommand icon mod:UI/Game/Icons/Commands/Dummy1Flare_normal.dds not foundcommand icon mod:UI/Game/Icons/Commands/Dummy1Flare_over.dds not foundcommand icon mod:UI/Game/Icons/Commands/Dummy1Flare_mousedown.dds not foundcursor mod:UI/Game/Icons/Cursor/Dummy1Flare.dds not found!WARNING: global listener object is still registered! Unregister listener before destroying object!the mod has been made using the base of the la mod so it should be searching for the lamod files. but did they just dissapear or is there another explaination?Who can help me out?Thanks in advantageXxDMClogfile.txt Quote Link to comment Share on other sites More sharing options...
DMC Posted April 1, 2012 Author Report Share Posted April 1, 2012 I hate to bring this topic up again but i still haven't been able to solve my problem.isn't there anyone who has seen this error before or anyone who knows a sollution?Thanks in advantageX DMC Quote Link to comment Share on other sites More sharing options...
RedHawk504 Posted April 1, 2012 Report Share Posted April 1, 2012 Copy all command icons from the LA mod to yours, than its probably fixed. Quote Link to comment Share on other sites More sharing options...
DMC Posted April 1, 2012 Author Report Share Posted April 1, 2012 That was the first sollution i thought of and tried, but unfortunately it didn't work. I think that it's a real strange problem since it occured after i didn't play my mod for i while, but as stated the mod worked before... Quote Link to comment Share on other sites More sharing options...
RedHawk504 Posted April 1, 2012 Report Share Posted April 1, 2012 Are all files in .DDS format? Quote Link to comment Share on other sites More sharing options...
DMC Posted April 1, 2012 Author Report Share Posted April 1, 2012 yes they are, the map icons/commands now looks like the attachement.. Quote Link to comment Share on other sites More sharing options...
Hoppah Posted April 7, 2012 Report Share Posted April 7, 2012 The CTD has nothing to do with the missing icons. Unfortunately, the 'global listener object'-error is about the most vague error you can get and it probably has to do with a script. Try to locate the script you changed last before you got CTD's. It is likely the Flare script causes the CTD, but if you can't find the cause of the CTD you might want to temporarely remove scripts 1 or 2 at a time from the mod, and load the mod until it doesn't crash the game anymore. This way you might be able to locate the file that causes the error at least. Quote Link to comment Share on other sites More sharing options...