プレイ日記
Jayden FlamingSkull773
I think I found a new SmileBASIC error message no one has discovered.
2そうだね
プレイ済み
返信[1]
親投稿
Christofer avalack
what did u do?
0そうだね
プレイ済み
返信[2]
親投稿
Jayden FlamingSkull773
@Christoler Modified the coin section in Jump Kun to be blank and touched it to bring up this new error.
0そうだね
プレイ済み
返信[3]
親投稿
Hanzo rzsense
This error occurs if GOSUB has null destination like GOSUB "".
0そうだね
未プレイ
返信[4]
親投稿
Imasheep DarkY0shi
I AM ERROR
1そうだね
プレイ済み
返信[5]
親投稿
I'd assume it's an error that the CPU mis calculated a line.
0そうだね
プレイ済み
返信[6]
親投稿
Alex MrCashews
If the case is an empty label string, it should really throw "Illegal symbol string" or "Illegal function call." This looks indicative of bad edge case handling on SB's part. You should never really see "Internal Error" since that's not a very helpful error. Also, calling labels "symbol strings" is an odd choice.
0そうだね
プレイ済み
返信[7]
親投稿
MathPRG MathProgrammer
I saw this error in a list of errors on SmileBASIC Source a while ago, it's definitely been found before. I'm pretty sure it does have something to do with the GOSUB command.
0そうだね
プレイ済み
返信[8]
親投稿
MathPRG MathProgrammer
Ok, nevermind. According to SmileBASIC Source you should never get the "Internal Error" message, but it can be triggered by using some glitch associated with "READ VAR"
0そうだね
プレイ済み
返信[9]
親投稿
MathPRG MathProgrammer
@Alex There's an error that can occur when passing an invalid label to GOTO or GOSUB that gives the message "Illegal symbol string", and the term refers to a label passed as a string, so it isn't really inaccurate.
0そうだね
プレイ済み
返信[10]
親投稿
I was able to recreate this. Everything seems to be normal...
0そうだね
プレイ済み