User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: Runtime Error

  1. #1
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Runtime Error

    Does anybody know of any bugs or reason why I would be getting this? Everytime I run my program it comes up. It is still pretty small and I have made much larger programs with no problems.

    Error message: Multimedia Fusion Editor Runtime has encountered a problem and needs to close. We are sorry for the inconvenience.

    Any help would be nice.

  2. #2
    No Products Registered

    Join Date
    Feb 2008
    Location
    Weston-super-mare
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Runtime Error

    i have had this happen to me before.

    The problem is knowing when to expect it to happen.

    First find out why the error appears and what causes it.

    Then try your best to avoid doing the same thing again and work your way around it.

  3. #3
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Runtime Error

    I have tried various things and it seemed to work but then broke again. I will keep seeing if there is anything else to do but it kind of sucks with this program not having much too it.

  4. #4
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    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)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Runtime Error

    You've not given sufficient details on how to re-create the problem. My best advice is to ensure you have the latest build of MMF2 installed.
    .:::.Joshtek.:::.

  5. #5
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Runtime Error

    I don't really have any more information to give. I am using many counters that are set to gradient bars and that's about it.

  6. #6
    No Products Registered

    Join Date
    Nov 2007
    Location
    Wales
    Posts
    69
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Runtime Error

    It could be one of many things, and the size of the program doesn't matter (sorry if that sounds obvious )

    What have you added to your program lately?
    For instance, I had the same thing happen to me the other day when working on my level editor for my platformer.
    I added an extra couple of layers to the editor, and changed the default size of the allowed map, so the binary file went from being 10x10 screens with 3 layers (an array size of 192000) to 20x10 screens with 5 layers (an array size of 640000), and although I adjusted everything else, I didn't adjust the size of the array.

    This meant that every time I ran it, the program tried to access parts of the array that was out of bounds, and I got the same crash you're getting, but I knew it had to be something I had changed recently, so it was easy enough to find.

    BTW, if you don't already, I would suggest getting into the habit of incrementing your saved backups, and noting down on a piece of paper what it was you chnged for that backup.

    i.e.
    game1.mfa - blah
    game2.mfa - added rotation formulas
    game3.mfa - updated scrolling routines to use a momentum camera
    game4.mfa - added my new "half life 2" engine extension (wouldn't that be something)

    I don't use the auto backup, so I can keep track myself.

    Anyway, good luck finding it.
    It's probably something simple and obvious....but only once you've found it.

    Krush

  7. #7
    No Products Registered

    Join Date
    Dec 2007
    Location
    Burbs of Detroit
    Posts
    40
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Runtime Error

    This might not be alot of help but here's a problem I had with this.

    I had a small space shooter I was working on, and everytime I died the screen would go crazy when the frame reset. Turns out I was using the Lives object and didn't "set" the number at the start of frame.

    My eyes were telling me I had the Lives in the code but when it looped, Bam!

    Simple problem, drastic results.

  8. #8
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Runtime Error

    Okay I removed pretty much everything that would do something and it still won't start. I fixed it at one point by changing something but then it happened again and undoing what I did didn't fix the problem. I will check my version but I always update the program.

  9. #9
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Runtime Error

    Okay this is messed up. I went to an earlier revision when it was working and I am running into this issue when I do just about anything. I want to make an object invisible I get the error. I swap to lines of code that are right next to each other I get the error. It looks like I won't be able to recover from this problem.

  10. #10
    No Products Registered

    Join Date
    Nov 2007
    Location
    Wales
    Posts
    69
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Runtime Error

    How about uploading the mfa file and I'll see if it happens on mine.
    If it does, then I'll see if I can find the problem.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Runtime Error
    By Jibs in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 1st December 2011, 03:58 PM
  2. Binary array - Runtime error!
    By QS in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 26th May 2010, 09:26 AM
  3. MSVC++ runtime error? Why might this be?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 23rd March 2010, 11:56 AM
  4. Runtime Error
    By Jack_Mcphee in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 25th October 2008, 06:42 PM
  5. Problême [ Error Runtime ]
    By Mister DROX in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 9th January 2008, 04:23 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
  •