Page 1 of 1

Bug reports for Magarena 1.93

PostPosted: 29 Apr 2018, 14:25
by melvin
To help us in addressing bugs, the best way is to create an issue on the issue tracker. This lets us keep track each report separately and ensures it doesn't get lost.
https://github.com/magarena/magarena/issues (requires github account)

For game play bugs, please include a gameplay report zip file. You can create a gameplay report by opening the options menu (press Esc during a duel) and selecting the "Gameplay Report" menu item.

Less preferred is to post your report in this thread. (requires forum account)

You can report anonymously via gitreports, note that name/email if provided will be listed on the issue tracker.
https://gitreports.com/issue/magarena/magarena (no sign-up required, name/email optional)

Re: Bug reports for Magarena 1.93

PostPosted: 02 May 2018, 20:17
by kannikkiy
In the combat the AI activate ability of Squee's Toy on 2/2 creature. I activate ability of Stampede Driver. My 2/2 creature attacking AI's 2/2 creature doesn't destroy it.

Re: Bug reports for Magarena 1.93

PostPosted: 14 May 2018, 16:10
by jerichopumpkin
Torment of Hailfire lets you choose the discard option even if you don't have cards in hand.
See attachments:
game.log
(15.41 KiB) Downloaded 336 times

screenshot.jpg

Re: Bug reports for Magarena 1.93

PostPosted: 26 May 2018, 23:38
by Huggybaby
I'm terrible at bug reports because they are almost always due to not a bug, but my misunderstanding of the rules.
OTOH, a crash is unarguable.

I hope it's OK to post crash logs here.

Thanks,

HB

Re: Bug reports for Magarena 1.93

PostPosted: 27 May 2018, 00:07
by Huggybaby
Here's another, I'm missing a color.

Re: Bug reports for Magarena 1.93

PostPosted: 20 Jul 2018, 14:59
by melkor75
I cant have the game opening with the 1.93 release, just updated now :(

The game gets back to Windows (7) right after "starting UI" ..

mm75

Re: Bug reports for Magarena 1.93

PostPosted: 25 Jul 2018, 16:59
by melkor75
Adding the log in log folders hoping to get some help:

RASH REPORT FOR MAGARENA THREAD Thread[pool-1-thread-1,5,main]
CREATED ON 2018/07/19 22:05:01
MAGARENA VERSION 1.93, JRE 1.8.0_171, OS Windows 7_6.1 x86
================================
Used Memory: 26M
Free Memory: 220M
Total Memory: 247M
Max Memory: 494M
================================
-Xms256m
-Xmx512m
-Xverify:none


Exception from controller.runGame: java.lang.NoClassDefFoundError: org/codehaus/groovy/control/CompilerConfiguration
java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/codehaus/groovy/control/CompilerConfiguration
at magic.utility.MagicSystem$1.done(MagicSystem.java:48)
at java.util.concurrent.FutureTask.finishCompletion(Unknown Source)
at java.util.concurrent.FutureTask.setException(Unknown Source)
at java.util.concurrent.FutureTask.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.NoClassDefFoundError: org/codehaus/groovy/control/CompilerConfiguration
at magic.data.CardDefinitions.<clinit>(CardDefinitions.java:68)
at magic.utility.MagicSystem.initializeEngine(MagicSystem.java:178)
at magic.utility.MagicSystem.lambda$static$0(MagicSystem.java:39)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
... 4 more
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.control.CompilerConfiguration
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more

mm75