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

[linux-arm] can't seem to run o!f project on arm 32-bit #6446

Closed
approachcircle opened this issue Dec 8, 2024 · 2 comments
Closed

[linux-arm] can't seem to run o!f project on arm 32-bit #6446

approachcircle opened this issue Dec 8, 2024 · 2 comments

Comments

@approachcircle
Copy link

I'm not sure if o!f supports arm 32-bit, but I'm pretty sure it should. When publishing my project using dotnet publish --runtime linux-arm --self-contained the executable runs, sits for a little while, then exits without error or any output for that matter, as seen here. I thought this could be to do with the fact that I am running the project over VNC and it is failing to create a window and so bailing early, but the exact same behaviour is observed on the actual hardware. The hardware in question is a windows surface RT running raspbian.

The project itself just pushes a screen with one child being a SpriteText object which updates every frame with the time, like a clock. I wanted to keep it simple just to test if o!f would run on the hardware to begin with.

@frenzibyte
Copy link
Member

Running on release configuration does not log anything happening during the execution to console. Either way, o!f does not yet have all library assets for linux-arm/linux-arm64 runtime. Related: #6288

@peppy
Copy link
Member

peppy commented Dec 8, 2024

Not supporting 32 bit platforms.

@peppy peppy closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants