Jump to content

Unexpected crash

By Uthil
in Retro-Porting

Recommended Posts

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:

 

crash (1).png

Crash.png

Like my project and you like to support me you can do it here!

Link to comment
Share on other sites

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

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

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

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

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

  • 2 weeks later...
×
×
  • Create New...