Bl4ckSh33p's Forum Posts

  • I exported my Overwatch Companion with the latest C2 Beta 238 and all updates for Visual Studio installed.

    No references for Ads added but I get this errors:

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

    Exception was thrown at line 397, column 424 in ms-appx://55466455-2052-4d05-84e9-cc4baa6ad6c0/c2runtime.js

    0x800706ba - JavaScript runtime error: Der RPC-Server ist nicht verfügbar.

    Exception was thrown at line 522, column 463 in ms-appx://55466455-2052-4d05-84e9-cc4baa6ad6c0/c2runtime.js

    0x803f6107 - JavaScript runtime error: Unknown runtime error

    Exception was thrown at line 310, column 461 in ms-appx://55466455-2052-4d05-84e9-cc4baa6ad6c0/c2runtime.js

    0x800a03ea - JavaScript runtime error: Syntax error

    The program '[2016] WWAHost.exe' has exited with code 1 (0x1).

    RPC Server, Unknown and Syntax error.

    I enabled AD Sdk and I did not get a WinJS error this time but no ads are shown so far.

    And when I use the testproject from above just with WinStore Plugin enabled I still get this error:

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

    Exception was thrown at line 288, column 473 in ms-appx://27ae2555-3cfd-41c4-922e-32280b647c0e/c2runtime.js

    0x803f6107 - JavaScript runtime error: Unknown runtime error

    Any ideas? Ashley

  • I installed the latest beta r235. Visual Studio shows the preview but no Ads are shown and this is in the error list:

    (I added the WinJS folder and files from previous export)

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

    Exception was thrown at line 521, column 463 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x803f6107 - JavaScript runtime error: Unknown runtime error

    Exception was thrown at line 308, column 461 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x800a03ea - JavaScript runtime error: Syntax error

    Exception was thrown at line 376, column 244 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x800a03ea - JavaScript runtime error: Syntax error

    The program '[9392] WWAHost.exe' has exited with code 1 (0x1).

    after switching a few pages more errors appear:

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

    Exception was thrown at line 521, column 463 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x803f6107 - JavaScript runtime error: Unknown runtime error

    Exception was thrown at line 308, column 461 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x800a03ea - JavaScript runtime error: Syntax error

    Exception was thrown at line 376, column 244 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x800a03ea - JavaScript runtime error: Syntax error

    Exception was thrown at line 376, column 244 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x800a03ea - JavaScript runtime error: Syntax error

    Exception was thrown at line 308, column 461 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x800a03ea - JavaScript runtime error: Syntax error

    Exception was thrown at line 376, column 244 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x800a03ea - JavaScript runtime error: Syntax error

    Exception was thrown at line 376, column 244 in ms-appx://f3a2bba5-98c8-40eb-aacc-3e2afc45c187/c2runtime.js

    0x800a03ea - JavaScript runtime error: Syntax error

  • Problem Description

    When I try to preview in Visual Studio I get a javascript error and cant continue or build a package for the store.

    Attach a Capx

    http://www.playbird.at/sites/Bl4ckSh33p ... Error.capx

    Description of Capx

    just a blank project with WinStore Plugin

    Steps to Reproduce Bug

      Export as Win10 Universal and preview in Visual Studio

    Observed Result

    Unhandled exception at line 288, column 118 in ms-appx://1fcec46e-aef7-439d-a1d8-ba47be249f25/c2runtime.js

    0x803f6107 - JavaScript runtime error: Unknown runtime error

    I added WinJS for my other project and got a java error in a different line. Dont know if its the same issue but I cant update my apps anymore.

    Error:

    Unhandled exception at line 521, column 118 in ms-appx://9d14a637-2455-4264-97ff-0876ba817ffa/c2runtime.js

    0x803f6107 - JavaScript runtime error: Unknown runtime error

    Forum topic about it - may be related:

    viewtopic.php?f=146&t=181243

    Errorlog:

    11:36:34.9506: Reference source file successfully generated from references in project 'C:\Users\mail\Documents\Construct 2\Output\New project\NewProject.jsproj'

    11:36:36.1666: Referenced file 'WinJS/js/base.js' not found.

    11:36:36.1666: Referenced file 'WinJS/js/ui.js' not found.

    Affected Browsers

      EDGE (Win10 Universal)

    Operating System and Service Pack

    latest Win10 update 64 Bit

    Construct 2 Version ID

    233 stable

  • I just tested it with a new project and when I add the WinStore Plugin I get an error, but in a different line. I create a bug report for it. Dont know if it is t he same here and hope it can be fixed soon. Cant update my apps.

  • I put the WinJS folder in the output folder but could not add it to the solution explorer in Visual Studio. I tried drag and drop and add folder but it said there is already a folder called WinJS. I renamed it and then added every single file and folder from older exports with "Add Existing File" so it has the same structure but now this error appears:

    Unhandled exception at line 521, column 118 in ms-appx://9064ac0d-c2b3-486f-b2cf-21086a86a3a4/c2runtime.js

    0x803f6107 - JavaScript runtime error: Unknown runtime error

    vs studio shows this at the position mentioned above: this.iq.licenseInformation.addEventListener("licensechanged",function()

    Any ideas how to fix this?

  • Does the built in iap plugin not support consumables? I thought it works if you set it as consumable in dev center where you define the iap items. Ashley

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Still trying to figure out how to enable Xbox One in the dev center for my app. Did anyone already submit an app for Xbox One? Do I need to add a specific reference in Visual Studio?

    PS: Would be great to have support for features like background music/docking app (does this work for all or does it need extra settings via the Windows plugin?).

  • Hi. Can someone give any tips how to enable my app for Xbox? When I export/publish as Win10 Universal and create the app package with the latest Visual Studio I still cant enable "Xbox One" in the dev center, only Win10 Desktop/Tablet and Win10 Phone.

    Do I need to add a reference for a specific thing or what do I have to add to publish it for Xbox One?

    PS: It would be nice to include things like background music in the Windows Plugin. And can any app run in docked mode or does this need extra settings and new code for the Windows plugin?

  • Ok. I will try it. I downloaded it from here: http://try.buildwinjs.com/download/GetWinJS/

    I try if it works after putting the winjs folder in the project folder.

  • How can I use the old version with Steam?

    PS: I want to know this too.

    My "old" app pack does not allow me to enable Xbox One. Does this only work with the new updated WinStore Plugin?

    Or do I just have to add another reference to make it work for Xbox? Would be nice to submit my apps for Xbox.

  • Hi. Just updated C2 and tried to create a app pack for Win10 in Visual Studio but it shows this error:

    Unhandled exception at line 5, column 2 in ms-appx://microsoft.advertising.javascript/ad.js

    0x800a1391 - JavaScript runtime error: 'WinJS' is undefined

    This happened in the beta and I was told by Ashley it will be fixed when its released as stable version. But it seems its still broken?

    When I disable the JS Ad SDK I get another error but I need it to show ads.

    Unhandled exception at line 521, column 118 in ms-appx://9064ac0d-c2b3-486f-b2cf-21086a86a3a4/c2runtime.js

    0x803f6107 - JavaScript runtime error: Unknown runtime error

    Any ideas?

    PS: Do I need to add another reference to make it work on Xbox One? I cant enable it in dev center with the last app package before udpating C2.

  • I want! I love Windows/Xbox and it would be great to have access to leaderboards, friendslist, gamertag, achievements, and MULTIPLAYER (not working in Edge/Win10).

  • I updated Visual Studio and UWP components and rebuilt the app but I cant enable Xbox in the dev center. What do I have to do to make the app package compatible with Xbox One?

  • I can finally check "Win10 Xbox" in the dev center. Updating Visual Studio now and trying to submit my app for Xbox.

    I hope its possible to add more things to the WinStore plugin in the future. Maybe some only work if you are accepted by IDeuo@Xbox (like Nintendo to build for Wii) so you can use Achievements, Xbox Live Friends and so on. (and things I mentioned above) Windows 10 is great.

  • As far as I know you need to apply for IDeuo@Xbox and if you get accepted you get access to forums and info about adding Achievements and Xbox Live Features (Friendslist...).

    btw: I dont know if you need "extra magic" to allow a xbox app to be "docked" but it would be nice if this would be possible with C2 apps/games (coming soon to Xbox Store as UWP Apps). And maybe support for background music (new in latest update)?