- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
Search the Community
Showing results for tags 'error'.
-
I use Open Computers in combination with Immersive Railroading and i wrote a programm but when i want to run this programm i get an error: what i have done wrong? This is the code from the programm "FG1A":
-
So, I've been playing around with OC, but I keep running into this issue. Every time I install the OS, and the computer reboots, it's fine. But the next time it restarts, I get an error, "Unrecoverable Error: Computer Halted" I've looked everywhere for this error but I haven't found anything, s...
- 16 replies
-
- error
- unrecoverable
-
(and 1 more)
Tagged with:
-
I'm trying to make a program, but isn't working: Here is the code: Here is the error that shows up when starting the program If somebody can say me what I'm doing wrong, I will thank it a lot.
-
When you have a OC Beta 1.6 on MC 1.8.9 You can't install MineOS but that work on OpenOS 1.5 . I solved that problem and little edited the OC .jar file. ...And simply install the MineOS Link to mineOS:https://oc.cil.li/index.php?/topic/711-mineos-beautiful-gui-to-standard-shell...
-
Content Introduction Reproducing an Error Error Messages Debug Output Appendix List of Error Messages Using a Debugger Ad alert: cbrowse Introduction Writing code is one thing, making it work is a completely different story. Mor...
-
This is my first time using OpenComputers and I seem to have a strange issue. I put in the OS floppy to a robot and booted it up. To my surprise, the interface screen was completely unreadable. There are a few pictures attached. Any thoughts on how to fix this? Thanks!
-
Hi!(again) My program for robot(flashed in eeprom) dont work and causes error i typed in topic title. Here is the code: robot = component.proxy(component.list("robot")()) rs = component.proxy(component.list("redstone")()) function getBatteryPercent () local percent = computer.energy() * 100 /...