Author |
Message |
Topic: [3.09]HTML logging bugs |
Dwoggurd
Replies: 3
Views: 5899
|
Forum: CMUD Beta Forum Posted: Sun Jul 19, 2009 10:21 pm Subject: [3.09]HTML logging bugs |
Another bug (or a feature).
User commands are logged with doubled tags.
Steps to reproduce:
Set command color to khaki. Type in any command, for example, "command". Save the buffer to an html l ... |
Topic: [3.09]HTML logging bugs |
Dwoggurd
Replies: 3
Views: 5899
|
Forum: CMUD Beta Forum Posted: Sun Jul 19, 2009 4:16 am Subject: [3.09]HTML logging bugs |
This is a continuation of this topic:
<trigger priority="190" case="true" regex="true" id="19">
<pattern>===(aaa)===</pattern>
... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Sat Jul 18, 2009 8:56 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
Most of problems are fixed in 3.09.
But I still notice some bugs with html logging.
Steps to reproduce:
Triggers.
The difference is that "aaa" variant uses standard colors and "bbb" uses cus ... |
Topic: 3.08 close to Public status |
Dwoggurd
Replies: 12
Views: 12428
|
Forum: CMUD Beta Forum Posted: Wed Jun 10, 2009 3:18 am Subject: 3.08 close to Public status |
http://forums.zuggsoft.com/forums/viewtopic.php?p=147269#147269
This post contains an example with broken coloring on a sreen. I'm not sure if it is exactly the same problem as with a SPAN tag.
Agai ... |
Topic: 3.08 close to Public status |
Dwoggurd
Replies: 12
Views: 12428
|
Forum: CMUD Beta Forum Posted: Tue Jun 09, 2009 6:44 pm Subject: 3.08 close to Public status |
1)
There more examples in the same thread.
http://forums.zuggsoft.com/forums/viewtopic.php?p=146766
Sometimes there is incorrect coloring on a screen with "simple" ANSI color codes (like red), ... |
Topic: 3.08 close to Public status |
Dwoggurd
Replies: 12
Views: 12428
|
Forum: CMUD Beta Forum Posted: Mon Jun 08, 2009 7:16 pm Subject: 3.08 close to Public status |
Color/HTML logging issues are included? |
Topic: Is there a trick to override "stop further processing"? |
Dwoggurd
Replies: 3
Views: 5421
|
Forum: CMUD General Discussion Posted: Sat May 02, 2009 3:11 am Subject: Is there a trick to override "stop further processing"? |
I have a high priority trigger that "stops further processing". In most cases that's what I want, but sometimes I want to let other low priority triggers fire (to process exceptions from a common rule ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Fri May 01, 2009 3:30 am Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
This thread has two topics:
1) HTML logging problems. You can read about them in first several posts (I don't rehash them in this post)
2) Run-time problem which also has HTML logging problem. This ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Thu Apr 30, 2009 7:15 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
The whole thread is about HTML loggin problem.
With 3.06 fixes the nature of HTML logging bugs has changed.
In 3.06 the main problem I see is unclosed colors. It can be reproduced without any ESC ch ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Thu Apr 30, 2009 5:16 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
I tried to replace ESC with %e in my trigger, but while my trigger works for #SHOW command (that uses %ansi) it doesn't work for real mud output or #SHOW with ESC char. That's my original problem. #SH ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Wed Apr 29, 2009 8:45 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
One more addition.
This problem seems only exists for simple ANSI ESC codes. I can't reproduce it for bold codes.
What I mean (mud text is taken from the script debugger):
<<ESC>
This ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Wed Apr 29, 2009 8:32 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
Thanks for hints.
I used
<trigger priority="101" case="true" ansi="true" stop="true" regex="true" id="18">
<pattern><!& ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Tue Apr 28, 2009 8:44 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
I'm saying that the trigger output is not what I expect to see.
The "show" command is just supposed to fire the trigger and it works (I guess).
This issue is run-time but the problem is very closely ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Tue Apr 28, 2009 7:19 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
One more problem:
This is not exactly logging issue but rather a run-time issue (which probably cause logging issues as well).
Trigger:
It may look a bit wierd but its purpose is to split an inco ... |
Topic: Plans for 3.06 version |
Dwoggurd
Replies: 15
Views: 22765
|
Forum: CMUD Beta Forum Posted: Mon Apr 27, 2009 6:22 pm Subject: Plans for 3.06 version |
Any plans for 3.07?
I'm particularly intrested in using HTML logging, so I vote for fixing remaining issues with colors (ansi/custom/#CW/#PCOL/etc) and how they are written to a log fil ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Sun Apr 19, 2009 6:59 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
More experiments.
It looks like there is some mess when original mud output has ansi colors.
And I have a wild guess (probably false) that there is some specific additional miss with red ansi color ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Fri Apr 17, 2009 11:49 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
Still buggy in 3.06.
It looks like in 3.06 PCOL isn't always closed correctly. On a screen it's ok but in a log PCOL-colored pattern isn't closed until the end of the line. It happens when I try to ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Sat Mar 14, 2009 2:35 pm Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
There is some mess with how ansi and non-ansi colors interact together. Some of them come from a mud and some are brought by triggers.
More experiments:
Triggers:
trigger priority="130&q ... |
Topic: [2.37] HTML logging broken? Still buggy in [3.09] |
Dwoggurd
Replies: 29
Views: 34459
|
Forum: CMUD General Discussion Posted: Fri Mar 13, 2009 4:39 am Subject: [2.37] HTML logging broken? Still buggy in [3.09] |
How to reproduce:
Trigger:
<trigger priority="2040" case="true" regex="true" id="16">
<pattern>(misses) you\.$</pattern>
& ... |
Topic: Any ETA for next CMUD version? |
Dwoggurd
Replies: 6
Views: 8805
|
Forum: CMUD General Discussion Posted: Tue Jan 06, 2009 2:18 am Subject: Any ETA for next CMUD version? |
color names listed in %colorname have the same issue,
SUB+MXP tag will require to replace all #COLOR instances in my "huge" set of aliases/triggers.
I'm thinking to try older versions. Do we have ... |
Topic: Any ETA for next CMUD version? |
Dwoggurd
Replies: 6
Views: 8805
|
Forum: CMUD General Discussion Posted: Mon Jan 05, 2009 11:58 pm Subject: Any ETA for next CMUD version? |
I tried the latest 3.03(?) beta and the bug is still there.
Any workaround ideas are welcome! |
Topic: Any ETA for next CMUD version? |
Dwoggurd
Replies: 6
Views: 8805
|
Forum: CMUD General Discussion Posted: Mon Jan 05, 2009 10:15 pm Subject: Any ETA for next CMUD version? |
Zugg, do you plan to update/bugfix 2.XX CMUD any time soon?
I'm particularly interesting in resolving this problem
[url=http://forums.zuggsoft.com/forums/viewtopic.php?p=140154][2.37] HTML logging ... |
Topic: CSS in HTML Logging? |
Dwoggurd
Replies: 10
Views: 10829
|
Forum: CMUD General Discussion Posted: Thu Dec 18, 2008 7:30 am Subject: CSS in HTML Logging? |
I see no special tags for the timer message. By the way, how you got this html code? Is this from some external tool? What CMUD version?
When I tried to set html logging in CMUD 2.37 and looked at th ... |
Topic: CSS in HTML Logging? |
Dwoggurd
Replies: 10
Views: 10829
|
Forum: CMUD General Discussion Posted: Thu Dec 18, 2008 12:27 am Subject: CSS in HTML Logging? |
Show the resulting html tag in your log for your tick message?
It should look like <span style="color:#xxxxxx;"> |
Topic: Text color in log goes black? |
Dwoggurd
Replies: 7
Views: 8439
|
Forum: CMUD General Discussion Posted: Sat Dec 13, 2008 7:41 pm Subject: Text color in log goes black? |
What about "Tick" and "timer" messages?
Do you use ANSI codes for them or custom color? Do you see them in your log?
Can you post your html log (or a part of it) in text format (so we could see the ... |
|