AWESOME! I'm glad to see that the project is still being developed. Any ideas on how cataclysm's adt's will be handled? I'm guessing the way that they work out is the normal ADT carries the terrain data, the tex0 is textures, and obj0 is just objects, all referenced back to the standard adt. Perhaps Blizzard has had a tough time themselves when editing map geometry, and wanted to make it easier to edit the maps (and of course, make it easier to inject phases into the world).
edit: I get this error when launching on OS X 10.6.4:
Dyld Error Message:
Library not loaded: @executable_path/../Frameworks/SDL.framework/Versions/A/SDL
Referenced from: /Applications/noggit.app/Contents/MacOS/noggit
Reason: image not found
Looks like the app bundle is missing the SDL.framework?
edit2: I grabbed the latest SDL framework, and put it in the noggit.app package, in a folder called Frameworks. Now I get this error on launch:
Dyld Error Message:
Library not loaded: /Users/berndlorwald/Documents/World Of Warcraft/NoggitHG/NoggitHG/StormLib/build/StormLib.framework/Versions/A/StormLib
Referenced from: /Applications/noggit.app/Contents/MacOS/noggit
Reason: image not found
StormLib is missing... I guess you need to recompile it to have all the libraries and frameworks statically linked? I'm not a programmer, so erm, yeah.
Last edited by akspa420; 09-20-2010 at 08:26 PM.
Awesome to finally tell the public about progress!(Nothing mean intended, Im serious) Hopefully it'll be very un-bugged
Thx guys! We love you long time =D
LuaHypArc Lua scripter - 3.3.5a World Builder.
http://img155.imageshack.us/img155/2...2510223521.jpg
http://img214.imageshack.us/img214/9...2510223524.jpg
wtf? i got this problem only in northend
For Windows just use the dgbhelp and imaghlp API. If you include the PDB you get full information about the "crash". For example the following code:
With my Stacktrace-class outputs the following:Code:#include "StdAfx.h" class Foo { public: void Bar() { } }; void Dummy(Foo* f, int a, int b, int c, int d, float e) { Win32Exception::ThrowError(100, _T("Dummy")); } //BOOL WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, INT) int main() { try { Foo fi; Dummy(&fi, 4, 3, 200, 30, 33.3f); } catch(Win32Exception& e) { _tstring msg = e.What(); msg += '\n'; msg += e.Stacktrace(); std::wcout << msg << std::endl; std::wcin.get(); } }
Error in function: 'Dummy': 'Es kann keine weitere Systemsemaphore erstellt werden.'!'
> RtlInitializeExceptionChain
> RtlInitializeExceptionChain
> BaseThreadInitThunk
> mainCRTStartup @ crtexe.c Line: 371
> __tmainCRTStartup @ crtexe.c Line: 555
> main @ main.cpp Line: 20
> Dummy @ main.cpp Line: 11 -> Foo* f = 002BFC57 -> UINT a = 4 -> UINT b = 3 -> UINT c = 200 -> UINT d = 30 -> float e = 33.3
> Win32Exception::ThrowError @ win32exception.h Line: 67 -> UINT dwError = 100 -> std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> >* func = 002BFA38
What do others mean? Ain't that something that should be implemented? It would also provide the user a clue what went wrong and they maybe will find the error on their own.
It should be implemented but in a platform-independent way of course.
There is no platform independent way that provides this much information. You need to have a windows way and a way for every other OS using its specific functions. As the most people are using windows starting off with the windows version aint a bad idea, right?![]()
I want to give the Mac build a spin (even if it's unstable/unusable), but before I do, I have a question: Is the MPQ-eater bug present in the Mac version as well? Don't wanna make a backup copy of WoW unless I have to.
Hey guys, i'm looking for the lastest ( Even beta! ) Win version.. anyone has got the link? i rode about a progress but the blog looks quite dead.
Hey Ho schlumpfi must ask you how the progress with Noggit goes
![]()
developing noggit for mac users and not windows users is the biggest fail of all the fails that has been done since the beginning of noggit :P but ok cya![]()
Agree with Amanda, i think it is more user of Windows then Mac but they maybe want Noggit as bad as we windows users