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

Can’t build for 32Blit on all Platforms #848

Closed
lummi01 opened this issue May 27, 2024 · 7 comments
Closed

Can’t build for 32Blit on all Platforms #848

lummi01 opened this issue May 27, 2024 · 7 comments

Comments

@lummi01
Copy link

lummi01 commented May 27, 2024

The new created .blit files are corrupted for the 32Blit Console.
Tested on Win10, Win11, Linux Mint and Raspberry OS.
Local builds are ok.

@Daft-Freak
Copy link
Collaborator

32blit/32blit-tools#103 should help. pip install bitstring==4.0.0 may also be a workaround (assuming bitstring was installed through pip with the tools).

I haven't (yet) found anything other than images to be broken. I've only checked a few examples and picovision-3d though.

@lummi01
Copy link
Author

lummi01 commented May 27, 2024

'bitstring==4.0.0' fix the problem with the splash screen but the .blit file is still corrupted.
Even the pure 32Blit-Boilerplate without any changes produce this failure.
IMG_4360

@Daft-Freak
Copy link
Collaborator

Hmm, I think the most likely cause of that error message is an incompatible firmware version... and I may have bumped the API version since the last release. So if you're using the latest SDK git you'll need to build/install the firmware.

(Not surprising that I forgot that my device wasn't running released firmware...)

@lummi01
Copy link
Author

lummi01 commented May 27, 2024

That was exactly the problem. Sorry for my ignorance...

@Daft-Freak
Copy link
Collaborator

Well, it's not the most helpful error message.

I should really finish #822 so it can be more specific. 🤔

(... and maybe do something crazy like make a release that has PicoVision support)

@Gadgetoid
Copy link
Contributor

(... and maybe do something crazy like make a release that has PicoVision support)

👀

@Daft-Freak
Copy link
Collaborator

Splashes should be fixed with latest release of the tools and the launcher should be more clear about version incompatibility in the future.

Plus there isn't an unreleased API bump any more.

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

3 participants