[Archive] Unexpected crash
[Archive] Unexpected crash
Archived author: Uthil • Posted: 2018-05-16T16:24:02+00:00
Original source
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:
![]()
![]()
Archived author: wungasaurus • Posted: 2018-05-16T19:32:27+00:00
Original source
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
Archived author: Kaklam • Posted: 2018-05-17T08:31:51+00:00
Original source
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.
Archived author: Uthil • Posted: 2018-05-17T16:20:51+00:00
Original source
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.
Archived author: Uthil • Posted: 2018-05-18T05:32:17+00:00
Original source
Also in case that anyone wants to have a look below the error file and the exe file.
DUMP&Error.zip
Archived author: wungasaurus • Posted: 2018-05-18T21:37:48+00:00
Original source
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.
Archived author: Uthil • Posted: 2018-05-19T09:37:19+00:00
Original source
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?
Archived author: wungasaurus • Posted: 2018-05-19T09:55:42+00:00
Original source
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.
Archived author: Uthil • Posted: 2018-05-31T04:56:18+00:00
Original source
Well issue was solved, was archive issue. I repack it and worked fine. Thanks for assisting lads.