Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - 12TimesOver

Pages: 1 ... 5 6 [7]
91
Just wondering...

I'm a serious Emulator collector junkie. I've been a dormant since cancelling my crappy Usenet (NNTP) service a few months back but have been aching recently to try to "finish those sets" (if you are a true emulator addict you will know what that means).

 :P

XII

92
Games & Game Systems / TFC Anyone?
« on: July 28, 2008, 05:25:34 AM »
Anyone? Beuller?

Anytime I need to just hop in to a fragfest and get some killing done without worrying about my suit, insurance, etc, etc, etc I get into a game of good ol' classic TFC. Anyone else here play? If so I'd love to know which servers.

XII

93
Bug discussion / Quirkiness when clicking on search results
« on: July 28, 2008, 02:48:49 AM »
This one isn't critical or anything, just a bug...

I did a search for a string. It came back with three results. Clicked on result number one and it took me to the appropriate line and highlighted the appropriate text. I modified the text then clicked on the next search result. This brought me to the correct line but it highlighted the text at the beginning of the line rather than the text I was searching for. I modified this text then clicked on the third search result. This time it highlighted text at the end of the line before the correct line (ie, line 554 when the search string was true on line 555).

Hopefully that makes sense. Let me know if there is anything else I can provide for information or if you have an issue duplicating these results.

XII

94
Bug discussion / Auto revert?
« on: July 28, 2008, 02:42:33 AM »
Morning,

Issue - made modifications to a script, got pulled away for a little while, came back and my changes had been reverted back. I tested this a couple of times with the same result. Unfortunately, because of RL and kids, etc I never was able to narrow down how long it took for the changes to revert but this happened several times.

Fortunately I had only changed three lines of code without saving, LOL!

Let me know if there is more info I can put together, I'll try to test again today with the hope of narrowing down the time it takes to revert the text. I also don't know if this was related to inactivity verse just a period of time going by.

XII

95
Movie Review / Journey to the Center of the Earth
« on: July 20, 2008, 03:59:05 AM »
Brought my daughter this weekend. Overall the writing was terrible, the acting was less than subpar, the plot was too convenient too quickly, some of the effects were good but just weren't enough to help the movie recover, even Brendan Frazier was total crap in this movie (not that I should expect much out of Mr. Encino Man).

So, in short, my 8-yr old daughter loved it. If you have kids you have to take them to see this movie. You will suffer for the entire duration but they will have a great time. Teenagers? Probably not. No kids? Wait until it comes out on cable tv and there is nothing else to watch.

XII

96
Bug discussion / Unhandled Exception
« on: July 01, 2008, 11:42:54 AM »
Task: Selecting Breakpoint in Debug menu
Description: Added a breakpoint in my script, clicked on the breakpoint in the Debug menu to have it take me to the breakpoint in the script
Error: Object reference not set to an instance of an object

Details:
Code: [Select]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at ៖.៰()
   at ᤬.ᡟᙍ(Object ᙂ, EventArgs ᙄ)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 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
----------------------------------------
ScriptUO
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///F:/EasyUO/ScriptUO_v181.exe
----------------------------------------
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
----------------------------------------
zip
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///F:/EasyUO/ScriptUO_v181.exe
----------------------------------------
ScriptUO
    Assembly Version: 1.0.3098.33304
    Win32 Version: 0.0.0.0
    CodeBase: file:///F:/EasyUO/ScriptUO_v181.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.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
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
ICSharpCode.TextEditor
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///F:/EasyUO/ScriptUO_v181.exe
----------------------------------------
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.windows.forms jitDebugging="true" />
</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.




97
Bug discussion / Version 181 crash
« on: July 01, 2008, 06:03:23 AM »
Task: Running Syntax Checker on Cyberpope's Mining Radar 4.1c
Issue: While running the Syntax Checker ScriptUO crashed
Error: Standard Microsoft "App has encountered an error, do you want to report to Microsoft" with the Debug button. Clicking Debug gives the error "An unhandled exception ('System.FormatException') occurred in ScriptUO_v181.exe"

I went ahead and Debugged using Visual Studio 2005 Debugger (included with SQL 2005) but not really helpful:
Code: [Select]
System.FormatException was unhandled
Message: Input string was not in a correct format.


Contents of ScriptUO Debug Panel (CP's script "issues"):
Code: [Select]
Method count: 55
Command count: 55
*** Pass 1 - Label accounting:
*** Warning - Tag +Examples: - Line 1223 already exists.  First occurance: 1219
*** Error - Subroutine DBarea - Line 3480 nested without return.
*** Warning - Tag ;purpose: - Line 3904 already exists.  First occurance: 3823
*** Warning - Tag ;@returns: - Line 3907 already exists.  First occurance: 3825
*** Warning - Tag ;purpose: - Line 3991 already exists.  First occurance: 3823
*** Warning - Tag ;@returns: - Line 3994 already exists.  First occurance: 3825
*** Warning - SUBROUTINE fwipe - Line 4266 unused
*** Warning - GOTO #menubutton - Line 1644 has no matching tag
*** Warning - GOTO #menubutton - Line 2272 has no matching tag
*** Warning - GOTO !_filesub - Line 4286 has no matching tag
Subroutine labels = 52
Tag labels = 62
342 Code block(s).
9 Warnings(s) encountered.
*** Pass 2 - Execution [SYNTAXCHECK]
** Error - Line 450: Invalid integer argument for command STR DEL
** Error - Line 868: Unknown command ****SUB
** Error - Line 889: Unknown command ****SUB
** Error - Line 938: Unknown command *****SUB
** Error - Line 941: Invalid integer argument for command STR DEL
** Error - Line 946: Invalid integer argument for command STR DEL
** Error - Line 1053: Invalid integer argument for command STR DEL


98
Bug discussion / Unhandled Exception
« on: June 11, 2008, 02:53:05 PM »
Hi TM,

Just wanted to report an Unhandled Exception error. This happened after clicking on an Error message in the Syntax Checker after deleting line 883 (was an extra line). I see why the error happened, just didn't know if it was something you would want to handle. IE, I changed the code after checking the syntax but without closing the Syntax Checker results window. When I clicked the Error line again after changing the code the value no longer matched since it was trying to take me to what was the last line of code (883) which had been removed.

Did that come out right? :p

Content of Syntax Checker window (I clicked on the imbalanced brace error):
Code: [Select]
Method count: 55
Command count: 55
*** Pass 1 - Label accounting:
*** Error - Braces not balanced. Imbalanced by: 1
Subroutine labels = 14
Tag labels = 16
0 Warnings(s) encountered.
*** Pass 2 - Execution [SYNTAXCHECK]
1 Error(s) encountered.

Debug Panel Error
Code: [Select]
Unhandled exception has occurred in your application...<snip>

should be between 0 and 882
Parameter Name: lineNR
Actual Value was 883

Debug Panel Details:
Code: [Select]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: should be between 0 and 882
Parameter name: lineNr
Actual value was 883.
   at ICSharpCode.TextEditor.Document.DefaultLineManager.GetLineSegment(Int32 lineNr)
   at ICSharpCode.TextEditor.Document.DefaultDocument.GetLineSegment(Int32 line)
   at ICSharpCode.TextEditor.Document.TextUtilities.GetLineAsString(IDocument document, Int32 lineNumber)
   at ᝰ.គ(Int32 linenumber)
   at ᡚᙂ.ᡢᙂ()
   at ᡚᙂ.ᡞᙂ()
   at ᡚᙂ.ᥙᙊ(Object ᙂ, MouseEventArgs ᙄ)
   at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.TextBoxBase.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
   at System.Windows.Forms.RichTextBox.WndProc(Message& m)
   at អ.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 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
----------------------------------------
ScriptUO
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///M:/EasyUO/ScriptUO_v146.exe
----------------------------------------
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
----------------------------------------
zip
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///M:/EasyUO/ScriptUO_v146.exe
----------------------------------------
ScriptUO
    Assembly Version: 1.0.3057.43162
    Win32 Version: 0.0.0.0
    CodeBase: file:///M:/EasyUO/ScriptUO_v146.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.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
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
ICSharpCode.TextEditor
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///M:/EasyUO/ScriptUO_v146.exe
----------------------------------------
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.windows.forms jitDebugging="true" />
</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.

Pages: 1 ... 5 6 [7]