User Tag List

Results 1 to 8 of 8

Thread: Crash in Win7 using fastloop

  1. #1
    No Products Registered

    Join Date
    Sep 2007
    Posts
    104
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Crash in Win7 using fastloop

    Hello

    My apologies in advance that I am not good with bug reports, but I released a demo recently for MMF and Windows 7 users had been complaining that their computer crashes at a certain point in the demo where a file is loaded and a large number of objects are created and destroyed in a single event loop. I don't know if this is a known issue or not, but it only seems to occur on computers running Windows 7.

    To reproduce the bug, I've attached a source file, but it depends on some external files found only in the demo, so please download the demo first and run the source file to reproduce the bug accurately. (No crash will occur if the file the program looks for is not found.)

    The demo:
    http://pouet.net/prod.php?which=54271

    The frame in particular which reproduces the crash:
    http://mfa.aquadasoft.com/view/1262916247-nulltro_crashtest


    Warning: while the source file to reproduce the crash is SFW, the demo itself contains some juvinile humor and swearing, so be aware, thanks :]

    Hopefully, this bug is easy to fix. (I don't have Windows 7 so I can't reproduce the crash, personally...)


    Edit: Using build r248 on windows xp sp3

  2. #2
    No Products Registered

    Join Date
    Sep 2007
    Posts
    104
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash in Win7 using fastloop

    sorry for the bump, but any new developments on this issue? Even an acknowledgment that the bug is reproducible?

  3. #3
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Crash in Win7 using fastloop

    You say you use the build 248, have to tried to rebuild your demo with the latest version of the build 249? That would be the first thing to do.

  4. #4
    No Products Registered

    Join Date
    Sep 2007
    Posts
    104
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash in Win7 using fastloop

    hi again, sorry for not getting around to this sooner.

    I assumed r248 was the last stable version, which is why I still use it, but I tried r249 b10 today and recompiled it. According to the person who tested it, the demo still crashes on Windows 7 after being recompiled under the latest build. Whatever is causing it to crash seems to have not changed between the two builds.

  5. #5
    Clicker Multimedia Fusion 2Install 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)

    Join Date
    Jan 2010
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash in Win7 using fastloop

    Probably an obvious question, but have they tried running in compatibility mode for an older Windows?

  6. #6
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash in Win7 using fastloop

    I can confirm that it crashes in my Windows 7. According to my debugger, it's an access violation reading from a pointer that looks valid, suggesting an "access after free" style error.

    EDIT: After installing the Windows Debugging Symbols, I can now see some of the callstack. It's in free() at the time, so it must be a double-free error, or a free on an offset pointer. I would need debug symbols for stdrt.exe to find out more.

  7. #7
    No Products Registered

    Join Date
    Sep 2007
    Posts
    104
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash in Win7 using fastloop

    yes. I'm pretty sure that all the 'obvious' stuff has been isolated out now. However, I still don't have Windows 7 (and don't want it!) So I guess this will just have to be something Win7 users will have to live with. Hopefully it isn't a consistent bug with >x events per loop or >x Actives per loop being loaded causing the runtime to crash on 7, cause I can imagine other programs doing this from time to time (if the programs are reasonably complex)...

  8. #8
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Crash in Win7 using fastloop

    I can reproduce the problem. Could you send me the MFA file so that I can build it and try it with the debug version of MMF2?

Similar Threads

  1. Bug? My documents and Win7
    By PeterT in forum Install Creator and Patch Maker
    Replies: 6
    Last Post: 14th January 2011, 09:10 PM
  2. Difference Between Win7 and XP
    By drnebula in forum File Archive
    Replies: 9
    Last Post: 25th September 2010, 10:56 PM
  3. Difference Between Win7 and XP
    By drnebula in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th September 2010, 03:25 PM
  4. InstallCreator / Win7 et FileMaker
    By pathell in forum Install Creator and Patch Maker
    Replies: 18
    Last Post: 14th September 2010, 05: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
  •