https://bugs.winehq.org/show_bug.cgi?id=51703
Bug ID: 51703 Summary: Opening Omnisphere Authorization window with a large amount of text on the clipboard causes an unhandled page fault Product: Wine-staging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: andrew@amorgan.xyz CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 70576 --> https://bugs.winehq.org/attachment.cgi?id=70576 backtrace
I'm attempting to register my Spectatronics Omnisphere installation, which requires pasting an authorization code into the application.
However, it appears that during authorization Omnisphere will attempt to read the contents of the clipboard in order to validate the authorization code, but upon doing so with any clipboard size that is significantly large, the application will crash with a page fault.
Unfortunately, I cannot work around this issue as there is no option to type in the authorization code rather than pasting it in in full.
Running the application with a small amount of text on the clipboard works fine. I also found that simply having 500 letter 'A's on my clipboard ('AAAAA...') will also cause the application to crash, so it appears that the characters involved does not matter - only the size of the clipboard's content does.
Through trial and error I have found that a string of 110 A's is fine, but 111 A's on the clipboard will cause the application to crash.