Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

AskiaW

18
Posts
5
Following
A member registered Dec 12, 2021

Recent community posts

Yeah thats what I think. I think tags don't "hide" the game anymore. If there is something that is not allowed the whole page would just be removed. As seen with the wincest tag. They just hide the games while they were checking them.

Well the only thing I know that when I reported games (that I confirmed to have malware) as virus and they got that msg before downloading. At that point they lost the indexing and weren't able to be found on Itch anymore.

Before the "purge" there were malicious actors using games found somewhere else and uploading to itch while containing malicious code/software. I can send you links to those games as the game pages containing the files are still up but can't just be found via Itch anymore. I rather not post them publicly here tho.

Are you sure its because of the NSFW? I assume its cause of the "Virus" warning people get when downloading. That one will hide the game page until its resolved. Dunno how to resolve that though.

Yeah seems like this is broken? Can't get coins on the first night so you always lose.

Any updates?

Thx

(1 edit)

PC version?

Yo ma friend can a decide what you call your game? 
On Itch and exe it's called "The Demon Country," The first image and the main menu image say "The Demon Counrty". And the text here says "The demon contry".

Btw correct spelling is "Country" :P

Hello Holk! It seems like you compressed the images or something like that, they do look a bad at some points. 

Can you make a lighter compressed version?

I am wondering why you aren't selling it here. Steam shouldn't have anything against it. As long as it is not cheaper here, than on steam itself.

Every Download link is dead?

Thx

Your game opens steam. (I can't play H-games on steam in Germany) Is it possible to fix this?

(1 edit)

I have seen some people "somewhere" else mentioning they get the error that is following, I wanted to see if it was fixed, before I play the newest version, seems to be not the case, but as I understand it's a problem if you're NOT on Fridas parth, as I am I played it and had no error.

But anyways here is the Error code that was posted:


I'm sorry, but an uncaught exception occurred

While running game code:

  File "game/v06.rpy", line 1066, in script

    jump prebday

ScriptError: could not find label 'prebday'.


-- Full Traceback ------------------------------------------------------------


Full traceback:

  File "game/v06.rpy", line 1066, in script

    jump prebday

  File "D:\Renpy\CumonaBeach-0.6-pc\renpy\ast.py", line 1974, in execute

    rv = renpy.game.script.lookup(target)

  File "D:\Renpy\CumonaBeach-0.6-pc\renpy\script.py", line 927, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'prebday'.


Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22090809

Cumona Beach 0.6

(1 edit)

Hmm, it's weird it gives me the same download I had before, at least the same name no fix in it and exactly the same size.  And it doesn't seem to fix the error in the code.

In v06.rpy , line 1066 and "jump prebday" leads to nothing.

Hey Dunderdeuce, thanks for the update.

Are you sure the games have been updated? They still show the "19 Hours" ago when you (I assume) first uploaded it.

(2 edits)

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)