Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Maelstrom on July 23, 2012, 04:50:04 pm

Title: [HELP] NoggIt 1.1 SDL closes on start?
Post by: Maelstrom on July 23, 2012, 04:50:04 pm
Hello everyone,

I wanted to know why my NoggIt opens SDL_app and NoggitStudio 3.0, then rapidly closes.

Here is my config and my log:
I am 64 bit.

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 = C:\Program Files (x86)\World of Warcraft\

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

#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

Log:
Code: [Select]
1 - (Noggit.cpp:130): Noggit Studio - SDL 1.1
605 - (Video.cpp:204): [Debug] GL: Version: 3.1.0 - Build 8.15.10.2372
605 - (Video.cpp:205): [Debug] GL: Vendor: Intel
605 - (Video.cpp:206): [Debug] GL: Renderer: Intel(R) HD Graphics Family

Thank you for your time. (:
Title: Re: [HELP] NoggIt 1.1 SDL closes on start?
Post by: TheBuG on July 23, 2012, 04:57:59 pm
Remove the '#' from 'Projectpath' and 'Path'.
Title: Re: [HELP] NoggIt 1.1 SDL closes on start?
Post by: Maelstrom on July 23, 2012, 05:00:23 pm
Nothing. Nothing changed.
Is there another vers that could work?
Last year I used one with the Noggenfogger icon.
Title: Re: [HELP] NoggIt 1.1 SDL closes on start?
Post by: Ascathos on July 23, 2012, 05:42:51 pm
Quote
#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
#(<- Remove it)Path = [...]World of Warcraft(<- Add it)

#Edit this to your Project-Directory and uncomment if you want to use it!
#(<- Remove it)ProjectPath = [...]World of Warcraft(<- Add it, place is optional)
[...]

Find the mistake.
Refer to this thread if unsure:
viewtopic.php?f=48&t=491 (http://modcraft.io/viewtopic.php?f=48&t=491" onclick="window.open(this.href);return false;)


Let me give you a fitting quote at that same moment:
Quote from: "Charles de Montesquieu"
I have never known any distress that an hour's reading did not relieve.
Title: Re: [HELP] NoggIt 1.1 SDL closes on start?
Post by: Steff on July 24, 2012, 12:31:59 pm
This is right:

Path = C:Program Files (x86)World of Warcraft

NOT

#Path = C:\Program Files (x86)\World of Warcraft\

Also check if your config file is named right. There should be NOT template in the name!