CREATE and FUCK your own AI GIRLFRIEND TRY FOR FREE
x

Wafflewaffuru

Active Member
Feb 10, 2021
743
1,367
I tried to save and this happened.

edit: This was the error text

com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:122)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:39)
Caused by: java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at com.majalis.screens.AbstractScreen.getScreenshot(AbstractScreen.java:437)
at com.majalis.screens.AbstractScreen.takeScreenshot(AbstractScreen.java:417)
at com.majalis.screens.WorldMapScreen.save(WorldMapScreen.java:701)
at com.majalis.screens.WorldMapScreen.access$1200(WorldMapScreen.java:98)
at com.majalis.screens.WorldMapScreen$11.clicked(WorldMapScreen.java:561)
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.InputMultiplexer.touchUp(InputMultiplexer.java:124)
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)
... 1 more
 
  • Sad
  • Angry
Reactions: PhazeUFO and Twiton

Twiton

Well-Known Member
Jan 25, 2019
1,834
2,442
I tried to save and this happened.

edit: This was the error text

com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:122)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:39)
Caused by: java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at com.majalis.screens.AbstractScreen.getScreenshot(AbstractScreen.java:437)
at com.majalis.screens.AbstractScreen.takeScreenshot(AbstractScreen.java:417)
at com.majalis.screens.WorldMapScreen.save(WorldMapScreen.java:701)
at com.majalis.screens.WorldMapScreen.access$1200(WorldMapScreen.java:98)
at com.majalis.screens.WorldMapScreen$11.clicked(WorldMapScreen.java:561)
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.InputMultiplexer.touchUp(InputMultiplexer.java:124)
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)
... 1 more
Your best bet is reposting that info here:
 

Wafflewaffuru

Active Member
Feb 10, 2021
743
1,367
Your best bet is reposting that info here:
The launcher attempts to use the packaged JRE, but you can also try to replace it with a JRE you've downloaded to fix certain issues. The JRE that comes with JDK 11.0.12 should work with ToA. If you're seeing any crash logs that contain the words "reflect" or "serialization", this may be the problem. If you're seeing a Bytebuffer error or any other error when hitting the "Save/Load" button, this is the problem.

I guess this is the issue but I literally have no fucking clue what any of this means.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
12,379
127,416
I tried to save and this happened.

edit: This was the error text

com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:122)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:39)
Caused by: java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at com.majalis.screens.AbstractScreen.getScreenshot(AbstractScreen.java:437)
at com.majalis.screens.AbstractScreen.takeScreenshot(AbstractScreen.java:417)
at com.majalis.screens.WorldMapScreen.save(WorldMapScreen.java:701)
at com.majalis.screens.WorldMapScreen.access$1200(WorldMapScreen.java:98)
at com.majalis.screens.WorldMapScreen$11.clicked(WorldMapScreen.java:561)
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.InputMultiplexer.touchUp(InputMultiplexer.java:124)
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)
... 1 more
Its the same question that gets ask every page now >.<. Here is the fix.

The launcher attempts to use the packaged JRE, but you can also try to replace it with a JRE you've downloaded to fix certain issues. The JRE that comes with JDK 11.0.12 should work with ToA. If you're seeing any crash logs that contain the words "reflect" or "serialization", this may be the problem. If you're seeing a Bytebuffer error or any other error when hitting the "Save/Load" button, this is the problem.

I guess this is the issue but I literally have no fucking clue what any of this means.
It is a problem with the screenshot the game tries to make. It's an old bug.
 

errte13

Active Member
Oct 6, 2020
534
965
Hope the Naga get expanded on. With new scenes like :
- something like Hiro witness his kids get birthed
- another scene where Hiro gets captured and brought to a human village, where he witness it being raided by his snek kids. cherry on the cake, in the middle of raid, Naga mother rape his dick to birth even more snek kids
- as final game over scene Hiro lives with the Naga, forced to mate with Mom Naga to make more Naga

____

On another topic, is it me who knows little of ToA's lore or the demon side is pretty stacked with OP characters that I'm surprised the demons have yet to invade all? The vampire sisters, the cultist's demon god, the dark knight, the demon who either fuck you into becoming a slut or steal some of your soul, the "demon king" ... what do the "good guys" have to counter them? We got the lady in the church but she gets boned by the vampires. Would be nice if we get some new characters on the "good side", that are as depraved as the demons or suppressing their depravity but keep losing control as she interacts with Hiro.
 
  • Red Heart
Reactions: Twiton

Twiton

Well-Known Member
Jan 25, 2019
1,834
2,442
On another topic, is it me who knows little of ToA's lore or the demon side is pretty stacked with OP characters that I'm surprised the demons have yet to invade all? The vampire sisters, the cultist's demon god, the dark knight, the demon who either fuck you into becoming a slut or steal some of your soul, the "demon king" ... what do the "good guys" have to counter them? We got the lady in the church but she gets boned by the vampires. Would be nice if we get some new characters on the "good side", that are as depraved as the demons or suppressing their depravity but keep losing control as she interacts with Hiro.
You don't have permission to view the spoiler content. Log in or register now.

Long story short, I think some enemies like the Dark Knight are holding back because the Demons don't actually want to 'invade' us. But they know there's still Heroes and Adventurers that need a foe they can never truly defeat.

I look forward to finding out that the Demons are actually evil and have always been lying to us, a mighty ruse to stop us from defeating the evil demon king and saving the world. And Hiro's Mom totally did kill the Moon Lord Demon Guy, pinky promise, there's no reason why the Elves are co-operating with the Demons at the beauty pageant.

Okay, I'll put away my cork board.
 
  • Like
Reactions: errte13

PhazeUFO

Well-Known Member
Sep 28, 2021
1,447
1,389
You don't have permission to view the spoiler content. Log in or register now.

Long story short, I think some enemies like the Dark Knight are holding back because the Demons don't actually want to 'invade' us. But they know there's still Heroes and Adventurers that need a foe they can never truly defeat.

I look forward to finding out that the Demons are actually evil and have always been lying to us, a mighty ruse to stop us from defeating the evil demon king and saving the world. And Hiro's Mom totally did kill the Moon Lord Demon Guy, pinky promise, there's no reason why the Elves are co-operating with the Demons at the beauty pageant.

Okay, I'll put away my cork board.
I would more assume it's because they can get what they want without getting themselves killed by a unified force, or a super hero. I of course am referring to generic fantasy stories in which the evil conquering demons are worked.
 

LandBeach

Member
Jun 3, 2019
351
324
You don't have permission to view the spoiler content. Log in or register now.

Long story short, I think some enemies like the Dark Knight are holding back because the Demons don't actually want to 'invade' us. But they know there's still Heroes and Adventurers that need a foe they can never truly defeat.

I look forward to finding out that the Demons are actually evil and have always been lying to us, a mighty ruse to stop us from defeating the evil demon king and saving the world. And Hiro's Mom totally did kill the Moon Lord Demon Guy, pinky promise, there's no reason why the Elves are co-operating with the Demons at the beauty pageant.

Okay, I'll put away my cork board.
Wait you can reason with the Quetzal?
 
  • Like
Reactions: Twiton

Twiton

Well-Known Member
Jan 25, 2019
1,834
2,442
Spotted an error 1637409406398.png

Also, it seems accepting the Dullahan's Oral Sex offer at camp causes a Purity Decrease as well as Cock Lover rank increase. I think it's incorrectly labelled as us giving her head.
 
Last edited:

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
12,379
127,416
ToA - New Weekly Build! (v0.3.14.4)

Demon King Standing Anal.png

Hayoooo! New weekly!

This time around we've got the Lupa (Blonde Werewolf) Cock Worship animation, which is... spicy. We've also added new Demon King scenes for intrepid adventurers to fall over!

On the technical side of things, we added a button on the Save/Load screen to open up the save folder (which is also where error logs will now appear), and improved the error logs to give more information for debugging. We've also made it so that hitting the Back button on Android will do the same thing as the Escape key on desktop - closing menus or returning you to the main menu, rather than having to use the pulldown tab for that.

We were planning to add some new visual effects in, but ran out of time at the buzzer, so they should be in next weekly.

As always, changelog is below, and convenience download links below that. Support Majalis on !

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

Java [.jar]
Anonfiles - Letsupload - Pixeldrain - Workupload

Android [.apk]
Anonfiles - Letsupload - Pixeldrain - Workupload


Note: There was a hotfix midweek that I missed. I added the changelog for it too.
 
Last edited:

Segsignal

Newbie
May 3, 2019
39
169
The Demon Lord battle conditions say she can lose by "satisfied oral" but is that even possible ? I sucked her dick for like 30 minutes straight and nothing.
 
  • Hey there
Reactions: Twiton
4.40 star(s) 155 Votes