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

startup bug

Started by PrinzJuliano, 26 May 2012 - 11:26 AM
PrinzJuliano #1
Posted 26 May 2012 - 01:26 PM
Hi guys I have a problem:
on my Server (ported to Bukkit) everything was running fine, but now every new computer startup fails, giving the error:
Spoiler
The startup just consits of print("hi")

do you have any idea how to fix it?
PrinzJuliano #2
Posted 26 May 2012 - 01:38 PM
It was a location bug…. And on other location it works now
Cloudy #3
Posted 26 May 2012 - 02:30 PM
Hi guys I have a problem:
on my Server (ported to Bukkit) everything was running fine, but now every new computer startup fails, giving the error:
Spoiler
The startup just consits of print("hi")

do you have any idea how to fix it?

Looks like you probably typed
print hi
instead of
print "hi"

Glad you got it sorted though!