- 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, so I figured I'd ask here. I can wipe the HDD by crafting it by itself, and everything is fine and dandy again, just gotta reinstall the OS, but it's not very practical since the computer will just crash again, causing me to wipe the HDD again. Any advice would be most welcome. If you
- 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 There is a link to .jar file : https://drive.google.com/open?id=0B3E7_SawdD6RT21WU3FZWk9fMms
-
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. More often than not something is not working as intended and sometimes your program just crashes the instant you run it. This can be fun and inspiring but most often it is just frustrating. This guide is meant to introduce you to several useful debugging techniques with the primary focus being Open
-
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 / computer.maxEnergy() return percent end function wait(seconds) local begin = os.time() repeat computer.pullSignal(0.05) until os.time() - begin >= seconds end while true do robot.turn(true) robot.turn(true) robot.move(1) while robot.compare() ~= true do robot.move(3) i