Crash at startup
See original GitHub issueLatest HaxeDevelop often crashes at startup (never had the case with previous version).
Here’s what I found in Exceptions.log:
Unhandled exception:
System.Exception: System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
à HaXeContext.HaxeComplete.<>c__DisplayClass22_0`1.<StartThread>b__0(Object _)
à System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
à System.Threading.ThreadPoolWorkQueue.Dispatch()
à System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:17 (11 by maintainers)
Top Results From Across the Web
Solved: Windows 10 Crashes on Startup
If we're talking about the basic reasons, one cause for this is a bad power supply. In this case, you may want to...
Read more >Crashing 2 seconds into startup (No Error Code) (Windows ...
Hey guys. I've been trying to fix this for a few days and I'll start by saying this game worked perfect for me...
Read more >How to Fix Windows 10 Crashing Randomly or at Startup
How to Fix Windows 10 Crashing Randomly or at Startup · Troubleshooting · Method 1: Cleaning Dust · Method 2: Checking and Replacing...
Read more >How to Fix Steam Games Crashing on Startup - [Tutorial]
Steam is well known to crash from time to time either on startup each time you launch it or it crashes randomly.
Read more >Windows 10 desktop keeps crashing on startup and ...
Hi,My laptop keeps crashing at least once, sometimes up to 3 times when booting up.It also crashes sometimes during games, but it seems...
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
Well, that’s not exactly startup heh, but I know why and where it happens, I already did some work for this, hopefully I can push my local changes tomorrow.
I pushed a change that should fix your second exception @markknol. With the projects I have here I couldn’t repro it, so even if I’m confident I won’t say it solves it 100%. I wonder if your first exception is some bug specific to QuickNavigate as I see it in the stacktrace.
I will try to reproduce and fix Nicolas’ one tomorrow.