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

bios 206:[string "startup"]:11 := expected

Started by xxrevanxx, 05 January 2013 - 10:54 PM
xxrevanxx #1
Posted 05 January 2013 - 11:54 PM
So i made a code which will check into a server which has usernames on it, well i was doing good tested it and everything then i reboot the computer and this pops up. It's only when run from startup anyideas

code: http://pastebin.com/LBcLqfH0
AndreWalia #2
Posted 06 January 2013 - 12:23 AM
The problem is this line right here on line 11

if message == ("failuser") then
it should be

if message == "failuser" then
xxrevanxx #3
Posted 06 January 2013 - 12:23 AM
Im a fool
disk in drive (sleep deprieved me forgets things really quickly)
problem solved