Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

HUD not showing up

A topic by brog77 created Sep 01, 2024 Views: 162 Replies: 5
Viewing posts 1 to 2

Cards and most parts of the HUD do not show up, i'm able to play but the only strat i can use is clicking on "call, deal and draw", any fixes?

already tried updating/changing the java version.

Developer (1 edit)

That's not a familiar bug.   Can you post a screenshot?

Also try starting the game from the command line and post anything that looks like an error from the output.

java -Xmx1200m -jar csp.jar

This is how it looks

Developer

All the player images show, but not any of the standard ones from the resources folder.  I'm guessing this has something to do with that resources folder inside the jar not being found. Maybe try re-downloading the game? the jar file may have gotten corrupt or something.

  • What does the main menu look like? (I'm guessing missing question-mark button for the random player?)
  • What about the sound?  (I'm guessing the player talking voices are there, but no music or shuffling sounds?)
  • Anything helpful in the text logs?
  • What resolution are you playing the game at? 
  • What OS?
Developer

One more idea:  maybe you set some kind of global CLASSPATH on your machine that is overriding the one in the game jar?

(+1)

Hello! Sorry for not responding in such a long time, i got lost with life and such, i was using the command line method u mentioned, and i got error "unable to access jarfile", looked around online and found the solution haha, i transferred over the game folder from my HDD for games to my NVME boot drive, now it works, thank you for answering though!