r97 - kongregate plugin bugs in preview

0 favourites
  • 2 posts
From the Asset Store
The I18N (Translation) is a Construct plugin created to translate text in game.
  • cannot read property 'OnLogin' of undefined (same with IsGuest)

    data.js line 6211

    happens in preview, no way to test it on kongregate, but the strange thing is, i have the two kongregate events (onlogin and is guest) in a group that is disabled.

    hope that helps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ok, on kongregate I got this console error:

    cr.plugins_.Kongregate.prototype.cnds is undefined

    sugames.eu/battleshops/c2runtime.js

    Line 29623

    and on that line in that file is this:

    cr.plugins_.Kongregate.prototype.cnds.OnLogin

    also when removing the on login and on is guest events, when the loader bar gets to the end i get this one:

    uncaught exception: [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://mydomain/c2runtime.js :: <TOP_LEVEL> :: line 1388"  data: no]

    the above happens when published to Kongregate and to html5 website.

    ah yes, the line 1388 is:

    gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, img);

    and this may be connected to another error i got in console just before the above one:

    Image corrupt or truncated: http://mydomain/images/loader-sheet0.png

    the loader is of course a sprite in the game. and now the weird part. if i export using png recompression it loads just fine... so... that was my part ;)

    cheers!

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