RSS feeds of character reports

Threads moved from Suggestions for suggestions that are likely, but are awaiting approval and implementation.

Moderators: Public Relations Department, Players Department, Programming Department, Game Mechanics (RD)

User avatar
ceselb
Posts: 686
Joined: Wed Jan 10, 2007 11:40 pm

Postby ceselb » Mon Jun 23, 2008 10:17 pm

Doesn't handle the server being down.

Code: Select all

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Text length must be less than 64 characters long.
Parameter name: Text
Actual value was <br>
<b>Warning</b>:  mysql_query(): Too many connections in <.
   at System.Windows.Forms.NotifyIcon.set_Text(String value)
   at CantrMonitor.MainForm.ParseResponse(String Response)
   at CantrMonitor.MainForm.<>c__DisplayClass2.<RespCallback>b__0()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CantrMonitor
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/ceselb/Desktop/CantrMonitor(2).exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system>
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
"I'll start with who, what, where, and when, followed by whither, whether, wherefore and whence, and follow that up with a big side-order of 'why'." -- Zaphod Beeblebrox
User avatar
Solfius
Posts: 3144
Joined: Wed Jul 16, 2003 5:31 pm

Postby Solfius » Mon Jun 23, 2008 11:29 pm

something just caught my eye in that:

Code: Select all

Actual value was <br>
<b>Warning</b>:  mysql_query(): Too many connections in <


Is this something staff are aware of?

I'm assuming this error is related to the sever lagging, and could this be the point of failure, when mySQL is unable to handle any more connections?
User avatar
ceselb
Posts: 686
Joined: Wed Jan 10, 2007 11:40 pm

Postby ceselb » Mon Jun 23, 2008 11:42 pm

SQL reaching connection limit is the normal error message.
It basically is the lag, not the cause of it as I understand it.
"I'll start with who, what, where, and when, followed by whither, whether, wherefore and whence, and follow that up with a big side-order of 'why'." -- Zaphod Beeblebrox
User avatar
Solfius
Posts: 3144
Joined: Wed Jul 16, 2003 5:31 pm

Postby Solfius » Tue Jun 24, 2008 9:51 am

ceselb wrote:SQL reaching connection limit is the normal error message.
It basically is the lag, not the cause of it as I understand it.


The sympton, not the ailment itself.

It was the first clear indication as to the cause of the lag (as opposed to slow PHP code, or large table sizes) that I've seen, as on the boards it's mainly speculation, so I thought it worth pointing out
User avatar
TerribleTadpole
Posts: 32
Joined: Mon Aug 20, 2007 2:22 am
Location: Melbourne, Australia

Postby TerribleTadpole » Thu Jun 26, 2008 5:02 am

I would love to use the RSS feed, but when I try to run CantrMonitor.exe, I get the dreaded Microsoft error message: "CantrMonitor has encountered a problem and needs to close. We are sorry for the inconvenience."

Anybody else had this problem?

[/b]
User avatar
marol
Posts: 3728
Joined: Sun Jul 17, 2005 11:45 am
Location: Kraków, PL
Contact:

Postby marol » Thu Jun 26, 2008 8:27 am

(SRVPRC)
Image
User avatar
Solfius
Posts: 3144
Joined: Wed Jul 16, 2003 5:31 pm

Postby Solfius » Thu Jun 26, 2008 11:15 am

thanks marol :)
User avatar
Pilot
Administrator Emeritus
Posts: 7603
Joined: Thu Sep 21, 2006 3:32 pm

Postby Pilot » Thu Jun 26, 2008 3:13 pm

Now I've noticed:

When smiley face is off, turns green and says: No new events in Cantr II.
I log in to check and there are new events :roll:
User avatar
Crosshair
Posts: 1255
Joined: Sat Feb 05, 2005 9:05 pm
Location: Brighton, UK.

Postby Crosshair » Thu Jun 26, 2008 4:57 pm

Well whenever it lights up, and says "no new events" It means there are events lol...
[url=http://dragcave.net/view/tvkg][img]http://dragcave.net/image/tvkg.gif[/img][/url]

[url=http://dragcave.net/view/RgKP][img]http://dragcave.net/image/RgKP.gif[/img][/url]
User avatar
TerribleTadpole
Posts: 32
Joined: Mon Aug 20, 2007 2:22 am
Location: Melbourne, Australia

Postby TerribleTadpole » Fri Jun 27, 2008 12:19 am

Thanks... working now. I was getting a cached copy of the earlier version.

I would like to say that I believe that this service is tremendously important for players who wish to undertake any kind of group action. I understand that CR prevents players from coordinating their actions using methods outside the game, and I agree with that entirely. But it will now be possible to become aware of and respond to in-game events as they occur.
[/list]
Rossato
Posts: 519
Joined: Sun May 06, 2007 2:10 pm

Postby Rossato » Fri Jun 27, 2008 12:36 am

Working fine now. Thanks!
Não vai dar tempo!!
User avatar
Solfius
Posts: 3144
Joined: Wed Jul 16, 2003 5:31 pm

Postby Solfius » Fri Jun 27, 2008 3:13 pm

getting an error on start up:
seems to be linked to having events when starting the application, after I checked my characters and started it again, the error did not occur

Code: Select all

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: Balloon tip text must have a non-empty value.
   at System.Windows.Forms.NotifyIcon.ShowBalloonTip(Int32 timeout, String tipTitle, String tipText, ToolTipIcon tipIcon)
   at CantrMonitor.MainForm.ShowBubble()
   at CantrMonitor.MainForm.ParseResponse(String Response)
   at CantrMonitor.MainForm.<>c__DisplayClass2.<RespCallback>b__0()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CantrMonitor
    Assembly Version: 1.0.1.0
    Win32 Version: 1.0.1.0
    CodeBase: file:///C:/Documents%20and%20Settings/Chris/My%20Documents/CantrMonitor.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system>
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


User avatar
saztronic
Posts: 694
Joined: Sun Aug 28, 2005 5:27 pm
Location: standing right behind you

Postby saztronic » Sat Jun 28, 2008 5:29 pm

Great idea.
I kill threads. It's what I do.
User avatar
ceselb
Posts: 686
Joined: Wed Jan 10, 2007 11:40 pm

Postby ceselb » Fri Jul 04, 2008 4:27 pm

I'm going to suggest two things that I think would improve this very useful tool.

The option to ignore one or more chars, excluding them from notification. I have one char in a very busy place, resulting in an almost constantly green icon.

The sound alert would be useful, but is much less so in the current form. I'd like an option to only have the sound for new events. As it is now it keeps on and on alerting for the same events over and over. Combined with the very busy place described above it led to me using silent mode very quickly.

The option to not have a balloon popup when sound is on. That popup distracts me greatly and was also a large part of why I turned to silent mode.
"I'll start with who, what, where, and when, followed by whither, whether, wherefore and whence, and follow that up with a big side-order of 'why'." -- Zaphod Beeblebrox
User avatar
SekoETC
Posts: 15525
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Sun Aug 03, 2008 6:35 pm

It gave this error message after I finally left the remember my information box checked.

************** Exception Text **************
System.ArgumentException: Balloon tip text must have a non-empty value.
at System.Windows.Forms.NotifyIcon.ShowBalloonTip(Int32 timeout, String tipTitle, String tipText, ToolTipIcon tipIcon)
at CantrMonitor.MainForm.ShowBubble()
at CantrMonitor.MainForm.ParseResponse(String Response)
at CantrMonitor.MainForm.<>c__DisplayClass2.<RespCallback>b__0()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CantrMonitor
Assembly Version: 1.0.1.0
Win32 Version: 1.0.1.0
CodeBase: file:///C:/Ilona/PELIT/Cantr/CantrMonitor.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Not-so-sad panda

Return to “Likely Suggestions”

Who is online

Users browsing this forum: No registered users and 1 guest