Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to open a mos6502 image #343

Open
William-Purvis opened this issue Feb 1, 2018 · 0 comments
Open

Fails to open a mos6502 image #343

William-Purvis opened this issue Feb 1, 2018 · 0 comments

Comments

@William-Purvis
Copy link

I've just discovered panopticon and installed on Linux Mint following the guide in README.md.
Typing: crate run -p panopticon-qt --release, as suggested says:
error: package panopticon-qt is not a member of the workspace
however typing: crate run -p panopticon --release
does bring up a window which says 0.16.0, Please open a program.

Using the file selector to find my MOS6502 image file types an error message in the command window saying:
ERROR:panopticon_glue::glue: open_program(): model.img is neither a saved session nor a recognized executable type

Did a bit of digging through the code and found a match statement in qt/singleton.rs which selects
on AVR, Ia32 and AMD64, but no MOS6502!
Tried adding mos6502 to the top Cargo.toml file, and rebuilding, but still nothing doing.
Any help/guidance/advice welcomed!

Bill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant