Oleg Agafonov
Oleg Agafonov
Use mouse wheel to switch popup hint mode from text to image.
> Not super familiar with the MDFC code. I think there's code elsewhere that gets the correct half if it's a permanent. If you're adding counters to a card (like...
What about loyalty and other build in counters? Is it changed in that PR? I think there were the reason with ignored counter messages e.g. to fix log spamming. Another...
This is disconnection problem and must be fixed someday. One of the reason: if you complete the draft/sideboard but other player disconnects before game started then all freezes (your game...
Same or related issues: * games not start: #5447, #4842, #567 * ghost tournament/games: #5358, #3741, #3237 * not finished tourneys: #1450 Don't close that -- I've see many reports...
Is it all related to new auto choices logic?
Related info: ``` Error Code: 0x02000148 ``` ``` Crashed Thread: 38 Java: Thread-1218 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: abort() called ```...
All other code looks fine. I checked some potential NPE errors on replaced code and it's fine too.
If you see empty screen then try to disable autoconnection ([instruction](https://github.com/magefree/mage/issues/4461#issuecomment-361108597)). Or disable it in main client (beta uses same settings).
It's a memory limitation for a server. Try to increase max memory usage for java from 500 Mb to 1000 Mb by `-Xmx1000m` IntelliJ IDE server settings example: 