Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: til0000 on December 15, 2013, 07:36:01 pm

Title: [QUESTION] Noggit opens and closes immediately
Post by: til0000 on December 15, 2013, 07:36:01 pm
viewtopic.php?f=48&t=5547 (http://modcraft.io/viewtopic.php?f=48&t=5547" onclick="window.open(this.href);return false;)
I want to know his problem is how to solve specific. :)
ps; my wow client is version of Taiwan

Code: [Select]
1 - (Noggit.cpp:443): Noggit Studio - SDL 1.3
2 - (Noggit.cpp:250): Using config file.
2 - (Noggit.cpp:452): Game path: E:WoWModdingClient335aNoggit
2 - (Noggit.cpp:456): Project path: E:WoWModdingProjectsTutorialProject
2 - (Noggit.cpp:301): [Error] Could not find locale directory. Be sure, that there is one containing the file "realmlist.wtf".
3 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClientAreaTable.dbc" could not be opened. This application may crash soon as the file is most likely needed.
... ...
Title: Re: [QUESTION] Noggit opens and closes immediately
Post by: Steff on December 16, 2013, 12:53:18 am
2 - (Noggit.cpp:452): Game path: E:WoWModdingClient335aNoggit

Here is the error.
Read the manual.

wiki/index.php5?title=Noggit_user_manual#The_config_file (http://modcraft.io/wiki/index.php5?title=Noggit_user_manual#The_config_file" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION] Noggit opens and closes immediately
Post by: thehsvdude on December 16, 2013, 03:03:35 pm
Quote from: "til0000"
http://modcraft.io/viewtopic.php?f=48&t=5547
I want to know his problem is how to solve specific. :)
ps; my wow client is version of Taiwan

Code: [Select]
1 - (Noggit.cpp:443): Noggit Studio - SDL 1.3
2 - (Noggit.cpp:250): Using config file.
2 - (Noggit.cpp:452): Game path: E:WoWModdingClient335aNoggit
2 - (Noggit.cpp:456): Project path: E:WoWModdingProjectsTutorialProject
2 - (Noggit.cpp:301): [Error] Could not find locale directory. Be sure, that there is one containing the file "realmlist.wtf".
3 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClientAreaTable.dbc" could not be opened. This application may crash soon as the file is most likely needed.
... ...
maybe corrupted or wow is running
Title: Re: [QUESTION] Noggit opens and closes immediately
Post by: til0000 on December 16, 2013, 03:59:16 pm
steff, thx very much. :D
Solved, according to the method provided by you
I did not expect. Really have to change the path

 :) sorry for my poor english
Title: Re: [QUESTION] Noggit opens and closes immediately
Post by: Steff on December 19, 2013, 01:16:21 pm
It was justa missing / at the end of the path to clearify it for others.