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

.NET 9 refuses to run any application on my system #110065

Open
habtard opened this issue Nov 21, 2024 · 2 comments
Open

.NET 9 refuses to run any application on my system #110065

habtard opened this issue Nov 21, 2024 · 2 comments
Labels
area-Meta untriaged New issue has not been triaged by the area owner

Comments

@habtard
Copy link

habtard commented Nov 21, 2024

Description

When I try and run via rider or any other IDE

Error running 'Sadie. Console' Cannot run program "/ media/ ash/ STORAGE/ dev/ h/ SadieEmulator/ Sadie. Console/ bin/ Debug/ net9.0/ Sadie. Console" (in directory "/ media/ ash/ STORAGE/ dev/ h/ SadieEmulator/ Sadie. Console/ bin/ Debug/ net9.0"): error=13, Permission denied

Manually via CLI running dotnet run --project...

Unhandled exception: System.ComponentModel.Win32Exception (13): An error occurred trying to start process '/media/ash/STORAGE/dev/h/SadieEmulator/Sadie.Console/bin/Debug/net9.0/Sadie.Console' with working directory '/media/ash/STORAGE/dev/h/SadieEmulator'. Permission deniedUnhandled exception: System.ComponentModel.Win32Exception (13): An error occurred trying to start process '/media/ash/STORAGE/dev/h/SadieEmulator/Sadie.Console/bin/Debug/net9.0/Sadie.Console' with working directory '/media/ash/STORAGE/dev/h/SadieEmulator'. Permission denied

even a sudo chmod -R 777 doesn't fix this...

Reproduction Steps

Not possible without my code base

Expected behavior

To be able to run my app?

Actual behavior

Fails to allow me to run my app

Regression?

Has worked fine on all previous versions for years

Known Workarounds

Run from main drive of OS

Configuration

9.0
Ubuntu 24.10
AMD

Other information

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 21, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 21, 2024
@am11
Copy link
Member

am11 commented Nov 21, 2024

Do you have steps to repro? Otherwise, I'd inspect by looking at the output of file /media/ash/STORAGE/dev/h/SadieEmulator/Sadie.Console/bin/Debug/net9.0/Sadie.Console vs. some other binary known to be working on your system, such as file $(command -v dotnet) to see if Sadie.Console is a valid executable for the given platform.

@am11 am11 added area-Meta and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Nov 21, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-meta
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Meta untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants