Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Krako on October 26, 2014, 10:27:08 pm

Title: [ERROR] Character Creation Screen = Wow Error
Post by: Krako on October 26, 2014, 10:27:08 pm
Hi there Modcraft! Well, i've trying to add some races to the Character Creation Screen and i have encountered this error... I have changed the MAX_RACES in the CharacterCreation.lua to 15 as i have added 5 more races to the character creation screen. When i click the "Create a new character" buttom the "Too many races! Update MAX_RACES" message appears in the screen. So, i decided to change the 15 and put a 16 instead, just in case. Now, when i log in instead of a "Too many races!" message, i get this lovely WoW Error:

[center:33euz5zc]
Quote
This application has encountered a critical error:

ERROR #132 (0x85100084) Fatal Exception
Program:   C:UsersMomoDesktopWoWModdingClient335aTestMW.exe
Exception:   0xC0000005 (ACCESS_VIOLATION) at 0023:004E0A9B

The instruction at "0x004E0A9B" referenced memory at "0x0000001C".
The memory could not be "read".
[/center:33euz5zc]

Could someone help me, please? Thank you!
Title: Re: [ERROR] Character Creation Screen = Wow Error
Post by: Vatoto on October 26, 2014, 10:30:08 pm
Maybe viewtopic.php?f=59&t=8318 (http://modcraft.io/viewtopic.php?f=59&t=8318" onclick="window.open(this.href);return false;) helps, but i'm not sure
Title: Re: [ERROR] Character Creation Screen = Wow Error
Post by: Krako on October 26, 2014, 10:39:51 pm
I'm already using a WoW 3.3.5 GlueXML Remover so this is not the problem... Just in case i tryed but the problem is the same. Same Wow Error. But thank you!
Title: Re: [ERROR] Character Creation Screen = Wow Error
Post by: stoneharry on October 27, 2014, 10:05:21 pm
It is usually crashing because the DBC data does not match what is expected. I don't know what the specific issue is.
Title: Re: [ERROR] Character Creation Screen = Wow Error
Post by: Krako on October 27, 2014, 11:53:11 pm
Now that you are saying that, i have revised the DBC i've using. I have been using a mix of DBCs and Character files. Some DBCs have entries referring to Character files that i didn't include in the patch i've been testing. That's the problem, i think.