Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: codyt99 on August 23, 2012, 12:50:54 am

Title: error on start up
Post by: codyt99 on August 23, 2012, 12:50:54 am
Hello,

I'm having an issue with noggit on startup. It says that my realmlist is missing, but I am sure that it is placed correctly.

15 - (Noggit.cpp:130): Noggit Studio - SDL 1.1
93 - (Video.cpp:204): [Debug] GL: Version: 1.4.0 - Build 7.14.10.4957
93 - (Video.cpp:205): [Debug] GL: Vendor: Intel
93 - (Video.cpp:206): [Debug] GL: Renderer: Intel Bear Lake B
93 - (Noggit.cpp:257): Game path: C:Documents and SettingsGarnerDesktopWorld of Warcraft 3.3.5a (no install)
93 - (Noggit.cpp:261): Project path: C:Documents and SettingsGarnerDesktopWorld of Warcraft 3.3.5a (no install)
93 - (Noggit.cpp:308): [Error] Could not find locale directory. Be sure, that there is one containing the file "realmlist.wtf".


#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
Path = C:Program FilesWorld of Warcraft

#Edit this to your Project-Directory and uncomment if you want to use it!
ProjectPath = C:Program FilesWorld of Warcraft

#Set this to the file where you will import models from (the model viewer log for example :) )
#ImportFile  = Path to Model Viewer log file

#The far clipping value. Set to 2048, 3072, 4096 etc. for a further look. Higher values need more 3d power.
#1024 is the standard value and will be taken if you do not set this value.
FarZ=2048
Title: Re: error on start up
Post by: Slevin on August 23, 2012, 01:08:43 am
viewtopic.php?f=48&t=37 (http://modcraft.io/viewtopic.php?f=48&t=37" onclick="window.open(this.href);return false;)
Title: Re: error on start up
Post by: codyt99 on August 23, 2012, 02:08:52 am
not helpful at all
Title: Re: error on start up
Post by: schlumpf on August 23, 2012, 08:56:21 am
Your config file has a wrong name and is therefore ignored. The wow used is not having a realmlist.wtf in one of the locale folders.
Either create a dummy realmlist or name your config file correctly.
Title: Re: error on start up
Post by: Steff on August 23, 2012, 01:11:29 pm
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;)