Ryex / ic10emu

A Stationeers IC10 code editor and emulator
https://ic10emu.dev/
Apache License 2.0
4 stars 2 forks source link

Error: unknown device ID #20

Closed Tjaden closed 3 months ago

Tjaden commented 3 months ago

image Error

Error in Virtual Machine Error ic encountered an error: Error on line 61: unknown device ID '4'

Device with id is present.

Ryex commented 3 months ago

What does line 61 try to do? it's not in your screenshot

Tjaden commented 3 months ago

That's a good question. For me, the problem was in the line marked in purple.

curIdStacker was 4

Unfortunately, I can't reproduce this right now because the code no longer exists.

Ryex commented 3 months ago

well if you can reproduce it at https://ryex.github.io/ic10emu/ let me know. (give it 15 minuets form the creation of this comment, I just merged)

Tjaden commented 3 months ago

I'm sorry, I can't get it reproduced.

annoying