ID:2363037
 
BYOND Version:512.1421
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 65.0.3325.181
Applies to:Dream Maker
Status: Unverified

Thus far we've been unable to verify or reproduce this bug. Or, it has been observed but it cannot be triggered with a reliable test case. You can help us out by editing your report or adding a comment with more information.
Descriptive Problem Summary:

Dream Maker hasn't properly remembered open tabs in a long time. As it stands for me I basically get a random selection of what I had open previously when I next open it, usually coming from a pool of the first 10 or so I had open. I thought this limit was supposedly removed?

Numbered Steps to Reproduce Problem:

1) Open 20 files.
2) Close Dream Maker
3) Open Dream Maker -- have 10 files open.

Code Snippet (if applicable) to Reproduce Problem:


Expected Results:

All previously opened tabs to be open.

Actual Results:

10 random tabs are open.

Does the problem occur:
Every time? Or how often? Yes
In other games? N/A
In other user accounts? Yes
On other computers? Yes

When does the problem NOT occur?

Been an issue as long as tabs have been a thing.


Workarounds:

Use a real IDE.
Lummox JR changed status to 'Unverified'
I tried to reproduce this but was unsuccessful. All of the tabs opened correctly.

I did however discover that the .int file is being written before the tabs load, which means if anything goes wrong in the program before the next update to that file, the tabs can be lost. I made a change for the next build that will take care of that problem at least.