Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Morenth on August 09, 2015, 06:49:53 pm

Title: Start crash SDL 1.2
Post by: Morenth on August 09, 2015, 06:49:53 pm
Hello guys, I have serious problem here. I´ve tried to fix it but Iam down with my nerves. Please, can someone tell me what is this and what I must do to repair it?
Title: Re: Start crash SDL 1.2
Post by: Nekatus on August 10, 2015, 11:32:54 am
Hey, at first, delete the "#" at the beginning of the "path" line.
Next point is: have you microsoft redistributable and net framework installed and updated?
Title: Re: Start crash SDL 1.2
Post by: Jøk3r on August 13, 2015, 11:44:50 am
Removing the # at the beginning at the path line should be eniuh to solve this particular crash. He is using the config file but noggit cant find a proper gamepath because it is a comment.
Title: Re: Start crash SDL 1.2
Post by: Amaroth on August 13, 2015, 07:56:58 pm
(by his paths I judge that he is CZ/SK)
Před cestami, tedy před Path, ProjectPath a ImportFile nesmíš nechat znak hashtagu (#). Ten označuje komentář a noggit tedy daný řádek v souboru ingnoruje. Proč tam jsou naplácaný se mě neptej, každopádně musí pryč.
Title: Re: Start crash SDL 1.2
Post by: MountainLion on August 15, 2015, 08:06:16 am
Step one: Delete ' # ' this so that the program can read and access paths, like in the following example:

#Path = C: etc... >>> Path = C: etc...

Step two: Your next problem will be the Project Directory. If you are following Steff's Noggit tutorial which can be found on the Board Index, then you should have a Project folder given to you along with Steff's Tools. So edit the following as well:

#ProjectPath = C: etc... >>> ProjectPath = C: etc.... then, type the correct path to the correct folder. Search for the Project  folder I mentioned and put it in " ProjectPath = C: "

Step three: Same as the above, edit the import file path, then specify the path to " log.txt " file, that is inside the UserSettings folder

Step four: When you have solved your issue, please mark this thread as solved. Happy modding :)

reminder* never open noggit and modelviewer using the same client, use seperate clients/copies
Title: Re: Start crash SDL 1.2
Post by: Steff on August 18, 2015, 12:48:21 pm
Or just use the tutorial part 2 to setup the environment :)