Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

Cannot run dotnet app with dotnet-sdk 9.0.111

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
4 posts • Page 1 of 1
Author
Message
Murgalha
n00b
n00b
Posts: 2
Joined: Sun Feb 01, 2026 4:36 pm

Cannot run dotnet app with dotnet-sdk 9.0.111

  • Quote

Post by Murgalha » Sun Feb 01, 2026 5:25 pm

I recently installed the dotnet-sdk version 9.0.111 (not the bin version) and I cannot run any project with it.

Code: Select all

dotnet new console -o test
cd test
dotnet run
I get the following error:

Code: Select all

The application to execute does not exist: '/home/user/test/bin/Debug/net9.0/c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2'.
Is this a bug on the package itself or is there some configuration that I missed?
Top
SCR4MBL3
n00b
n00b
User avatar
Posts: 19
Joined: Tue Jul 29, 2025 9:56 pm
Location: In Front of My Desk
Contact:
Contact SCR4MBL3
Website

  • Quote

Post by SCR4MBL3 » Sun Feb 01, 2026 8:29 pm

Hello,

This may fix it: https://github.com/dotnet/core/issues/3830

PS: If I were you, I'd upload this in Portage and Programming, the topic has nothing to do with Other Things Gentoo
See Ya!

---------------------------------------------------------------------------------------------------------------------------

There are 10 types of people, the ones who know the binary system, and the ones who don't.
Top
Hu
Administrator
Administrator
Posts: 24386
Joined: Tue Mar 06, 2007 5:38 am

  • Quote

Post by Hu » Sun Feb 01, 2026 9:23 pm

Murgalha: welcome to the forums. Is that the entire output of the failure? What files do exist in /home/user/test/bin?
SCR4MBL3 wrote:This may fix it: https://github.com/dotnet/core/issues/3830
That issue appears to be very old, and as I read the opening comment, does not sound like OP's problem. Could you explain why you think that is the solution here?
SCR4MBL3 wrote: PS: If I were you, I'd upload this in Portage and Programming, the topic has nothing to do with Other Things Gentoo
Although that may be a better choice of forum, cross-posting is prohibited, so this thread should not be re-posted in P&P. If a thread is in the wrong forum, it should be moved by a moderator. Anyone can use the Report thread to file such a request, and moderators may at their discretion perform such moves even without an explicit request if it seems like the right course of action.
Top
Murgalha
n00b
n00b
Posts: 2
Joined: Sun Feb 01, 2026 4:36 pm

  • Quote

Post by Murgalha » Mon Feb 02, 2026 6:11 pm

The bin folder looks fine in terms of containing files:

Code: Select all

user@localhost test $ tree .
.
|── bin
│   └── Debug
│       └── net9.0
│           ├── test
│           ├── test.deps.json
│           ├── test.dll
│           ├── test.pdb
│           └── test.runtimeconfig.json
And this is the test.runtimeconfig.json

Code: Select all

{
  "runtimeOptions": {
    "tfm": "net9.0",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "9.0.0"
    },
    "configProperties": {
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
    }
  }
}
I don't see anything out of the ordinary. I appreciate any help.
As a side note, I tried setting true on this binary serialization setting but nothing changed
Top
Post Reply

4 posts • Page 1 of 1

Return to “Other Things Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic