User Tag List

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

Thread: PNG

  1. #11
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: PNG

    what do you mean?

  2. #12
    Clickteam Clickteam

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

    Re: PNG

    Well, just where does it crash in the VC++ debugger?

  3. #13
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: PNG

    Oh.. I'll check it out...

    EDIT: It just vanishes from the screen.. no warnings or anything... : \

  4. #14
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: PNG

    Yeah, attach to the process and debug it with VC++ and see where it crashes...

  5. #15
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: PNG

    This is what I get

    Unhandled exception at 0x7ca5158e in edrt.exe: 0xC0000005: Access violation reading location 0x0e0f1ff8.

    Is there anything else I should post?

  6. #16
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: PNG

    1. Build a Debug version of your extension
    2. Press Cancel when "Unhandled exception at 0x7ca5158e in edrt.exe: 0xC0000005: Access violation reading location 0x0e0f1ff8." shows.
    3. VC++ should appear and show the bugged line.

  7. #17
    Clickteam Clickteam

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

    Re: PNG

    Or you can also directly run your application from VC. More info in the SDK (search for copyrun.bat I think).

  8. #18
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: PNG

    Sorry if I seam a little slow.. I have never used this type of debugging before.. I'm usually developing apps using Dev-C++..

    Do you want disassembly?

  9. #19
    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: PNG

    Quote Originally Posted by Daniel_Nordigic
    Sorry if I seam a little slow.. I have never used this type of debugging before.. I'm usually developing apps using Dev-C++..

    Do you want disassembly?
    No, they want you to use the development/debug tools of Visual C++ 6+, as described in the MMF2 SDK.
    .:::.Joshtek.:::.

  10. #20
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: PNG

    I have used the debugging tools..
    I attached the process and ran the application until a crash appeared...

    I'll check the SDK documentation!

Page 2 of 2 FirstFirst 1 2

Posting Permissions

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