標題: pbo有問題...... [打印本頁] 作者: dead 時間: 11/2/2010 05:57 PM 標題: pbo有問題...... 本帖最後由 dead 於 11/2/2010 06:01 PM 編輯
我開左game,但係一禁"連接房間"就話"無法識別這台主機" 禁"details"出左: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.Net.Sockets.SocketException: 無法識別這台主機。 at System.Net.Dns.GetAddrInfo(String name) at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6) at System.Net.Dns.GetHostAddresses(String hostNameOrAddress) at NetworkLib.Tcp.TcpConnector.GetServerIP(String serverName) at NetworkLib.Tcp.TcpConnector.Connect() at NetworkLib.NetworkClient.InitializeImpl() at NetworkLib.NetworkWorker.Initialize() at PokemonBattleOnline.RoomListForm.Connect() at PokemonBattleOnline.RoomListForm..ctor(User user) at PokemonBattleOnline.SelectorForm.Logon(User user, Boolean advance) at PokemonBattleOnline.SelectorForm.LinkRoomButton_Click(Object sender, EventArgs e) 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.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.