aroderick's Forum Posts

  • Hi Ashley,

    It seems to have an impact on IAP and the Windows8 plugin. I've tried both separately and neither works.

    I did successfully package the game for the windows store but it would be nice to have the IAP plugins working.

    You were right though. I did freak out before checking if it would package ok. The Microsoft package testing utility does tend to go ballistic with JavaScript errors.

    cheers,

  • No Mepis,

    No Minifying.

    Even if I had I would have tried an export without it to try and find the problem.

    I posted here to find out if I'm the only one or is it happening to everyone, or if there is just a solution somewhere out there.

    thanks for the thought though,

  • Problem Description

    'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/2.0)'.

    Exception was thrown at line 2, column 10423 in ms-appx://0a28033b-9668-45d6-ba51-d418ce28becf/jquery-2.1.1.min.js

    0x800a139e - JavaScript runtime error: SyntaxError

    Exception was thrown at line 2, column 10648 in ms-appx://0a28033b-9668-45d6-ba51-d418ce28becf/jquery-2.1.1.min.js

    0x800a139e - JavaScript runtime error: SyntaxError

    Exception was thrown at line 4, column 205 in ms-appx://0a28033b-9668-45d6-ba51-d418ce28becf/Amazon-Web-App-API-tester.min.js

    0x800c0005 - JavaScript runtime error: The system cannot locate the resource specified.

    Attach a Capx

    ____ Upload a Capx to this post ____

    dropbox.com/s/gkoqrwc2ns9y1 ... .capx?dl=0

    Description of Capx

    Seems to through the above errors each time you publish to Windows 8. I've tried clearing out all 3rd party plugin's

    Steps to Reproduce Bug

    • Step 1
    • Step 2
    • Step 3 etc.

    Observed Result

    Errors listed above are produced when debugging with VS13

    Expected Result

    N javascript errors. Microsoft doesn't like that.;o)

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    I'm working on a Surface 3 tablet with all the latest updates

    Construct 2 Version ID

    Release 195 64 bit/Steam

  • Unhandled exception at line 18388, column 3 in ms-appx://40010atomicroderickdigita.bluejayway/c2runtime.js

    0x8000000b - JavaScript runtime error: The operation attempted to access data outside the valid range

    If there is a handler for this exception, the program may be safely continued.

    this.currentApp["requestProductPurchaseAsync"](product_, false).then(
    		function () {
    			if (productLicenses["hasKey"](product_) && productLicenses["lookup"](product_)["isActive"])
    			{
    				console.log("[Construct 2] Product '" + product_ + "' purchased OK");
    				if (self.onpurchasesuccess)
    					self.onpurchasesuccess(product_);
    			}
    			else
    			{
    				console.log("[Construct 2] Product '" + product_ + "' purchase failed (cancelled?)");
    				if (self.onpurchasefail)
    					self.onpurchasefail(product_, msg);
    			}
    		},
    		function (msg) {
    			console.log("[Construct 2] Product '" + product_ + "' purchase failed: " + msg);
    			if (self.onpurchasefail)
    				self.onpurchasefail(product_, msg);
    		})[/code:1ezxfhtd]
    
    https://www.dropbox.com/s/2x6qbm1zarftx ... me.js?dl=0
    
    Anyone have any knowledge in this area?
    Actually the only IAP system I've had any success with is the Metro Plugin. That was all pretty easy. Now trying to find a way the display ads and an IAP to purchase removeal of those ads, in Windows Phone, Android (and probably iOS) has proved impossible. For me anyway. And I'm getting pretty frustrated.
    I've been at this for almost a month now. I'd like to move on to creating some great games. I have several in the works.  All the tutorials seem pretty dated. Two years in computer years is like 50 human years.
    Any good help would be appreciated.
    If I can get this solved then I'll write the tutorial!
    thanks,
  • When I got refused at the Windows Store because of the data.js thing, I looked it up online and found some guy who's sky was falling, all his passwords were compromised and who knows what else.

    It's a part of a Microsoft project, of which who's name I can't recall right now.

    The point is, before you panic, look it up!

  • Which release of Construct 2? Build r190 had the data.js problem with Windows Store but I don't think is was ONLY Windows Store. I corrected this by hand, (since I can't get the updated release from Steam!!!) to data.json then also changing data.js to data.json in your c2runtime.js file. After that my file completed the Crosswalk build successfully.

  • Add me to this list. I've installed the 64 bit version of Java since I'm running the 64 bit Steam version of Construct 2 and all I get is the same message as the people above

  • Note:

    I've figured this one out on my own. It was there. I was just looking for it in the wrong place.

    thanks,

    james-

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Any ideas on how to install this plugin to the Steam Version of Construct 2.

    I've found the plugin folders but can't seem to get it to work.

    thanks,

    james-

  • What the....?, holy crap it worked!

    Thanks AONasser.

    Now I'll have to remember that.

    cheers,

    james-

  • Hopefully this image is registering but my problem is I get a thin line at the top of a tiled background image. This line is not in the original image. And the line does not appear if I add the same image as a sprite. Can anyone tell me why it's doing that and maybe how to fix it?

    thanks,

    James-