Uthil Posted May 16, 2018 Share Posted May 16, 2018 So, I'm working on my mod last patch, which is almost ready, and for some weird reason client crash when I'm trying to pick a tauren character from login screen. Issue appears randomly and not so often. Anyone can give me a clue what might be the issue here in order to resolve it? Patch file capacity at the moment is 1.11Gb when the previous one was 560Mb. Not sure if game crashes due to memory issues, 4Gb patched exe file, or cause something else is causing it. Any help is appreciated. Below the errors: Like my project and you like to support me you can do it here! Link to comment Share on other sites More sharing options...
wungasaurus Posted May 16, 2018 Share Posted May 16, 2018 Those are actually two completely different errors. Let me tell you about https://wowdev.wiki/Client_Error_Analysis. It includes information on how to get your error analysed. I can't promise actually doing it, but to analyse, one would need the client binary (wow.exe) the full error log in text form Even with that information, it likely is highly time consuming and not even guaranteed to yield results. It likely is a better idea to build a new patch without any file not needed for character selection and then search for errors in the changes made to the ones left. Link to comment Share on other sites More sharing options...
Kaklam Posted May 17, 2018 Share Posted May 17, 2018 Is it the default Tauren model or the HD version? Are you using custom items? Have you double checked DBCs and server database? Extract everything from your MPQ, make a new one and slowly re-add everything until you get a crash again. This'll pinpoint the problem. Link to comment Share on other sites More sharing options...
Uthil Posted May 17, 2018 Author Share Posted May 17, 2018 To cover both, it is the HD version of the models, I dont use custom items and DBC's, client side only, are checked. Im going to extract them and create a new mpq. Last time that I had a similar effect it was from the MPQ, even files was showing normally for some reason when I created a fresh one issue disappear. Thanks for this info. I'll test and see. Like my project and you like to support me you can do it here! Link to comment Share on other sites More sharing options...
Uthil Posted May 18, 2018 Author Share Posted May 18, 2018 Also in case that anyone wants to have a look below the error file and the exe file. DUMP&Error.zip Like my project and you like to support me you can do it here! Link to comment Share on other sites More sharing options...
wungasaurus Posted May 18, 2018 Share Posted May 18, 2018 The instruction at "0x00713E26" referenced memory at "0xB41CD381". The memory could not be "read". I can't pin-point it directly, but it appears to be UI related. The code is highly nearby glue/frame xml stuff. This is not a model issue. Link to comment Share on other sites More sharing options...
Uthil Posted May 19, 2018 Author Share Posted May 19, 2018 Ok, but cant get it, Glue/Frame xml is it point maybe to Taurens UI or the WoW.exe mess with it? I downport the new UI versions from WoD. All was working ok with the exception of Tauren which has two small glitches in there. The fire that lights the small street lamp isnt scaled correct and its like burning outside the lamp and the small windmill, lets call it, on the left side of the character screen which has rotation kinda messed up. Thanks by the way for the info wungasaurus. P.s: Is it possible the MPQ to create such issue? Like my project and you like to support me you can do it here! Link to comment Share on other sites More sharing options...
wungasaurus Posted May 19, 2018 Share Posted May 19, 2018 I'm not talking about the models but the lua/xml stuff. At least it looks like that. I did not see anything model or MPQ related. Link to comment Share on other sites More sharing options...
Uthil Posted May 31, 2018 Author Share Posted May 31, 2018 Well issue was solved, was archive issue. I repack it and worked fine. Thanks for assisting lads. Like my project and you like to support me you can do it here! Link to comment Share on other sites More sharing options...
Unexpected crash
By Uthilin Retro-Porting
Recommended Posts