Unhandled fatal exception
See original GitHub issueWhen using the route finder for a long route 395 jumps or higher with the metric “nearest to waypoint” am met with this error the detail drop down of the error presents this
System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at EliteDangerousCore.RoutePlotter.GetBestEDSMSystem(Point3D currentPosition, Point3D travelVectorPerLy, Single maxDistanceFromWanted, Single maxRange) in C:\Code\EDDiscovery\EliteDangerousCore\EliteDangerous\Computers\RoutePlotter.cs:line 158
at EliteDangerousCore.RoutePlotter.RouteIterative(Action`1 info) in C:\Code\EDDiscovery\EliteDangerousCore\EliteDangerous\Computers\RoutePlotter.cs:line 86
at EDDiscovery.UserControls.UserControlRoute.RoutingThread(Object _plotter) in C:\Code\EDDiscovery\EDDiscovery\UserControls\RoutesExpeditions\UserControlRoute.cs:line 494
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)
Issue Analytics
- State:
- Created a year ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How to handle exceptions: "ERROR] FATAL UNHANDLED ...
You need to outside of GetDubPrime catch the ArgumentException that you throw inside it. If nothing catches the exception the program exits.
Read more >What is an Unhandled Exception, and How to Catch All C# ...
An exception is a known type of error. An unhandled exception occurs when the application code does not properly handle exceptions.
Read more >What causes things like fatal exception errors?
When a program like Microsoft Word or Excel "crashes," it means that something has gone seriously wrong during the program's execution.
Read more >Fatal Error: Unhandled Exception, etc. Tried every fix I ...
Hi all, A few months ago, my game started to crash on startup every time I launched it with the old "Fatal Error:...
Read more >"FATAL ERROR: Unhandled Access Violation Reading ...
Causes: This error is commonly caused when: LAN settings are incorrect. Windows or AutoCAD updates haven't been installed.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Noted
ExpeditionGrid.csv Exploration trip.csv
this is the same route exported from the route finder and expedition grid since I couldn’t figure out which one would be better for yall to look at