HeapsIO / heaps

Heaps : Haxe Game Framework
http://heaps.io
MIT License
3.19k stars 338 forks source link

Timeout at sdl.init() on Windows #758

Open CptPotato opened 4 years ago

CptPotato commented 4 years ago

I've had this weird issue for the second time now:

The application refuses to start no matter how often launched or recompiled. When debugging, the app seems to stall at sdl.init:

grafik

In both cases, restarting the system solved the issue without recompiling the binary.

stack trace:

Program timeout (infinite loop?)

Called from local function #8380 (hxd/System.hl.hx line 353)
Called from hxd.$System.start (hxd/System.hl.hx line 99)
Called from hxd.$App.__constructor__ (hxd/App.hx line 45)
Called from $App.__constructor__ (App.hx line 16)
Called from $Main.main (Main.hx line 13)

I'm not quite sure if this is related to heaps specifically or hashlink.

ncannasse commented 4 years ago

Might be related to https://github.com/HaxeFoundation/hashlink/pull/244 maybe ?