Draevis

Member
Nov 30, 2019
360
224
179
I cannot complete the Light Wood quest on the online version. When I try to collect the quest items, the browser gives an error about the button's ID, and then the button to claim the quest items cannot be interacted with. Sorry, I didn't make a screenshot or save the game. The online game version says it is v0.1.3.1
 

caju

Well-Known Member
Oct 5, 2017
1,501
1,440
385
Silently macro was depreciated in sugarcube 2.37. So if they are using the latest version, that is the problem.
Those are definitely words... and stuff. :ROFLMAO:
Meathead just wants to play game. I dont want to learn cooking.
 
Jan 6, 2021
19
88
157
I can't get very far before hitting this error:

Error: <<silently>>: error within contents (Error: <<EnterDungeon>>: error within widget code (Error: <<run>>: bad evaluation: State.variables.PlayerParty.clearParty is not a function)).

I can't enter the dungeon, and the stamina bar is permanently gone.
 

grumbles097

New Member
Jan 19, 2020
13
2
139
I was able to complete the forest dungeon by myself twice without issues, but after Reena came back and joined the party it was full of errors
" Error: <<set>>: bad evaluation: State.variables.EnemyParty.filter is not a function "
and
" Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read properties of undefined (reading 'length') "

After winning the last fight and hitting the "Take all loot and leave dungeon" button, an error window comes up but I'm unable to ctrl-c copy the contents of the window. "Error: <<run>>: bad evaluation: cannot read properties of undefined (reading 'id'"). is the first line, then it goes into a stack trace and I'm sorry but I'm not manually typing it out. The window is not resizable or interactable in any way, and would take many screenshots to get all of.

EDIT:
I hit the Back button until I got to the floor that lets you leave early with your loot. I was able to leave the dungeon that way, but got a new error:

" Error: <<pic>>: error within widget code (Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read properties of undefined (reading 'contains'))"

After that, I went back to the cabin and used the Party Management to remove Reena from the party. I then went back to the Light Forest dungeon, and completed it without any errors. I am unable to add Reena back to the party, however.
 
Last edited:

Candy1970

Well-Known Member
Jan 14, 2018
1,834
1,950
328
yep can't do the dungeon or the bandit camp , and i have yet to see any porn
and i still can not find how to get Iron bars
plus if there is sex you seem to be the spectator as you can't service clients your self .............OR CAN YOU ??? after the brothel has been upgraded enough ?
 
Last edited:
  • Like
Reactions: Lust Sissy Whore
Aug 27, 2020
48
33
129
After that, I went back to the cabin and used the Party Management to remove Reena from the party. I then went back to the Light Forest dungeon, and completed it without any errors. I am unable to add Reena back to the party, however.
I'm simply unable to add Reena at all. My sissy mage can't solo this dungeon!
 

uwmeer

New Member
Feb 19, 2018
5
3
164
Edit 2: Disregard the below. So many things are broken.

The problem seems to be that somehow the player party isn't created properly. It's nothing to do with the silently/silent macro thing that someone else mentioned.

Didn't investigate deeply, but I was able to do the first dungeon after typing this into the console (Ctrl+Shift+I):

window.loadPlayerParty(SugarCube.State.active.variables.ActiveParty)

Once created by doing this once, the party seems to persist after save/reload, so maybe it's the original Party init that's somehow broken?

Also not sure if the above is a real fix or if it will just break something else later on, but at least it allowed me to progress into the dungeon.

Edit: The problem goes deeper. I also had to do this modification to the html on line 2695:

if (!State.variables.PlayerParty) {
console.log("Initializing new PlayerParty.");
State.variables.PlayerParty = new Party();
} else if (state.variables.ActiveParty) {
console.log("Reloading PlayerParty.");
State.variables.PlayerParty = new Party(State.variables.ActiveParty);
} else {
console.log("Clearing existing PlayerParty.");
State.variables.PlayerParty.clearParty();
}


There seems to be some similar issue with enemy party creation after reloading a save file.
 
Last edited:
  • Haha
Reactions: caju

DarkDeathPie

Newbie
Jul 2, 2017
21
42
248
yep can't do the dungeon or the bandit camp , and i have yet to see any porn
and i still can not find how to get Iron bars
plus if there is sex you seem to be the spectator as you can't service clients your self .............OR CAN YOU ??? after the brothel has been upgraded enough ?
Iron ore is from the 3rd dungeon in the deep forest which is bugged like the bandit camp
 
  • Heart
Reactions: Candy1970
4.00 star(s) 2 Votes