Alex Vasile
Alex Vasile
Looking into this one some more, not sure how to deal with it. Etali exiles the cards, but they remain under the control of the opponent.
Are you running the stable (xmage.de) or the beta (xmage.today)? What else did the error say beyond Nullpointerexception? What was in the log?
> And here's a log from the other person with the problem > [mageclient-log-second.txt](https://github.com/magefree/mage/files/9185331/mageclient-log-second.txt) > : This one looks different. It looks like they're using the beta. Is mtg.pizza running...
All three of the client files are variations on the following 3 errors: ``` Error 1: FATAL 2022-07-24 11:47:26,607 MAGE Client UI error =>[AWT-EventQueue-0] EDTExceptionHandler.handle java.lang.NullPointerException at javax.swing.text.html.ImageView.updateImageSize(Unknown Source) at...
Based on your description it sounds like the draft starts without them, perhaps #9435 might help with this. I don't see anything in the logs that tell me WHY those...
The original problem is that putting all of the triggers on the stack would use up a lot of ram. While the code change fixes a bug and stops ram...
> Yes, it fixed memory usage, not leak. Before fix 500 triggers used up to 1000 Mb memory. Now it uses 2 Mb. Trigger instance takes only few know as...
After much hassle, I have gotten this running: 1. Modify "macos_debugger_lldb_build_from_brew" to use LLVM@17. Current ghidra source requires a file that’s not present in LLVM@16. 2. (Optional) Modify the script...
@d-millar that sounds great! I will check it out, is there a PR or release for me to keep an eye out for? Thanks for the work you're doing on...
> * `applies` for checks and other fast and safe code (e.g. can be used **multiple times** per game cycle and can be calls from any place -- **without any...