Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: mathex on February 23, 2015, 12:18:48 pm

Title: [QUESTION] Updating MAX_RACES causes client crash
Post by: mathex on February 23, 2015, 12:18:48 pm
Hello, I've tried adding four new races, but every time I change MAX_RACES it crashes my client.

http://prntscr.com/68rxsk (http://prntscr.com/68rxsk" onclick="window.open(this.href);return false;) <- error happens when I press the Create New Character button.
Here's my Char

http://prntscr.com/68rxzi (http://prntscr.com/68rxzi" onclick="window.open(this.href);return false;) <- a picture of my ChrRaces.dbc (I heard the crash could sometimes origin from here)

http://pastebin.com/ZcaXuMcF (http://pastebin.com/ZcaXuMcF" onclick="window.open(this.href);return false;) <- This is my CharacterCreate.lua and here's where the error happens. When I change MAX_RACES to anything but 10, the client crashes. And at 10 it says "Please Update MAX_RACES" as you know..

I hope someone can help me fix this issue as it's been bothering me for a couple of hours now.
Title: Re: [QUESTION] Updating MAX_RACES causes client crash
Post by: mathex on February 23, 2015, 02:35:50 pm
Quote from: "mathex"
Hello, I've tried adding four new races, but every time I change MAX_RACES it crashes my client.

http://prntscr.com/68rxsk (http://prntscr.com/68rxsk" onclick="window.open(this.href);return false;) <- error happens when I press the Create New Character button.
Here's my Char

http://prntscr.com/68rxzi (http://prntscr.com/68rxzi" onclick="window.open(this.href);return false;) <- a picture of my ChrRaces.dbc (I heard the crash could sometimes origin from here)

http://pastebin.com/ZcaXuMcF (http://pastebin.com/ZcaXuMcF" onclick="window.open(this.href);return false;) <- This is my CharacterCreate.lua and here's where the error happens. When I change MAX_RACES to anything but 10, the client crashes. And at 10 it says "Please Update MAX_RACES" as you know..

I hope someone can help me fix this issue as it's been bothering me for a couple of hours now.

I managed to fix this problem by fixing my CharacterCreate.xml! Hope it will help some people in the future.