#aonhelper crash on boot
14 messages · Page 1 of 1 (latest)
i wrote wrong template @serene dock https://github.com/wuke32767/CelesteReverseHelper/commit/47abb187c35fe244763c760d5b313abd9b578c6f
So, the interfaces don't match up and the game crashes if you have both mods installed and up-to-date?
Does it require a Reverse Helper or an Aon helper update? Or both? 
i can change to the new api
just chiming in to mention I've had the same issue; with the logs citing an import and the aonhelper update being a big refactor it looks to me like the import structure changed... which I would say is probably something that should be avoided (or at least, something that should come with a major version number change, being a breaking change, since iirc everest does make sure to use the right major version in dependency structuring)
idk it sounds like aon helper is trying to import something from ReverseHelper that doesn't actually exist
rather than the other way around
in that case, that wouldn't be a breaking change on aon helper's end, just an added integration that went wrong
oh yeah sorry, read the thing the wrong way around lol
I saw at Celeste.Mod.aonHelper.Imports.ReverseHelper.Load() in my log and I think my brain swapped the order of the two helpers when I read it
ya its fixed now