bupticybee / TexasHoldemSolverJava

A Java implemented Texas holdem and short deck Solver
MIT License
814 stars 186 forks source link

Easy to encounter NullPointerException even use default case 用初始默认的参数也会空指针 #25

Closed yaumi123 closed 2 years ago

yaumi123 commented 3 years ago

jre 11.0.2 ide: Intellij IDEA starting with gui

use default params success in building tree but failed when solving image

using costomized params meet NPE when building tree image

I debugged and see it's in GameTree.java: 588 when calling rule.deck.getCards()

bupticybee commented 3 years ago

Hi. First, this project is no longer in maintaince. The new c++ version is released : https://github.com/bupticybee/TexasSolver that's going to be the future versions of the solver.

Second. In your log I didn't see the log contains the loading of comapirer, which is suppose to be done right after open the solver. So I guess something goes wrong there.

I suggest you post the complete log and we'll see what we can do.

bupticybee commented 2 years ago

Closing because this issue is inactive for too long.

Reopen if necessary.