Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

illegalFormatConversionException #5

Open
CSM413 opened this issue Jun 25, 2024 · 0 comments
Open

illegalFormatConversionException #5

CSM413 opened this issue Jun 25, 2024 · 0 comments

Comments

@CSM413
Copy link

CSM413 commented Jun 25, 2024

Will you please help me with this?
i am making application research but this happen everytime i try and play it.

Exception in thread "main" java.util.IllegalFormatConversionException: d != java.math.BigDecimal
at java.base/java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4515)
at java.base/java.util.Formatter$FormatSpecifier.printInteger(Formatter.java:3066)
at java.base/java.util.Formatter$FormatSpecifier.print(Formatter.java:3021)
at java.base/java.util.Formatter.format(Formatter.java:2791)
at java.base/java.util.Formatter.format(Formatter.java:2728)
at java.base/java.lang.String.format(String.java:4386)
at org.dsaw.poker.engine.Table.doShowdown(Table.java:675)
at org.dsaw.poker.engine.Table.playHand(Table.java:214)
at org.dsaw.poker.engine.Table.run(Table.java:154)
at org.dsaw.poker.engine.gui.Main.(Main.java:143)
at org.dsaw.poker.engine.gui.Main.main(Main.java:153)

edit: could you also tell me what data structure this uses as well as it's algorithm?
would be greatly appreciated if you could.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant