Skip to content

Conversation

gave92
Copy link
Member

@gave92 gave92 commented Sep 19, 2020

Fixes #1944

Issue was due to a memory access error that was for some reason happening when parsing the "Run with graphic processor" context-menu item that appears on PCs with NVidia graphic cards.

This bug was hard to track down because it was happening only on azure release builds: this was because azure builds the Files.Launcher project as x64 while local build uses x86. This PR changes the "Prefer32Bit" option to false in order to have consistent behavior when building locally and on azure. Let me know if it's ok to include this change.

@gave92 gave92 marked this pull request as draft September 19, 2020 08:43
@ghost ghost added the needs - code review label Sep 19, 2020
@gave92 gave92 changed the title [do not merge] - Investigate crash when right clicking shortcut files [do not merge] - Investigate crash when right clicking on certain files Sep 19, 2020
@gave92 gave92 changed the title [do not merge] - Investigate crash when right clicking on certain files Fix context menu not appearing when right clicking on exe files Sep 27, 2020
@gave92 gave92 marked this pull request as ready for review September 27, 2020 16:32
@yaira2 yaira2 changed the title Fix context menu not appearing when right clicking on exe files Fixed and issue with the context menu not appearing when right clicking on exe files Sep 29, 2020
@yaira2 yaira2 added ready to merge Pull requests that are approved and ready to merge and removed needs - code review labels Sep 29, 2020
@yaira2 yaira2 merged commit ed4c0bb into files-community:master Sep 29, 2020
@yaira2 yaira2 changed the title Fixed and issue with the context menu not appearing when right clicking on exe files Fixed an issue with the context menu not appearing when right clicking on exe files Sep 29, 2020
@gave92 gave92 deleted the fix_fulltrustcrash branch September 30, 2020 03:33
ChihweiLHBird pushed a commit to ChihweiLHBird/files-uwp that referenced this pull request Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Pull requests that are approved and ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fulltrust process crashes when right-clicking on exe files
2 participants