You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./Ambermoon3DMapViewer --roll-forward Major TTOU ✘
Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Ambermoon3DMapViewer.Program.Main(String[] args)
$ IOT instruction (core dumped) ./Ambermoon3DMapViewer --roll-forward Major
Not sure if that is my lack of skill with C# but perhaps that can be fixed somehow.
Let me know if you need any additional info!
The text was updated successfully, but these errors were encountered:
I never used that feature but according to the given link you have to use something like dotnet --roll-forward Major Ambermoon3DMapViewer.dll.
This is in general used by developers to run the application but when you used the published tools they won't work that way. You could try dotnet run --roll-forward Major ./Ambermoon3DMapViewer.
You also can install multiple dotnet runtimes so installing the 6.0 runtime should also work.
Not a .NET expert but since I have dotnet 7.0.100 on my linux system I get an error when executing the tools.
They look like that:
However when trying the roll-forward Microsoft is suggesting here:
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet#rollforward
I only get an error regarding the parameters of the Main function.
Not sure if that is my lack of skill with C# but perhaps that can be fixed somehow.
Let me know if you need any additional info!
The text was updated successfully, but these errors were encountered: