-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft .NET Framework error #49
Comments
Hi Thorrenat, Thanks for reporting this issue. I'm not sure why it's in Spanish. I was not able to reproduce this issue, or find it by line number, but I believe that this could be the culprit. This fix is in the 1.0.17 release. Let me know if you are still getting an error and I would be happy to investigate it further.. Thanks, Daniel |
Hi Daniel, Certainly with 1.0.17 I am no longer getting this error. It would be great to add a function to "jump to" and manage to direct the scrip to a different line of code in case of seeing an event or another. I know right know you can set it to jump back to home or parent but some times is limited, can be useful just to jump to a specific line. Thanks for this wonderful tool. Best regards |
Hi Thorrenat, Great suggestions. Daniel |
Hi Daniel, Thanks for adding the GoTo menu, really useful. Regarding the error reported here I kept getting it several times a day, I downloaded the source code and asked for help to ChatGPT to see how to fix it, here explanation and the changes made to fix it: Original Problem: if (mbmc.ResolutionHeight == ActionNode.ResolutionHeight) The ActionNode object could potentially be null because the array tns could be empty or contain elements that are not of type GameNodeAction. Attempting to access properties of a null object caused a NullReferenceException. Changes Made:
Why the Changes Were Necessary: Safety Check for null: Improved Logging: Ensures Application Stability: Summary of the Fix: A part from this I updated the OpenCV nuget package from 4.6 to 4.10. I hope this makes sense and helps. |
Thanks for identifying the issue and detailed information with the null use, I wasn't able to make it happen when I tested it prior to your example. |
Hi,
Different times a day I keep getting this error:
Details:
Consulte el final de este mensaje para obtener más detalles sobre cómo invocar a la depuración
Just-In-Time (JIT) en lugar de a este cuadro de diálogo.
************** Texto de la excepción **************
System.InvalidOperationException: Colección modificada; puede que no se ejecute la operación de enumeración.
en System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
en System.Collections.Generic.List`1.Enumerator.MoveNextRare()
en AppTestStudio.frmMain.Timer1_Tick(Object sender, EventArgs e) en C:\Users\djhar\Source\Repos\DanielHarrod\AppTestStudio\AppTestStudio\frmMain.cs:línea 3209
en System.Windows.Forms.Timer.OnTick(EventArgs e)
en System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Ensamblados cargados **************
mscorlib
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9241.0 built by: NET481REL1LAST_C
Código base: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
AppTestStudio
Versión del ensamblado: 1.0.0.0
Versión Win32: 1.0.0.15
Código base: file:///C:/Program%20Files/App%20Test%20Studio%20-%20DEL/App%20Test%20Studio/AppTestStudio.exe
System.Windows.Forms
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9181.0 built by: NET481REL1LAST_C
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9236.0 built by: NET481REL1LAST_B
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
System.Drawing
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9037.0 built by: NET481REL1
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Configuration
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9037.0 built by: NET481REL1
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Core
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9241.0 built by: NET481REL1LAST_C
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.Xml
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9037.0 built by: NET481REL1
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
AppTestStudioControls
Versión del ensamblado: 1.0.0.2
Versión Win32: 1.0.0.2
Código base: file:///C:/Program%20Files/App%20Test%20Studio%20-%20DEL/App%20Test%20Studio/AppTestStudioControls.DLL
System.Windows.Forms.resources
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9037.0 built by: NET481REL1
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
Microsoft.GeneratedCode
Versión del ensamblado: 1.0.0.0
Versión Win32: 4.8.9037.0 built by: NET481REL1
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
Gma.System.MouseKeyHook
Versión del ensamblado: 5.6.130.0
Versión Win32: 5.6.130.0
Código base: file:///C:/Program%20Files/App%20Test%20Studio%20-%20DEL/App%20Test%20Studio/Gma.System.MouseKeyHook.DLL
Microsoft.GeneratedCode
Versión del ensamblado: 1.0.0.0
Versión Win32: 4.8.9037.0 built by: NET481REL1
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
Accessibility
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9037.0 built by: NET481REL1
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
OpenCvSharp
Versión del ensamblado: 1.0.0.0
Versión Win32: 1.0.0.0
Código base: file:///C:/Program%20Files/App%20Test%20Studio%20-%20DEL/App%20Test%20Studio/OpenCvSharp.DLL
OpenCvSharp.Extensions
Versión del ensamblado: 1.0.0.0
Versión Win32: 1.0.0.0
Código base: file:///C:/Program%20Files/App%20Test%20Studio%20-%20DEL/App%20Test%20Studio/OpenCvSharp.Extensions.DLL
System.IO.Compression
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9037.0 built by: NET481REL1
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.dll
System.IO.Compression.FileSystem
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9037.0
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll
mscorlib.resources
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9037.0 built by: NET481REL1
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_es_b77a5c561934e089/mscorlib.resources.dll
System.Web
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9232.0 built by: NET481REL1LAST_C
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
PresentationCore
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9241.0 built by: NET481REL1LAST_C
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
WindowsBase
Versión del ensamblado: 4.0.0.0
Versión Win32: 4.8.9241.0 built by: NET481REL1LAST_C
Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
************** Depuración JIT **************
Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta
aplicación o equipo (machine.config) debe tener el
valor jitDebugging establecido en la sección system.windows.forms.
La aplicación también se debe compilar con la depuración
habilitada
Por ejemplo:
Cuando esté habilitada la depuración JIT, cualquier excepción no controlada
se enviará al depurador JIT registrado en el equipo
en lugar de controlarlo mediante el cuadro de diálogo.
Any idea why or how to solve it?
Thanks
The text was updated successfully, but these errors were encountered: