Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Crash on Draw In (Dump Included) #728

Closed
tagban opened this issue Dec 31, 2014 · 4 comments
Closed

Crash on Draw In (Dump Included) #728

tagban opened this issue Dec 31, 2014 · 4 comments

Comments

@tagban
Copy link
Contributor

tagban commented Dec 31, 2014

Seems its crashing on draw in everytime a user goes to fight Eald'narche. Seems to be triggered on Draw-In. (Zone: The_Celestial_Nexus)
http://ffxi.bnet.cc/dumps/CrashDump12.30.2014.zip

@takhlaq
Copy link
Contributor

takhlaq commented Dec 31, 2014

it's cause Eald'narche isn't instanced for some reason, can just add a null check before trying to set the pos to prevent the crash
if(posShare) m_PMob->loc = posShare.loc;

but it'd probably be better to wait til @teschnei fixes it cause i have no idea how instances are currently handled :p

@starlightknight
Copy link

@xdemolish Depending on which instance he landed on, it could have been the result of an id shift. A couple of battlefield zones had a few ids shift - i didnt think about updating the bcnm sql. I can look at that in a bit

@teschnei
Copy link
Contributor

i only updated ZM16, but it was mostly because of an ID shift (and something else, but that's shift-proof now)

@tagban
Copy link
Contributor Author

tagban commented Dec 31, 2014

Thanks! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants