Go Back   RunUO - Ultima Online Emulation > RunUO > Utility Support > Razor: The Cutting Edge UO Assistant

Razor: The Cutting Edge UO Assistant Razor is an Assistant program (similar to the popular UOAssist) for player run Ultima Online shards.

Reply
 
Thread Tools Display Modes
Old 10-15-2006, 03:10 PM   #1 (permalink)
Lurker
 
Join Date: Dec 2005
Posts: 5
Default Razor Positioning Error..

I get some error when trying to use the new positioning system.. heres the text:

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

************** Exception Text **************
System.IO.IOException: The OS handle's position isn't what FileStream expected. Do not use a handle simultaneously in one FileStream and in Win32 code or another FileStream. This may cause data loss.
at System.IO.FileStream.VerifyOSHandlePosition()
at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin)
at Ultima.TileMatrix.ReadLandBlock(Int32 x, Int32 y)
at Ultima.TileMatrix.GetLandBlock(Int32 x, Int32 y)
at Ultima.Map.RenderBlock(Int32 x, Int32 y, Boolean drawStatics)
at Ultima.Map.GetRenderedBlock(Int32 x, Int32 y, Boolean statics)
at Ultima.Map.GetImage(Int32 x, Int32 y, Int32 width, Int32 height, Bitmap bmp, Boolean statics)
at Ultima.Map.GetImage(Int32 x, Int32 y, Int32 width, Int32 height, Boolean statics)
at Assistant.MapUO.UOMapControl.FullUpdate()
at Assistant.MapUO.UOMapControl.set_Active(Boolean value)
at Assistant.MapUO.MapWindow.InitializeComponent()
at Assistant.MapUO.MapWindow..ctor()
at Assistant.MainForm.btnMap_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs 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.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.40607/mscorlib.dll
----------------------------------------
Razor
Assembly Version: 1.0.1.22123
Win32 Version: 1.0.1.22123
CodeBase: file:///C:/Program%20Files/Razor/Razor.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.3600.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.3600.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.3600.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Ultima
Assembly Version: 1.0.2425.24301
Win32 Version: 1.0.2425.24301
CodeBase: file:///C:/Program%20Files/Razor/Ultima.dll
----------------------------------------
RegexAssembly54267293_0
Assembly Version: 0.0.0.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.3600.0__b77a5c561934e089/System.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.3600.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.


Help?
colozus is offline   Reply With Quote
Old 10-15-2006, 05:20 PM   #2 (permalink)
Administrator
 
Zippy's Avatar
 
Join Date: Aug 2002
Location: Baltimore, MD
Age: 25
Posts: 4,868
Default

It looks like you have the Framework 2.0 installed. If so, install the 1.1 framework.

Also, what OS?
__________________
Zippy, Razor Creator and RunUO Core Developer
The RunUO Software Team

"Intuition, like a flash of lightning, lasts only for a second. It generally comes when one is tormented by a difficult decipherment and when one reviews in his mind the fruitless experiments already tried. Suddenly the light breaks through and one finds after a few minutes what previous days of labor were unable to reveal."
~The Cryptonomicon

Zippy is offline   Reply With Quote
Old 10-16-2006, 04:43 AM   #3 (permalink)
Lurker
 
Join Date: Dec 2005
Posts: 5
Default

Yes, I have Net framework 2, and my OS is winxp sp2.
colozus is offline   Reply With Quote
Old 10-16-2006, 05:05 AM   #4 (permalink)
Lurker
 
Join Date: Dec 2005
Posts: 5
Default

Ok I installed Net Framework 1.1 and its working fine now, thanks for the help.
colozus is offline   Reply With Quote
Old 10-18-2006, 02:07 PM   #5 (permalink)
Forum Novice
 
Join Date: Nov 2004
Location: Brasil
Age: 20
Posts: 106
Default

I use Windows XP SP2 with Framework 2.0 too and dont get that error...
__________________
- Brasil :)
Debugger is offline   Reply With Quote
Old 10-20-2006, 02:00 PM   #6 (permalink)
Forum Newbie
 
Join Date: Oct 2006
Posts: 1
Default

How do i download the framework and where?
ZamorakGuns is offline   Reply With Quote
Old 10-20-2006, 02:29 PM   #7 (permalink)
Forum Expert
 
Join Date: Dec 2004
Posts: 279
Default

Quote:
Originally Posted by ZamorakGuns
How do i download the framework and where?
There is sticky post in this forum for some reason...
Tourist is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5