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

    calm-horse-72201

    03/18/2023, 9:50 PM
    i could try running the app without creating an
    FlxGame
    instance, if that is close enough
  • b

    bulky-insurance-39338

    03/18/2023, 9:51 PM
    better ask into Flixel/OpenFL-land .. maybe its a known issue there
  • c

    calm-horse-72201

    03/18/2023, 9:51 PM
    my custom
    FPSMem
    class was what called
    FlxOutlineEffect.apply()
  • c

    calm-horse-72201

    03/18/2023, 9:51 PM
    i will test what happens without adding an
    FlxGame
    instance
  • c

    calm-horse-72201

    03/18/2023, 9:52 PM
    same exception
  • b

    bulky-insurance-39338

    03/18/2023, 9:52 PM
    yep, or some flixel-sample what also using FlxOutlineEffect.hx (to check that it is not by your code!)
  • c

    calm-horse-72201

    03/18/2023, 9:52 PM
    i'll try something
  • c

    calm-horse-72201

    03/18/2023, 9:53 PM
    i will try creating a BitmapData in my
    main()
    method and calling
    copyPixels()
    on it
  • b

    bulky-insurance-39338

    03/18/2023, 9:53 PM
    ah yes...
  • a

    astonishing-jordan-99718

    03/18/2023, 9:54 PM
    this will limit the error range!
  • c

    calm-horse-72201

    03/18/2023, 9:54 PM
    How the hell does that command work?
  • b

    bulky-insurance-39338

    03/18/2023, 9:55 PM
  • c

    calm-horse-72201

    03/18/2023, 10:01 PM
    so it did not happen with this, but i didn't add any data to them to copy so that possibly had something to do with it
  • b

    bulky-insurance-39338

    03/18/2023, 10:04 PM
    yeah, maybe
  • c

    calm-horse-72201

    03/18/2023, 10:05 PM
    okay now the ide is just refusing to launch hashlink so give me a moment
  • b

    bulky-insurance-39338

    03/18/2023, 10:08 PM
    for what target do you building? (cos of errorline where is that
    if (CFFI.enabled)
    )
  • c

    calm-horse-72201

    03/18/2023, 10:08 PM
    hashlink
  • c

    calm-horse-72201

    03/18/2023, 10:08 PM
    this has only happened on hashlink
  • b

    bulky-insurance-39338

    03/18/2023, 10:08 PM
    ah.. yes
  • c

    calm-horse-72201

    03/18/2023, 10:09 PM
    it works fine everywhere else
  • c

    calm-horse-72201

    03/18/2023, 10:09 PM
    is hashlink just very buggy
  • b

    bulky-insurance-39338

    03/18/2023, 10:09 PM
    maybe a hashlink-binding problem for the cpp-bindings (not up to date to your hashlink version or something what was forgot to migrate into last lime-release)
  • c

    calm-horse-72201

    03/18/2023, 10:10 PM
    i downloaded hashlink relatively recently
  • c

    calm-horse-72201

    03/18/2023, 10:10 PM
    let me double-check the version
  • b

    bulky-insurance-39338

    03/18/2023, 10:10 PM
    hashlink is not buggy... often its only a version conflict (lime using own bindings sometimes)
  • b

    bulky-insurance-39338

    03/18/2023, 10:11 PM
    so for newer hashlink (as what lime is need) you have to make a
    lime rebuild
    or some other fix
  • c

    calm-horse-72201

    03/18/2023, 10:11 PM
    do you think it has to do with the fact that i apparently downloaded the latest git commit at the time and not the latest release
  • b

    bulky-insurance-39338

    03/18/2023, 10:11 PM
    of hashlink or of lime ?
  • c

    calm-horse-72201

    03/18/2023, 10:11 PM
    hashlink
  • b

    bulky-insurance-39338

    03/18/2023, 10:12 PM
    yes, that it is i am sure
1...878889...138Latest