question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unhandled fatal exception

See original GitHub issue

When 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:closed
  • Created a year ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
robbyxp1commented, Sep 5, 2022

Noted

1reaction
Amaterasu-OwOcommented, Sep 5, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found