Newgrounds Authentication Port (Construct 3 Plugins)

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Hey ,

    I'm running into an issue with this plugin.

    I have all three newgrounds plugins installed in C3. Before adding in any of the objects, my game runs fine, but when I simply add the Authentication object to my project it no longer runs. It's just a black screen. The debug launcher gets stuck at "loading 100%"

    I am aware that you did not create this plugin, but if you, by chance, have a solution to this, or at least a clue as to what could be happening, I'll be very appreciative for that information.

    I am running Construct 3 Release r197.2 stable and I have no other plugins besides the C3 default plugins

    Thanks

    • Hi Jauq, it can be that your game is now running on worker mode. Please verify that you have it disabled. These plugins don't support workers, you can just go to your project advanced settings and uncheck the worker mode box. If this still fail to work, do this:

      1. Run the game and wait for the blank screen

      2. Press F12 (on chrome) or equivalent to open the debug view.

      3. Look for any "red" messages with code & stack traces, and if you find any send me a screenshot of the message.

      You can reach me on twitter if you are still running into poblems.

      twitter.com/sotano42

      • Hey thanks for the quick reply!

        Disabling worker mode fixed it me.

        Just wanted to confirm that just in case others have a similar problem and turn to the comments.