You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2026. It is now read-only.
libmelee (including all the way back to version 0.10.1 crashes when reading a 2.0.1 slippi file because it enforces EventType when reading, and in these files you will eventually read the bytes 0x3d from the event bytes, which is not a valid EventType, leading to the crash. is 0x3d not the correct event byte code for gecko codes? See: https://github.com/project-slippi/slippi-wiki/blob/master/SPEC.md#events
libmelee (including all the way back to version 0.10.1 crashes when reading a 2.0.1 slippi file because it enforces EventType when reading, and in these files you will eventually read the bytes 0x3d from the event bytes, which is not a valid EventType, leading to the crash. is 0x3d not the correct event byte code for gecko codes? See: https://github.com/project-slippi/slippi-wiki/blob/master/SPEC.md#events