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 07-28-2005, 03:49 PM   #1 (permalink)
Forum Novice
 
Join Date: Nov 2004
Location: Brasil
Age: 20
Posts: 106
Default Problem with mIRC + Razor

I'm using this alias to interact Razor with mIRC:

Code:
alias aam { timeraam 0 2 checa_aam C:\Arquivos de programas\Razor\Packets.log } 
alias checa_aam { 
  if ($read($1-,w,*A.N.T.I.-.M.A.C*)) { splay C:\Arquivos de programas\Ares Lite Edition\My Shared Folder\aqua - barbie girl.mp3 | /msg #RazorM2A .am } 
  if ($read($1-,w,*ando o Mundo.*)) { /msg #RazorM2A .save }
  /remove " $+ $1- $+ " 
}
But after a time activated, Razor crashes and gives this error:

Code:
Consulte o final desta mensagem para obter detalhes sobre como chamar a 
depuração just-in-time (JIT) em vez desta caixa de diálogo.

************** Texto de Exceção **************
System.IO.IOException: O processo não pode acessar o arquivo "C:\Arquivos de programas\Razor\Packets.log" porque ele está sendo usado por outro processo.
   at System.IO.__Error.WinIOError(Int32 errorCode, String str)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at Assistant.Packet.Log(PacketPath path, Byte* buff, Int32 len, Boolean blocked)
   at Assistant.ClientCommunication.HandleComm(Buffer* inBuff, Buffer* outBuff, Queue queue, PacketPath path)
   at Assistant.ClientCommunication.OnSend()
   at Assistant.ClientCommunication.OnMessage(MainForm razor, UInt32 wParam, Int32 lParam)
   at Assistant.MainForm.WndProc(Message& msg)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Conjuntos de Módulos (Assemblies) Carregados **************
mscorlib
    Versão do Conjunto de Módulos (Assembly): 1.0.5000.0
    Versão do Win32: 1.1.4322.2032
    Base de Código: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Razor
    Versão do Conjunto de Módulos (Assembly): 0.1.25.36747
    Versão do Win32: 0.1.25.36747
    Base de Código: file:///C:/Arquivos%20de%20programas/Razor/Razor.exe
----------------------------------------
System.Windows.Forms
    Versão do Conjunto de Módulos (Assembly): 1.0.5000.0
    Versão do Win32: 1.1.4322.2032
    Base de Código: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Versão do Conjunto de Módulos (Assembly): 1.0.5000.0
    Versão do Win32: 1.1.4322.2032
    Base de Código: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
Ultima
    Versão do Conjunto de Módulos (Assembly): 1.0.1873.25700
    Versão do Win32: 1.0.1873.25700
    Base de Código: file:///C:/Arquivos%20de%20programas/Razor/Ultima.DLL
----------------------------------------
RegexAssembly2_0
    Versão do Conjunto de Módulos (Assembly): 0.0.0.0
    Versão do Win32: n/a
    Base de Código: 
----------------------------------------
System.Drawing
    Versão do Conjunto de Módulos (Assembly): 1.0.5000.0
    Versão do Win32: 1.1.4322.2032
    Base de Código: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Xml
    Versão do Conjunto de Módulos (Assembly): 1.0.5000.0
    Versão do Win32: 1.1.4322.2032
    Base de Código: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
mscorlib.resources
    Versão do Conjunto de Módulos (Assembly): 1.0.5000.0
    Versão do Win32: 1.1.4322.573
    Base de Código: file:///c:/windows/assembly/gac/mscorlib.resources/1.0.5000.0_pt-br_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
    Versão do Conjunto de Módulos (Assembly): 1.0.5000.0
    Versão do Win32: 1.1.4322.573
    Base de Código: file:///c:/windows/assembly/gac/system.windows.forms.resources/1.0.5000.0_pt-br_b77a5c561934e089/system.windows.forms.resources.dll
----------------------------------------

************** Depuração JIT **************
Para ativar a depuração just in time (JIT), o arquivo de configuração deste
aplicativo ou computador (machine.config) deve ter o valor
jitDebugging definido na seção system.windows.forms.
O aplicativo também deve ser compilado com depuração
ativada.

Por exemplo:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Quando a depuração JIT estiver ativada, qualquer exceção não tratada
será enviada para o depurador JIT registrado no computador
em vez de ser tratada pela caixa de diálogo.
I'm playing in a POL shard, using client 3.0.7a and last Razor release.

Other peoples are using the same alias in mIRC and they Razor I'snt crashing :/
Debugger is offline   Reply With Quote
Old 07-28-2005, 05:02 PM   #2 (permalink)
Forum Novice
 
Join Date: Nov 2004
Location: Brasil
Age: 20
Posts: 106
Default

Code:
It consults the end of this message to get details on as to call the purification just-in-teams (JIT) in time this box of dialogue.

************** Exception Text **************
System.IO.IOException: The process couldn't access the archive "C:\Arquivos de programas\Razor\Packets.log" because i'ts been used by another proccess.
   at System.IO.__Error.WinIOError(Int32 errorCode, String str)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at Assistant.Packet.Log(PacketPath path, Byte* buff, Int32 len, Boolean blocked)
   at Assistant.ClientCommunication.HandleComm(Buffer* inBuff, Buffer* outBuff, Queue queue, PacketPath path)
   at Assistant.ClientCommunication.OnSend()
   at Assistant.ClientCommunication.OnMessage(MainForm razor, UInt32 wParam, Int32 lParam)
   at Assistant.MainForm.WndProc(Message& msg)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Sets of Modules (Assemblies) Loaded **************
mscorlib
    Version of the Set of Modules (Assembly): 1.0.5000.0
    Versão of Win32: 1.1.4322.2032
    Base of Code: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Razor
    Version of the Set of Modules (Assembly): 0.1.25.36747
    Versão of Win32: 0.1.25.36747
    Base of Code: file:///C:/Arquivos%20de%20programas/Razor/Razor.exe
----------------------------------------
System.Windows.Forms
    Version of the Set of Modules (Assembly): 1.0.5000.0
    Version of Win32: 1.1.4322.2032
    Base of Code: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Version of the Set of Modules (Assembly): 1.0.5000.0
    Version of Win32: 1.1.4322.2032
    Base of Code: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
Ultima
    Version of the Set of Modules (Assembly): 1.0.1873.25700
    Version of Win32: 1.0.1873.25700
    Base of Code: file:///C:/Arquivos%20de%20programas/Razor/Ultima.DLL
----------------------------------------
RegexAssembly2_0
    Version of the Set of Modules (Assembly): 0.0.0.0
    Version of Win32: n/a
    Base of Code: 
----------------------------------------
System.Drawing
    Version of the Set of Modules (Assembly): 1.0.5000.0
    Version of Win32: 1.1.4322.2032
    Base of Code: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Xml
    Version of the Set of Modules (Assembly): 1.0.5000.0
    Version of Win32: 1.1.4322.2032
    Base of Code: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
mscorlib.resources
    Version of the Set of Modules (Assembly): 1.0.5000.0
    Version of Win32: 1.1.4322.573
    Base of Code: file:///c:/windows/assembly/gac/mscorlib.resources/1.0.5000.0_pt-br_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
    Version of the Set of Modules (Assembly): 1.0.5000.0
    Version of Win32: 1.1.4322.573
    Base of Code: file:///c:/windows/assembly/gac/system.windows.forms.resources/1.0.5000.0_pt-br_b77a5c561934e089/system.windows.forms.resources.dll
----------------------------------------

************** Purification JIT **************
To activate the purification just in teams (JIT), the this applicatory computer or archive of configuration (machine.config) must have the definite value jitDebugging in the section system.windows.forms. The applicatory one also must be compiled with activated purification.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When purification JIT will be activated, any treated exception will not be sent for depurator JIT registered in the computer instead of being treated by the box of dialogue.
Translated with Babel Fish ^^

This was the best I could do
Debugger is offline   Reply With Quote
Old 07-28-2005, 05:08 PM   #3 (permalink)
Forum Novice
 
Join Date: Nov 2004
Location: Brasil
Age: 20
Posts: 106
Default

It would be nice ^^ I know that problem, but I'm confused because I asked for some other ppl that use that alias also and they don't have that problem

I don't know why just me is getting this problem o.O
Debugger is offline   Reply With Quote
Old 07-28-2005, 06:22 PM   #4 (permalink)
Forum Novice
 
Join Date: Nov 2004
Location: Brasil
Age: 20
Posts: 106
Default

I already tried, I'm not expecting Zippy to solve the problem, I'm just wanting some help.

I just don't understand why you keep posting, your first post helped some but no need to keep posting If don't have anything to add to the topic. If Zippy thinks that this topic is useless let's leave him to choose If it should be deleted/locked or not.
Debugger is offline   Reply With Quote
Old 07-29-2005, 11:24 PM   #5 (permalink)
Forum Expert
 
Join Date: Jan 2003
Location: Florida
Age: 24
Posts: 509
Default

Debugger.

Are you talking to youself? Or were some posts deleted? Im only seeing your posts/replies here.

Anyways, what's that alias supposed to be doing?
r00ted is offline   Reply With Quote
Old 07-30-2005, 01:10 AM   #6 (permalink)
Forum Novice
 
Join Date: Nov 2004
Location: Brasil
Age: 20
Posts: 106
Default

Were deleted ^^

Well the alias are suposed to scan the packet.log for some words, if founded it's suposed to play a music and send a message to a channel.
Debugger 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