› General › Macro Help › Razor -error
- This topic has 11 replies, 4 voices, and was last updated 6 years, 2 months ago by mastelarox.
-
AuthorPosts
-
October 2, 2017 at 11:14 pm #409
mastelarox
Member- Topics - 2
- Replies - 6
- Total - 8
- Neophyte
- ★
I am getting this always I start a macro
System.ComponentModel.Win32Exception: Erro ao criar identificador de janela.
em System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
em System.Windows.Forms.Timer.TimerNativeWindow.EnsureHandle()
em System.Windows.Forms.Timer.TimerNativeWindow.StartTimer(Int32 interval)
em System.Windows.Forms.Timer.set_Enabled(Boolean value)
em System.Windows.Forms.Timer.Start()
em Assistant.Timer.ChangedNextTick(Boolean allowImmediate)
em Assistant.Timer.Slice()
em Assistant.MainForm.timerTimer_Tick(Object sender, EventArgs e)
em System.Windows.Forms.Timer.OnTick(EventArgs e)
em System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
em 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): 2.0.0.0
Versão do Win32: 2.0.50727.8762 (QFE.050727-8700)
Base de Código: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
—————————————-
Razor
Versão do Conjunto de Módulos (Assembly): 1.0.12.10
Versão do Win32: 1.0.12.10
Base de Código: file:///C:/Program%20Files%20(x86)/Razor/Razor.exe
—————————————-
System
Versão do Conjunto de Módulos (Assembly): 2.0.0.0
Versão do Win32: 2.0.50727.8770 (QFE.050727-8700)
Base de Código: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
—————————————-
System.Windows.Forms
Versão do Conjunto de Módulos (Assembly): 2.0.0.0
Versão do Win32: 2.0.50727.5491 (Win7SP1GDR.050727-5400)
Base de Código: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
—————————————-
System.Drawing
Versão do Conjunto de Módulos (Assembly): 2.0.0.0
Versão do Win32: 2.0.50727.5495 (Win7SP1GDR.050727-5400)
Base de Código: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
—————————————-
Ultima
Versão do Conjunto de Módulos (Assembly): 1.0.2892.25676
Versão do Win32: 1.0.2892.25676
Base de Código: file:///C:/Program%20Files%20(x86)/Razor/Ultima.DLL
—————————————-
mscorlib.resources
Versão do Conjunto de Módulos (Assembly): 2.0.0.0
Versão do Win32: 2.0.50727.8762 (QFE.050727-8700)
Base de Código: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
—————————————-
Accessibility
Versão do Conjunto de Módulos (Assembly): 2.0.0.0
Versão do Win32: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
Base de Código: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
—————————————-
System.Xml
Versão do Conjunto de Módulos (Assembly): 2.0.0.0
Versão do Win32: 2.0.50727.5494 (Win7SP1GDR.050727-5400)
Base de Código: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
—————————————-
System.resources
Versão do Conjunto de Módulos (Assembly): 2.0.0.0
Versão do Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
Base de Código: file:///C:/Windows/assembly/GAC_MSIL/System.resources/2.0.0.0_pt-BR_b77a5c561934e089/System.resources.dll
—————————————-
System.Configuration
Versão do Conjunto de Módulos (Assembly): 2.0.0.0
Versão do Win32: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
Base de Código: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
—————————————-
System.Windows.Forms.resources
Versão do Conjunto de Módulos (Assembly): 2.0.0.0
Versão do Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
Base de Código: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll
—————————————-************** Depuração JIT **************
Para habilitar a depuração just-in-time (JIT), o arquivo .config 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 a depuração
habilitada.Por exemplo:
<configuration>
<system.windows.forms jitDebugging=”true” />
</configuration>Quando a depuração JIT está habilitada, qualquer exceção não tratada
será enviada ao depurador JIT registrado no computador,
em vez de ser tratada nesta caixa de diálogo.October 2, 2017 at 11:54 pm #410lothar
Member- Topics - 2
- Replies - 16
- Total - 18
- Neophyte
- ★
Does it happen for every macro?
Maybe re-installing Razor will help?
Or maybe check if you have the latest version of .NET framework.October 3, 2017 at 9:55 am #414Methlab
Member- Topics - 2
- Replies - 14
- Total - 16
- Neophyte
- ★
It seems to pick .Net 2.0 and it should use .Net 4.x
October 3, 2017 at 1:19 pm #420mastelarox
Member- Topics - 2
- Replies - 6
- Total - 8
- Neophyte
- ★
I installed the version that comes with the shard files,
seems my net framework is up to date.October 3, 2017 at 2:45 pm #421Methlab
Member- Topics - 2
- Replies - 14
- Total - 16
- Neophyte
- ★
Can you try to re-install the shard files?
October 3, 2017 at 4:58 pm #423Nagash
AdministratorYou could try checking if you have .net framework 2.0 installed. Razor might still need this (i’m not sure about that though). New Windows versions shouldn’t have this anymore. You can install multiple .net frameworks side-by-side though so it won’t hurt to try.
October 3, 2017 at 9:50 pm #431mastelarox
Member- Topics - 2
- Replies - 6
- Total - 8
- Neophyte
- ★
im using win 7
i don’t know wich version it’s installed, I have unnistalled version 4.5 and razor still works but the error continue to show, its an annoying window….October 3, 2017 at 10:49 pm #434Nagash
AdministratorAnyone else having this issue. Use UOSteam instead.
October 4, 2017 at 2:44 pm #438mastelarox
Member- Topics - 2
- Replies - 6
- Total - 8
- Neophyte
- ★
problem not solved with razor, so trying to use UOS
October 4, 2017 at 3:04 pm #439Methlab
Member- Topics - 2
- Replies - 14
- Total - 16
- Neophyte
- ★
You might want to try Razor again after the reboot later today.
October 5, 2017 at 1:43 pm #446mastelarox
Member- Topics - 2
- Replies - 6
- Total - 8
- Neophyte
- ★
still getting the same problems, and I did not figured out how to macro Item id with UOS…
October 6, 2017 at 9:18 pm #456mastelarox
Member- Topics - 2
- Replies - 6
- Total - 8
- Neophyte
- ★
well, came back with Razor because UOS is lagging the shard, so still no solutions with windows 7 and razor, I tried google the error, but no solution found. :S
-
AuthorPosts
- You must be logged in to reply to this topic.