automuteus/amonguscapture

App crashes when copying text from console

joshuacameron opened this issue · 7 comments

After I do control+c to copy highlighted text in the console it crashes, running latest version.

image

Reproduces bug 100% of time

Yeah. Probably going to need to switch to framework dependant releases to fix it.

Yep. This is caused by trimming. It is removing the COM access to the clipboard and causing it to crash.

Also crashes when you click on the "Game code" field. You get the info box that it was copied and then a few seconds later the application crashes.

Fixed in latest release, commit ac27521

It doesn't seem to crash anymore, but clicking on the code now doesn't initiate copying, is that correct behavior?

Yep. Sadly the fix was to remove copying from the app altogether.