- Oct 13, 2016
- 1,333
- 1,314
same issue here, quest states you have to go into work but the above prevents it
same issue here, quest states you have to go into work but the above prevents it
Same here, if anyone can help with this issue. I tried different video drivers, i tried the compressed and normal version, still bugged. The moment i enter Brad's room its the black screen of death.Get black screen on entering Brad's room for the first time after being groped by my boss any solutions or saves right after?
I think in this version their is a bug when entering brad's room, i have used my multiple saves all at different points in game and in them all when u enter brad's room in then brings up black screenSame here, if anyone can help with this issue. I tried different video drivers, i tried the compressed and normal version, still bugged. The moment i enter Brad's room its the black screen of death.
Edit: If someone can give a link to a save file just after Brad's room.
You can get that error while playing after loading an old Save that doesn't include information about a variable / switch / resource-reference that was added in a more recent version of the game.anyone have issue like this in game v0.26??
Developers should know enough about the language they're writing in, to account for adding a new variable. Unfortunately, this happens all too often with developers who are good story tellers, but only mediocre (or careless) programmers.You can get that error while playing after loading an old Save that doesn't include information about a variable / switch / resource-reference that was added in a more recent version of the game.
eg. if you are running v0.10 of some game and a new variable named 'things' was added in v0.7 of that game, loading a Save file from v0.5 could cause that error because that Save doesn't contain information about the 'things' variable.
Thank you very much!via the Continue entry in the main menu and the files are in /storage/emulated/0/Android/data/orge.elena.the66/.
sadly it forces me to save before brads threesome and kicks me out saying 'dats all for ver 0.26' tho its 0.25..Try this save.(Save 2)
sadly it forces me to save before brads threesome and kicks me out saying 'dats all for ver 0.26' tho its 0.25..Try this save.(Save 2)
While I agree that Developers should learn about the environment they are using, however "post load patching" of old Saves is an advance topic and depending on what exactly needs fixing in the old Save it isn't always possible.Developers should know enough about the language they're writing in...