-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some projects don't complete, then savegame loss #159
Comments
Sorry to hear that--did you happen to see any error messages or anything like that? Or when you try to reload your game? |
No error messages. Products would complete without any window popping up
about the results (repeat and autocomplete were not turned on).
At some point I loaded the game, closed the tab without saving, and when I
opened it again, the load game option was greyed out.
…On Fri, Aug 28, 2020 at 12:32 AM Francis Tseng ***@***.***> wrote:
Sorry to hear that--did you happen to see any error messages or anything
like that? Or when you try to reload your game?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#159 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQYXWBEBQCA3D53YCOURLP3SC3UJTANCNFSM4QNQAV3A>
.
|
Hm alright. Are you able to inspect your browser's local storage when you load the game site? I'm wondering if it's a problem of the game not having saved at all to local storage or if it was saved but in a malformed way. |
I am, though I might have moved on a couple save files since then.. hopefully there's some remnant or error log somewhere I can get for you. Filepath? |
sadly those errors logs aren't saved to disk...but if it does happen again, open the javascript console and copy any messages that appear there and I'll take a closer look. |
This isn't about the savefile loss problem, but the "projects stop notifying on completion" bug; see attached log. While this log was collected I completed a couple of products with no window popping up for product type or build. |
This log was when I tried to fix the issue by deleting the jobs, but some of the events didn't disappear |
Great! For For I'll deploy the changes shortly. Thanks for collecting these logs. |
Alright, the game should be updated. I'll close this issue for now but feel free to re-open it if you're still having this problem. |
I'm sorry to say the problems with projects not generating a popup continue. Deleting all ongoing projects, saving, then restarting fixes it for a few minutes. Also, research projects complete without a notification more often than not, even if products are working. thefounder.biz-1598988266850.log I got two logs here. One was of a game where tasks were disappearing without notification as before (the idle workers count would just go up), and another log is a similar situation but the game had a crash as I was recording. Sorry for the bother and thanks for coming back and trying to read code from the distant past for me. I'm guessing some Chrome update or similar broke something important in the time since the game was released.. |
Huh strange--those logs look good, I don't see any errors related to the game there. There is a request for |
You will be pleased to know that I potentially have a fix for the bug. I was (on the advice of the person who introduced me to the game) having 2 or more products on repeat at all times for income. Each product combo I discovered was made hundreds of times and the revenue feed was endlessly clogged with e.g. yPhone 253. It felt pretty unrealistic, but I'm pretty sure it was making the game struggle in some way or another. Made a new game file called NoRepeats Inc. I stopped putting products on repeat and reserved the function for promos. No bug. It's not my place to make game design suggestions, but I believe the game released without the repeat function. Maybe remove it from products and leave it available on promos; probably fits your original vision better anyway. |
Thanks for looking more into it--I'm trying to see what might be causing the issue...do you also have tasks set to autocomplete? Wondering if there is some conflict going on there with the task repeating. |
Maybe this will help narrow down the problem. When a product task is finished and repeated, the following should happen (in
At a high level I think that's everything that triggers after a product task is finished. Just to see if I understand correctly, the bug you're experiencing is where, after finishing the product task:
|
I haven't tested in all situations, but when the bugs show up, there is always lots of projects in the revenue tracker on the left, and projects have been set on repeat and to finish automatically. The bug involves non-repeating, non-auto-finish projects when the gamestate is as described above.
Yes. The progress circle disappears but the product designer view doesn't pop up. Completion notifications also don't appear for research and events, or sometimes appear very delayed.
SOMETIMES? |
Interesting, this seems a lot more complicated than I originally anticipated...when I have a bit more time I'll see if I can recreate it on my end and see where that gets me. Thanks again for your help on this. |
Thanks for the reply and for reopening, hope you manage to fix it. I have finally finished a mostly bug-free playthrough of the game (by not using the repeat function on products) so be assured it is not a bug that makes the game unplayable. |
Later in the game, when I had 7 simultaneous projects, sometimes projects would stop having a pop up window on conclusion. This sometimes resolved after restarting or deleting all projects.
Also, on one restart, the save file was lost.
The text was updated successfully, but these errors were encountered: