Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » CMUD Beta Forum
Fizban1216
Apprentice


Joined: 03 Feb 2007
Posts: 170

PostPosted: Sat Jan 30, 2010 6:41 am   

[3.13] Clickable URLS
 
Seems that URLS are not being highlighted any longer more are they clickable. Not sure if this is something that is affecting everyone though or possibly a side affect of the obnoxious pcre78.dll message I can't seem to get to go away.
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Sat Jan 30, 2010 6:57 am   
 
If you are getting an error message about pcre78.dll then no triggers are going to work, including the triggers in the Clickable URLs package. You need to figure out how to get rid of the pcre78.dll error message on your system somehow.
Reply with quote
Fizban1216
Apprentice


Joined: 03 Feb 2007
Posts: 170

PostPosted: Sat Jan 30, 2010 7:25 am   
 
Hmm, tried saving it to C:\CMUD instead of program files to see if it was a permissions error somehow, alas, it still popped up.
Reply with quote
Fizban1216
Apprentice


Joined: 03 Feb 2007
Posts: 170

PostPosted: Sat Jan 30, 2010 7:59 am   
 
There has got to be something wrong with that .dll somehow, I took PCRE76.dll from CMUD 2.37, renamed it to PCRE78.dll and deleted PCRE78.dll and it no longer gives me the error. It also appears that everything works now.
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Sat Jan 30, 2010 6:03 pm   
 
Do not just rename the PCRE76.DLL to PCRE78.DLL. Those are completely different versions of the regular expression library and it will cause you problems later. I suggest deleting the PCRE78.DLL and trying to restore it from the CMUD 3.13 file again to see if you just had a corrupted copy somehow. Also do a global search of your entire computer to see if any other copies of PCRE78.DLL might have gotten installed by some other software.
Reply with quote
Fizban1216
Apprentice


Joined: 03 Feb 2007
Posts: 170

PostPosted: Sat Jan 30, 2010 6:27 pm   
 
Zugg wrote:
Do not just rename the PCRE76.DLL to PCRE78.DLL. Those are completely different versions of the regular expression library and it will cause you problems later. I suggest deleting the PCRE78.DLL and trying to restore it from the CMUD 3.13 file again to see if you just had a corrupted copy somehow. Also do a global search of your entire computer to see if any other copies of PCRE78.DLL might have gotten installed by some other software.


Searched, there are no other copies of the file anywhere, I have also downloaded 3.12 and 3.13 over a dozen times.
Reply with quote
Fizban1216
Apprentice


Joined: 03 Feb 2007
Posts: 170

PostPosted: Sat Jan 30, 2010 6:34 pm   
 
Also just tried extracting the file from the installer instead of simply running the installer and simply grabbed that file, as soon as I did it immediately began sending the error again.
Reply with quote
hadar
Apprentice


Joined: 30 Aug 2009
Posts: 198
Location: my apt, in california

PostPosted: Sat Jan 30, 2010 6:35 pm   
 
i noticed that sometimes only half of the urls were being tuned out for me http://textsnip.com/8dc159 like that, that was one of the more recent ones i have gotten but i have seen others its normally when sent on a channel by another person, if i make a url it normally shows up correctly http://textsnip.com/8dc159
_________________
if you build it they will come, assuming that they have not already come to build it
Aardwolf Bootcamp
My youtube channel
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Mon Feb 01, 2010 6:40 pm   
 
I just did:

#SHOW "http://textsnip.com/8dc159"

in my session here and it worked just fine, so I have no idea what the problem might be. If this is being sent by the MUD, then you need to turn on the Script Debugger and enable the Raw Input/Output message and post the capture of exactly what the MUD is sending to display the URL.
Reply with quote
hadar
Apprentice


Joined: 30 Aug 2009
Posts: 198
Location: my apt, in california

PostPosted: Mon Feb 01, 2010 8:20 pm   
 
it works fine if i show it. but i had one of my clannies test on aard for me and 2 times it stalled in the same place i took a screenshot of it stalling showing the cpu useage, i uploaded it http://clanamazon.net/uploads/screenshot.png

edit just tested again and here is a second one with raw,ansi and a couple more things turned on in the debugger

http://clanamazon.net/uploads/screenshot2.png
_________________
if you build it they will come, assuming that they have not already come to build it
Aardwolf Bootcamp
My youtube channel
Reply with quote
charneus
Wizard


Joined: 19 Jun 2005
Posts: 1876
Location: California

PostPosted: Mon Feb 01, 2010 11:59 pm   
 
The reason why CMUD is freezing is probably due to what I posted earlier. If you're capturing it to a child window, you'll need to disable mxp for that window, as it appears to be processing the URL twice. Once you do that, CMUD shouldn't hang for you any longer.

Charneus
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Tue Feb 02, 2010 12:16 am   
 
You have a trigger with a pattern of {^\chan ch=...} with some sort of #SUB command that is executing *after* the Clickable URL trigger is firing. It's your #SUB trigger that is somehow messing up the link.
Reply with quote
hadar
Apprentice


Joined: 30 Aug 2009
Posts: 198
Location: my apt, in california

PostPosted: Tue Feb 02, 2010 12:49 am   
 
what charn suggested helped what is fireing is just
Code:
<trigger priority="10" regex="true" id="1">
  <pattern>^\{chan ch=([^}]+)\}</pattern>
  <value>#sub {}
#if (%1!=auction) {#cap channels}
</value>
</trigger>
_________________
if you build it they will come, assuming that they have not already come to build it
Aardwolf Bootcamp
My youtube channel
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » CMUD Beta Forum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net