这个崩溃报告什么时候发生?
我从我的应用程序中收到了此崩溃报告,但我无法重现它,因为我不知道它何时发生以及如何发生。 有人可以告诉我从这份报告中看到了什么吗?
代码:
Error Name: NilObjectException
Error Number: 0
Error Message:
Stack Trace:
RaiseNilObjectException
ConScheduler.ConScheduler.StyleGrid1_DropObject%%o<ConScheduler.ConScheduler>o<DragItem>i4
_Z17UpdateMouseCursorv
Delegate.Invoke%%
Application._CallFunctionWithExceptionHandling%%o<Application>p
_Z33CallFunctionWithExceptionHandlingPFvvE
_Z8mainloopv
RuntimeRun
REALbasic._RuntimeRun
_Main
% main
问候, 奔腾10
I got this crash report from my app, and I can't reproduce it as I don't know when it happens and how can happen.
Someone can tell me what sees from this report?
Code:
Error Name: NilObjectException
Error Number: 0
Error Message:
Stack Trace:
RaiseNilObjectException
ConScheduler.ConScheduler.StyleGrid1_DropObject%%o<ConScheduler.ConScheduler>o<DragItem>i4
_Z17UpdateMouseCursorv
Delegate.Invoke%%
Application._CallFunctionWithExceptionHandling%%o<Application>p
_Z33CallFunctionWithExceptionHandlingPFvvE
_Z8mainloopv
RuntimeRun
REALbasic._RuntimeRun
_Main
% main
Regards,
Pentium10
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据文本,您可能想检查一下 Einhugur StyleGrid 的使用情况。看起来 NilObjectException 就来自那里。
Based on the text, you might want to check out your usage of the Einhugur StyleGrid. It appears the NilObjectException came from there.