herme Beginner
Joined: 02 Mar 2009 Posts: 14
|
Posted: Wed Oct 07, 2009 9:32 pm
[3.10a] Possible bug with clickable urls and win7 |
I've been having this weird problem with cmud for a couple of weeks now since I installed win7 where cmud will sort of freeze at random times. It will stop responding and use up 50% (1 core) of my cpu indefinitively. First I thought it might have something to do with my map, so I disabled that, and when that didn't help I tried running cmud in xp compatibility mode and even as admin mode with no luck.
Then today all of a sudden I found a way to reproduce the bug. I had just returned home and found that my cmud hade frozen again, so I kill the process and then login again and check my tell history (mud command). Everytime I executed the tellhist command cmud froze. So opened up the script debugger and then executed the tellhist command and quickly changed window to the debugger and found that it froze at the same line everytime, a line with an url in it. After disabling clickable urls for both my main mud window and my homemade tell history window(using cmud, not the mud command) I found that it no longer froze on that particular line. It even works now if I only have clickable urls enabled for my main window but not the tells window.
It's a bit weird though, because a lot of times I'm able to receive links just fine and they open in my browser with no problems. This particular url was www.station.sony.com without the http:// tag in front of it. I hope someone can make some sense of these ramblings but I felt I had to post it now that I was able to finally reproduce the crash.
Edit: And the part where it crashed from the debugger. It seems as if it only crashes if I have clickable urls on for both windows, which window have the feature enabled doesn't seem to matter.
0.0036 | a Realmsof |Oct 7 15:21:27 Veressis tells you, Kate, Karas, Maard and Nym, "www.station.sony.com"
0.0018 | f Realmsof | Pattern: \b(((https?|ftp|telnet)://[\w\d:#@%/;$()~_?\+\-=&]+|www|f... : (%1="www.station.sony.com", %2="www", %3="", %4=".com")
0.0025 | c Realmsof | exec : Pattern "\b(((https?|ftp|telnet)://[\w\d:#@%/;$()~_?\+\-=... |
|