User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 20 of 20

Thread: DebugObject now out - run events when your app crashes

  1. #11
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,310
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Okay, just as an FYI for everyone, if you download this version, it will break all compatibility with older games that use the Debug Object. It won't even let you open them. I've downloaded an older version of the Debug Object, and I've been able to open a game that used an older version of the Debug Object because of it (when I had this version, it wouldn't let me open it). It's still an awesome object, but just make sure that your older games don't use it if you want to download this version.

  2. #12
    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)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    2,091
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    New update (v7).

    Fixed a SDK subapp issue which had a weird Clickteam-quirk-style implementation.

    Supports:
    • Running events when your app crashes
    • Catching all crashes, even ones done by the runtime or any extension
    • Minidumps
    • Logging to files
    • Custom timestamps (see here for formatting)
    • Console log window
    • Both CTF2.5 and MMF2, Std and Dev of either are supported

    Download is HERE. Comes with an example image.



    ...Relating to the previous posts' incompatibility, I also found an old version of the MFX if you want to remove an old DebugObject, thanks to a chat with Yves. It was something to do with two magic number locations...

    I think I switched SDK version to a newer one way back then in 2006, which caused the bug. There's no chance the broken incompatibility will happen again, so you can confidently use newer versions.

  3. #13
    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)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    2,091
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    DebugObject build 10 now out, Unicode support

    New update (b10).

    Reworded some A/C/E to be more clear, and added Unicode support. And also uses Unicode properties.
    Anyone upgrading to this version should expect their object properties to need to be reconfigured.

    Supports:
    Run events when your app crashes
    • Catching all crashes, even ones done by the runtime or any extension
    • Minidumps
    • Logging to files, with Unicode (allows logging of Asian/Arabic text)
    • Custom timestamps (see here for formatting)
    • Console log window
    • Both CTF2.5 and MMF2, Std and Dev of either are supported

    Download is HERE. Comes with an example image.

    This ext is still free! Sponsor my Patreon!

    If you need support, contact me on Clickteam Discord.

  4. #14
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module
    denisstephane's Avatar
    Join Date
    Jul 2015
    Location
    Alès,France
    Posts
    83
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thank you.

  5. #15
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleInstall Creator
    SirEatAlot's Avatar
    Join Date
    Oct 2010
    Location
    Stockholm, Sweden
    Posts
    474
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Totally missed this, seems awesome, really nice work!

  6. #16
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    248
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Hi, is this available in the extension manager yet? My version says V8 so I dont know if I already have this latest version or not. BTW, this is an amazing extension that I couldn't work without! Well Done and Thank You!

  7. #17
    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)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    2,091
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    Ah, it slipped my mind. I'm trying to upload it, the ZIP exceeds the limit, so I'll see what can be arranged.

    Have a new update coming out soon after too... some neat things to be added.

  8. #18
    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)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    2,091
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    DebugObject build 11 now out, minidumps working

    New update (b11).

    Fixed the minidump functionality, it's not a no-op anymore. It's recommended that you set the minidump path before a crash occurs, but you can set it during. Once the crash event code finishes running, the dump will be taken.
    PDB files of DebugObject are included with the release, so any extension developer can have a full call stack.

    Supports:
    Run events when your app crashes
    • Catching all crashes, even ones done by the runtime or any extension
    • Minidumps
    • Logging to files, with Unicode (allows logging of Asian/Arabic text)
    • Custom timestamps (see here for formatting)
    • Console log window
    • Both CTF2.5 and MMF2, Std and Dev of either are supported

    Download is HERE. Comes with an example image.

    An update that massively improves the experience is in progress and will be released within a month.

    This ext is still free! Sponsor my Patreon!

    If you need support, contact me on Clickteam Discord.

  9. #19
    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)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    2,091
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    New update (build 14).

    Build 14 now out! Improvements to error messages. Unhandled exceptions are now called crashes, to help out newer developers.
    Also, the extension name is now reported in the crash messages, so you can report and isolate the bug in Fusion events better. It only features in invalid access exceptions, but that is the vast majority of all crash scenarios.

    Supports:
    Run events when your app crashes
    • Catching all crashes, even ones done by the runtime or any extension
    • The extension name is now outputted in the most common crash scenario
    • Minidumps
    • Logging to files, with Unicode (allows logging of Asian/Arabic text)
    • Custom timestamps (see here for formatting)
    • Console log window
    • Both CTF2.5 and MMF2, Std and Dev of either are supported

    Download is HERE. Comes with an example image.

    This ext is still free! Sponsor my Patreon!

    If you need support, contact me on Clickteam Discord.

  10. #20
    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)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    2,091
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    New update (build 15)

    Build 15 now out!
    • Improvements to extension developers who use DebugObject to interrupt the program.
    • Updated to DarkEdif SDK v14; has built-in update checker and smart object properties

    This object supports:
    Run events when your app crashes
    • Catching all crashes, even ones done by the runtime or any extension
    • The extension name is now outputted in the most common crash scenario
    • Minidumps - save the memory of the program to a file to send to an extension developer or Clickteam later
    • Logging to files, with Unicode (allows logging of Asian/Arabic text)
    • Custom timestamps (see here for formatting)
    • Console log window
    • Both CTF2.5 and MMF2, Std and Dev of either are supported

    Download is HERE. Comes with an example image.

    This ext is still free! Sponsor my Patreon!

    If you need support, contact me on Clickteam Discord.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Replies: 9
    Last Post: 27th September 2019, 06:58 AM
  2. Reorganize Common Events into Global Events
    By FinalSpecimen in forum Fusion 2.5
    Replies: 2
    Last Post: 24th September 2015, 08:16 PM
  3. DebugObject update
    By Phi in forum Extension Development
    Replies: 27
    Last Post: 14th July 2013, 01:05 PM
  4. Performance of behavior events vs frame events
    By Ryan in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 4th July 2013, 05:24 AM
  5. Group of events & global events - performance?
    By Leander in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 9th June 2010, 03:00 PM

Tags for this Thread

Posting Permissions

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