Ignacio Roldán Etcheverry
Ignacio Roldán Etcheverry
What does `Show Stack Trace` show?
Since `System` is such a common namespace in C#, I would prefer to generate the class with a different name (e.g.: `GodexSystem`) to avoid ambiguity errors. But that will require...
We definitely don't want to generate a class named `System`, because it will result in many ambiguity errors. It would be like calling your C++ class `std`, except C# doesn't...
I'll look into this next Saturday after I'm done with other tasks, and I need to make sure not to break code that assumes class names.
This doesn't seem similar to #65863, as in this case it seems Godot did load the .NET runtime already, by the time of the crash.
In your case, try running the Godot Editor with `--verbose`. It should print `Found hostfxr: ` with the path.
Does this happen with a new empty project? Or only when opening an existing one?
You could try installing from .NET Sdk tar file as explained here: https://github.com/godotengine/godot/issues/65863#issuecomment-1251510702 (make sure Godot is loading that one instead of the one installed by your package manager). That...
> Ran into this as well (because Ubuntu keeps removing dotnet for some reason). > Would it be possible to provide a message to the user to indicate they are...
> I come here from [this issue](https://github.com/godotengine/godot/issues/66011) and fulfill the requirements from akien. > >  > Do you still get an error? In which case, can you paste it...