openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

crash in nod explorer viewing Clips_North #303

Closed XertroV closed 1 year ago

XertroV commented 1 year ago

replication:

image

codecat commented 1 year ago

I fixed a bug that caused some of these to misbehave, but the actual misbehaving array is the Clips array. Accessing it will cause a crash because the buffer pointer is null while the length is 4. This could indicate a Nadeo bug but it could also be something I'm not doing correctly.

It's worth noting that the array is a virtual read property rather than a direct read, so it's likely a "problem" on Nadeo's side. (Problem is in quotes because it might not affect them at all)

codecat commented 1 year ago

I'll close this until there's evidence to confirm it as an Openplanet issue.