AshitaXI / Ashita

Issue tracker and wiki for the Ashita project.
https://ashitaxi.com/
6 stars 1 forks source link

Points addon causes addon plugin to fail when entering dynams #32

Closed crackshotmonkey closed 1 year ago

crackshotmonkey commented 1 year ago

Ashita Version (Type /ashita in-game to get this.) Ashita v4.1.0.0

FFXI Version (Type /version in-game to get this.) On catseye pserver (/version does not show version)

Windows Version (ie. Start > About Your PC) Windows 10 home os build 19044.2486 x64

Describe The Bug Please give a clear, full description of the bug. Upon entry to any dynamis the addons plug in throws an error and unloads and then the game crashes out. Did not have this issue on Sunday when we did dynamis city runs.

Game crash appears to be dynamis beaucidie and unloading the addon only. Dynamis Jeuno and bastok were tested and still recieve the error but the game does not crash.

Error reads as follows: [Ashita] addons threw an exception in event Present. Exception: EXEPTION_ACCESS_VIOLATION (C0000005). [Ptr: 5C94105]

If I unload points it throws a new error as follows: Addons threw an exception in event HandleCommand. Exception: EXEPTION_ACCESS_VIOLATION (C0000005). [Ptr: 58D7D105].

Both cause the game to crash. Dynamis crash is almost instant. Unload crash happens shortly there after.

Steps To Reproduce Please give a clear, full list of steps to reproduce the bug, if applicable.

I have points addon in the script so it load on start up. I zone into dynamis and it throws the error.

I have taken it off scripts and manually loaded it in dynamis with no issue. If I leave dynamis still no issue. If I reenter dynamis the error shows up.

I came to the conclusion is was the points addon by removing each line from my script one at a time then loading into dynamis beaucidine as that is where I noticed the issue. Tried the manual loading and unloading as a work around which failed.

Screenshots I have a screen shot on my pc but I am filling this out on my phone will add or can provide if need. Text box displays the first error listed.

Additional Information Please include any additional information you feel could help explain the bug/problem and get it resolved.

ThornyFFXI commented 1 year ago

I believe this issue may be caused by a primitive object bug that was resolved in the patch at 5AM today, version 4.1.0.1. Please attempt to reproduce with this version and report back when you are able. There is no interface bump, so updating to 4.1.0.1 will not require that you update your plugins again.

crackshotmonkey commented 1 year ago

Thank you for the super fast response. Server owner is pushing that version through I will keep you updated.

crackshotmonkey commented 1 year ago

That seems to have it fixed thank you so much. You guys do a wonderful job.