-
when i'm running After this some macros are renumbered, some are not |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The error line in the Trice code is |
Beta Was this translation helpful? Give feedback.
The error line in the Trice code is
msg.FatalOnErr(li.fromFile(fSys, fn))
. That tells us, that your location information file, probably namedli.json
is 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.