Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

AskiaW

4
Posts
A member registered Dec 12, 2021

Recent community posts

(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)