This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
awsmazinggenius's profile picture

nsh Treasure Disk Issue

Started by awsmazinggenius, 27 March 2014 - 11:05 PM
awsmazinggenius #1
Posted 28 March 2014 - 12:05 AM
(Since nsh is included with CC, I'm posting this here.)

When I try and run nsh on the treasure disk in the creative tab (I run the nsh file), it says "Framebuffer not found, using fallback" when there is a file called "framebuffer" on the disk. I'm in CC 1.6
Lyqyd #2
Posted 28 March 2014 - 12:09 AM
If you copy the files off of the disk and on to the computer, it should be able to find and use the framebuffer API. It's best to use the API on both client and server, or on neither of them, as there is the potential for incompatibility if the server is able to use it and the client is not.
awsmazinggenius #3
Posted 28 March 2014 - 12:26 AM
I figured that out, but the question is why it won't work on the disk. It just doesn't seem to friendly to new ComputerCrafters.
Cranium #4
Posted 28 March 2014 - 03:33 PM
Not a bad idea to use some sanity checks to detect if it's running directly fromt he disk instead of the computer.