Posted 24 March 2018 - 05:46 PM
My API (linked) throws an error at line 33 when I call MTOS.pullEvent() (after calling MTOS.boot_pre() to set things up). I'm confused what's going on here because when I call MTOS.boot_pre() and then oldOS.pullEvent() in the LUA interpreter, it works fine, but bugs out when called in the API. Any help is appreciated.
Please excuse the messy/redundant code, I added it there when I was debugging. The API is a part of a psudo-OS I'm writing, it shouldn't require any other APIs but in case there are any issues they are located in the APIs directory of the linked repo.
Please excuse the messy/redundant code, I added it there when I was debugging. The API is a part of a psudo-OS I'm writing, it shouldn't require any other APIs but in case there are any issues they are located in the APIs directory of the linked repo.
Edited on 24 March 2018 - 04:46 PM