It is currently 16 Apr 2024, 14:44
   
Text Size

got to screen to play vs computer but wont work

by BetaSteward

Moderators: North, BetaSteward, noxx, jeffwadsworth, JayDi, TheElk801, LevelX, CCGHQ Admins

got to screen to play vs computer but wont work

Postby jmartus » 29 Jan 2012, 00:52

got to screen to play vs computer but then message comes up saying error joining table

version 0.8.2


... 38 more
INFO [2012-01-28 21:15 [48:031]] Plugins[AWT-EventQueue-0]: Loading plugins...
INFO [2012-01-28 21:15 [48:156]] CounterPluginImpl[AWT-EventQueue-0]: [Game counter plugin, version 0.1] has been loaded.
INFO [2012-01-28 21:15 [48:265]] ThemePluginImpl[AWT-EventQueue-0]: [Theme plugin, version 0.4] has been loaded.
INFO [2012-01-28 21:15 [48:359]] Plugins[AWT-EventQueue-0]: Done.
INFO [2012-01-28 21:15 [56:642]] Plugins[AWT-EventQueue-0]: Loading plugins...
INFO [2012-01-28 21:15 [56:720]] CounterPluginImpl[AWT-EventQueue-0]: [Game counter plugin, version 0.1] has been loaded.
INFO [2012-01-28 21:15 [56:767]] ThemePluginImpl[AWT-EventQueue-0]: [Theme plugin, version 0.4] has been loaded.
INFO [2012-01-28 21:15 [56:783]] Plugins[AWT-EventQueue-0]: Done.
INFO [2012-01-28 21:15 [56:970]] Main[SwingWorker-pool-2-thread-1]: Starting MAGE server version 0.8.2
INFO [2012-01-28 21:15 [56:970]] Main[SwingWorker-pool-2-thread-1]: Logging level: INFO
INFO [2012-01-28 21:15 [57:344]] Main[SwingWorker-pool-2-thread-1]: Loading game type: mage.game.TwoPlayerMatch
INFO [2012-01-28 21:15 [57:344]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.game.TwoPlayerMatch
INFO [2012-01-28 21:15 [57:344]] Main[SwingWorker-pool-2-thread-1]: Loading game type: mage.game.FreeForAllMatch
INFO [2012-01-28 21:15 [57:344]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.game.FreeForAllMatch
INFO [2012-01-28 21:15 [57:344]] Main[SwingWorker-pool-2-thread-1]: Loading tournament type: mage.tournament.BoosterDraftEliminationTournament
INFO [2012-01-28 21:15 [57:344]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.tournament.BoosterDraftEliminationTournament
INFO [2012-01-28 21:15 [57:360]] Main[SwingWorker-pool-2-thread-1]: Loading tournament type: mage.tournament.SealedEliminationTournament
INFO [2012-01-28 21:15 [57:360]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.tournament.SealedEliminationTournament
INFO [2012-01-28 21:15 [57:360]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.player.human.HumanPlayer
INFO [2012-01-28 21:15 [57:360]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.player.ai.ComputerPlayer3
FATAL [2012-01-28 21:15 [57:422]] ConnectDialog$ConnectTask[AWT-EventQueue-0]: Update Players Task error
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: mage/player/ai/ComputerPlayer
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at javax.swing.SwingWorker.get(Unknown Source)
at mage.client.dialog.ConnectDialog$ConnectTask.done(ConnectDialog.java:333)
at javax.swing.SwingWorker$5.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
at sun.swing.AccumulativeRunnable.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at mage.client.dialog.MageDialog.startModal(MageDialog.java:123)
at mage.client.dialog.MageDialog.show(MageDialog.java:69)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at javax.swing.JComponent.setVisible(Unknown Source)
at mage.client.dialog.MageDialog.setVisible(MageDialog.java:75)
at mage.client.dialog.ConnectDialog.showDialog(ConnectDialog.java:92)
at mage.client.MageFrame$6.run(MageFrame.java:297)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: mage/player/ai/ComputerPlayer
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at mage.server.util.PluginClassLoader.loadClass(PluginClassLoader.java:61)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at mage.server.util.PluginClassLoader.loadClass(PluginClassLoader.java:61)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at mage.server.Main.loadPlugin(Main.java:247)
at mage.server.Main.main(Main.java:95)
at mage.client.MageFrame$2.execute(MageFrame.java:188)
at mage.remote.Session.runEmbeddedMageServer(Session.java:206)
at mage.remote.Session.connect(Session.java:107)
at mage.remote.Session.connect(Session.java:96)
at mage.client.MageFrame.connect(MageFrame.java:564)
at mage.client.dialog.ConnectDialog$ConnectTask.doInBackground(ConnectDialog.java:326)
at mage.client.dialog.ConnectDialog$ConnectTask.doInBackground(ConnectDialog.java:318)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: mage.player.ai.ComputerPlayer
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at mage.server.util.PluginClassLoader.loadClass(PluginClassLoader.java:69)
... 38 more
INFO [2012-01-28 21:15 [58:748]] Plugins[AWT-EventQueue-0]: Loading plugins...
INFO [2012-01-28 21:15 [58:873]] CounterPluginImpl[AWT-EventQueue-0]: [Game counter plugin, version 0.1] has been loaded.
INFO [2012-01-28 21:15 [58:951]] ThemePluginImpl[AWT-EventQueue-0]: [Theme plugin, version 0.4] has been loaded.
INFO [2012-01-28 21:15 [58:967]] Plugins[AWT-EventQueue-0]: Done.
INFO [2012-01-28 21:18 [11:910]] Main[SwingWorker-pool-2-thread-1]: Starting MAGE server version 0.8.2
INFO [2012-01-28 21:18 [11:910]] Main[SwingWorker-pool-2-thread-1]: Logging level: INFO
INFO [2012-01-28 21:18 [12:160]] Main[SwingWorker-pool-2-thread-1]: Loading game type: mage.game.TwoPlayerMatch
INFO [2012-01-28 21:18 [12:175]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.game.TwoPlayerMatch
INFO [2012-01-28 21:18 [12:175]] Main[SwingWorker-pool-2-thread-1]: Loading game type: mage.game.FreeForAllMatch
INFO [2012-01-28 21:18 [12:175]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.game.FreeForAllMatch
INFO [2012-01-28 21:18 [12:175]] Main[SwingWorker-pool-2-thread-1]: Loading tournament type: mage.tournament.BoosterDraftEliminationTournament
INFO [2012-01-28 21:18 [12:175]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.tournament.BoosterDraftEliminationTournament
INFO [2012-01-28 21:18 [12:175]] Main[SwingWorker-pool-2-thread-1]: Loading tournament type: mage.tournament.SealedEliminationTournament
INFO [2012-01-28 21:18 [12:175]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.tournament.SealedEliminationTournament
INFO [2012-01-28 21:18 [12:175]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.player.human.HumanPlayer
INFO [2012-01-28 21:18 [12:191]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.player.ai.ComputerPlayer3
INFO [2012-01-28 21:18 [12:207]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.player.ai.ComputerPlayer6
INFO [2012-01-28 21:18 [12:207]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.deck.Vintage
INFO [2012-01-28 21:18 [12:207]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.deck.Extended
INFO [2012-01-28 21:18 [12:207]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.deck.Standard
INFO [2012-01-28 21:18 [12:207]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.deck.ShardsOfAlaraBlock
INFO [2012-01-28 21:18 [12:207]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.deck.ZendikarBlock
INFO [2012-01-28 21:18 [12:207]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.deck.ScarsOfMirrodinBlock
INFO [2012-01-28 21:18 [12:207]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.deck.Limited
INFO [2012-01-28 21:18 [15:654]] Main[SwingWorker-pool-2-thread-1]: Started MAGE server - listening on localhost:17171/?serializationtype=jboss
INFO [2012-01-28 21:18 [15:763]] User[WorkerThread#0[192.168.1.102:50660]]: User pre1 created
INFO [2012-01-28 21:18 [15:951]] SessionManager[WorkerThread#0[192.168.1.102:50660]]: User pre1 connected from localhost sessionId: 5c4o12u-c4yw7u-gxzfwzot-1-gxzfx2bp-6
INFO [2012-01-28 21:18 [15:966]] Session[SwingWorker-pool-2-thread-1]: Connected to MAGE server at localhost:17171
INFO [2012-01-28 21:18 [21:099]] ChatSession[pool-5-thread-1]: pre1 joined chat 8afe94d8-5582-457b-8283-5e7c12f28265
INFO [2012-01-28 21:18 [21:099]] CallbackClientImpl[JBossRemoting Server Oneway(1)-1]: 0 - chatMessage
INFO [2012-01-28 21:18 [21:161]] CallbackClientImpl$1[AWT-EventQueue-0]: 0 -- chatMessage
INFO [2012-01-28 21:18 [41:004]] GameFactory[WorkerThread#2[192.168.1.102:50662]]: Game created: Two Player Duel
INFO [2012-01-28 21:18 [41:004]] DeckValidatorFactory[WorkerThread#2[192.168.1.102:50662]]: Deck validator created: Limited
INFO [2012-01-28 21:18 [41:004]] MageServerImpl$2[WorkerThread#2[192.168.1.102:50662]]: Table ea85584c-a88a-4590-80d6-736cf74231d9 created
INFO [2012-01-28 21:18 [41:098]] PlayerFactory[WorkerThread#1[192.168.1.102:50661]]: Player created: pre1-0a6c3e65-e634-4dac-a75d-6a37e4f9bdc6
INFO [2012-01-28 21:18 [41:098]] TableController[WorkerThread#1[192.168.1.102:50661]]: Player created 0a6c3e65-e634-4dac-a75d-6a37e4f9bdc6
INFO [2012-01-28 21:18 [41:098]] TableController[WorkerThread#1[192.168.1.102:50661]]: player joined 0a6c3e65-e634-4dac-a75d-6a37e4f9bdc6
INFO [2012-01-28 21:18 [41:098]] CallbackClientImpl[JBossRemoting Server Oneway(1)-2]: 1 - joinedTable
INFO [2012-01-28 21:18 [41:098]] MageServerImpl$5[WorkerThread#1[192.168.1.102:50661]]: Session 5c4o12u-c4yw7u-gxzfwzot-1-gxzfx2bp-6 joined table ea85584c-a88a-4590-80d6-736cf74231d9
FATAL [2012-01-28 21:18 [41:113]] Config[WorkerThread#0[192.168.1.102:50660]]:
java.io.FileNotFoundException: C:\Users\Joel\Desktop\mage-bundle-0.8.2\client\plugins\AIMinimax.properties (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at mage.player.ai.Config.<clinit>(Config.java:58)
at mage.player.ai.ComputerPlayer2.<init>(ComputerPlayer2.java:114)
at mage.player.ai.ComputerPlayer3.<init>(ComputerPlayer3.java:86)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at mage.server.game.PlayerFactory.createPlayer(PlayerFactory.java:63)
at mage.server.TableController.createPlayer(TableController.java:267)
at mage.server.TableController.joinTable(TableController.java:173)
at mage.server.TableManager.joinTable(TableManager.java:105)
at mage.server.game.GamesRoomImpl.joinTable(GamesRoomImpl.java:116)
at mage.server.MageServerImpl$5.execute(MageServerImpl.java:162)
at mage.server.MageServerImpl$5.execute(MageServerImpl.java:159)
at mage.server.MageServerImpl.executeWithResult(MageServerImpl.java:792)
at mage.server.MageServerImpl.joinTable(MageServerImpl.java:159)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.remoting.transporter.TransporterHandler.invoke(TransporterHandler.java:87)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967)
at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:791)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:744)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:586)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:234)
FATAL [2012-01-28 21:18 [41:113]] PlayerFactory[WorkerThread#0[192.168.1.102:50660]]: PlayerFactory error
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at mage.server.game.PlayerFactory.createPlayer(PlayerFactory.java:63)
at mage.server.TableController.createPlayer(TableController.java:267)
at mage.server.TableController.joinTable(TableController.java:173)
at mage.server.TableManager.joinTable(TableManager.java:105)
at mage.server.game.GamesRoomImpl.joinTable(GamesRoomImpl.java:116)
at mage.server.MageServerImpl$5.execute(MageServerImpl.java:162)
at mage.server.MageServerImpl$5.execute(MageServerImpl.java:159)
at mage.server.MageServerImpl.executeWithResult(MageServerImpl.java:792)
at mage.server.MageServerImpl.joinTable(MageServerImpl.java:159)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.remoting.transporter.TransporterHandler.invoke(TransporterHandler.java:87)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967)
at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:791)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:744)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:586)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:234)
Caused by: java.lang.ExceptionInInitializerError
at mage.player.ai.ComputerPlayer2.<init>(ComputerPlayer2.java:114)
at mage.player.ai.ComputerPlayer3.<init>(ComputerPlayer3.java:86)
... 23 more
Caused by: java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at mage.player.ai.Config.<clinit>(Config.java:65)
... 25 more
FATAL [2012-01-28 21:18 [41:113]] MageServerImpl[WorkerThread#0[192.168.1.102:50660]]:
java.lang.NullPointerException
at mage.game.Table.joinTable(Table.java:150)
at mage.server.TableController.joinTable(TableController.java:175)
at mage.server.TableManager.joinTable(TableManager.java:105)
at mage.server.game.GamesRoomImpl.joinTable(GamesRoomImpl.java:116)
at mage.server.MageServerImpl$5.execute(MageServerImpl.java:162)
at mage.server.MageServerImpl$5.execute(MageServerImpl.java:159)
at mage.server.MageServerImpl.executeWithResult(MageServerImpl.java:792)
at mage.server.MageServerImpl.joinTable(MageServerImpl.java:159)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.remoting.transporter.TransporterHandler.invoke(TransporterHandler.java:87)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967)
at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:791)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:744)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:586)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:234)
FATAL [2012-01-28 21:18 [41:129]] Session[AWT-EventQueue-0]: Server error
mage.MageException: Server error: null
at mage.server.MageServerImpl.handleException(MageServerImpl.java:657)
at mage.server.MageServerImpl.executeWithResult(MageServerImpl.java:794)
at mage.server.MageServerImpl.joinTable(MageServerImpl.java:159)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.remoting.transporter.TransporterHandler.invoke(TransporterHandler.java:87)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967)
at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:791)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:744)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:586)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:234)
at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:218)
at org.jboss.remoting.Client.invoke(Client.java:2070)
at org.jboss.remoting.Client.invoke(Client.java:879)
at org.jboss.remoting.transporter.TransporterClient.invoke(TransporterClient.java:475)
at $Proxy20.joinTable(Unknown Source)
at mage.remote.Session.joinTable(Session.java:387)
at mage.client.table.TablePlayerPanel.joinTable(TablePlayerPanel.java:82)
at mage.client.dialog.NewTableDialog.btnOKActionPerformed(NewTableDialog.java:328)
at mage.client.dialog.NewTableDialog.access$100(NewTableDialog.java:63)
at mage.client.dialog.NewTableDialog$2.actionPerformed(NewTableDialog.java:131)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at mage.client.dialog.MageDialog.startModal(MageDialog.java:125)
at mage.client.dialog.MageDialog.show(MageDialog.java:69)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at javax.swing.JComponent.setVisible(Unknown Source)
at mage.client.dialog.MageDialog.setVisible(MageDialog.java:75)
at mage.client.dialog.NewTableDialog.showDialog(NewTableDialog.java:425)
at mage.client.table.TablesPanel.btnNewTableActionPerformed(TablesPanel.java:525)
at mage.client.table.TablesPanel.access$700(TablesPanel.java:73)
at mage.client.table.TablesPanel$3.actionPerformed(TablesPanel.java:347)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
INFO [2012-01-28 21:18 [41:129]] CallbackClientImpl$1[AWT-EventQueue-0]: 1 -- joinedTable
INFO [2012-01-28 21:18 [41:160]] ChatSession[pool-5-thread-1]: pre1 joined chat 1319b6fd-a622-4c96-9256-92e752dbf7d1
INFO [2012-01-28 21:18 [41:160]] CallbackClientImpl[JBossRemoting Server Oneway(1)-3]: 2 - chatMessage
INFO [2012-01-28 21:18 [41:238]] CallbackClientImpl$1[AWT-EventQueue-0]: 2 -- chatMessage
Attachments
error joining table.png
error joining table message
jmartus
 
Posts: 207
Joined: 11 Oct 2010, 09:25
Has thanked: 0 time
Been thanked: 7 times

Re: got to screen to play vs computer but wont work

Postby BetaSteward » 29 Jan 2012, 03:18

It looks like we have an issue with the new feature that launches the server from the client. The workaround for this is to start the server manually before the client.

Thanks for your feedback.
BetaSteward
DEVELOPER
 
Posts: 129
Joined: 28 Mar 2010, 13:15
Has thanked: 6 times
Been thanked: 29 times

Re: got to screen to play vs computer but wont work

Postby jmartus » 29 Jan 2012, 05:46

it sometimes it seams to not connect only been able to connect successfully a few times out of trying a lot.

here a pic of what i get after trying to connect with just the server

INFO [2012-01-29 00:44 [29:005]] Plugins[AWT-EventQueue-0]: Loading plugins...
INFO [2012-01-29 00:44 [29:114]] CounterPluginImpl[AWT-EventQueue-0]: [Game counter plugin, version 0.1] has been loaded.
INFO [2012-01-29 00:44 [29:192]] ThemePluginImpl[AWT-EventQueue-0]: [Theme plugin, version 0.4] has been loaded.
INFO [2012-01-29 00:44 [29:255]] Plugins[AWT-EventQueue-0]: Done.
INFO [2012-01-29 00:44 [36:774]] Main[SwingWorker-pool-2-thread-1]: Starting MAGE server version 0.8.2
INFO [2012-01-29 00:44 [36:774]] Main[SwingWorker-pool-2-thread-1]: Logging level: INFO
INFO [2012-01-29 00:44 [37:148]] Main[SwingWorker-pool-2-thread-1]: Loading game type: mage.game.TwoPlayerMatch
INFO [2012-01-29 00:44 [37:148]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.game.TwoPlayerMatch
INFO [2012-01-29 00:44 [37:148]] Main[SwingWorker-pool-2-thread-1]: Loading game type: mage.game.FreeForAllMatch
INFO [2012-01-29 00:44 [37:148]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.game.FreeForAllMatch
INFO [2012-01-29 00:44 [37:148]] Main[SwingWorker-pool-2-thread-1]: Loading tournament type: mage.tournament.BoosterDraftEliminationTournament
INFO [2012-01-29 00:44 [37:164]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.tournament.BoosterDraftEliminationTournament
INFO [2012-01-29 00:44 [37:164]] Main[SwingWorker-pool-2-thread-1]: Loading tournament type: mage.tournament.SealedEliminationTournament
INFO [2012-01-29 00:44 [37:164]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.tournament.SealedEliminationTournament
INFO [2012-01-29 00:44 [37:164]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.player.human.HumanPlayer
INFO [2012-01-29 00:44 [37:180]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.player.ai.ComputerPlayer3
FATAL [2012-01-29 00:44 [37:226]] ConnectDialog$ConnectTask[AWT-EventQueue-0]: Update Players Task error
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: mage/player/ai/ComputerPlayer
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at javax.swing.SwingWorker.get(Unknown Source)
at mage.client.dialog.ConnectDialog$ConnectTask.done(ConnectDialog.java:333)
at javax.swing.SwingWorker$5.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
at sun.swing.AccumulativeRunnable.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at mage.client.dialog.MageDialog.startModal(MageDialog.java:123)
at mage.client.dialog.MageDialog.show(MageDialog.java:69)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at javax.swing.JComponent.setVisible(Unknown Source)
at mage.client.dialog.MageDialog.setVisible(MageDialog.java:75)
at mage.client.dialog.ConnectDialog.showDialog(ConnectDialog.java:92)
at mage.client.MageFrame$6.run(MageFrame.java:297)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: mage/player/ai/ComputerPlayer
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at mage.server.util.PluginClassLoader.loadClass(PluginClassLoader.java:61)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at mage.server.util.PluginClassLoader.loadClass(PluginClassLoader.java:61)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at mage.server.Main.loadPlugin(Main.java:247)
at mage.server.Main.main(Main.java:95)
at mage.client.MageFrame$2.execute(MageFrame.java:188)
at mage.remote.Session.runEmbeddedMageServer(Session.java:206)
at mage.remote.Session.connect(Session.java:107)
at mage.remote.Session.connect(Session.java:96)
at mage.client.MageFrame.connect(MageFrame.java:564)
at mage.client.dialog.ConnectDialog$ConnectTask.doInBackground(ConnectDialog.java:326)
at mage.client.dialog.ConnectDialog$ConnectTask.doInBackground(ConnectDialog.java:318)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: mage.player.ai.ComputerPlayer
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at mage.server.util.PluginClassLoader.loadClass(PluginClassLoader.java:69)
... 38 more
Attachments
trying to connect.png
trying to connect with server and not able to
jmartus
 
Posts: 207
Joined: 11 Oct 2010, 09:25
Has thanked: 0 time
Been thanked: 7 times

Re: got to screen to play vs computer but wont work

Postby jmartus » 29 Jan 2012, 05:56

here pic of trying to connect by manually starting the server before the client but still not connect. I was able to connect just fine in the old version.
Attachments
client not connecting before starting server.png
client not connecting before starting server
jmartus
 
Posts: 207
Joined: 11 Oct 2010, 09:25
Has thanked: 0 time
Been thanked: 7 times

Re: got to screen to play vs computer but wont work

Postby nantuko84 » 29 Jan 2012, 06:24

Yep, there were some problems with jars and configs not included.
Now should be ok. Please redownload a package.

Thanks for report.
Mage\MagicWars blog: http://mwars.blogspot.com/
nantuko84
DEVELOPER
 
Posts: 266
Joined: 08 Feb 2009, 21:14
Has thanked: 2 times
Been thanked: 9 times

Re: got to screen to play vs computer but wont work

Postby jmartus » 29 Jan 2012, 06:52

ok just tried with the new version mage-bundle-0.8.2.r2 and now i'm not able to connect even when i try to start the batch window
and close it or keep it open. I have also tried just starting the client alone.
okay I just tried again and now it works sometimes it seams it doesn't want to connect but at the moment i have the windows batch file open and it logged in fine and able to play match vs ai.
Thank you for fixing it

INFO [2012-01-29 01:50 [30:410]] Plugins[AWT-EventQueue-0]: Loading plugins...
INFO [2012-01-29 01:50 [30:535]] CounterPluginImpl[AWT-EventQueue-0]: [Game counter plugin, version 0.1] has been loaded.
INFO [2012-01-29 01:50 [30:597]] ThemePluginImpl[AWT-EventQueue-0]: [Theme plugin, version 0.4] has been loaded.
INFO [2012-01-29 01:50 [30:613]] Plugins[AWT-EventQueue-0]: Done.
INFO [2012-01-29 01:50 [41:700]] Main[SwingWorker-pool-2-thread-1]: Starting MAGE server version 0.8.2
INFO [2012-01-29 01:50 [41:700]] Main[SwingWorker-pool-2-thread-1]: Logging level: INFO
INFO [2012-01-29 01:50 [42:075]] Main[SwingWorker-pool-2-thread-1]: Loading game type: mage.game.TwoPlayerMatch
INFO [2012-01-29 01:50 [42:075]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.game.TwoPlayerMatch
INFO [2012-01-29 01:50 [42:075]] Main[SwingWorker-pool-2-thread-1]: Loading game type: mage.game.FreeForAllMatch
INFO [2012-01-29 01:50 [42:075]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.game.FreeForAllMatch
INFO [2012-01-29 01:50 [42:075]] Main[SwingWorker-pool-2-thread-1]: Loading tournament type: mage.tournament.BoosterDraftEliminationTournament
INFO [2012-01-29 01:50 [42:075]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.tournament.BoosterDraftEliminationTournament
INFO [2012-01-29 01:50 [42:090]] Main[SwingWorker-pool-2-thread-1]: Loading tournament type: mage.tournament.SealedEliminationTournament
INFO [2012-01-29 01:50 [42:090]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.tournament.SealedEliminationTournament
INFO [2012-01-29 01:50 [42:090]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.player.human.HumanPlayer
INFO [2012-01-29 01:50 [42:090]] Main[SwingWorker-pool-2-thread-1]: Loading plugin: mage.player.ai.ComputerPlayer3
FATAL [2012-01-29 01:50 [42:153]] ConnectDialog$ConnectTask[AWT-EventQueue-0]: Update Players Task error
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: mage/player/ai/ComputerPlayer
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at javax.swing.SwingWorker.get(Unknown Source)
at mage.client.dialog.ConnectDialog$ConnectTask.done(ConnectDialog.java:333)
at javax.swing.SwingWorker$5.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
at sun.swing.AccumulativeRunnable.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at mage.client.dialog.MageDialog.startModal(MageDialog.java:123)
at mage.client.dialog.MageDialog.show(MageDialog.java:69)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at javax.swing.JComponent.setVisible(Unknown Source)
at mage.client.dialog.MageDialog.setVisible(MageDialog.java:75)
at mage.client.dialog.ConnectDialog.showDialog(ConnectDialog.java:92)
at mage.client.MageFrame$6.run(MageFrame.java:297)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: mage/player/ai/ComputerPlayer
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at mage.server.util.PluginClassLoader.loadClass(PluginClassLoader.java:61)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at mage.server.util.PluginClassLoader.loadClass(PluginClassLoader.java:61)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at mage.server.Main.loadPlugin(Main.java:247)
at mage.server.Main.main(Main.java:95)
at mage.client.MageFrame$2.execute(MageFrame.java:188)
at mage.remote.Session.runEmbeddedMageServer(Session.java:206)
at mage.remote.Session.connect(Session.java:107)
at mage.remote.Session.connect(Session.java:96)
at mage.client.MageFrame.connect(MageFrame.java:564)
at mage.client.dialog.ConnectDialog$ConnectTask.doInBackground(ConnectDialog.java:326)
at mage.client.dialog.ConnectDialog$ConnectTask.doInBackground(ConnectDialog.java:318)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: mage.player.ai.ComputerPlayer
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at mage.server.util.PluginClassLoader.loadClass(PluginClassLoader.java:69)
... 38 more
jmartus
 
Posts: 207
Joined: 11 Oct 2010, 09:25
Has thanked: 0 time
Been thanked: 7 times


Return to XMage

Who is online

Users browsing this forum: No registered users and 47 guests


Who is online

In total there are 47 users online :: 0 registered, 0 hidden and 47 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 47 guests

Login Form