acidjazz / drmon

Draconic Reactor computercraft monitoring and failsafe interface
61 stars 85 forks source link

Unexpected symbol error #48

Open i-Reek opened 4 months ago

i-Reek commented 4 months ago

When i try to run the file "install" after downloading from pastebin, i get the following error "bios:14: [string "install"]:1: unexpected symbol" what does this mean and how do i fix it? I'm playing on infinity evolved 1.7,10

i-Reek commented 4 months ago

I found a work around by going to the pastebin file directly (https://pastebin.com/Ls1Wg3QQ), copied all of the code, then went to the world file for computercraft on the server. In the world file for computercraft there will be files corresponding to each computer you have in the world/server, create a text file in the corresponding computer file, name it something like install0 and paste the code you copied into the text file. If you did it correctly, you should be able to see the install0 file in your advanced computer by using the >ls command. Run the file with >install0 and then >startup