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.
AskiaW
Recent community posts
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.
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
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)