Bug: Assertion Error. Too many cards drawn?
While playing against the last opponent, i got the following exception.
So i can not link the image of my game.
My last action was playing a Time Twister. Since I got that exception before and it was always together with drawing cards, i guess that somewhere all cards drawn so far are beeing assigned to a variable. My further guess is, that it is a static structur.
So i have two questions to the developers. First would it be possible to change it to a dynamic structur? And the second one is, why all cards drawn in a match are been saved? As far as I know there is no tool for replaying a match, or am I wrong? Or is that a preperation for a tool like that?
- Code: Select all
File -> D:\Newmagic\multiplayer\sid\Minit.c, Line-> 1899
AddCard error: No more room in cd to add a card
Seek assistence in the Shandalar Forum at spamy link to your forum, so i can not type it here
My last action was playing a Time Twister. Since I got that exception before and it was always together with drawing cards, i guess that somewhere all cards drawn so far are beeing assigned to a variable. My further guess is, that it is a static structur.
So i have two questions to the developers. First would it be possible to change it to a dynamic structur? And the second one is, why all cards drawn in a match are been saved? As far as I know there is no tool for replaying a match, or am I wrong? Or is that a preperation for a tool like that?