Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Error on Release build

Discussion in 'Project Tiny' started by vincismurf, Dec 11, 2018.

  1. vincismurf

    vincismurf

    Joined:
    Feb 28, 2013
    Posts:
    200
    When I make a release build a I get this error

    http://afterschoolcartoons.com/Games/Tiny/Movement/bin/

    Code (JavaScript):
    1. Uncaught abort(10) at Error
    2.     at abort (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:5105)
    3.     at aa (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:71728)
    4.     at bU (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:308474)
    5.     at Kd (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:92719)
    6.     at DB (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:262873)
    7.     at wV (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:245206)
    8.     at Np (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:89121)
    9.     at ix (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:188855)
    10.     at Function.ut.UIControls.UIControlsService.addOnDownCallback (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:778577)
    11.     at r.Initalize (http://afterschoolcartoons.com/Games/Tiny/Movement/bin/game.js:1:858105)
    This is a very small test for so I zipped and attached is my project.
     

    Attached Files:

  2. v_vuk

    v_vuk

    Unity Technologies

    Joined:
    Jul 11, 2017
    Posts:
    36
    Can you check the "Symbols in release build" option in the tiny project settings and see if you still get the abort?
     
    ER_Dolleman and timmehhhhhhh like this.
  3. vincismurf

    vincismurf

    Joined:
    Feb 28, 2013
    Posts:
    200
    That worked!
    Thanks!
     
    timmehhhhhhh likes this.
  4. v_vuk

    v_vuk

    Unity Technologies

    Joined:
    Jul 11, 2017
    Posts:
    36
    Great! Though that does mean we have an issue with the minifier and stripping code :) Will take a look, I think I actually know what's going on here and it should be fixed in the next hotfix release.
     
  5. Rocco_B

    Rocco_B

    Joined:
    Oct 28, 2016
    Posts:
    34
    I know this thread is fairly old, but I just wanted to chime in that I also got this error when using Project Tiny 0.14.5 in Unity 2019.1.2f1 when making a release build without having Symbols in Release Build checked. When I checked it, it did work.