Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

You must be 18+ to view this content

Tales of Androgyny may contain content you must be 18+ to view.

Are you 18 years of age or older?

or Return to itch.io

Tales of Androgyny

A game about birds, bees, flowers and trees. · By Majalis

Known Issues (and bug reports) Sticky

A topic by Majalis created May 26, 2021 Views: 81,558 Replies: 535
Viewing posts 21 to 40 of 385 · Next page · Previous page · First page · Last page

Hey, after i lost a battle vs a goblin i got this error


java.lang.RuntimeException: Actor: Group

|  Group

|  Group

at com.badlogic.gdx.scenes.scene2d.Actor.act(Actor.java:110)

at com.badlogic.gdx.scenes.scene2d.Group.act(Group.java:46)

at com.badlogic.gdx.scenes.scene2d.Stage.act(Stage.java:222)

at com.majalis.screens.AbstractScreen.render(AbstractScreen.java:490)

at com.majalis.screens.EncounterScreen.render(EncounterScreen.java:132)

at com.badlogic.gdx.Game.render(Game.java:46)

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

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

Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Asset not loaded: animation/Trudy.atlas

at com.badlogic.gdx.assets.AssetManager.unload(AssetManager.java:232)

at com.majalis.screens.EncounterScreen.dispose(EncounterScreen.java:154)

at com.majalis.screens.AbstractScreen.switchScreen(AbstractScreen.java:151)

at com.majalis.screens.AbstractScreen$1.act(AbstractScreen.java:94)

at com.badlogic.gdx.scenes.scene2d.actions.SequenceAction.act(SequenceAction.java:65)

at com.badlogic.gdx.scenes.scene2d.Actor.act(Actor.java:98)

... 7 more

Deleted 1 year ago

hi i'm trying to launch the game after about a week of not opening it, with no issues as of the last time I was playing. I'm attempting to open the game now though and getting the error code:

Error: No OpenGL context found in the current thread.

java.lang.RuntimeException: No OpenGL context found in the current thread.

    at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)

    at org.lwjgl.opengl.GL20.glCreateShader(GL20.java:219)

    at com.badlogic.gdx.backends.lwjgl.LwjglGL20.glCreateShader(LwjglGL20.java:201)

    at com.badlogic.gdx.graphics.glutils.ShaderProgram.loadShader(ShaderProgram.java:209)

    at com.badlogic.gdx.graphics.glutils.ShaderProgram.compileShaders(ShaderProgram.java:188)

    at com.badlogic.gdx.graphics.glutils.ShaderProgram.<init>(ShaderProgram.java:171)

    at com.badlogic.gdx.graphics.g2d.SpriteBatch.createDefaultShader(SpriteBatch.java:162)

    at com.badlogic.gdx.graphics.g2d.PolygonSpriteBatch.<init>(PolygonSpriteBatch.java:142)

    at com.badlogic.gdx.graphics.g2d.PolygonSpriteBatch.<init>(PolygonSpriteBatch.java:104)

    at com.majalis.talesofandrogyny.TalesOfAndrogyny$1.<init>(TalesOfAndrogyny.java:77)

    at com.majalis.talesofandrogyny.TalesOfAndrogyny.create(TalesOfAndrogyny.java:77)

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

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

i'm still here with no luck on this :( please help anyone

Developer

Sorry, this is a pretty low level error - could be an issue with your graphics card driver.

This is the error I get while trying to launch the game, it only happens if there's an existing  .toe data and deleting the folder would make the game load, but it would be pretty much the same as playing Iron Man mode.

java.lang.IllegalArgumentException: initialCapacity is too large: 64
at com.badlogic.gdx.utils.ObjectMap.<init>(ObjectMap.java:72) at com.badlogic.gdx.utils.ObjectMap.<init>(ObjectMap.java:63) at com.badlogic.gdx.utils.OrderedMap.<init>(OrderedMap.java:35) at com.badlogic.gdx.utils.Json.getFields(Json.java:200) at com.badlogic.gdx.utils.Json.readFields(Json.java:844) at com.badlogic.gdx.utils.Json.readValue(Json.java:1011) at com.badlogic.gdx.utils.Json.readValue(Json.java:928) at com.majalis.encounter.EncounterReaderImpl.getScriptData(EncounterReaderImpl.java:29) at com.majalis.encounter.EncounterReaderImpl.<init>(EncounterReaderImpl.java:19) at com.majalis.talesofandrogyny.TalesOfAndrogyny.create(TalesOfAndrogyny.java:69) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:151) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:128)

When playing in windowed mode I put the resolution way too high and now I can't click any of the buttons. Help please

Deleted 1 year ago

On Android public version, I'm getting a crash from getting orally knotted in the arena. Notification says "error:asset not loaded: enemies/werewolf/WerewolfTrudy.PNG"

hey. just got a error text in vers: 0.3.10.3, story mode 2nd node above Silajam. i think that's the warning encounter before the ogre fight

Errot text:

java.lang.RuntimeException: Actor: Group

|  Group

|  |  Group

|  |  |  Image: TextureRegionDrawable

|  |  |  Image: TextureRegionDrawable

|  |  |  Image: TextureRe

at com.badlogic.gdx.scenes.scene2d.Actor.act(Actor.java:110)

at com.badlogic.gdx.scenes.scene2d.Group.act(Group.java:46)

at com.badlogic.gdx.scenes.scene2d.Stage.act(Stage.java:222)

at com.majalis.screens.AbstractScreen.render(AbstractScreen.java:490)

at com.majalis.screens.WorldMapScreen.renderScreen(WorldMapScreen.java:1341)

at com.majalis.screens.WorldMapScreen.render(WorldMapScreen.java:1331)

at com.badlogic.gdx.Game.render(Game.java:46)

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

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

Caused by: java.lang.NullPointerException

at com.majalis.encounter.EncounterReaderImpl.loadScript(EncounterReaderImpl.java:39)

at com.majalis.encounter.EncounterBuilder$Branch.textScene(EncounterBuilder.java:281)

at com.majalis.encounter.EncounterCode.getEncounter(EncounterCode.java:4550)

at com.majalis.encounter.EncounterCode.getEncounter(EncounterCode.java:1972)

at com.majalis.encounter.EncounterFactory.getEncounter(EncounterFactory.java:36)

at com.majalis.screens.ScreenFactoryImpl.getEncounter(ScreenFactoryImpl.java:238)

at com.majalis.screens.ScreenFactoryImpl.getCurrentContextScreen(ScreenFactoryImpl.java:295)

at com.majalis.screens.ScreenFactoryImpl.getScreen(ScreenFactoryImpl.java:139)

at com.majalis.screens.AbstractScreen.switchScreen(AbstractScreen.java:141)

at com.majalis.screens.AbstractScreen$1.act(AbstractScreen.java:94)

at com.badlogic.gdx.scenes.scene2d.actions.SequenceAction.act(SequenceAction.java:65)

at com.badlogic.gdx.scenes.scene2d.Actor.act(Actor.java:98)

... 8 more

Developer

Thanks, just fixed it!

(1 edit)

I downloaded "Tales of Androgyny" on Android and was able to go through character creation without issue, and was able to fight and travel outside of town with only a few crashes. However,when I went into town every time I try to go into the town square or go into the brothel to go to work the game crashes. I am also unable to leave the town as it crashes when I attempt to. A great looking game with a lot of customization, but I can't do much because of all the crashing.

the archive is either in unknow format or damaged 


I keep getting this every time i try to unzip the file  


Too much text in one textbox

Cock*sleeve*

I've downloaded the .rar and extracted it, but the application won't even try to start, I try double clinking and nothing happens, I try right-clicking and opening it, nothing again, did I mess up somewhere?

i've had the same issue so i'll help

first, do you play japanese games? if you do, the change in locate mess with your username putting a kanjin on it so just change it back or make a new user a simple name shoud work like "test"

I do not, I've played tales of androgyny  before no problem on this same computer so I have no idea what's wrong

try moving the entire folder to a shorten path like C> [ToA folder] sometimes it's works, anything other than this is out of my league, sorry

i have tried that with no success.

(2 edits)

Outpost hitbox blocks some land, it's important since it's dark knight. Edit: it would be nice to be able to move with keyboard as well

Hi, I used to be a patreon supporter, but stopped because i can't forage on mobile. I always end up running out of food and game overing before I get far. Was the removal of foraging intentional or am I just missing the button for it? 

Developer

It happens automatically when you run out of food. The goal is to beat the game before you run out of food, which is possible now!

Hello!
Every time I try to launch the game either with the .exe or .jar I get this error :

java.lang.NoClassDefFoundError: Could not initialize class org.lwjgl.Sys

    at org.lwjgl.opengl.Display.<clinit>(Display.java:135)

    at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setVSync(LwjglGraphics.java:592)

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

I'm on Win 10 x64, I've got java updated, same with my graphics card drivers.

I've seen this error get posted once or twice before, but no one answered them yet.

https://itch.io/t/1540276/so-im-kida-dumb-and-dont-know-how-to-instal-the-game 

try this

Hey, thanks for the reply!


How do I go about telling my .jar which jre to use? I kinda got stuck on that step.

step 1 go to the ToA game folder

step 2 click the folder name on the path bar

step 3 type cdm

step 3 type java -jar TalesOfAndrogyny.jar

step 4 if a error code shows up change your username or make a new one whit a simple name like "test"

P.s languege barrier keeps me from making this easyer to undertand sorry

Got the same error, but it got me closer to the answer.

It does seem that my local user name is to blame for everything. In the path it misses 2 letters.

I tried to rename my user folder, but all I did was lock myself out of my own PC, and having to system restore it.

Is there an easy way to rename your user name in Windows 10?

just make a guest user, easier, faster and you can't mess this up

go to setings>accouts>family and other users>add another user to this pc> i don't have entry information for this person>add a user whinout a microsoft accout> make a simple name! like "user2" or "test" > download the game 

(2 edits)


When I try to enter in a encounter the game crash. i'm using the win32 version. I tried to reinstall the game but the error persists

I'm also getting this error. I tried deleting the save folder but no luck. I'm using the Jar. I'm also on Java 16.0.2.0 if that's relevant.

Error Log:

https://pastebin.com/Q756bjtu

Developer (1 edit)

It's probably not going to work with Java 16.0.2.0 - you should use the java runtime that comes bundled with the game. If you want to download your own copy of it, it's jdk1.8.0_45. EDIT: for posterity, the game now works with more recent versions of Java, and definitely should not be run with 1.8.0_45.

Viewing posts 21 to 40 of 385 · Next page · Previous page · First page · Last page