Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Delco
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Delco

    @Delco

    2
    Posts
    742
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Delco Follow

    Posts made by Delco

    • Disappearing binary file

      What happens?

      I add binary file and on next startup it disappears.

      How to reproduce it?

      • Download wasm file
      • Add it to the game (as binary)
      • Close the game
      • Open the game
      • You will see wasm file you've just added for a moment and then it disappears from the list

      Im trying to get Kotlin wasm up and working. Sure, wasm file is 3.5MB but it would be nice to know limitations or to have some error message displayed.

      The wasm file contains probably all the Kotlin std library stuff as Ive only added two functions of my own so Im not entirely sure how to reduce the size of the file

      posted in Technical Issues and Bugs
      Delco
    • Commenting out larger files will crash the app

      Commenting out whole big file will crash the game

      How to reproduce it?

      1. Copy paste some big JS file

      JS file I used

      1. CTRL+A (select all)
      2. CTRL+/ (comment out selected)
      3. 3-5 second freeze and crash

      edit: original hosting service didnt like big text file so ive put it on git

      posted in Technical Issues and Bugs
      Delco