Actions
Bug #73
closedColour N,C causes Internal error at runtime.
Start date:
01/23/2020
Due date:
01/31/2020
% Done:
0%
Estimated time:
Affected version:
Description
Example: (fails at line 3... the first Colour statement)
Screen Open 0,320,200,64,Lowres
Flash Off : Curs Off : Cls 0
Colour 1,$A74
Colour 0,0
Pen 0 : Paper 1
Print "Test"
Updated by Baptiste Pillot almost 5 years ago
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/444
- run : https://www.amos2.fr/run/tickleman/73/
- compile : OK
- error during execution (popup) :
Internal error at line: 4, column: 1.
Program ended successfully
- console :
p is not defined
aoz.js:257 ReferenceError: p is not defined
at Screen.setColour (screen.js:650)
at Application.blocks.<computed> (application.js:47)
at doUpdate (aoz.js:246)
aoz.js:588 Internal error at line: 4, column: 1.
aoz.js:590 Program ended successfully.
Updated by Baptiste Pillot almost 5 years ago
- Due date set to 01/31/2020
- Status changed from Resolved to Closed
- Target version set to 0.9.3.2
Yes, it works.
Actions