|
when i'm running After this some macros are renumbered, some are not |
Answered by
rokath
Nov 26, 2024
Replies: 1 comment
|
The error line in the Trice code is |
0 replies
Answer selected by
rokath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error line in the Trice code is
msg.FatalOnErr(li.fromFile(fSys, fn)). That tells us, that your location information file, probably namedli.jsonis corrupted for some reason. Can you please provide this file? The easiest way would be to delete this file and restore a new empty one:rm li.json && touch li.json. Intersting would be to find out why the file got corrupted. For that you should please provide more context information.