Modcraft - The community dedicated to quality WoW modding!

Projects => Software Development => Topic started by: Steff on January 19, 2012, 03:07:20 am

Title: Open coding project
Post by: Steff on January 19, 2012, 03:07:20 am
To do modding work we all need tools we can work. The last years the development of this tools stuck and often users are frustrated about bugs and missing functions. We now start a project where we will collect all sources we can get and put them on a repository. Everything is open source and can be downloaded and modified. We hope that you if you make some good changes let them back to the source. Also we opened this board to discuss all stuff around coding.

Here is the repository:

https://bitbucket.org/berndloerwald/wow-development/src (https://bitbucket.org/berndloerwald/wow-development/src" onclick="window.open(this.href);return false;)
Title: Re: Open coding project
Post by: playboi131 on February 01, 2012, 08:16:12 am
Trunk don't work :(
Title: Re: Open coding project
Post by: schlumpf on February 01, 2012, 11:57:26 am
Quote from: "playboi131"
Trunk don't work :(
This does not help at all, as first, there is no trunk and second, you seem to be using svn rather than hg. There is a small guide on top of that site at all time, on how to clone it.
Title: Re: Open coding project
Post by: Bartons on February 09, 2012, 03:17:24 am
Well, I am stuck at the moment. I got Noggit compiled fully, but whenever I go to load my custom map I get the following error :

(http://i.imgur.com/BVjXS.jpg)

Anyone know what is causing this? It's pretty frustrating. I'd try to diagnose the problem, but I'm currently still trying to learn even the basics of C++.
Title: Re: Open coding project
Post by: Steff on February 09, 2012, 02:22:55 pm
Logfile please :)
Title: Re: Open coding project
Post by: glararan on February 09, 2012, 03:39:49 pm
isn't it Qt version? This is crash of WMO.
Title: Re: Open coding project
Post by: Bartons on February 09, 2012, 04:44:52 pm
Here's the log of the error

Quote
3421 - (World.cpp:231): [Debug] Loading world "Azeroth".
3474 - (errorHandling.h:71): [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.

3476 - (StackWalker.cpp:1139): [Error] OS-Version: 5.1.2600 (Service Pack 2) 0x100-0x1
5470 - (StackWalker.cpp:1139): [Error] 002D34CF (noggit): (filename not available): (function-name not available)
5471 - (StackWalker.cpp:1139): [Error] 0027136C (noggit): (filename not available): (function-name not available)
5471 - (StackWalker.cpp:1139): [Error] 002D5988 (noggit): (filename not available): (function-name not available)
5471 - (StackWalker.cpp:1139): [Error] 74C2339A (kernel32): (filename not available): BaseThreadInitThunk
5471 - (StackWalker.cpp:1139): [Error] 76F69ED2 (ntdll): (filename not available): RtlInitializeExceptionChain
5471 - (StackWalker.cpp:1139): [Error] 76F69EA5 (ntdll): (filename not available): RtlInitializeExceptionChain
Title: Re: Open coding project
Post by: Steff on February 09, 2012, 08:08:11 pm
Turn off WMO doodad rendering with F2 and see if it runs now.
If you can´t turn it off in code in the MapView constructors parameter list.