开源改变世界!!

不确定这是错误还是我的机器。 #426

推推 grbl 2年前 (2023-01-27) 138次浏览
关闭
StuartB4 打开了这个问题 2018 年 8 月 24 日 · 2 条评论
关闭

不确定这是错误还是我的机器。#426

StuartB4 打开了这个问题 2018 年 8 月 24 日 · 2 条评论

注释

不确定这是错误还是我的机器。 #426

在雕刻图像时,我中止了刻录,然后单击“文件”菜单,然后单击“从位置发送”。阅读此选项的作用后,我单击取消并收到此错误。
每次我尝试它时它都会这样做,但只有当我单击“取消”时,如果我单击“确定”或选择一个行号继续并单击“确定”,它就可以了,并且会做它应该做的事情。

只是另一个快速问题。
我复制并粘贴了错误/异常文本,它们都是相同大小的字体。
但是当我预览我的帖子时,Loaded AssembliesJit Debugging之间的文本更大且更粗。
知道为什么吗?

谢谢。

不确定这是错误还是我的机器。 #426

查看错误详细信息,这是文本:

有关调用实时 (JIT) 调试而不是此对话框的详细信息,请参阅此消息的末尾。

************** 异常文本 **************
System.ArgumentOutOfRangeException:索引超出范围。必须为非负数且小于集合的大小。
参数名称: System.Collections.Generic.List`1.get_Item(Int32 index) at
LaserGRBL.GrblFile.get_Item (Int32 index) at LaserGRBL.GrblCore.ContinueProgramFromKnown(Int32 position, Boolean homing ) 处的索引, Boolean setwco) 在 LaserGRBL.GrblCore.RunProgramFromPosition() 在 System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) 在 System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) 在 System.Windows.Forms。 ToolStripItem.HandleClick(EventArgs e)

在 System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
在 System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea
) System.Windows.Forms.Control.WndProc(Message& m)在
System.Windows.Forms.ToolStrip.WndProc (Message& m) 在 System.Windows.Forms.ToolStripDropDown.WndProc (Message& m) 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** 加载的程序集 **************
mscorlib
程序集版本:2.0.0.0
Win32 版本:2.0.50727.8762 (QFE.050727-8700)
代码库:file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll

LaserGRBL
程序集版本:2.8.50.0
Win32 版本:2.8.50.0 代码库
:file:///C:/Program%20Files%20(x86)/LaserGRBL/LaserGRBL.exe

System.Drawing
程序集版本:2.0.0.0
Win32 版本:2.0.50727.5495 (Win7SP1GDR.050727-5400) 代码库
:file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing .dll

系统
程序集版本:2.0.0.0
Win32 版本:2.0.50727.8759 (QFE.050727-8700) 代码库
:file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

System.Windows.Forms
程序集版本:2.0.0.0
Win32 版本:2.0.50727.5491 (Win7SP1GDR.050727-5400) 代码库
:file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089 /System.Windows.Forms.dll

System.Core
程序集
版本:3.5.0.0 Win32 版本:3.5.30729.5420 构建者:Win7SP1 代码库
:file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll

System.Xml
程序集版本:2.0.0.0
Win32 版本:2.0.50727.5494 (Win7SP1GDR.050727-5400) 代码库
:file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml .dll

System.Configuration
程序集版本:2.0.0.0
Win32 版本:2.0.50727.5483 (Win7SP1GDR.050727-5400) 代码库
:file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration .dll

************** JIT 调试 **************
要启用即时 (JIT) 调试,此
应用程序的 .config 文件或计算机 (machine.config) 必须
在 system.windows.forms 部分设置 jitDebugging 值。
应用程序还必须在
启用调试的情况下进行编译。

例如:

当启用 JIT 调试时,任何未处理的异常
将被发送到计算机上注册的 JIT 调试器,
而不是由该对话框处理。

不确定这是错误还是我的机器。 #426
所有者

我复制并粘贴了错误/异常文本,它们都是相同大小的字体。

github 用于将星号之间的任何文本格式化为粗体

关于你的问题,我需要一些时间来测试它。我会让你知道

不确定这是错误还是我的机器。 #426

好的 Arkypita,谢谢。