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.


Messages - Xclio

Pages: 1 ... 34 35 [36] 37 38
526
Bug discussion / Re: Edit: Select Colors
« on: July 08, 2008, 10:23:41 AM »
Figured out that if I close all project tabs out and reopen them I get the new colors.

527
Bug discussion / Re: Unhandled exception build 187
« on: July 08, 2008, 10:23:03 AM »
Sounds good check out the other exception I found.

528
General Discussion / Re: Colors
« on: July 08, 2008, 10:20:04 AM »
I have a thread in the bug section covering this.  And I did find out that you have to close any documents you have open and reopen them for the colors to take so overall it did work just gotta take an extra step to get them to work.

529
Bug discussion / Another Unhandled exception build 187
« on: July 08, 2008, 10:17:56 AM »
Told you I hadn't had much chance to mess with it but as soon as I did I would break it :)

I was messing around with the color options and had no file open, not even a blank.  Hit the drop down menu for the color scheme to choose a scheme and upon making a selection AND/OR clicking off you get this.



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 ᤲ.ᠤᙍ(Object ᙂ, EventArgs ᙄ)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripComboBox.OnDropDownClosed(EventArgs e)
   at System.Windows.Forms.ToolStripComboBox.HandleDropDownClosed(Object sender, EventArgs e)
   at System.Windows.Forms.ComboBox.OnDropDownClosed(EventArgs e)
   at System.Windows.Forms.ToolStripComboBox.ToolStripComboBoxControl.OnDropDownClosed(EventArgs e)
   at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ComboBox.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:///C:/Documents%20and%20Settings/christopher.grimm/Desktop/ScriptUO_v187.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:///C:/Documents%20and%20Settings/christopher.grimm/Desktop/ScriptUO_v187.exe
----------------------------------------
ScriptUO
    Assembly Version: 1.0.3110.29076
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/christopher.grimm/Desktop/ScriptUO_v187.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:///C:/Documents%20and%20Settings/christopher.grimm/Desktop/ScriptUO_v187.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.



530
Bug discussion / Unhandled exception build 187
« on: July 08, 2008, 10:11:24 AM »
I am going to see if I can try and "reproduce" what I was doing as I am not 100% sure but below is the debug info.


Update:  I was able to reproduce and it is pretty simple.  If no file is open at all and you attempt to click on edit you will get this exception and like said this is build 187

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 ᤲ.ᠠᙍ(Object ᙂ, EventArgs ᙄ)
   at System.Windows.Forms.ToolStripDropDownItem.OnDropDownOpened(EventArgs e)
   at System.Windows.Forms.ToolStripDropDownItem.DropDown_Opened(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripDropDown.OnOpened(EventArgs e)
   at System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible)
   at System.Windows.Forms.ToolStripDropDown.Show()
   at System.Windows.Forms.ToolStripDropDownItem.ShowDropDownInternal()
   at System.Windows.Forms.ToolStripDropDownItem.ShowDropDown(Boolean mousePush)
   at System.Windows.Forms.ToolStripMenuItem.OnMenuAutoExpand()
   at System.Windows.Forms.MenuTimer.OnTick(Object sender, EventArgs e)
   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:///C:/Documents%20and%20Settings/christopher.grimm/Desktop/ScriptUO_v187.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:///C:/Documents%20and%20Settings/christopher.grimm/Desktop/ScriptUO_v187.exe
----------------------------------------
ScriptUO
    Assembly Version: 1.0.3110.29076
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/christopher.grimm/Desktop/ScriptUO_v187.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:///C:/Documents%20and%20Settings/christopher.grimm/Desktop/ScriptUO_v187.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.


531
Bug discussion / Re: Save file as...
« on: July 08, 2008, 10:08:45 AM »
Okay pulled up build 187 and did some testing.  Same result except I found something a bit different but the same.  I will try and explain.

Opened up version 1.2 of my rail tamer and performed a save as.  Renamed it from Xclio's Taming on Rails v1.2 to the new name of Xclio's Taming on Rails v1.22 with the below option for .txt selected.  This saved the file but instead of it being a .txt file it saved it as a .22 file thus taking the .22 of my version number and creating a new file extension.

So in some further testing I did a save as of Xclio's Taming on Rails v1.2 but didn't rename it.  This saved properly as a .txt file extension.

Finally I did a save as of Xclio's Taming on Rails v1.2 and renamed it to test v1.2 and it failed.  This time saving improperly as a .2 file extension instead of a .txt file extension.

Presumeably it saved properly the second time without the rename because it recognized that the file was already there and simply replaced the data within the file thus never changing the file extension.  I did this test again but isntead renamed it to the name of one of myother files and confirmed this result.


TM as you said you believe that the code is working as intended which it probably is but I think if you compare it to the standard operation of a windows based system whatever is "selected" below will override anything that is typed enless a "valid" extension is typed above.  I am not sure how it cross checks to ensure that it is a valid extension (presumeably checking some sort of database).  Hopefully this makes sense to you.  Let me know if you need clarification on anything.

532
Bug discussion / Re: Save file as...
« on: July 08, 2008, 09:57:04 AM »
I ran into this as well and it seems to be with the version that we use.  It was wierd though as I was able to save as version 1.2 but version 1.21 wouldn't save properly.  This is using the save as function and also I was using SUO build 186, I noticed that you have 187 available and I will test it out there to see if I get the same result.

533
Bug discussion / Edit: Select Colors
« on: July 08, 2008, 09:51:03 AM »
Okay well, I realized that there is an option under edit to choose your own colors and such but when I tried to change the background color it didn't change anything.....I haven't tried going any further than that yet.  When I make the change I get the below in the bottom debug box.

Code: [Select]
0 8421504 0 255 16753920 9055202 25600 6646241 16711680 0 13948116 0 0 0 0 0

534
General Discussion / Colors
« on: July 08, 2008, 09:31:03 AM »
TM, can you possibly Make a black background color option?  Maybe utilizing the color coding from the scriptuo theme but with a black background?

535
Script Debug / Re: Alchemy Assistant
« on: July 08, 2008, 09:24:16 AM »
Ran it through the syntax checker again for ya.

Code: [Select]
Method count: 55
Command count: 55
*** Pass 1 - Label accounting:
Subroutine labels = 12
Tag labels = 4
44 Code block(s).
0 Warnings(s) encountered.
*** Pass 2 - Execution [SYNTAXCHECK]
0 Error(s) encountered.

536
I made an attempt at doing malas back when UOC was up and running but I only got about 1/8 of it done and got too lazy to walk the entire map and rail.  But the part that I did get completed worked great and I loved it.

537
General UO Chat / Re: Show Unread posts
« on: June 24, 2008, 09:30:51 AM »
Yeah that is probalbly what is happening is you have a delay in your timeout.

Haha TM is a NEWB!!!!

538
New member introductions / Re: Maddog HERE!!!
« on: June 13, 2008, 06:29:14 AM »
Welcome buddy.

539
Off Topic / Re: Dreadful new terrorist tactics....
« on: June 13, 2008, 06:28:53 AM »
This was so funny I had to post it up on my forum as well!  Freaking hilarious!

540
Bug discussion / Re: Unhandled Exception
« on: June 11, 2008, 07:20:25 PM »
I played with it alot today editing and trying out various items on some of my scripts and haven't broke it yet but I know I will eventually :)

Pages: 1 ... 34 35 [36] 37 38