User Tag List

Results 1 to 10 of 10

Thread: Program stays on process list after it exits

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    77
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Program stays on process list after it exits

    Hi,

    I've been having users complained that when they exit an MMF game the program stays on the process list (Application name still present in "Process" tab from the Task Manager after it exits).

    This is not a bug I can duplicate nor was I aware of. Anyone has insights to this and any way to fix it?

    Regards,
    Steve Z.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    MJK's Avatar
    Join Date
    Jun 2006
    Location
    Espoo, Finland
    Posts
    1,162
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Program stays on process list after it exits

    I recall having received feedback from users on this exact same issue a couple of times.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Program stays on process list after it exits

    Which extensions are you using?

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Posts
    77
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Program stays on process list after it exits

    Active Picture
    Active System Box
    Advance Direction Obj
    Array
    Binary Obj
    Button
    Date and Time
    Dialogue Box
    Edit Box
    File
    Ini
    ini++
    Layer Obj
    List
    Picture
    Select Obj Extension
    Tokens Obj
    Windows Control

  5. #5
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Program stays on process list after it exits

    Window Control causing this maybe?

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  6. #6
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Program stays on process list after it exits

    It sounds like a thread is staying running, causing the EXE not to close - this was a problem in old versions of my extensions Live Receiver and Lacewing/OINC, which is why I asked which extensions you were using. I'm not sure which other extensions use multithreading.

  7. #7
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    UrbanMonk's Avatar
    Join Date
    May 2008
    Location
    Southern U.S.A.
    Posts
    847
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Program stays on process list after it exits

    I think if you uncheck "Compress Runtime" in the app properties that "might" fix the problem.

    It has for me anyway.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Program stays on process list after it exits

    Ah yes, that would make sense too, since when that option is checked, the process with the name of your application is just a shell that extracts stdrt.exe (and other files) and launches it.

    I guess stdrt.exe is being closed (since that's your actual application) but the shell that launches doesn't realise stdrt.exe has closed.

  9. #9
    No Products Registered

    Join Date
    Jul 2006
    Posts
    77
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Program stays on process list after it exits

    So far I got these:

    1. "Compress runtime" has been unchecked

    2. For Windows Control Object, there's only expression used (test to see if Window has focus), but no actions - this is for the main menu frame, which exits the game

    Could there be any game preference that may cause this as the objects I have seemed pretty safe.


  10. #10
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Program stays on process list after it exits

    Try building a blank new MFA to an exe and have them run it and see if it still happens.
    Working as fast as I can on Fusion 3

Similar Threads

  1. [Request] Debugger stays when minimizing
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st March 2008, 04:40 PM
  2. [Help] Program hangs during a process in extension
    By sss in forum Extension Development
    Replies: 3
    Last Post: 2nd February 2007, 08:28 PM

Posting Permissions

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