You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After flashing the loader.lua script to an EEPROM and attempting to boot a new computer and attempting to boot, I get an error beep with the analyser outputting "Last error: computer halted"
I attempted to run this on an already setup computer that was running OpenOS and get the following error:
/home/test.lua:3: attempt to index global 'component' (a nil value):
stack traceback:
/home/test.lua:3: in function </home/test.lua:1.
/home/test.lua:1: in main chunk
(...tail calls...)
[C]: in function 'xpcall'
machine:798: in function 'xpcall'
/lib/process.lua:63: in function </lib/process.lua:59>
The text was updated successfully, but these errors were encountered:
If I change the address it is loading from it progresses, but I am now hitting other errors that I believe are related to the config.rs file on the server, as I am able to connect and register on both the client and server.
Are there any plans to write a more details explanation on how to configure the server config.rs file?
After flashing the loader.lua script to an EEPROM and attempting to boot a new computer and attempting to boot, I get an error beep with the analyser outputting "Last error: computer halted"
I attempted to run this on an already setup computer that was running OpenOS and get the following error:
The text was updated successfully, but these errors were encountered: