749 posts
Location
BOO!!
Posted 05 April 2016 - 11:21 PM
I keep getting:
bios 171: string expected
but ln 171 is an end statement to os.version
3057 posts
Location
United States of America
Posted 05 April 2016 - 11:46 PM
Give the entire error, and your code, please. BIOS will not error if your code doesn't do something wrong.
7083 posts
Location
Tasmania (AU)
Posted 06 April 2016 - 12:32 AM
Odds are you aren't reading the source for the version of bios.lua you're actually
using. I'd guess
this is the actual line you're bombing out on, in which case you're calling write() with an argument that isn't a string.
756 posts
Posted 06 April 2016 - 12:58 AM
When dealing with bios errors, it would be better to report the CC version as well, since most updates also changes the bios.
Also as Yami said, can't help much without seeing your own code, since bios errors are usually caused by the user.
Edited on 05 April 2016 - 10:58 PM