Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Synric on February 27, 2017, 04:20:44 pm

Title: [Question] File list for current Noggit build
Post by: Synric on February 27, 2017, 04:20:44 pm
Hey yall, just compiled the newest version of Noggit off the repo, was wondering if anyone could tell me what all the DLLs needed to run it are. When I tried to start it I got alternating errors between error 0007b and missing DLL files when starting noggit. I went and copied all the DLLs from my lib builds, and I'm down to just the error.

I built each library and noggit itself for x64 and everything in terms of builds went off perfectly, so I don't think its anything from the builds themselves with MSVC14.0. I set up the noggit conf and all that, so I'm down to wondering if I missed a DLL to copy.
Title: Re: [Question] File list for current Noggit build
Post by: schlumpf on February 27, 2017, 04:34:22 pm
The most recent addition to the requirements would be Qt5. Other than that nothing has changed in a while. I strongly suggest not to use or touch any of the dlls in the repository. They _can't_ be the right ones for you.
Title: Re: [Question] File list for current Noggit build
Post by: Gratural [Харгард] on February 27, 2017, 07:52:17 pm
schlumpf, i need help too))
I used VS2015 x32 Com edition, fully Noggir3 sources, boost 1.63 x32, qt5.6 x32, and all libs from noggit3libs repo.
After build (with 10+ warnings on converting different types with possible loss a data)
I got drop fps around x3 times, inverted Movement direction of models in object edit mode, and bugged UI like this:
(http://s019.radikal.ru/i637/1702/5e/ed346e38c528t.jpg)
I tried build release and min configurations: they have same problems ((
Title: Re: [Question] File list for current Noggit build
Post by: schlumpf on February 27, 2017, 09:42:54 pm
the current repository version is _not_ a release. If you want to help, help with making it fully functional again. If you expect to use noggit only, it is _not_ a good idea to use the current version. You may try a version about half a month back.
Title: Re: [Question] File list for current Noggit build
Post by: Synric on February 28, 2017, 01:05:20 am
I got it to work. I had missed a DLL when i was switching out the ones that are in the repo with x64 versions.
Title: Re: [Question] File list for current Noggit build
Post by: Gratural [Харгард] on February 28, 2017, 04:05:05 pm
As it turned out, for properly work, Noggit  require (except ofcourse QT and Boost) only freetype6, stormlib and zlib dll's. But him UI... and FPS...:((
https://drive.google.com/open?id=0B9vPj ... 3NkY0RvZzA (https://drive.google.com/open?id=0B9vPj743gbBLXzN4X3NkY0RvZzA" onclick="window.open(this.href);return false;)
Title: Re: [Question] File list for current Noggit build
Post by: schlumpf on February 28, 2017, 05:56:05 pm
It sure is not a state that should be shared in binary form.
Title: Re: [Question] File list for current Noggit build
Post by: Grimtonz1337 on March 01, 2017, 10:55:40 am
Awesome commits, though, been watching them, gj :)