tacticx's Forum Posts

  • 7 posts
  • Perhaps I spoke too soon. Running the application on the emulator works fine, but on the device I receive the following error:

    c2runtime.js (222) :InvalidStateError: DOM Exception 11: An attempt was made to use an object that is not, or is no longer, usable.

    Anyone on the Construct team or otherwise have any insight?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It appears you do need to build the application using Tizen IDE in order to get it into the seller store or competition. I can successfully build a package using these instructions: developer.tizen.org/downloads/sample-web-applications/load-web-app-tizen-sdk

    and not skipping steps 3 and 4. However, still seem to fail certification because I have yet to figure out how to force the application into landscape (even though my config file matches theirs) or how to trigger the back button on the device.

    As PikPiak mentioned you do get some errors with the first lines of code from the construct runtime .js but still yields a working package.

  • I would also like to get this info. Attempts to package my Tizen exported C2 game using the SDK has only left me with an unsigned package and black screen.

  • Yeah, I had those in the folder, guess I did not add them to the project like I thought. Checked the build assets folder and it still had the original files. Also found the app name information in the WMAppManifest file. I think this should fix issues 1 and 2. Thanks

  • Hope to get a little help on some Windows Phone 8 certification failures I am receiving from submission. I am using the plugin, and copying my media and images to the project folder. Also adding them in VS.

    Here are the errors:

    1- "The application's name on a device does not match its name in the Windows Phone Store. The application's name is "WindowsPhonePlugin".

    I have changed the name of the project, the name referenced in the index.html, and the anything referencing the name in mainpage.xaml is there any other place I am missing?

    2- "The application's 'pin to start' and the 'games hub' icons are generic Windows Phone icons."

    Where are these located to be replaced?

    Last

    3- "The application silently terminates at launch."

    The App runs fine in the emulator. Is this what the Hen was referring to in crashing issues with access store? I do have this logic implemented.

    Thanks in advance for any help.

  • Hmm... guess it was just a problem with the font name as I tried that before with no luck. Changed the name of the file to just "boston" and referencd it in set font face action. Also, no need to put in a folder anymore too. Thanks for the HELP!

  • Hello,

    Having some issues getting my font to show up in Cocoonjs Android build. In my CAPX I have the following logic:

    Font - set font face - "boston_trafficregular"

    This font comes from a web font .ttf called "boston_traffic_webfont". I have added the .ttf to my project as well as put a copy of it in a folder called fonts and added to the .zip but no go. Works fine on local web when I use set web font and reference the embedded style sheet.

    What am I missing? I know this has been hashed through a bunch before but still not getting it, any help is really appreciated!

  • 7 posts