Bug reports
by ubeefx
Moderators: ubeefx, beholder, melvin, ShawnieBoy, Lodici, CCGHQ Admins
Re: Bug reports
by melvin » 01 Jun 2014, 05:52
Night Revelers has first strike due to Vampiric Fury.
-
melvin - AI Programmer
- Posts: 1062
- Joined: 21 Mar 2010, 12:26
- Location: Singapore
- Has thanked: 36 times
- Been thanked: 459 times
Re: Bug reports
by Lodici » 01 Jun 2014, 05:58
Thanks melvin - I should have checked the log. And the tiny spear icon on the card! 

Version 1.5 crashes upon entering new game
by Huggybaby » 02 Jun 2014, 18:53
Can't attach logs via google.
"Issue attachment storage quota exceeded."
"Issue attachment storage quota exceeded."
-
Huggybaby - Administrator
- Posts: 3226
- Joined: 15 Jan 2006, 19:44
- Location: Finally out of Atlanta
- Has thanked: 742 times
- Been thanked: 601 times
Re: Bug reports
by Lodici » 03 Jun 2014, 09:16
Thanks for the logs (google is a pain!). Please can you provide a bit more info, namely -
- Is the animation setting enabled?
- Is the Mulligan screen setting enabled?
- Is this error occuring every time? If so, does disabling either of the previous settings make a difference?
Re: Bug reports
by Huggybaby » 03 Jun 2014, 13:38
It occurs every time, with Animation on or off and mulligan on or off. 
Maybe it's an old setting that was imported...the game doesn't crash with a clean install and nothing imported. But then there are no pictures either.
I'll try with a clean install, downloading pics but no importing of anything.
<edit> Update: A clean install works fine. </edit>

Maybe it's an old setting that was imported...the game doesn't crash with a clean install and nothing imported. But then there are no pictures either.
I'll try with a clean install, downloading pics but no importing of anything.
<edit> Update: A clean install works fine. </edit>
-
Huggybaby - Administrator
- Posts: 3226
- Joined: 15 Jan 2006, 19:44
- Location: Finally out of Atlanta
- Has thanked: 742 times
- Been thanked: 601 times
Re: Bug reports
by Lodici » 03 Jun 2014, 17:01
Thanks. Maybe a left-over rogue image or something which the clean install resolves. I have raised issue 609 anyway since the code identified in the crash log needs looking at.Huggybaby wrote:<edit> Update: A clean install works fine. </edit>
Re: Bug reports
by hong yie » 06 Jun 2014, 05:26
when Ai is playing a spell that i also hold in my hand, the card animation will start from my hand, not from the AI's hand. doesn't really important, just for perfectionist. 

-
hong yie - Programmer
- Posts: 216
- Joined: 10 Mar 2013, 06:44
- Location: Jakarta
- Has thanked: 75 times
- Been thanked: 9 times
Re: Bug reports
by Lodici » 06 Jun 2014, 05:40
Thanks. I noticed that too! Raised as issue 610.hong yie wrote:when Ai is playing a spell that i also hold in my hand, the card animation will start from my hand, not from the AI's hand. doesn't really important, just for perfectionist.
Re: Bug reports
by jerichopumpkin » 09 Jun 2014, 21:42
when an aura is returned to play due to Prince of Thralls ability, the owner of the aura chooses what it will enchant instead of the controller of Prince of Thralls
- jerichopumpkin
- Posts: 212
- Joined: 12 Sep 2013, 11:21
- Has thanked: 19 times
- Been thanked: 13 times
Re: Bug reports
by ShawnieBoy » 09 Jun 2014, 22:11
Interesting, I'll look into that - I didn't realise that Auras were coded to do that in the engine, (which is where the problem will lie) as there's no specific scripting on Prince of Thralls for them.jerichopumpkin wrote:when an aura is returned to play due to Prince of Thralls ability, the owner of the aura chooses what it will enchant instead of the controller of Prince of Thralls
Auras are always the bane of my life, my ultimate nemesis, I'll get them to toe-the-line eventually...
edit: Fixed, Aura's - Know your place
-
ShawnieBoy - Programmer
- Posts: 601
- Joined: 02 Apr 2012, 22:42
- Location: UK
- Has thanked: 80 times
- Been thanked: 50 times
Game failed to run when executed from terminal
by zemo » 11 Jun 2014, 01:51
Hello everybody, i'm new here and sorry for my bad english
i'm using linux version. The game is running great if i run it via double-clicking shell script directly, then i'm trying to make a shortcut by symlinking magarena.sh to /usr/bin but it doesnt run anything, so i changed that to new shortcut that execute the java -jar command directly and the game failed to run. here's the log and my desktop shortcut entry. btw, i'm using slitaz 4.0 distro. Many thanks before
i'm using linux version. The game is running great if i run it via double-clicking shell script directly, then i'm trying to make a shortcut by symlinking magarena.sh to /usr/bin but it doesnt run anything, so i changed that to new shortcut that execute the java -jar command directly and the game failed to run. here's the log and my desktop shortcut entry. btw, i'm using slitaz 4.0 distro. Many thanks before
- Attachments
-
Magarena.txt
- (163 Bytes) Downloaded 265 times
-
game.log
- (116 Bytes) Downloaded 242 times
-
crash.log
- (2.29 KiB) Downloaded 271 times
Re: Bug reports
by Lodici » 11 Jun 2014, 03:38
I work in Windows mainly but it seems to me to look like the linux equivalent of an incorrect working directory. I think @melvin uses linux so he might have a better idea but I will crank up my copy of Zorin in virtual box and take a look in the meantime.zemo wrote:i'm using linux version. The game is running great if i run it via double-clicking shell script directly, then i'm trying to make a shortcut by symlinking magarena.sh to /usr/bin but it doesnt run anything, so i changed that to new shortcut that execute the java -jar command directly and the game failed to run. here's the log and my desktop shortcut entry. btw, i'm using slitaz 4.0 distro. Many thanks before
Re: Bug reports
by Lodici » 11 Jun 2014, 04:45
I managed to replicate the error and I found the solution at http://askubuntu.com/questions/50085/se ... -directory.
Basically, add Path to the desktop properties file...
Basically, add Path to the desktop properties file...
- Code: Select all
[Desktop Entry]
Encoding=UTF-8
Name=Magarena
Exec=java -Xms256M -Xmx512M -jar /usr/games/Magarena-1.50/Magarena.exe
Icon=mag.png
Type=Application
Categories=Game;
Path=/usr/games/Magarena-1.50
Re: Bug reports
by zemo » 11 Jun 2014, 05:22
Hello, Lodici
Thanks for the reply, i've edited the entry, but it still wont run, and still the same error in error log. And the game always closed when trying to initialize cards database
Thanks for the reply, i've edited the entry, but it still wont run, and still the same error in error log. And the game always closed when trying to initialize cards database
Re: Bug reports
by melvin » 11 Jun 2014, 06:39
That's odd, the path property should work. Another way is to run the script, Magarena.sh, it tries to determine the path of the game folder.
- Code: Select all
Exec=/usr/games/Magarena-1.50/Magarena.sh
-
melvin - AI Programmer
- Posts: 1062
- Joined: 21 Mar 2010, 12:26
- Location: Singapore
- Has thanked: 36 times
- Been thanked: 459 times
Who is online
Users browsing this forum: No registered users and 2 guests