cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
924 stars 212 forks source link

vm error: java.lang.IllegalStateException: Resuming from unknown instruction #128

Closed nothjarnan closed 5 years ago

nothjarnan commented 5 years ago

Was running my OS on SwitchCraft, and I encountered this error. Was also told by Lemmmy that this error may have been caused by a recent LuaJ rewrite.

The error gets thrown in the section of my OS that handles the coroutines, which means that it's system level. Attached below is an installer of the OS that I encountered the error on. installer.zip

Screenshot

Minecraft version 1.12.2, Forge 14.23.4.2759

nothjarnan commented 5 years ago

Update: My code does not work in CCEmuX either. Latest version

SquidDev commented 5 years ago

Yeah, CCEmuX is using CC:T so that makes sense.

nothjarnan commented 5 years ago

I've made a workaround in my OS, so please keep your current files and do not update them if you still need them.