All Questions
Tagged with exceptions libgdx
4 questions
0
votes
0
answers
37
views
Nullpointer loading texture in LibGdx [closed]
Im trying to load a tile map created with tile.
It contains a tileset which uses a png image.
Loading the map throws a null pointer exception.
0
votes
1
answer
156
views
LibGDX “EXCEPTION_ACCESS_VIOLATION” error when recreating previously disposed Box2DLights light
I just installed the Box2DLights dependency for LibGDX and I added a cave with 2 ConeLights inside. The first time I render the cave, everything works as expected. Then when I exit the cave, I make ...
2
votes
1
answer
302
views
How should I handle exceptions in libGDX?
I want to keep my game running as much as possible for the user, obviously. They would be dissapointed if the game suddenly quits without leaving any notice behind, and it would be difficult for them ...
2
votes
1
answer
2k
views
Libgdx problem while converting TextureRegion to Pixmap
I'm developping a Tile base game where I have to generate transition tiles. To do so, I have a method that generate those tiles from 2 existing one and 1 "filter tile". I use this method to make a ...