PretendYoureXyzzy
PretendYoureXyzzy copied to clipboard
A web clone of the card game Cards Against Humanity.
Via email: > BTW, could you, please, add an option to make a PDF dump of a given set, so that people could print it and play it IRL? This...
Not sure if this is a real problem that might indicate a leak during extended runs, or if it's only an issue during shutdown (and therefore could probably be ignored)....
Exception in thread "judge-left-14" java.lang.NullPointerException at net.socialgamer.cah.data.Game.getNextBlackCard(Game.java:1004) at net.socialgamer.cah.data.Game.playingState(Game.java:624) at net.socialgamer.cah.data.Game.dealState(Game.java:604) at net.socialgamer.cah.data.Game.startNextRound(Game.java:972) at net.socialgamer.cah.data.Game.access$0(Game.java:943) at net.socialgamer.cah.data.Game$1.run(Game.java:293) at java.util.TimerThread.mainLoop(Timer.java:534) at java.util.TimerThread.run(Timer.java:484)
Nov 25, 2013 6:01:04 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [net.socialgamer.cah.servlets.AjaxServlet] in context with path [] threw exception java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:390) at java.util.LinkedHashMap$ValueIterator.next(LinkedHashMap.java:405) at org.hibernate.engine.StatefulPersistenceContext.afterTransactionCompletion(StatefulPersistenceContext.java:275) at org.hibernate.impl.SessionImpl.afterTransactionCompletion(SessionImpl.java:593) at org.hibernate.jdbc.JDBCContext.afterNontransactionalQuery(JDBCContext.java:271)...
Exception in thread "hurry-up-4" java.lang.NullPointerException at net.socialgamer.cah.data.Game.warnJudgeToJudge(Game.java:713) at net.socialgamer.cah.data.Game.access$5(Game.java:703) at net.socialgamer.cah.data.Game$5.run(Game.java:850) at java.util.TimerThread.mainLoop(Timer.java:534) at java.util.TimerThread.run(Timer.java:484)
Similar to disabling the idle timer, but just don't kick them if they are idle for too many rounds. This would still have to deal with there not being enough...
And make that timer actually count down.
Names overflow out of the bottom of game cards on the game list. They should dynamically set their height.
Lacking accessibility in general right now. Need to do something about it.
This one's annoying. I can see where the problem is, but not an easy way to fix it. Going to ignore it for now. # Found one Java-level deadlock: "ajp-bio-8009-exec-66870":...