javascript 'type' error

0 favourites
  • 5 posts
From the Asset Store
Use this game pack to create your own game, modify the existing game or simply take a look and see how it was made.
  • Problem Description

    I just updated to 164.2 and now my game, which worked fine before, throws out this error.

    Javascript error!

    Uncaught Type error: Cannot read property 'type' of undefined http://localhost:50000/eveng.js, line 2039(col undefined)

    I believe it occurs when all picked family instances have been destroyed.

    Ashley Please fix asap as i can't do anything until it's fixed.

  • Please can you release an interim update with a fix, i'm completly scuppered until then.

  • Why do you try to compare a string with lowest/highest?

    Are you rather trying to compare the length of the string?

    Anyway, I gave it a look, and it seems to be a real bug.

    If you are really in a hurry you can try replacing C:/..../construct2/exporter/html5/eveng.js with this one :

    eveng.js

    Use this at your own risk (: (in any case it will be replace by a new update)

    The only thing I added in it was on line 1868 :

    replace:

    					this.get = this.get_familyvar;[/code:2wq8ymuv]by:[code:2wq8ymuv]
    					this.get = function() {
                            return this.get_familyvar(this.index);
                        };[/code:2wq8ymuv]
    
    Note that it's not enough, you also have to check that instances are present, doing this (else you'll also get an error):
    [img="http://img208.imageshack.us/img208/9181/325i.png"]
  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I didn't wan't to post my game and this was an easy way to get the bug message to appear.

    Thanks for the quick fix, but i'll roll back a version and wait for an official update.

  • Should be fixed in next build.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)