Unable to restore arch id mappings for 'archname' #3022
Answered
by
fuzyll
sprout42
asked this question in
Architectures
|
When writing my own architecture plugin I always get this error when Binja starts up and as far as I can tell it should be working correctly. I've seen this error over multiple versions. This error was taken from the latest development version |
Answered by
fuzyll
Mar 17, 2022
Replies: 1 comment 8 replies
|
What version was the original database you've loaded saved on? That error message is expected (and not an issue) if:
If those apply to you, you can safely ignore the errors and you should stop seeing them if/when you upgrade that database. If those don't apply to you, we might need to look into it further because my understanding (from looking at the relevant code) is that analysis should never head down that codepath. |
8 replies
Answer selected by
fuzyll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version was the original database you've loaded saved on? That error message is expected (and not an issue) if:
If those apply to you, you can safely ignore the errors and you should stop seeing them if/when you upgrade that database.
If those don't apply to you, we might need to look into it further because my understanding (from looking at the relevant code) is that analysis should never head down that codepath.