Release Type: GitHub
Version: Some commit AFTER 4536bba6c37255f693d783352c5f0f3d9e12e8cd
Platform(s): Windows
Describe the bug
On the latest commit, when you open any C# file in Game Studio, it'll only display as an empty file.
Afterwards, you can no longer open any new assets (most likely the editor has internally crashed the docking manager/WPF to the point of no return).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Allow opening C# file.
Additional context
I have tested my commit 4536bba6c37255f693d783352c5f0f3d9e12e8cd, and it was still working.
Unfortunately, I could not narrow down the specific commit that caused this issue, as some of the subsequent commits aren't buildable on my machine (though the latest is buildable again).
The most likely cause is commit cd751d675fb64f9494df91cf54b57be747476966 (PR #667), however I can't make a build just prior to this commit to confirm this, maybe someone will have better luck trying to narrow down which commit/file is causing this issue.
I'm also having some issues. I'll try a git bisect to pinpoint the exact regression.
| Good revisions | Bad revisions |
| ----------------| -------------- |
| 4536bba6c37255f693d783352c5f0f3d9e12e8cd | 9e7b42f87d26abf750a89ac949cab8a60a61f904 |
| 7f4c7b4d1dfd8f46e89b209634ea627e5dc7aad9 | edc6f224422d857cb62d9323c992d390db61feee |
| 87bc986c8f702b649c334d62ce5e6462498d0626 | 53044c7264eaa5dc50173972ab74f99e2bb30bed |
| 837e1ff3a286aa2622581c689acf05f5b22ca95d | |
a8962a769ca0dc7d4ac17e1fe000b0a1d526c62a seems to be the culprit. Somehow the package resolution change broke something. I don't get any exceptions though.
If I revert that commit on top on HEAD, it works again.
Most helpful comment
I'm also having some issues. I'll try a
git bisectto pinpoint the exact regression.| Good revisions | Bad revisions |
| ----------------| -------------- |
| 4536bba6c37255f693d783352c5f0f3d9e12e8cd | 9e7b42f87d26abf750a89ac949cab8a60a61f904 |
| 7f4c7b4d1dfd8f46e89b209634ea627e5dc7aad9 | edc6f224422d857cb62d9323c992d390db61feee |
| 87bc986c8f702b649c334d62ce5e6462498d0626 | 53044c7264eaa5dc50173972ab74f99e2bb30bed |
| 837e1ff3a286aa2622581c689acf05f5b22ca95d | |
a8962a769ca0dc7d4ac17e1fe000b0a1d526c62a seems to be the culprit. Somehow the package resolution change broke something. I don't get any exceptions though.
If I revert that commit on top on
HEAD, it works again.