Search found 2 matches
- Mon Mar 04, 2024 12:53 am
- Forum: YSoccer's troubles and tech info
- Topic: Fixing java.lang.IndexOutOfBoundsException after Game Ends
- Replies: 0
- Views: 459
Fixing java.lang.IndexOutOfBoundsException after Game Ends
Every time I play a match, the statistics screen remains visible for an extended time post-match, and then the game experiences a crash with error: java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 0 so I have updated the com.ygames.ysoccer.competitions.Compitiation.getTeam publ...
- Thu Feb 22, 2024 9:13 pm
- Forum: PC Development
- Topic: Visualizing a recorded game
- Replies: 1
- Views: 396
Visualizing a recorded game
I'm trying to understand the requirements to support a new InputDevice.Type. RECORDED . My objective is to implement a RECORDED feature that reads database recorded events for both HOME and AWAY teams, subsequently visualizing the data. Any insights or suggestions you could provide would be greatly ...