User Tag List

Results 1 to 5 of 5

Thread: Sub-Application object cannot find files

  1. #1
    No Products Registered

    Join Date
    Feb 2009
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sub-Application object cannot find files

    Hi everybody!

    My problem is, I created a game with a Sub-Application object. In the game, we're supposed to load the Sub-Application we want, from an external folder. When I tried my game with F8, I was able to load the Sub-Application I wanted, and all worked.
    But when I made an excutable of my game, and then started it and tried to load my Sub-Application, it told me "Cannot find StaticText.mfx!"

    So I deleted the Static Text I had in that application and tried again.
    "Cannot find pinball.mvx!"

    I will not delete all the objects of my application just because the Sub-Application object cannot load them! What to do?

    Thanks in advance for helping me.

    T. Edoc

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Sub-Application object cannot find files

    Make sure the path to your subapp is correct.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  3. #3
    Clicker Fusion 2.5Fusion 2.5 MaciOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Apr 2008
    Location
    Indonesia
    Posts
    694
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sub-Application object cannot find files

    Btw you must add the extensions and movements you used on Sub Apps to main application (which load the subapp).

    In this case, your sub app needs Static Text extension, while the main app does not include it. So when you run the executable, the main app will try to load StaticText.mfx, which is not included, so it returns an error.

    To fix this, add Static Text object to your main app then put it outside of the frame. Hope that helps

  4. #4
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sub-Application object cannot find files

    The extensions should all compile with the exe so that sounds pretty weird. Have you made sure your path is correct? Use the string Apppath$ or similar rather than actually typing the path address

  5. #5
    No Products Registered

    Join Date
    Feb 2009
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sub-Application object cannot find files

    Cool! Including the extensions I need in my main application resolved my problem! Thanks Ran_TH!

    By the way, I guess I was missunderstood, there is no path to the app that is loaded as Sub App. In the main app, there is an explorer to select the sub app we want.
    My application is a kind of Virtual Console that loading .ccn games.

    Thanks for helping me!
    Have a nice day!

    T. Edoc

Similar Threads

  1. "Flash / INI object: now loads INI files stored as binary files in the application."
    By EdibleWare in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 2nd July 2014, 10:22 AM
  2. Where can I find effects files?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 7th March 2013, 06:53 PM
  3. Where to find Example files for Extensions?
    By Gunnar in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 6th February 2010, 11:29 PM
  4. [Cannot Find] Send Files with MOO
    By LB in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 2nd November 2008, 05:41 PM
  5. Cannot find files...
    By Sterling7 in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 28th May 2008, 03:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •