Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: flippy on April 17, 2013, 06:48:23 pm

Title: [Solved] My noggit Crashes when i open it. need help
Post by: flippy on April 17, 2013, 06:48:23 pm
when i start my noggit i get this error in my log file.

2 - (Noggit.cpp:130): Noggit Studio - SDL 1.2
859 - (Video.cpp:204): [Debug] GL: Version: 4.2.11762 Compatibility Profile Context
859 - (Video.cpp:205): [Debug] GL: Vendor: ATI Technologies Inc.
859 - (Video.cpp:206): [Debug] GL: Renderer: ATI FirePro M7820
859 - (Noggit.cpp:87): Using config file.

it would make me really happy if you could help me solve this problem.   :D
Title: Re: My noggit Crashes when i open it. need help
Post by: schlumpf on April 17, 2013, 06:51:17 pm
Corrupted config file. Delete it or fix it, according to the manual.
Title: Re: My noggit Crashes when i open it. need help
Post by: flippy on April 17, 2013, 07:34:27 pm
Quote from: "schlumpf"
Corrupted config file. Delete it or fix it, according to the manual.

i cant finde the problem can you help me?

this is how it looks.

#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
#Path = E:wow noggitWorld of Warcraft 3.3.5a (no install)

#Edit this to your Project-Directory and uncomment if you want to use it!
#ProjectPath = E:project01

#Set this to the file where you will import models from (the model viewer log for example :) )
#ImportFile  = C:Program FilesWorld of Warcraft Model VieweruserSettings

#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: My noggit Crashes when i open it. need help
Post by: flippy on April 17, 2013, 07:54:42 pm
BUMP
Title: Re: My noggit Crashes when i open it. need help
Post by: Ilvey on April 17, 2013, 08:27:15 pm
Quote from: "flippy"
Quote from: "schlumpf"
Corrupted config file. Delete it or fix it, according to the manual.

i cant finde the problem can you help me?

this is how it looks.

#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
#Path = E:wow noggitWorld of Warcraft 3.3.5a (no install)

#Edit this to your Project-Directory and uncomment if you want to use it!
#ProjectPath = E:project01

#Set this to the file where you will import models from (the model viewer log for example :) )
#ImportFile  = C:Program FilesWorld of Warcraft Model VieweruserSettings

#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

Remove the #'s in front of the following sentences:

#Path = E:wow noggitWorld of Warcraft 3.3.5a (no install)
#ProjectPath = E:project01 (OPTIONAL TO REMOVE)
#ImportFile  = C:Program FilesWorld of Warcraft Model VieweruserSettings (OPTIONAL TO REMOVE)

-Ilvey
Title: Re: My noggit Crashes when i open it. need help
Post by: flippy on April 17, 2013, 08:36:29 pm
Quote from: "Ilvey"
Quote from: "flippy"
Quote from: "schlumpf"
Corrupted config file. Delete it or fix it, according to the manual.

i cant finde the problem can you help me?

this is how it looks.

#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
#Path = E:wow noggitWorld of Warcraft 3.3.5a (no install)

#Edit this to your Project-Directory and uncomment if you want to use it!
#ProjectPath = E:project01

#Set this to the file where you will import models from (the model viewer log for example :) )
#ImportFile  = C:Program FilesWorld of Warcraft Model VieweruserSettings

#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

Remove the #'s in front of the following sentences:

#Path = E:wow noggitWorld of Warcraft 3.3.5a (no install)
#ProjectPath = E:project01 (OPTIONAL TO REMOVE)
#ImportFile  = C:Program FilesWorld of Warcraft Model VieweruserSettings (OPTIONAL TO REMOVE)

-Ilvey

ty but it still dont work, my log is this now.

2 - (Noggit.cpp:130): Noggit Studio - SDL 1.2
854 - (Video.cpp:204): [Debug] GL: Version: 4.2.11762 Compatibility Profile Context
854 - (Video.cpp:205): [Debug] GL: Vendor: ATI Technologies Inc.
854 - (Video.cpp:206): [Debug] GL: Renderer: ATI FirePro M7820
854 - (Noggit.cpp:87): Using config file.
854 - (Noggit.cpp:257): Game path: E:wow noggitWorld of Warcraft 3.3.5a (no install)
854 - (Noggit.cpp:261): Project path: E:project01
855 - (Noggit.cpp:308): [Error] Could not find locale directory. Be sure, that there is one containing the file "realmlist.wtf".

my config:

#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
Path = E:wow noggitWorld of Warcraft 3.3.5a (no install)

#Edit this to your Project-Directory and uncomment if you want to use it!
ProjectPath = E:project01

#Set this to the file where you will import models from (the model viewer log for example :) )
#ImportFile  = C:Program FilesWorld of Warcraft Model VieweruserSettings

#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=4096
Title: Re: My noggit Crashes when i open it. need help
Post by: Ilvey on April 17, 2013, 08:45:10 pm
Go to your WoW map/data, right-click on common.MPQ select properties and uncheck the box "read only" press apply and than OK. do this with every .MPQ file in the data folder AND the enUS/enGB etc folder.

Example;

(http://i50.tinypic.com/ffcv28.png)

Good luck.
Title: Re: My noggit Crashes when i open it. need help
Post by: flippy on April 17, 2013, 08:59:14 pm
Quote from: "Ilvey"
Go to your WoW map/data, right-click on common.MPQ select properties and uncheck the box "read only" press apply and than OK. do this with every .MPQ file in the data folder AND the enUS/enGB etc folder.

Example;


Good luck.

ty it worked :)
Title: Re: [Solved] My noggit Crashes when i open it. need help
Post by: Hobbilis on April 18, 2013, 10:38:07 pm
Hey guys, I'm having a same issue. I can't understand what's wrong. I did everything
I've renamed my noggit_template to noggit.conf, changed paths to my WoW directory and I get this error
Code: [Select]
2 - (Noggit.cpp:130): Noggit Studio - SDL 1.2
838 - (Video.cpp:204): [Debug] GL: Version: 4.2.12171 Compatibility Profile Context 12.100.17.0
838 - (Video.cpp:205): [Debug] GL: Vendor: ATI Technologies Inc.
838 - (Video.cpp:206): [Debug] GL: Renderer: AMD Radeon HD 7800 Series
838 - (Noggit.cpp:87): Using config file.
839 - (errorHandling.h:64): [Error] There was an exception of type "SIGABRT"
"Abnormal termination, such as instigated by the abort function. (Abort.)".
Please excuse the inconvenience. You may want to report this error including the log to the developers.

840 - (StackWalker.cpp:1133): [Error] OS-Version: 6.1.7601 (Service Pack 1) 0x100-0x1
940 - (StackWalker.cpp:1133): [Error] 0127721C (noggit): (filename not available): (function-name not available)
940 - (StackWalker.cpp:1133): [Error] 01248CA7 (noggit): (filename not available): (function-name not available)
940 - (StackWalker.cpp:1133): [Error] 665DB4EE (MSVCR100): (filename not available): raise
940 - (StackWalker.cpp:1133): [Error] 665DD6E5 (MSVCR100): (filename not available): abort
940 - (StackWalker.cpp:1133): [Error] 012A9020 (noggit): (filename not available): (function-name not available)
940 - (StackWalker.cpp:1133): [Error] 768E003F (kernel32): (filename not available): GetProfileStringW
941 - (StackWalker.cpp:1133): [Error] 778374DF (ntdll): (filename not available): RtlKnownExceptionFilter
941 - (StackWalker.cpp:1133): [Error] 777F9EC5 (ntdll): (filename not available): RtlInitializeExceptionChain