Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Nupper on July 07, 2013, 01:11:57 am

Title: New Crash
Post by: Nupper on July 07, 2013, 01:11:57 am
2 - (Noggit.cpp:130): Noggit Studio - SDL 1.2
937 - (Video.cpp:204): [Debug] GL: Version: 4.2.11931 Compatibility Profile Context
937 - (Video.cpp:205): [Debug] GL: Vendor: ATI Technologies Inc.
937 - (Video.cpp:206): [Debug] GL: Renderer: AMD Radeon HD 7900 Series
937 - (Noggit.cpp:87): Using config file.
938 - (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.

939 - (StackWalker.cpp:1133): [Error] OS-Version: 6.1.7601 (Service Pack 1) 0x100-0x1
1050 - (StackWalker.cpp:1133): [Error] 000C721C (noggit): (filename not available): (function-name not available)
1053 - (StackWalker.cpp:1133): [Error] 00098CA7 (noggit): (filename not available): (function-name not available)
1053 - (StackWalker.cpp:1133): [Error] f:ddvctoolscrt_bldself_x86crtsrcwinsig.c (586): raise
1054 - (StackWalker.cpp:1133): [Error] f:ddvctoolscrt_bldself_x86crtsrcabort.c (74): abort
1054 - (StackWalker.cpp:1133): [Error] f:ddvctoolscrt_bldself_x86crtprebuildehhooks.cpp (115): terminate
1054 - (StackWalker.cpp:1133): [Error] 000F9020 (noggit): (filename not available): (function-name not available)
1054 - (StackWalker.cpp:1133): [Error] 7521003F (KERNEL32): (filename not available): GetProfileStringW
1054 - (StackWalker.cpp:1133): [Error] 775474DF (ntdll): (filename not available): RtlKnownExceptionFilter
1054 - (StackWalker.cpp:1133): [Error] 77509EC5 (ntdll): (filename not available): RtlInitializeExceptionChain
Title: Re: New Crash
Post by: schlumpf on July 07, 2013, 02:57:46 am
Misses config file.

Crash reason is a bad config file.
Title: Re: New Crash
Post by: Nupper on July 10, 2013, 04:10:37 pm
Quote from: "schlumpf"
Misses config file.

Crash reason is a bad config file.
Code: [Select]
#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
#Path = H:GamesRCE ClientsWoW Wotlk

#Edit this to your Project-Directory and uncomment if you want to use it!
#ProjectPath = H:GamesRCE ClientsWoW WotlkProject

#Set this to the file where you will import models from (the model viewer log for example :) )
#ImportFile  = H:Backup2 Nov 2012backup 2013WMV r506 32bit DEVWORK

#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=3072
Title: Re: New Crash
Post by: Ascathos on July 10, 2013, 04:42:41 pm
Ever wondered how the programm is supposed to differ between a commented line (#) containing a comment and a commented line (#) containing a variable ? Me neither.
Title: Re: New Crash
Post by: Jøk3r on July 10, 2013, 10:29:45 pm
You configured your config wrong. As you use it, you have to uncomment the needed lines. You do this by deleting the  # in front of those lines:

#Edit this to your WoWFile!!!
Path = H:GamesRCE ClientsWoW Wotlk

#Edit this to your Project-Directory and uncomment if you want to use it!
ProjectPath = H:GamesRCE ClientsWoW WotlkProject

#Set this to the file where you will import models from (the model viewer log for example :) )
ImportFile  = H:Backup2 Nov 2012backup 2013WMV r506 32bit DEVWORK

If you don't want to use for example the importfile just mark it as comment with a # in front of the line.
Title: Re: New Crash
Post by: Steff on July 11, 2013, 09:38:57 am
Please guys read the manual :)

And helpers please post a link to the section that it burns into users heads that there is one ;)

wiki/index.php5?title=Noggit_user_manual#The_config_file (http://www.modcraft.io/wiki/index.php5?title=Noggit_user_manual#The_config_file" onclick="window.open(this.href);return false;)

This is also much faster then write the same stuff again and again ;)