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

Bug: Using a buffer created on Linux, on a Windows machine, crashes the application. #264

Open
GlacierFox opened this issue Sep 11, 2024 · 2 comments

Comments

@GlacierFox
Copy link

Describe the bug
I save my buffer when using the app on linux to cloud storage so I can use it on other machines.
Are buffers compatible between Linux and Windows? When I open the app on my Windows machine the text on the screen sort of flashes and I can't type anything. I then get a huge memory leak which fills up my system ram in 30 seconds then crashes the app. The app works fine if I use a fresh buffer on Windows.

To Reproduce
Steps to reproduce the behavior:
1 - Start Hello Note on Linux and save the buffer.
2 - Open that same buffer up on a Windows machine.
3 - Memory Leak.

Expected behavior
To use the same buffer file between machines.

Desktop (please complete the following information):

  • OS: RHEL

  • Version 9.4

  • OS: Windows 11

@heyman
Copy link
Owner

heyman commented Sep 12, 2024

Hi! Could you supply a buffer file that causes the crash on windows?

(I don't use linux on the desktop, and I was not able to reproduce the issue using a buffer file produced on Mac in Windows)

@GlacierFox
Copy link
Author

Yeah sure, here's a one that causes problems for me (It's just got random code stuff in, contains nothing private) @heyman

buffer.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants