Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Rygarwashere

1
Posts
1
Topics
13
Following
A member registered Sep 01, 2019

Recent community posts

When faceing the Drow can not be mated with the big black cat

error is:

java.lang.NullPointerException

    at com.majalis.character.PlayerCharacter.receiveOral(PlayerCharacter.java:1296)

    at com.majalis.character.PlayerCharacter.receiveSex(PlayerCharacter.java:1509)

    at com.majalis.save.SaveManager.saveDataValue(SaveManager.java:160)

    at com.majalis.scenes.Mutation.mutate(Mutation.java:27)

    at com.majalis.scenes.TextScene.activate(TextScene.java:176)

    at com.majalis.scenes.Scene.setActive(Scene.java:118)

    at com.majalis.scenes.TextScene.nextScene(TextScene.java:236)

    at com.majalis.scenes.AbstractTextScene$1.clicked(AbstractTextScene.java:56)

    at com.badlogic.gdx.scenes.scene2d.utils.ClickListener.touchUp(ClickListener.java:88)

    at com.badlogic.gdx.scenes.scene2d.InputListener.handle(InputListener.java:59)

    at com.badlogic.gdx.scenes.scene2d.Stage.touchUp(Stage.java:351)

    at com.badlogic.gdx.InputMultiplexer.touchUp(InputMultiplexer.java:124)

    at com.badlogic.gdx.backends.lwjgl.LwjglInput.processEvents(LwjglInput.java:360)

    at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:221)

    at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:128)