In version 3.14 on windows, I couldn't get the Arachne to knot/oviposition me in our fight. Also, whenever she got me into a grapple stance, she would only repeat nip neck until I broke free.
Tales of Androgyny may contain content you must be 18+ to view.
The creator of this page has specified that it contains mature themes and content. Please enter your birthdate to verify you are 18 or older:
Getting this error when I try to open the Demon King in the pervert screen:
Platform information
Game version: 0.3.15.3 Patron-Only
Java version: 11.0.12
System information
OS name: Windows 10
OS version: 10.0
OS architecture: amd64
Stack trace:
java.lang.NullPointerException
at com.majalis.character.Item$Weapon.getMaxGrip(Item.java:415)
at com.majalis.character.Item$Weapon.<init>(Item.java:323)
at com.majalis.character.EnemyCharacter.<init>(EnemyCharacter.java:67)
at com.majalis.character.EnemyCharacter.<init>(EnemyCharacter.java:58)
at com.majalis.screens.ReplayScreen$2.clicked(ReplayScreen.java:245)
at com.badlogic.gdx.scenes.scene2d.utils.ClickListener.touchUp(ClickListener.java:88)
at com.badlogic.gdx.scenes.scene2d.InputListener.handle(InputListener.java:71)
at com.badlogic.gdx.scenes.scene2d.Stage.touchUp(Stage.java:355)
at com.badlogic.gdx.InputEventQueue.drain(InputEventQueue.java:70)
at com.badlogic.gdx.backends.lwjgl3.DefaultLwjgl3Input.update(DefaultLwjgl3Input.java:189)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:394)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:143)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:116)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:82)
And getting this error when I go into any combat:
Platform information
Game version: 0.3.15.3 Patron-Only
Java version: 11.0.12
System information
OS name: Windows 10
OS version: 10.0
OS architecture: amd64
Stack trace:
java.lang.NullPointerException
at com.majalis.character.Item$Weapon.getMaxGrip(Item.java:415)
at com.majalis.character.Item$Weapon.<init>(Item.java:323)
at com.majalis.character.EnemyCharacter.<init>(EnemyCharacter.java:67)
at com.majalis.character.EnemyEnum.getInstance(EnemyEnum.java:621)
at com.majalis.battle.BattleCode.getEnemy(BattleCode.java:102)
at com.majalis.battle.BattleFactory.getBattle(BattleFactory.java:39)
at com.majalis.screens.ScreenFactoryImpl.getBattle(ScreenFactoryImpl.java:251)
at com.majalis.screens.ScreenFactoryImpl.getCurrentContextScreen(ScreenFactoryImpl.java:303)
at com.majalis.screens.ScreenFactoryImpl.getScreen(ScreenFactoryImpl.java:138)
at com.majalis.screens.AbstractScreen.switchScreen(AbstractScreen.java:150)
at com.majalis.screens.LoadScreen.switchFade(LoadScreen.java:46)
at com.majalis.screens.AbstractScreen.showScreen(AbstractScreen.java:123)
at com.majalis.screens.LoadScreen.render(LoadScreen.java:52)
at com.badlogic.gdx.Game.render(Game.java:46)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:403)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:143)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:116)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:82)
Keep getting this pop-up when I try to open the game. I don't know what changed between going to bed yesterday and waking up today but the game didn't like it
Error log says:
Platform information
Game version: 0.3.14.0
Java version: 11.0.12
System information
OS name: Windows 10
OS version: 10.0
OS architecture: amd64
Stack trace:
com.badlogic.gdx.utils.GdxRuntimeException: Couldn't create window
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createGlfwWindow(Lwjgl3Application.java:472)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:415)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:401)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:113)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:82)
---------- Autosave ----------
Autosaving loading failed due to:
com.badlogic.gdx.utils.GdxRuntimeException: Couldn't create window
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createGlfwWindow(Lwjgl3Application.java:472)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:415)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:401)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:113)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:82)
Another note on the Trudy quest line is that i never reach the dialogue for after I use it and meet up with trudy that is in the script. Instead I can keep relearning the deep incantation stance and keep on getting 30 xp from the encounter.
Also Kylira questline does not progress at camp after all of the encounters.
Platform information
Game version: 0.3.15.6
java version "1.7.0_131"
System information
OS name: Linux
OS version: Ubuntu 14.04.5 LTS
OS architecture: amd64
If i try to start with java nothing happens, if i go to terminal and i do ./TalesOfAndrogyny.jar or java -jar TalesOfAndrogyny.jar after waiting a couple seconds i get this in terminal
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/majalis/talesofandrogyny/desktop/DesktopLauncher : Unsupported major.minor version 55.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:442)
at java.net.URLClassLoader.access$100(URLClassLoader.java:64)
at java.net.URLClassLoader$1.run(URLClassLoader.java:354)
at java.net.URLClassLoader$1.run(URLClassLoader.java:348)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:312)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
tried to look into game files, and replacing with older versions of "DesktopLauncher.class" and "ConfigurationFinalizerDesktop.class" because game used to work before but nothing changes, i actually dont know nothing about java script, send help pls,im horny
I recently made two characters for 800th time, both paladins and every time they encounter anything the game goes into an infinite loading screen starts and alt tabbing causes the screen to rapidly flash white then CTD. I've an encountered this bug before however i don't remember how i got around it.
Platform information
Game version: 0.3.14.0
Java version: 11.0.12
System information
OS name: Windows 10
OS version: 10.0
OS architecture: amd64
Stack trace:
java.lang.RuntimeException: Actor: Label: Begin
at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:192)
at com.badlogic.gdx.scenes.scene2d.Actor.fire(Actor.java:152)
at com.majalis.screens.MainMenuScreen.render(MainMenuScreen.java:482)
at com.badlogic.gdx.Game.render(Game.java:46)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:403)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:143)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:116)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:82)
Caused by: java.lang.NullPointerException
at com.badlogic.gdx.scenes.scene2d.InputListener.handle(InputListener.java:66)
at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:188)
... 7 more
"TOWN-SQUARE-WARLOCK-PORTAL-END" does not occur even if i go to do the quest. I repeated it with each possible penile statues of freecock, impotent, and caged and it just ends right after the scene that would discern penile status without reaching the rest of the dialogue. the "TOWN-SQUARE-WARLOCK-PORTAL-END.
I'm not sure why but some of the END scenes are not working. Like for dullahan-date-end-delivered, it wont play after i go on a date with the dullahan after the head is delivered. it also wont play the other dullahan date end scene either on my other save without the head. Also warlock date end wont play for me either, it just stops at the diverging cock descriptions of chastitied, impotent, and free cock.
I'm not sure if it was mentioned in the changelogs but i am seeing the characters moving around when i attempt to go towards them. When i try to move to the same space Kylira is on, the move away and then I cannot get to her sometimes. is this a bug or a new feature, because it is kinda interesting.
I should add that it includes the othercharacters as well. like trudy was moving as well. I created another save file but it was kind of interesting.
Hello, ive noticed that the trudy events have been fixed, but the kylira events still appear to not work
ive gone to every encounter and there is still no change. The encounters seemingly dont trigger the during after first scenario at camp and continues on as if none of the quest has started
also i thought it might be that the other events such as the selkie goblin, centaur, and friendly werewolf dont have seperate encounter quest flags that could be used to count them unlike the inn encounter. Maybe that is a reason, idk. This is me just guessing. Loving the game right now and i play it religiously, just not sure if i am stupid for not being able to complete the kylira events after 90 days or there might be something wrong with it.
If anybody has completed it please tell me what i am doing wrong.