Skip to content
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

Application crashes with white screen in Macro mode when loading local storage data from a previous version #5800

Closed
Zhirnoff opened this issue Oct 17, 2024 · 1 comment · Fixed by #5804 or #5815
Assignees
Labels
Micro-Macro Bucket: Bugs related to Micro structures on Macro mode Priority: High User`s Feedback

Comments

@Zhirnoff
Copy link
Collaborator

Zhirnoff commented Oct 17, 2024

Steps to Reproduce

  1. In the previous version of Ketcher:
  2. Update to a newer version of Ketcher.
  3. Open the updated Ketcher version and switch to Macro mode.

Note: It seems that this happens because the names of the added monomers in the local storage have changed in new version of Ketcher.

Actual behavior
When switching to Macro mode, the application crashes, resulting in a white screen, as if Macro mode is unavailable. The issue seems to be tied to local storage data saved in a previous version of Ketcher. This crash does not occur in other browsers.

Expected behavior
The application should load the stored monomers, presets, or any data saved in local storage without issues. Macro mode should function normally in Chrome, as in other browsers.

Screenshots
2024-10-17_15h44_20

Desktop:

  • OS: Windows 11
  • Browser Chrome
  • Version 128.0.6613.120 (Official Build) (64-bit)

Ketcher version
[Version 2.26.0-rc.3]
Indigo version
[Version 1.25.0-rc.2]

#188442057

@Zhirnoff Zhirnoff added bug Priority: High User`s Feedback Micro-Macro Bucket: Bugs related to Micro structures on Macro mode labels Oct 17, 2024
@rrodionov91 rrodionov91 self-assigned this Oct 17, 2024
@rrodionov91 rrodionov91 changed the title Application crashes with white screen in Macro mode when loading local storage data from a previous version (Chrome-specific issue) Application crashes with white screen in Macro mode when loading local storage data from a previous version Oct 17, 2024
rrodionov91 added a commit that referenced this issue Oct 17, 2024
…ing local storage data from a previous version

- added filtration of rna preset from local storage if its part does not exist in library
rrodionov91 added a commit that referenced this issue Oct 18, 2024
…ing local storage data from a previous version (#5804)

- added filtration of rna preset from local storage if its part does not exist in library
rrodionov91 added a commit that referenced this issue Oct 18, 2024
…ing local storage data from a previous version (#5804)

- added filtration of rna preset from local storage if its part does not exist in library
rrodionov91 added a commit that referenced this issue Oct 18, 2024
…ing local storage data from a previous version (#5804) (#5815)

- added filtration of rna preset from local storage if its part does not exist in library
@Zhirnoff
Copy link
Collaborator Author

Tested. Bug fixed.
2024-10-21_12h39_34

Desktop:

  • OS: Windows 11
  • Browser Chrome
  • Version 128.0.6613.120 (Official Build) (64-bit)

Ketcher version
[Version 2.26.0-rc.4]
Indigo version
[Version 1.25.0-rc.2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment