https://linen.dev logo
Join DiscordCommunities
Powered by
# lime
  • s

    square-angle-35096

    01/22/2023, 1:38 AM
    😭
  • s

    square-angle-35096

    01/22/2023, 1:38 AM
    why
  • c

    curved-lifeguard-6743

    01/24/2023, 8:15 AM
    How can I build a release apk for android without keystore?
  • b

    billowy-train-84579

    01/31/2023, 4:22 AM
    Cant
  • b

    billowy-train-84579

    01/31/2023, 4:22 AM
    Release apks MUST be signed
  • b

    billowy-train-84579

    01/31/2023, 11:52 AM
    HOWEVER you can build release native libraries and call them from a debug apk however the debug apk will NOT debug the release native libraries as they contain no debug info and have been optimized (eg you may or may not be able to step into native code reliably depending on debugger capability)
  • c

    curved-lifeguard-6743

    02/01/2023, 10:20 AM
    Ok
  • c

    curved-lifeguard-6743

    02/01/2023, 10:21 AM
    Thanks for the explanation
  • s

    square-angle-35096

    02/03/2023, 2:50 PM
    Copy code
    bash
    Called from ? line 1
    Called from CommandLineTools.hx line 1904
    Called from CommandLineTools.hx line 22
    Called from a C function
    Called from CommandLineTools.hx line 125
    Called from CommandLineTools.hx line 640
    Called from lime/tools/PlatformTarget.hx line 98
    Called from LinuxPlatform.hx line 461
    Called from hxp/System.hx line 653
    Called from /Users/runner/hostedtoolcache/haxe/4.2.5/x64/std/neko/_std/sys/FileSystem.hx line 82
    Uncaught exception - std@sys_create_dir
  • s

    square-angle-35096

    02/03/2023, 2:50 PM
    Got this error when trying to build for linux
  • a

    ambitious-knife-25690

    02/03/2023, 2:53 PM
    I think that's a file permission error
  • a

    ambitious-knife-25690

    02/03/2023, 2:53 PM
    you're trying to create something in a directory with invalid permissions
  • s

    square-angle-35096

    02/03/2023, 2:59 PM
    Ohhhh
  • s

    square-angle-35096

    02/03/2023, 2:59 PM
    So like
  • s

    square-angle-35096

    02/03/2023, 2:59 PM
    If i use an super user that should be fixed?
  • l

    loud-salesclerk-7438

    02/03/2023, 3:00 PM
    /Users/
    sounds like you're on a Mac
  • a

    able-action-74275

    02/03/2023, 3:00 PM
    don't
  • s

    square-angle-35096

    02/03/2023, 3:00 PM
    No, its linux
  • a

    able-action-74275

    02/03/2023, 3:00 PM
    if you start using sudo for doing stuff in your user directory you'll have more problems
  • s

    square-angle-35096

    02/03/2023, 3:01 PM
    hm
  • s

    square-angle-35096

    02/03/2023, 3:01 PM
    then whats the deal??
  • a

    able-action-74275

    02/03/2023, 3:01 PM
    what command did you run?
  • s

    square-angle-35096

    02/03/2023, 3:01 PM
    lime test linux -debug
  • s

    square-angle-35096

    02/03/2023, 3:01 PM
    i tried
    lime build linux -debug
    too
  • a

    able-action-74275

    02/03/2023, 3:01 PM
    and what directory are you currently in?
  • a

    able-action-74275

    02/03/2023, 3:02 PM
    pwd
    in terminal will get you that
  • s

    square-angle-35096

    02/03/2023, 3:02 PM
    Its on my secondary drive
  • a

    able-action-74275

    02/03/2023, 3:02 PM
    can you write files to that normally?
  • s

    square-angle-35096

    02/03/2023, 3:02 PM
    Lemme boot again and see what the output is
  • s

    square-angle-35096

    02/03/2023, 3:03 PM
    Well i didn't test it but other of my projects in the same drive seemed to work just fine
1...555657...138Latest