https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • b

    bright-gpu-74537

    06/03/2020, 8:23 PM
    ?
  • u

    user

    06/03/2020, 8:23 PM
    (L.134 / EntryPoint.hx)
  • b

    bright-gpu-74537

    06/03/2020, 8:23 PM
    oh?
  • b

    bright-gpu-74537

    06/03/2020, 8:24 PM
    not in hxWidgets though
  • u

    user

    06/03/2020, 8:24 PM
    yes
  • u

    user

    06/03/2020, 8:24 PM
    on haxe side
  • u

    user

    06/03/2020, 8:24 PM
    but I have an idea, wait for compile
  • b

    bright-gpu-74537

    06/03/2020, 8:24 PM
    there is no EntryPoint.hx in hxWidgets
  • b

    bright-gpu-74537

    06/03/2020, 8:25 PM
    or haxeui-hxwidgets, or haxeui-core
  • u

    user

    06/03/2020, 8:25 PM
    std haxe EntryPoint.hx
  • b

    bright-gpu-74537

    06/03/2020, 8:26 PM
    i didnt think haxe had its own event loop, wxWidgets comes with one, so having two defo seems wrong / weird
  • u

    user

    06/03/2020, 8:26 PM
    it's the cleaning on end
  • b

    bright-gpu-74537

    06/03/2020, 8:27 PM
    and presumably could be causing the app not exiting, though its strange it doesnt not exit every time
  • u

    user

    06/03/2020, 8:28 PM
    GOT IT!
  • b

    bright-gpu-74537

    06/03/2020, 8:28 PM
    oh yeah?
  • u

    user

    06/03/2020, 8:28 PM
    -lib hxcpp-debug-server
  • b

    bright-gpu-74537

    06/03/2020, 8:29 PM
    ah, that adds a second event loop?
  • u

    user

    06/03/2020, 8:29 PM
    if you don't use it, it crashes
  • u

    user

    06/03/2020, 8:29 PM
    I mean, if you include the debug-serveur but no breakpoint, nothing, it hangs
  • u

    user

    06/03/2020, 8:30 PM
    So I assume it"s a bug in hxcpp debug server
  • u

    user

    06/03/2020, 8:30 PM
    If I remove -lib hxcpp-debug-server or if I add a brkp, no hang
  • b

    bright-gpu-74537

    06/03/2020, 8:30 PM
    ok, and what if you compile without the -lib from the command line?
  • u

    user

    06/03/2020, 8:32 PM
    currently building the basic app with -lib hxcpp-debug-server, I'll see if it hangs it or not
  • u

    user

    06/03/2020, 8:32 PM
    I have my trick but if i could help you....
  • u

    user

    06/03/2020, 8:37 PM
    BINGO
  • u

    user

    06/03/2020, 8:37 PM
    Main-debug hangs
  • u

    user

    06/03/2020, 8:37 PM
    too
  • u

    user

    06/03/2020, 8:37 PM
    add
  • u

    user

    06/03/2020, 8:37 PM
    -lib hxcpp-debug-server -debug
  • u

    user

    06/03/2020, 8:37 PM
    on hxwidgets.hxml
1...253254255...1687Latest