lunzyde's Forum Posts

  • 8 posts
  • Thanks Ashley

  • Just updated the .capx so it could be 640 x 360 instead of 500 x 500, and also threw in a resolution changer in!

  • zenox98 I had v0.13.0 beta 4 (Chromium 48), which this one gave the black screen, and pop-out in debug mode.

    Now i have v0.13.0 beta 5 (Chromium 48), which is the one that got released yesterday, no black screen but the pop-out in debug mode is still a thing.

    Also another thing i noticed since now updating to v0.13.0 beta 5 (Chromium 48), if i want to revert to a lower resolution (within in-game, not in the .capx of this post) it doesn't lower the resolution, it only will go to higher resolutions. Another thing is that the width is not the same as it's specified within the code, let's say i put 500 width and 500 height, it should be 500 x 500 right? but what it does it's add a little extra width and add's black bars (depending on the fullscreen in browser, layer and window size of your game), the title of the window as well doesn't change if you assigned it to lets say "TEST", it will be named after your project and the added "(Construct 2 preview)".

  • Problem Description

    When setting a specific sets (or just one) of screen resolution for NWjs, it will display a black screen instead of displaying what it's suppose to display.

    When setting the following (or similar):

    [quote:3rx7dvnz]

    NWjs | Set window width to 500

    NWjs | Set window height to 500

    NWjs | Set window maximum size to 500 x 500

    NWjs | Set window minimum size to 500 x 500

    NWjs | Set window not resizable

    NWjs | Set window title to "TEST"

    It will show this following pop-out only in debug mode:

    [quote:3rx7dvnz]

    Javascript error!

    Uncaught TypeError: Cannot read property 'Window' of undefined http://localhost:50000/NodeWebkit_plugin.js, line 376 (col 6)

    This may be a bug in Construct 2 or a third party plugin or behavior - please report it to the developer following the bug report guidelines. Subsequent errors will be logged to the console.

    Attached Capx

    https://www.mediafire.com/?kqvfpybf8xh15fd

    Description of Capx

    This is a test of the problem, when you launch it, and if it display a black screen then this is the error itself.

    If it displays a text on the screen saying "If you see this..." then you have no errors.

    To get the exact details of the problem (the error pop-out), run it on debug mode.

    Affected Browsers

    • Chrome: No
    • Internet Explorer: No
    • NW.js: Yes

    Operating System

    Windows 10 Home

    Construct 2 Version ID

    Release 221 (64-bit)

  • You do not have permission to view this post

  • You do not have permission to view this post

  • If it crashes, it's still a bug and I still want to fix it to ensure even making a mistake does not cause a crash. Can you repost the original issue with .capx if it throws a javascript error?

    Here you go Ashley! http://www.mediafire.com/download/1dfrk ... _Test.capx

  • Yes you are right, cause im putting the global variable Music that's a string type and it will put the value of it there.

    Thanks! Now i've got to set everything to 0 dbl's.

  • You do not have permission to view this post

  • Problem Description

    So i've discovered the problem my game has, it has something to do with the music of the game, i don't know what in specific might be but if i disable the music on my game then the game will run fine, but if i don't then i get this error message:

    [quote:1hosluhr]Javascrip error! Uncaught TypeError: Failed to set the 'volume' property on 'HTMLMediaElement': The provided double value is non-finite. http://localhost:50000/Audio_plugin.js, line 1706 (col 20)

    This may be a bug in Construct 2 or a third party plugin or behavior - please report it to the developer following the bug report guidelines. Subsequent errors will be logged to the console.

    I've discussed this issue in the forums before, here it is: updated-to-latest-stable-version-and-game-doesn-t-run_t147279

    Attach a Capx

    http://www.mediafire.com/download/1dfrk ... _Test.capx (*REPOSTED*)

    Affected Browsers

    • Chrome: YES
    • Node WebKit: YES
    • Internet Explorer: YES

    Operating System

    Windows 8.1 64-bit

    Construct 2 Version

    Construct 2 r206

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • 8 posts