What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » WLM 2009 wont stop freeeezing

Pages: (3): « First « 1 2 [ 3 ] Last »
WLM 2009 wont stop freeeezing
Author: Message:
Rapid_W
New Member
*


Posts: 4
Joined: Mar 2009
RE: WLM 2009 wont stop freeeezing
There is a 00023e60 with EB 36, a 00023fc0, a 00036db0, 00036f00

no 000023FCA though, which of those should i edit? Also what does this edit do?
03-30-2009 09:43 AM
Profile E-Mail PM Find Quote Report
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: RE: WLM 2009 wont stop freeeezing
quote:
Originally posted by Rapid_W
There is a 00023e60 with EB 36, a 00023fc0, a 00036db0, 00036f00

no 000023FCA though, which of those should i edit? Also what does this edit do?

00023FCA is in the row marked 00023FC0 it should start on the tenth byte on that row (hence why it's got A. 0xA=10)

This modifies a function that sends data over a UDP based socket. In my case, for some reason the call to send on the socket was failing with a fatal error message, but messenger treated it like an error that would automatically fix itself by trying to send again.

This hex edit changes the code so that it will break out of the loop when it receives a fatal error. 

If you want to get technical: (if not feel free to skip this part)
0xEB is the machine code that means jump to a close address via offset.  This edit just changes the jump destination forward a few bytes.
03-30-2009 09:57 AM
Profile PM Web Find Quote Report
Rapid_W
New Member
*


Posts: 4
Joined: Mar 2009
RE: WLM 2009 wont stop freeeezing
ahh ok thanks, while i can convert hex to base10 (or any other for e-penis points), i have no idea about its coding properties :p
03-30-2009 03:18 PM
Profile E-Mail PM Find Quote Report
James Potter
Full Member
***

Avatar

Posts: 108
Reputation: 4
64 / Male / Flag
Joined: Dec 2008
RE: WLM 2009 wont stop freeeezing
TheSteve, the man from Japan, thanks for your Hex code, it fixed a severe issue with my Messenger. :) <3

[Image: 29dtmhs.png]
03-30-2009 04:02 PM
Profile PM Web Find Quote Report
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: RE: WLM 2009 wont stop freeeezing
quote:
Originally posted by James Potter
thanks for your Hex code
You're welcome.

quote:
Originally posted by James Potter
it fixed a severe issue with my Messenger. :) <3
Yeah, it really is a severe issue, (for those who need to use UDP networking). I have reported the error to Microsoft, and I'm hoping they will fix it for the next release.
03-31-2009 12:10 AM
Profile PM Web Find Quote Report
Rapid_W
New Member
*


Posts: 4
Joined: Mar 2009
RE: WLM 2009 wont stop freeeezing
Hasn't worled for me. I still get freezes and hogging of one core. Sometimes wlm will be fine and work perfectly, othertimes it won't work at all. ahh well.
04-08-2009 11:26 PM
Profile E-Mail PM Find Quote Report
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: WLM 2009 wont stop freeeezing
It appears that your problem is else where then.  What you can do is install the "Debugging tools for windows" then follow the instructions in this page to setup Process Explorer to give better stack traces.
When messenger freezes, use Process Explorer to view the call stack of the frozen thread.  This should give a little more insight as to what the problem might be.
04-09-2009 12:46 AM
Profile PM Web Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On