Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Смердокрыл on July 17, 2015, 11:39:16 pm

Title: [BUG] Noggit crashes suddenly for no reason
Post by: Смердокрыл on July 17, 2015, 11:39:16 pm
Wow - 3.3.5
Noggit - SDL1.2
Log (http://pastie.org/private/a7m1fgt7xncrjksjorjd1q)
Config (http://pastie.org/private/ijmdasiz0tizloqeqgnojw)
Title says all. Not on startup, not on any specific action, just crashes randomly.
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: Смердокрыл on July 18, 2015, 12:25:46 am
Please, delete the topic, since this forum is nearly isolated
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: schlumpf on July 18, 2015, 01:09:49 am
How is this forum isolated?!
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: Смердокрыл on July 18, 2015, 01:27:48 am
Quote from: "schlumpf"
How is this forum isolated?!
Well, usually, when somebody posts a thread, even if there are no answers, there are at least 10 views, and this thread only had around 4.
But thats just my complex logic, nvm.
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: schlumpf on July 18, 2015, 11:53:17 am
you are talking about 4 views between 23:39 and 0:25? What the hell is wrong with you. Just accept that people will NOT reply within sometimes even a few days. Also, those views are likely only bots, not people.
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: Смердокрыл on July 18, 2015, 04:20:43 pm
Okay(
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: Krang Stonehoof on July 19, 2015, 03:51:52 am
Quote
Noggit Studio - SDL 1.2

Maybe trying to update your Noggit to the current version (1.4) would solve the problem.
Version 1.2 is out-dated and they might have fixed it.

Also, if you take a look at your log file you've posted, you can easily see the error:

Quote
[Error] There was an exception of type "SIGSEGV"
"Invalid storage access; most frequently caused by attempting to store some value in an object pointed to by a bad pointer. (Segment violation.)".
Please excuse the inconvenience. You may want to report this error including the log to the developers.

Now, if you take the important thing from an error, in this case:

Quote
There was an exception of type "SIGSEGV"

And then jump on Google and search for it, you might find some solutions. I've found two other threads only here on Modcraft.

Sorry if I'm harsh but I'm just trying to tell you something useful. I have myself a lot of friends who simply ask instead of using Google, and it actually piss me off...
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: schlumpf on July 19, 2015, 10:26:38 am
You will not find a solution to this error on Google. In fact, nobody ever will due to noggit being compiled without symbols on Windows, still, making those error messages completely useless, unless the pdb exists which it doesn't. Try a new version of noggit.
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: Смердокрыл on July 19, 2015, 12:14:55 pm
I downloaded the new noggit .exe from here (http://modcraft.io/viewtopic.php?f=48&t=8876), but when I run it I get this (sorry for russian):
[attachment=0:31e856us]noggitbug.jpg[/attachment:31e856us]
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: Krang Stonehoof on July 19, 2015, 04:16:26 pm
Quote from: "Смердокрыл"
I downloaded the new noggit .exe from here (http://modcraft.io/viewtopic.php?f=48&t=8876), but when I run it I get this (sorry for russian):
[attachment=0:gkt160qz]noggitbug.jpg[/attachment:gkt160qz]

If you show us an error in your language then there's no way we can help.
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: schlumpf on July 19, 2015, 05:06:18 pm
Quote from: "Krang Stonehoof"
Quote from: "Смердокрыл"
I downloaded the new noggit .exe from here (http://modcraft.io/viewtopic.php?f=48&t=8876), but when I run it I get this (sorry for russian):
[attachment=0:2lghvuhc]noggitbug.jpg[/attachment:2lghvuhc]

If you show us an error in your language then there's no way we can help.
We can.. It is not finding _glewInit@0, thus his glew library is not the right one. I don't know if on windows noggit bundles that dll. If not, try getting a different one.
Title: Re: [BUG] Noggit crashes suddenly for no reason
Post by: Skarn on July 20, 2015, 06:38:15 pm
Installing all the required MSVCP packages always solves this problem. All the additional stuff is supplied with Noggit in a new version.