Shoutbox

msnmsgr.exe - Entry Point Not Found - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: msnmsgr.exe - Entry Point Not Found (/showthread.php?tid=83552)

msnmsgr.exe - Entry Point Not Found by roflmao456 on 05-05-2008 at 11:14 PM

i was chatting with a friend and then messenger exited (not gracefully) by itself.
tried opening msnmsgr again and got this error:

[Image: poke.PNG]

notice how my task manager has nothing in the user name column.
Googling "RmmoveDirectoryW" doesn't give me anything...



just happened with firefox... (just closed, but no error)
RE: msnmsgr.exe - Entry Point Not Found by CookieRevised on 05-05-2008 at 11:36 PM

RmmoveDirectoryW??? :|^o)

That sounds like it should have been RemoveDirectoryW, no wonder it can't find it :D

EDIT: FireFox? What is FireFox doing with Messenger?


RE: msnmsgr.exe - Entry Point Not Found by roflmao456 on 05-05-2008 at 11:47 PM

quote:
Originally posted by CookieRevised
RmmoveDirectoryW??? :|^o)

That sounds like it should have been RemoveDirectoryW, no wonder it can't find it :D

EDIT: FireFox? What is FireFox doing with Messenger?
firefox started closing ~5 mins after i opened it
not happening with IE
RE: msnmsgr.exe - Entry Point Not Found by CookieRevised on 05-05-2008 at 11:59 PM

quote:
Originally posted by roflmao456
quote:
Originally posted by CookieRevised
RmmoveDirectoryW??? :|^o)

That sounds like it should have been RemoveDirectoryW, no wonder it can't find it :D

EDIT: FireFox? What is FireFox doing with Messenger?
firefox started closing ~5 mins after i opened it
not happening with IE
That error comes from 1 program, so you wont have it with another program. Like I said it is 'simply' a typo in the internal code of a program, plugin, script, whatever which manipulates Messenger.

It could be Messenger itself too, though I doubt that since you say you only have it when you open/have opened FireFox.

If you say it is FireFox you could search all the files of FireFox (including its plugins) and Messenger with a hex editor (don't use something like Windows' search) for the ANSI and UNICODE string of "rmmove". When you find the culprint file you could try to change it to "remove" with a hex editor as an experiment.

Something like that can't be fixed by yourself (unless the above method worked miracously.. lol), unless you install everything and/or remove recently installed stuff like plugins and programs. So a question would be: what have you installed, downloaded, changed, etc recently?
RE: msnmsgr.exe - Entry Point Not Found by roflmao456 on 05-07-2008 at 12:19 PM

quote:
Originally posted by CookieRevised
what have you installed, downloaded, changed, etc recently?

downloaded/installed War Rock (game) :P
i changed nothing in bios/system

so basically i just installed war rock and that's it lol
i don't think it has anything to do with msnmsgr

i have StuffPlug 3 and MP!L (never caused a problem before)
RE: msnmsgr.exe - Entry Point Not Found by Justin on 05-07-2008 at 01:28 PM

I doubt this will help but it's worth a read.

http://www.5starsupport.com/info/kernel32.htm


RE: msnmsgr.exe - Entry Point Not Found by andrewdodd13 on 05-07-2008 at 04:26 PM

Download dependency walker - should be the first hit on Google. Next, open up msnmsgr.exe and see if it is looking for that reference. If it's not, then it's either a script or plus (as Cookie said) looking for something which doesn't exist. If it is, then your installation has been corrupted.

Have you tried an uninstall/reinstall of WLM yet? Also try removing plus and see if it starts working [as well as SP].

I'd be looking at doing a virus scan as well - RemoveDirectoryW is a wrapper to the API RemoveDirectory, which... removes a directory, funnily enough.


RE: msnmsgr.exe - Entry Point Not Found by CookieRevised on 05-07-2008 at 07:20 PM

I actually doubt that this is a fault in Messenger or in Messenger Plus! itself. There isn't such an entry anywhere in either program nor its libraries.... So I doubt that reinstalling those will help.

PS: Messenger will use kernel32.dll by default, just like almost every program will.

The thing you need to find out is what causes Messenger to call a misspelled function. And since I can't find any reference of "rmmove..." in most of Messenger's versions or its libraries I suspect some injected code or code which is exacuted from within the Messenger process (eg: scripts)

Granted, I didn't checked everything and every version though.


quote:
Originally posted by Justin
I doubt this will help but it's worth a read.
http://www.5starsupport.com/info/kernel32.htm
This isn't an error from kernel32.dll. That link is interesting but doesn't have anything todo with the presented error here; his kernel32.dll is fine. The error comes from Messenger and clearly states that some process in Messenger attempted to call a function which doesn't exists.


-------------------------------

[OFF TOPIC]
quote:
Originally posted by roflmao456
notice how my task manager has nothing in the user name column.
That can be quite normal and happens when the Terminal Service isn't started. By default this services' startup type is set to Automatic and is started.

To set it like it was by default:
1) Start > Run > Services.msc
2) Locate 'Terminal Services' and double click it to go to its properties
3) Set the Startup type to 'Automatic', and click 'Apply'
4) Now click the 'Start' button on that dialog to start the service

Note: you can also set it to 'Manual' if you wish. In that case it's only started when it's needed.


[/OFF TOPIC]