Haxedevelop not working since recently
See original GitHub issueSo it seems a recent window supdate or something broke Haxedevelop altogether. I am unable to start it at all now, just get alot of exceptions when it launches.
Have tried to remove and reinstall everything many times, but no luck. Could be related to : https://github.com/fdorg/flashdevelop/issues/3033
Haxedevelop is my main coding tool, so im getting a bit of panic 😃
The problem is persistant on Win 10 with 5.3.4 and older versions also. Release build (2 year old) worked like normal.
Here is the exceptions log (from today)
08.06.2020 09:17:24
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.Form.ControlCollection.Add(Control value)
at StartPage.PluginMain.CreateStartPage()
at StartPage.PluginMain.ShowStartPage()
at StartPage.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)
08.06.2020 09:17:25
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.Form.ControlCollection.Add(Control value)
at FlashDevelop.MainForm.CreateEditableDocument(String file, String text, Int32 codepage)
08.06.2020 09:17:26
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.Form.ControlCollection.Add(Control value)
at StartPage.PluginMain.CreateStartPage()
at StartPage.PluginMain.ShowStartPage()
at StartPage.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)
08.06.2020 09:17:26
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.Form.ControlCollection.Add(Control value)
at FlashDevelop.MainForm.CreateEditableDocument(String file, String text, Int32 codepage)
08.06.2020 09:17:38
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.Form.ControlCollection.Add(Control value)
at StartPage.PluginMain.CreateStartPage()
at StartPage.PluginMain.ShowStartPage()
at StartPage.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)
08.06.2020 09:17:39
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.Form.ControlCollection.Add(Control value)
at FlashDevelop.MainForm.CreateEditableDocument(String file, String text, Int32 codepage)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:17 (7 by maintainers)
Top Results From Across the Web
HaxeDevelop debug does not stop on breakpoint
So I followed the steps to get HaxeDevelop to debug, and it worked (but requires me to open another instance of HaxeDevelop every...
Read more >Beginner: Does anything work? - Haxe
When I open samples in HaxeDevelop–both Haxe exmples and OpenFl I get errors on everything I try. I try command line. lime install...
Read more >HaxeDevelop app man error? - ide
Hi. I try to install HaxeFlixel template for HaxeDevelop but my App man says :“Item list couldn't be downloaded”. How to fix that?...
Read more >Haxe IDE - which is better and good supported?
I used to work with HaxeDevelop and switched recently to VSCode. I would recommend VSCode now. mikkelmr (Mikkel Munck Rasmussen) October 16, ...
Read more >HaxeDevelop - Company Profile
Cross-platform application development solutions provider. The features of the product include code completion and contextual code generation, ...
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
Yes - im using 5.3.4.545
5.3.3 works, but that is over 2 years old… I hope someone can look into this issue