Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started 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?
-
Search in your regitry. QT uses it to store values.
-
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.
-
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.
-
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.
-
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.