It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
dessoul: The patch is on, but does not change the crashing of the game.
In some other forum somebody wrote, that they have problems, because the game tries to get some achivement from steam, even as this game is a gog game. I think, this might happen here, too.

I
You might try contacting dev directly thru e-mail: StardewValley at gmail dot com
avatar
LordHelmchen: Indeed. I know the feeling will pass, but right now, for the first time i regret buying a game on gog instead of on steam.
avatar
SolanQ: I wouldn't say I regret my choice, but I definitely feel a litlte bit irked.

I lost some of my progress to the "game not saving properly when you get a level-up" bug last night and discovered afterwards that on the Steam version that bug is already fixed... *sigh*
After hearing about bugs with save files, I did this (I suggest you do the same):
I've opened C:\Users\*your user name*\AppData\Roaming\StardewValley\Saves and copied the files to another folder, to make a backup.
I don't mind losing a day due to a bug, but I don't want to lose all the progress because of corrupted save files.
I recommend having a folder for 2 different days in-game, just to be extra safe (Who knows what may trigger a bug. You don't want to copy a save which is already "doomed". Having multiple saves, you ensure that you won't lose precious progress).
Post edited February 29, 2016 by almabrds
avatar
dessoul: The patch is on, but does not change the crashing of the game.
In some other forum somebody wrote, that they have problems, because the game tries to get some achivement from steam, even as this game is a gog game. I think, this might happen here, too.

I
avatar
Petrell: You might try contacting dev directly thru e-mail: StardewValley at gmail dot com
? Thanks. Just when i wanted to contact the developers, i first repeated everything i did as before, to be able to describe, what was leading to the crash.
And then it worked....
avatar
almabrds: After hearing about bugs with save files, I did this (I suggest you do the same):
I've opened C:\Users\*your user name*\AppData\Roaming\StardewValley\Saves and copied the files to another folder, to make a backup.
I don't mind losing a day due to a bug, but I don't want to lose all the progress because of corrupted save files.
I recommend having a folder for 2 different days in-game, just to be extra safe (Who knows what may trigger a bug. You don't want to copy a save which is already "doomed". Having multiple saves, you ensure that you won't lose precious progress).
And just because we are lazy people, here a little batch script i wrote to do this:

@ECHO OFF
XCOPY "%APPDATA%\StardewValley" "%USERPROFILE%\Desktop\StardewValley - Saves" /E /G /H /I /Y
You just have to put the content of the quote in a file that you name "Backup Stardew Valley.bat" (for example) and save with the bat extension. When you lauch it it copy all the files from C:\Users\*your user name*\AppData\Roaming\StardewValley\ to your desktop, if you want it to save it elsewhere, just change the second argument between " ". And if you want a restoration script too, just reverse the order of the arguments between " ".

If that can help o/