https://linen.dev logo
Join Discord
Powered by
# lime
  • g

    gray-vase-27987

    03/17/2023, 7:02 PM
    the hxcpp & hxcpp-debug-server reinstall somehow fixed it
  • g

    gray-vase-27987

    03/17/2023, 7:03 PM
    and that supposedly confirms the problem all along
  • g

    gray-vase-27987

    03/17/2023, 7:03 PM
    might have just been that trying to run hxtelemetry stuff just breaks things
  • a

    able-action-74275

    03/17/2023, 7:17 PM
    woah
  • a

    able-action-74275

    03/17/2023, 7:17 PM
    what a journey ! well done sticking with it
  • g

    gray-vase-27987

    03/17/2023, 7:53 PM
    at least we learned something here
  • g

    gray-vase-27987

    03/17/2023, 7:54 PM
    sometimes messing around with compiler flags and trying to attach stuff like telemetry can maybe break hxcpp
  • g

    gray-vase-27987

    03/17/2023, 7:54 PM
    im not sure how
  • b

    brief-account-34985

    03/17/2023, 8:40 PM
    Late to the convo, but: https://github.com/AndreiRudenko/linc_luajit/tree/master/lib/lua/lib/Windows64
  • b

    brief-account-34985

    03/17/2023, 8:41 PM
    I don't think telemetry was the issue though. Might be something to do with the GC settings you changed
  • b

    brief-account-34985

    03/17/2023, 8:42 PM
    Telemetry segfaults happen sometimes but they always show up as telemetry in the stack trace
  • g

    gray-vase-27987

    03/17/2023, 11:33 PM
    i mean the main point of worry here is that the issues persisted after the flags for both were removed and the complile caches deleted
  • g

    gray-vase-27987

    03/17/2023, 11:33 PM
    and stayed that way till hxcpp was reinstalled
  • g

    gray-vase-27987

    03/17/2023, 11:33 PM
    which means one of them broke it
  • g

    gray-vase-27987

    03/17/2023, 11:34 PM
    im wondering if well ever actually find out what caused it
  • g

    gray-vase-27987

    03/17/2023, 11:35 PM
    who knows maybe itll show up again
  • g

    gray-vase-27987

    03/17/2023, 11:35 PM
    anyway now that thats over we can talk about openAL again
  • c

    calm-horse-72201

    03/18/2023, 9:17 PM
    Has this been reported before? I was using
    flixel.addons.effects.chainable.FlxOutlineEffect
    and only got this exception on HashLink. I'm presuming that it is a Lime bug because of this class (
    ImageDataUtil
    ) being from Lime.
  • c

    calm-horse-72201

    03/18/2023, 9:20 PM
    It could also possibly be a HashLink bug.
  • c

    calm-horse-72201

    03/18/2023, 9:21 PM
    I have no clue.
  • b

    bulky-insurance-39338

    03/18/2023, 9:45 PM
    there is no use of static
    ImageDataUtil.copyPixels()
    inside of here:
  • c

    calm-horse-72201

    03/18/2023, 9:46 PM
    hang on, let me check what the call stack was
  • b

    bulky-insurance-39338

    03/18/2023, 9:46 PM
    it have to be somewhere behind of here:
  • b

    bulky-insurance-39338

    03/18/2023, 9:47 PM
    Copy code
    haxe
    _pixels = FlxDestroyUtil.dispose(_pixels);
    _borderPixels = FlxDestroyUtil.dispose(_borderPixels);
  • b

    bulky-insurance-39338

    03/18/2023, 9:47 PM
    and then using (target-dependent!) the lime util for
  • c

    calm-horse-72201

    03/18/2023, 9:48 PM
    nope, it was from this line in FlxOutlineEffect:
  • c

    calm-horse-72201

    03/18/2023, 9:48 PM
    in response to this
  • b

    bulky-insurance-39338

    03/18/2023, 9:49 PM
    yep, both are OpenFL-BitmapData
  • b

    bulky-insurance-39338

    03/18/2023, 9:49 PM
    so maybe there is something wrong into using throught Flixel
  • b

    bulky-insurance-39338

    03/18/2023, 9:49 PM
    Can you reproducing this by OpenFL?
1...868788...138Latest