cowboyblob wrote on 24-07-2009:
Bug Report: (Mac OS X, Safari v3.2.3) Every time I try to explore the whiskey scene, it stops when I click either boob and the error is Empty Stack ...
Hi
cowboyblobThanks a lot for your bug report. Sorry that it took so long to take care of it (I was busy taking care of the bottles of wine from
ludwig, see above

)
FixIn your UP17 distribution, open file [font=Courier New]datingsimulator/state57_prog.js[/font]. In line 186 of this file you will find the following code:
________________________________________________________________________
[font=Courier New]
/* ***************************************************************
* Implement a stack of states
* ***************************************************************/
var stateStack = new Array();
function nextSteps(arguments)
{
var n = nextSteps.arguments.length;
var i = 0;[/font]
________________________________________________________________________
Delete the word
arguments that is marked red in the example above. Now your code should look like this:
________________________________________________________________________
[font=Courier New]
/* ***************************************************************
* Implement a stack of states
* ***************************************************************/
var stateStack = new Array();
function nextSteps()
{
var n = nextSteps.arguments.length;
var i = 0;[/font]
________________________________________________________________________
Save the file, and enjoy the game. And it would be nice if you could report whether this fix was successful, as I do not have a Mac to be able to test it myself.
In case your browser accidentally allows cookies for the duration of the session, press the SAVE button and paste the following code into the input field of the popup window:
currentState=57 allf=0 allwet=0 beer=0 blouse=0 bottomf=1 changect=2 changeto=8 crazy=0 dance=32 dancect=4 daring=4 dayn=1 downtown=5 dress=7 drinks=5 drive=1 endnum=0 facef=3 food=3 freshen=0 haveWhisky=0 hottub=0 justchanged=0 locat=1 nogas=0 nonudity=0 oldmap=1 pagenum=1 parktrip=0 photos=0 quote=0 race=0 racetime=0 rebec=0 romance=2 score=0 sgsource=0 shower=5 skirt=5 spinbottle=0 stargaze=0 strip=0 suggest=15 swam=0 swimct=0 topf=7 tord=7 towel=0 whitedress=0
Then press OK and press the LOAD button. Now with some luck your state will be reloaded and you can start where you have had to stop because of the bug.
Enjoy the game, and best regards,
qbv8