ACCES-Mathieu's Forum Posts

  • No, I mean to edit the .c3p in order to try to change the save version.

  • oh you'll have to teach me how to do that !

  • After switching back to NWJS 56.1 Construct 3 works again.

  • Hi TheRealDannyyy

    Today I updated NWJS with the 0.57 version in C3 Launcher, and since then, the C3 app doesn't load anymore. I see a short appearance of the C3 grey background but it crashes immediately.

    Whatever the version I chose.

  • My export was made from C3 runtime, using NWjs' last version (0.54) and ignore gpu blacklist was left checked by default. The runtime is Construct3's.

    When I launch the app for the first time in a session, it will start appropriately. But if I quit it and launch it again and again, eventually it'll not start :

    App's window remains white, or grey, or displays this message :

    Software update needed This content is not supported because your device's software is out-of-date. Try installing any available software updates. Alternatively try on a different device. Missing features: WebGL User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (@62f83a7521ae1f) (KHTML, like Gecko, Chrome, Safari) NWjs/0.54.0

    To be able to make it launchable again, I have to open the Windows task manager and end task of the nwjs instance.

    Any idea guys ?

    Tagged:

  • I have the same problem here, but happening under different circumstances :

    After installing the program with inno setup on Windows 10, when launching from the start menu and then clicking "added recently" the window will open and display the message above.

    On the other hand, when you right click this item, it'll bring you to the "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\" folder, and when you double click on the program from there, it works just fine.

    My export was made from C3 runtime, using NWjs' last version (0.54) and ignore gpu blacklist was left checked by default.

    Any idea guys ?

  • Thanks dop2000 but I already use a nice tool by TheRealDannyyy :Construct 3 Launcher

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks Ashley for fixing this in the last and probably ultimate stable C2 runtime release !

  • I already upgraded to C3 runtime for my new projects, but I'm sorry : I can't let down my older programs which need updates or maintenance. That's why I'll have to keep using C2 runtime.

  • It only happens when I use C2 runtime in Construct 3.

  • Here's the right click-menu that I have now when I select 2+ elements.

  • Dannyyy you're not the one who has to thank anybody here. On the opposite , everyone here should thank you properly for the work you've done.

    About the tutorial, there's no broken part for the moment, it's MoonMonky who had a little copypasta problem ^_^!

    Hopefully he'll complete it !

  • Do you want me to have a look via Teamviewer ?

  • > Ok I just translated it and edited it so that all personal infos and passwords were removed.

    > PLEASE let me know if I forgot to delete any kind of connection info.

    >

    > https://www.construct.net/en/tutorials/sign-notarize-nwjs-export-mac-2735

    >

    Wao! A complete tutorial!

    Thank you for your sharing ACCES-Mathieu! That's amazing :)

    I'm attempting to sign my .app (step n°4 in your tutorial) but nothing happens when I run the command "python build_mas.py -C build.cfg -I "./YourAppName.app" -O "YourAppName.signed.app".

    I replaced all the fields with the correct names of course.

    That's the output of the terminal (nothing).

    Any idea on where I might have been wrong?

    Thank you for your patience!

    Cheers

    Try to replace the path "/Users/Federico/..../" by simply "./YourAppName.app"

  • Do you have python interpreter installed on your mac ? Try to google "execute python scripts mac terminal" or something like that.

    If that works, please edit my tutorial to add this procedure !