Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: funnybunny on July 08, 2012, 11:11:00 pm

Title: Compiling Nogg-It Qt
Post by: funnybunny on July 08, 2012, 11:11:00 pm
I have downloaded NoggIt from bitbucket and compiled using MSVC2010. it compiles fine, it wont start though. i get this error: http://i.imgur.com/FGlrp.png (http://i.imgur.com/FGlrp.png" onclick="window.open(this.href);return false;)
in the log it says it is looking in my cataclysm folder for the files, this could be the error? how do i tell the program where to look?
Title: Re: Compiling Nogg-It Qt
Post by: Steff on July 08, 2012, 11:23:14 pm
Search in your regitry. QT uses it to store values.
Title: Re: Compiling Nogg-It Qt
Post by: glararan on July 08, 2012, 11:35:28 pm
Code: [Select]
find_package (Qt4 4.8 COMPONENTS QtCore QtGui QtOpenGL REQUIRED)
And you have 4.8.1. But i think problem is not in Qt version. My last work on noggit was before 2 weeks so current i can't tell if it is only ur problem or in code.
Title: Re: Compiling Nogg-It Qt
Post by: akspa420 on July 09, 2012, 11:39:51 pm
I get the same issue. Deleted the registry key in HKLU/Software/Wow3264node/Modcraft, have a clean noggit.conf defining the game path and project path. Still get the same error message as OP.
Title: Re: Compiling Nogg-It Qt
Post by: schlumpf on July 09, 2012, 11:45:49 pm
This is not a compile issue.
There is no .conf file anymore.
Deleting the key will not do  anything as it will just fill it in again, the same way as before.
Either just enter the correct path there or set it to some invalid value that is not a valid game path.
Title: Re: Compiling Nogg-It Qt
Post by: akspa420 on July 10, 2012, 04:57:35 am
I did set the registry path as well. Same error. The log file doesn't get past listing the game path & project path, of which appear to be correct.