Marcus Pointner

Results 16 comments of Marcus Pointner

Hi Jeff, now I switched in the new HaxeRemote(true, "127.0.0.1"); statement in the constructor of the Main.hx class ... recompiled ... and ... ![screenshot 2015-12-21 10 47 45](https://cloud.githubusercontent.com/assets/3923255/11926790/59ab7c60-a7d0-11e5-89ec-afdd33bf039c.png) ... it's...

could it be that, for whatever reason, the current MacOSX operating system allows only port connections higher than 10000 on the local network interface ('127.0.0.1' or 'localhost') ... ?!? It...

--- pmMacBookPro:Desktop marcus$ telnet 127.0.0.1 6972 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Haxe debug server v1.1 ready and willing, sir! --- server part seems to be OK...

full output for last attempt of compile & debug ... - \- - - - - - - - /tmp/adapter.log - - - - - - - 1450713215.29324: Reading 124...

just tried another few things, but it looks like that the compiles client NOT EVEN tries to connect ... my Main.hx looks like this: --- package; import openfl.display.Bitmap; import openfl.display.BitmapData;...

but when I try to build it from the command line, I get .... --- openfl build mac -64 -debug -DHXCPP_DEBUGGER xcrun --sdk macosx10.11 clang++ -Iinclude -c -fvisibility=hidden -stdlib=libstdc++ -g...

my launch.json now looks like this ... --- { "version": "0.2.0", "configurations": [ { "runtimeExecutable": "${execPath}", "args": [ "compilePath=${workspaceRoot}", "compileCommand=openfl build mac -64 -debug -DHXCPP_DEBUGGER", "runPath=${workspaceRoot}/Export/mac64/cpp/bin/", "runCommand=DisplayingABitmap", "runInTerminal=false" ], "name":...

OK, I will check that later ... have to leave for meeting family at dinner ... ;-)

Hi Jeff ... seems like I got the "Mac version" of the "Blue Screen of Death" on my MacBook now ... ![2015-12-24 01 25 15](https://cloud.githubusercontent.com/assets/3923255/11987254/1756d1c6-a9dc-11e5-9b25-939145ed76e7.jpg) after some recherche I assume...

That's interesting, have to try that !! ... (Just read that now, did not appear on my radar earlier / was also a few month away from computing due to...