Examples fail to run on Raspberry Pi 5. #115
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ArkForgeLabs/BlueEngine#115
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Examples results in an error.
To Reproduce
Steps to reproduce the behavior:
or
Expected behavior
Example runs
Desktop (please complete the following information):
d4f17ccb35Additional context
Full log from headless example:
Log is pretty much the same from the other examples, always the same error.
After a bit of digging, I made the following change to the
cube.rsdemo:and it does indeed work now.
Wondering if the defaults should be reduced, the Raspberry Pi 5 is quite popular...
Oh thats just usually platforms themselves having the specific. Pi 5's GPU is incredibly weaker of course, hence the issue. And WGPU by default target most platforms, not all, so some tweaks are needed usually...
This happens with Android as well on some builds XD
But thank you for pointing this regardless, we should have a fallback option for this