Thread: ResHacker error replacing bitmap file

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663

    ResHacker error replacing bitmap file

    Hi,

    I have an application called EditPlus which is a text editor. I want to change one of the toolbars, and someone who has done that to EditPlus, recommended I download ResHacker and use it to open up the EditPlus.exe resource files, save the bitmap file for the toolbar, modify the toobar bitmap file, and then replace it. Every thing went well until I tried to replace the bitmap file. When I tried to replace the bitmap file, ResHacker crashed. I didn't have an opportunity to indicate the bitmap file I wanted to use as the replacement--as soon as I clicked on Replace Bitmap....craaaaash. I tried it several times, but ResHacker always crashed. However if I pick any of the other bitmap files in the EditPlus resources, and try to replace them with ResHacker, a replace dialog box comes up, and ResHacker operates normally.

    I figure there are a lot of smart people on this forum, and maybe someone will know why that happens. Here is the error message I get when ResHacker crashes(my os is win98):

    RESHACKER caused a general protection fault
    in module <unknown> at 0000:822c3acd.
    Registers:
    EAX=ca13e020 CS=2087 EIP=822c3acd EFLGS=00010212
    EBX=00003d30 SS=207f ESP=822c85c8 EBP=ca13e020
    ECX=822c878c DS=207f ESI=ca13e020 FS=61c7
    EDX=000003a0 ES=207f EDI=0000000e GS=1a47
    Bytes at CS:EIP:
    64 8b 03 0f c8 89 c5 c1 ed 18 8b ac a9 90 00 00
    Stack dump:
    00000000 822c61c7 ca13e020 0000000e 00003d30 822c1770 00000000
    00000007 00000000 00000000 ffffe000 00000020 c77ba000 000003a0

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    So what do you expect us to do about it?

    I mean, you could google
    http://www.google.com/search?hl=en&q...=Google+Search
    to see if anyone else has had the problem.

    But the only meaningful thing you can do with a crash dump like that is send it to the author of the program (or at least someone with a compiler and the source code).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sequential file program
    By needhelpbad in forum C Programming
    Replies: 80
    Last Post: 06-08-2008, 01:04 PM
  2. To find the memory leaks without using any tools
    By asadullah in forum C Programming
    Replies: 2
    Last Post: 05-12-2008, 07:54 AM
  3. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  4. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  5. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM