User Tag List

Results 1 to 5 of 5

Thread: Two bugs

  1. #1
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    Smile Two bugs

    Bug 1 is an oddity.
    The MFA is more detailed, but basically, switching sets of conditions around an OR changes whether it can be true or not. This occurs at edittime and runtime.
    http://dark-wire.com/temp/Bug!%202.mfa

    Bug 2 is only for people with access to edrt.exe's source code. For some reason MMF2 Dev crashes when I run edrt.exe, and here's a link to the memory dump. Visual Studio should be able to open it for debugging.
    http://dark-wire.com/temp/edrt.rar
    Opening a fresh instance of MMF2 Dev is fine, that one can run edrt.exe with the same MFA without issues, so something must have screwed up with the original MMF2 process.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    OR problem : this cannot be corrected until MMF3.

    In the first event group, when you press W, the very first Upon pressing condition is true. It sets a flag in the group of events so that it does not repeat the next time.
    Then the next condition is false, so the other part of the OR is explored. The Upon key press condition tests the flag, as it is set, it returns false.

    It works with "Q", as the first part of the event is true.

    This kind of bugs happens as the event engine was not at start constructed to handle OR (or fast loops). It is not recursive, and the flags of the conditions are global to the event line.
    In MMF3, I'll make it recursive (no more loop object selection problems), and use flags in the conditions instead of the event group.

  3. #3
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    Ah, that's a pain in the butt and a big glitch for sure. I can work around it though by using two events.
    Any clues about the 2nd bug?

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    No, this is not enough for complex bugs. Can you send me your application?

  5. #5
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    Well, any application launched with that instance of MMF2 crashes in that manner. A fresh procesof MMF2 does not encounter the bug.
    Quote Originally Posted by SortaCore View Post
    Opening a fresh instance of MMF2 Dev is fine, that one can run edrt.exe with the same MFA without issues, so something must have screwed up with the original MMF2 process.
    So I can't trace it to an mfa, just a particular state MMF2 got in somehow which makes it run edrt.exe in an invalid manner with every mfa.
    So I guess you can't trace this one?

Similar Threads

  1. Bugs
    By Looki in forum Fusion 2.5
    Replies: 5
    Last Post: 7th October 2013, 02:33 AM
  2. [Bugs]
    By ProdigyX in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 10th February 2012, 10:51 PM
  3. 2 Bugs
    By LIJI in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 7th September 2006, 08:02 PM
  4. Some bugs?
    By Clicktastic in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 11th July 2006, 01:57 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
  •