Jump to content




Creating A Bsod, Error Handling And Custom Errors


  • You cannot reply to this topic
66 replies to this topic

#61 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 26 July 2014 - 06:28 AM

or if it is more of an OS style system, you could override os.run to not have the pcall functionality, so your main pcall catches it instead.

#62 hbomb79

  • Members
  • 352 posts
  • LocationOrewa, New Zealand

Posted 26 July 2014 - 07:12 AM

Hmm, Maybe thats a better idea

#63 Alice

  • Members
  • 429 posts
  • LocationBehind you.

Posted 02 August 2014 - 05:45 AM

Looks like a great tutorial. +1 to this. I might use this if/when I get back into ComputerCraft and finally make either BiOS or PotatOS

#64 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 02 August 2014 - 07:51 AM

I'm glad it helped.

#65 Britminecraty

  • Members
  • 9 posts

Posted 15 December 2014 - 05:21 PM

Tested it after ages of coding, And I got this error message:
bios:206: [string "error"]:20: cannot use '...'
outside a vararg function

WAT DOES IT MEAN?

#66 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 15 December 2014 - 06:18 PM

View PostBritminecraty, on 15 December 2014 - 05:21 PM, said:

Tested it after ages of coding, And I got this error message:
bios:206: [string "error"]:20: cannot use '...'
outside a vararg function

WAT DOES IT MEAN?

Without your code, I'd say you mistyped a concat (..) with ... (which does something totally different)

#67 Britminecraty

  • Members
  • 9 posts

Posted 15 December 2014 - 08:22 PM

View PostKingofGamesYami, on 15 December 2014 - 06:18 PM, said:

View PostBritminecraty, on 15 December 2014 - 05:21 PM, said:

Tested it after ages of coding, And I got this error message:
bios:206: [string "error"]:20: cannot use '...'
outside a vararg function

WAT DOES IT MEAN?

Without your code, I'd say you mistyped a concat (..) with ... (which does something totally different)
Thanks man. I'll look through my code now and look for any other syntax errors while i do that.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users