payonel / ocvm

OpenComputer Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debugging EEPROM for PC

rasongame opened this issue · comments

Is it possible to make ocvm not close, but display the EEPROM error screen as PC in OpenComputers?

You could probably achieve something like this by editing machine.lua provided by OC to display the error instead of "re-throwing" it.
(currently the eeprom error just ends up in the log)

actually, i've been thinking abuot this too! - yeah, i'll make this happen

instead of OC's natural looking bluescreen, i decided to just have the vm print to stdout its crash message (after the tty has been reset for normal use). I think everyone will like this much more

nice fix :) thx