|
-
Jan 10th, 2002, 08:09 AM
#1
Thread Starter
Need-a-life Member
Memory cannot be read
I'm having a problem with explorer every time I log in. A message pops up. The event viewer reads:
Code:
Event Type: Information
Event Source: Application Popup
Event Category: None
Event Id.: 26
Date: 10/01/2002
Time: 05:18:42
User: Not available
Computer: ONE
Description:
Popup Aplication: Explorer.EXE - Aplication Error : The instruction at "0x784ae69a" referenced
memory at "0x00000000". The memory could not be "read".
Click Ok to finish the program
Click CANCEL to debug the program
I've translated all this, so it might no be the same as you usually see. If anybody knows how to solve this, I would love to hear your idea.
On the other hand, does anybody know a way to retrieve all the systray icons. I mean... that "event" closes the explorer and restart it. As you all know (I guess) that means, that the Systray is restarted and doesn't show the icons that were loaded there anymore. Is there any piece of code to "refresh" the systray??
Last edited by Mc Brain; Jan 10th, 2002 at 01:45 PM.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 10th, 2002, 08:27 AM
#2
Lively Member
Hi !
Do you use win 2000?
If use, then you can install the 3 hot fixes for win2000.
I has the same problem, and after I install it, the problem disapear !
-
Jan 10th, 2002, 09:26 AM
#3
Thread Starter
Need-a-life Member
I've Win200... but I don't know what 3 hot fixes you're talking about. Can you give me more information?
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 10th, 2002, 09:29 AM
#4
Thread Starter
Need-a-life Member
I guess I've found them... let's give them a try
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 10th, 2002, 09:41 AM
#5
Thread Starter
Need-a-life Member
Didn't work... some of them are for SP1, and I've installed the SP2. And the other is for English versions of Windows (I've installed the spanish version)
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 10th, 2002, 09:51 AM
#6
No 2. I've just found this recently. Aparently the systemtray only gets refreshed at certain times preserving memory.
One of these times is when the mouse passes over it, so, try doing a search of the forumns for the SetCursorPos API call. You should be able to grab the cursor, move it over the tray to refresh it then pass it back to the original location the cursor was on.
-
Jan 10th, 2002, 10:08 AM
#7
Thread Starter
Need-a-life Member
I'm doing a manual movement over the Systray but doesn't get refreshed. I mean... the icons that were there are not "re-shown".
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 10th, 2002, 01:47 PM
#8
Thread Starter
Need-a-life Member
-
Jan 10th, 2002, 02:22 PM
#9
Addicted Member
Reinstall
What about reinstalling Windows???
-
Jan 10th, 2002, 02:24 PM
#10
Thread Starter
Need-a-life Member
I've tried already... didin't work. What's really more amazing. I'm getting the same error in other "version" (that's installed in C:\Win2k instead of C:\Winnt)
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 10th, 2002, 02:27 PM
#11
Addicted Member
Mmm....
Maybe it shoud be a virus???
I can't help you very much because i have win 98 and i never got win2k or nt....
-
Jan 10th, 2002, 02:28 PM
#12
Thread Starter
Need-a-life Member
I'm thinking of backing up the information and formatting that HD.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 10th, 2002, 02:31 PM
#13
Addicted Member
Yeah
Yeah that's the best solution....
But backing up data is the WORST!!!
Good Luck!
-
Jan 10th, 2002, 02:33 PM
#14
Thread Starter
Need-a-life Member
I KNOW!!
I hate that stuff!
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 17th, 2002, 11:01 PM
#15
New Member
Memory error
I've been getting the same error. Everything works fine when I run within the IDE but I get the dreaded "memory can not be read" when I run the compiled version.
But I've had success when I programatically set the focus back to an ActiveX component that I have on my form
(i.e. myForm.myComponent.SetFocus)
I understand that this problem is becoming more wide spread.
-
Jan 18th, 2002, 12:56 AM
#16
Thread Starter
Need-a-life Member
Sorry.... but, it's not the same.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 18th, 2002, 01:14 AM
#17
Hyperactive Member
Have you tried to end the process which displays taskmanager in win2000
-
Jan 18th, 2002, 10:26 AM
#18
Thread Starter
Need-a-life Member
No, I didn't.... anyway, the process was explorer.exe
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 18th, 2002, 10:53 AM
#19
Frenzied Member
My IE won't open external windows like popups and stuff.
-
Jan 18th, 2002, 10:56 AM
#20
Thread Starter
Need-a-life Member
I guess mine either. The process which originated the error was the explorer.exe but it was not the one that poped up the message
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
May 13th, 2005, 08:30 AM
#21
New Member
Re: Memory cannot be read
Insure that you have all necessary files registered.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|