Skip to content
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

WriteLineが動かない #148

Open
SeitaHigashi opened this issue Oct 24, 2018 · 2 comments
Open

WriteLineが動かない #148

SeitaHigashi opened this issue Oct 24, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@SeitaHigashi
Copy link
Contributor

SeitaHigashi commented Oct 24, 2018

System.NullReferenceException
  HResult=0x80004003
  Message=オブジェクト参照がオブジェクト インスタンスに設定されていません。
  Source=Procon29 Visualizer
  スタック トレース:
   at nitkagoshima_sysken.Procon29.Visualizer.MainForm.BotForm_OKButton_Click(Object sender, EventArgs e) in D:\home\Develop\procon29_Competition\Visualizer\MainForm.cs:line 901
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   at nitkagoshima_sysken.Procon29.Visualizer.MainForm.SelectBotToolStripMenuItem_Click(Object sender, EventArgs e) in D:\home\Develop\procon29_Competition\Visualizer\MainForm.cs:line 868
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at nitkagoshima_sysken.Procon29.Visualizer.Program.Main() in D:\home\Develop\procon29_Competition\Visualizer\Program.cs:line 22

この例外が投げれらる MainForm.cs 901行目の場所となっている

@SeitaHigashi SeitaHigashi added the bug Something isn't working label Oct 24, 2018
@skytomo221
Copy link
Member

skytomo221 commented Oct 24, 2018

次の項目を教えてください

  • バージョン
  • 使用したボット
  • 選択したフィールド

@SeitaHigashi
Copy link
Contributor Author

Visualizerのバージョンは最新
ボット関係なし フィールド関係なし
下の選択側を人間にして 上はボット
ちなみにHeBotで初期フィールド

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants