This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: Open coding project  (Read 9929 times)

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Open coding project
« 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

playboi131

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 23
    • View Profile
Re: Open coding project
« Reply #1 on: February 01, 2012, 08:16:12 am »
Trunk don't work :(
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
http] >
[size=100]--Never Stop Playing!

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Open coding project
« Reply #2 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Bartons

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 65
    • View Profile
    • http://www.karwisch.net/
Re: Open coding project
« Reply #3 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 :



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++.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Open coding project
« Reply #4 on: February 09, 2012, 02:22:55 pm »
Logfile please :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

glararan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 162
    • View Profile
    • http://glararan.eu
Re: Open coding project
« Reply #5 on: February 09, 2012, 03:39:49 pm »
isn't it Qt version? This is crash of WMO.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Bartons

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 65
    • View Profile
    • http://www.karwisch.net/
Re: Open coding project
« Reply #6 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Open coding project
« Reply #7 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954