System.InvalidOperationException
HResult=0x80131509
Message=StandardOut n'a pas été redirigé ou le processus n'a pas encore commencé.
Source=System
Arborescence des appels de procédure*:
à System.Diagnostics.Process.get_StandardOutput()
à ServeurApp.ServerApp.Start() dans H:\Oliv73\Docs\PROG\C#\Serveur Minecraft\ServeurApp\ServeurApp\ServeurApp.cs :ligne 168
à ServeurApp.ServerApp.StartButton_Click(Object sender, EventArgs e) dans H:\Oliv73\Docs\PROG\C#\Serveur Minecraft\ServeurApp\ServeurApp\ServeurApp.cs :ligne 119
à System.Windows.Forms.Control.OnClick(EventArgs e)
à System.Windows.Forms.Button.OnClick(EventArgs e)
à System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
à System.Windows.Forms.Control.WndProc(Message& m)
à System.Windows.Forms.ButtonBase.WndProc(Message& m)
à System.Windows.Forms.Button.WndProc(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
à System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
à System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
à System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
à System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
à System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
à System.Windows.Forms.Application.Run(Form mainForm)
à ServeurApp.Program.Main() dans H:\Oliv73\Docs\PROG\C#\Serveur Minecraft\ServeurApp\ServeurApp\Program.cs :ligne 20
Cette exception a été levée à l'origine dans cette pile des appels*:
[Code externe]
ServeurApp.ServerApp.Start() dans ServeurApp.cs
ServeurApp.ServerApp.StartButton_Click(object, System.EventArgs) dans ServeurApp.cs
[Code externe]
ServeurApp.Program.Main() dans Program.cs
Partager