Bus Error
Monkey Forums/Monkey Bug Reports/Bus Error
| ||
I am using TED V1.7 and Monkey V66, I was getting a Bus Error:Parsing... Semanting... (null) STOPPED Monkey Runtime Error : Bus error I had not seen this before and wondered why. I realised after a little while that I had changed my For loop from int step to float but forgot to change the variable: [monkeycode] Const Accuracy : Float = 0.01 For Local t : Int = Accuracy To 1.0 Step Accuracy Next [/monkeycode] This produced the error, I know its not a bug, but wondered if a more appropriate error message could be generated? |