SUB APP ISSUES in FUSION

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • BUILD: 294.14
    Recently I decided to give the SUB app another go, to see if the issues have been resolved yet.
    The answer is no.

    Problems that still remain.

    Example files do not work. Running the "MAIN" Example file, Freezes up the RUNTIME and you have to manually close it in Task Manager.
    Example 2 " Scrolling " does nothing.

    Other issues.
    Sometimes the Sub app with Disappear and not show back up, until you restart fusion.
    No other Frames will run inside of the Sub app.

    Thanks in advance for any repairs.

    Edited once, last by VBEinc (April 16, 2023 at 3:21 AM).

  • The "main.mfa" example file seems to be freezing due to the first action in the first event.

    * Start of Frame
    Sub-Application 2 : Set application Apppath$ + "scrolling.ccn"
    Sub-Application 2 : Set global value 1 to 5
    Active 5 : Stop
    Sound : Set volume of channel #1 to 70
    Sound : Play sample SeeingTheCup2 on channel #1, 0 times

    Deleting that first action should allow it to run without freezing. Obviously that renders the example kind of pointless, though. I'm not sure what "scrolling.ccn" is or where it can be found.

  • I'm not sure what "scrolling.ccn" is or where it can be found.

    It's apparently the name of the Scrolling example once it's built (see below). But I don't how or if you're supposed to build it (Build & Run is greyed out for both MFAs, as they're both set to "Build type: Sub-Application"). Please login to see this link. from 2009 says that to build a .ccn file you need to build as Internet Application, but that option doesn't seem to even exist in F2.5


    Please login to see this picture.

    Please login to see this link.
    My Fusion Tools: Please login to see this link. | Please login to see this link. | Please login to see this link.

    Edited once, last by Volnaiskra (April 17, 2023 at 4:52 AM).

  • Ah okay, thanks Volnaiskra. After a little trial and error I figured it out. I tried building it like you suggested, and it seems that doing 'File -> Build -> Application' will build the application as an internet application .ccn file so long as the build type is set to Sub Application. So to get 'main.mfa' to work without freezing, follow these steps:

    1. Open up 'scrolling.mfa' and do 'File -> Build -> Application'. Save it as "scrolling.ccn" in the same place as the .mfa example file.
    2. Open 'main.mfa' and simply run it. It should work now.

    Edited 3 times, last by Tek (April 17, 2023 at 8:28 AM).

  • Ah okay, thanks Volnaiskra. After a little trial and error I figured it out. I tried building it like you suggested, and it seems that doing 'File -> Build -> Application' will build the application as an internet application .ccn file so long as the build type is set to Sub Application. So to get 'main.mfa' to work without freezing, follow these steps:

    1. Open up 'scrolling.mfa' and do 'File -> Build -> Application'. Save it as "scrolling.ccn" in the same place as the .mfa example file.
    2. Open 'main.mfa' and simply run it. It should work now.

    Thank you. I will give it a Go.

  • Ah okay, thanks Volnaiskra. After a little trial and error I figured it out. I tried building it like you suggested, and it seems that doing 'File -> Build -> Application' will build the application as an internet application .ccn file so long as the build type is set to Sub Application. So to get 'main.mfa' to work without freezing, follow these steps:

    1. Open up 'scrolling.mfa' and do 'File -> Build -> Application'. Save it as "scrolling.ccn" in the same place as the .mfa example file.
    2. Open 'main.mfa' and simply run it. It should work now.


    Nope, still freezing up on 294.14

    However, it still does nothing with the Sub Frame in app as well.

    Please login to see this picture.

  • It's apparently the name of the Scrolling example once it's built (see below). But I don't how or if you're supposed to build it (Build & Run is greyed out for both MFAs, as they're both set to "Build type: Sub-Application"). Please login to see this link. from 2009 says that to build a .ccn file you need to build as Internet Application, but that option doesn't seem to even exist in F2.5


    Please login to see this picture.

    I noticed that. Kind of wondering if this is an Abandoned Extension now?

    Edited once, last by VBEinc (April 17, 2023 at 5:58 PM).

  • Nope, still freezing up on 294.14

    However, it still does nothing with the Sub Frame in app as well.

    Please login to see this picture.

    I haven't tried it myself, but in your picture I don't see any actual. ccn files. Are you sure you're building it correctly?

    Please login to see this link.
    My Fusion Tools: Please login to see this link. | Please login to see this link. | Please login to see this link.

  • I haven't tried it myself, but in your picture I don't see any actual. ccn files. Are you sure you're building it correctly?

    You are correct. Seems as though Fusion added .cnn twice.

    Scrolling.cnn.cnn instead of Scrolling.cnn

    It works now, Thank you!

    Verified Fix for the Freeze of the Main Example.

    I still can't get it to run In app frames though. Nothing shows up like it use to on prior versions of Fusion.
    This only seems to happen if you resize it though. Normal Size works still.
    However, if you resize it. Nothing!

    Edited 2 times, last by VBEinc (April 17, 2023 at 6:51 PM).

  • Just as a side note, I was looking at a crash report generated by Phi's debug log object, and I noticed that even my EXE runtime seems to actually run from a .CCN file:

    Please login to see this picture.


    It seems like CCN is a Please login to see this link.:

    Quote

    What is a CCN file?
    CCN files mostly belong to Fusion by Click Team. CCN is the filename extension of a compressed source code file created by Fusion game development environment. It contains assets which are referenced by scripts when building the final game.

    Please login to see this link.
    My Fusion Tools: Please login to see this link. | Please login to see this link. | Please login to see this link.

  • Just as a side note, I was looking at a crash report generated by Phi's debug log object, and I noticed that even my EXE runtime seems to actually run from a .CCN file:

    Please login to see this picture.


    It seems like CCN is a Please login to see this link.:

    Everything is ccn.
    When you press F5 to debug in editor, fusion will build a ccn in temp folder, then pass its path to the edrt. When debugging extension, usually you need to get this file then let edrt run it, and let vs attach to edrt. If you press shift when click running buttons fusion will run a batch file then copy those temp files to your given folder.
    You can also find cans in other runtime’s output file.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!