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] Fail fast exception after latest VRCX update #1112

Open
binn opened this issue Feb 1, 2025 · 4 comments
Open

[Bug] Fail fast exception after latest VRCX update #1112

binn opened this issue Feb 1, 2025 · 4 comments
Labels
bug Something isn't working done Completed and included in next release

Comments

@binn
Copy link

binn commented Feb 1, 2025

Describe the bug
Upon updating VRCX using the built in updater, the app fails to launch with a fail fast exception. I believe this is due to .NET 9 and the CETCompat flag.

To Reproduce
Steps to reproduce the behavior:

  1. Update VRCX on Windows 10

Expected behavior
A clear and concise description of what you expected to happen.
VRCX should Launch

Screenshots
If applicable, add screenshots to help explain your problem.

Image

What version you are running
Latest stable

@binn binn added the bug Something isn't working label Feb 1, 2025
@Natsumi-sama
Copy link
Member

Seems like you have a very old Windows 10 build, might want to update that for many other reasons as well.

@Natsumi-sama
Copy link
Member

Or give this a try Ryubing/Ryujinx#409 (comment)
Or compile from source and add <CETCompat>false</CETCompat> to csproj file.

@Natsumi-sama Natsumi-sama added the done Completed and included in next release label Feb 3, 2025
@binn
Copy link
Author

binn commented Feb 9, 2025

I'm pretty sure I'm on the latest Windows 10 build, there are no pending updates available for me to install.

Image

Image

I tried to give the other issue's details a try, however, my computer does not give me that option

Image

As updating to Windows 11 is out of the question for me, please explain how I can prevent VRCX from updating automatically. Or add the flag to the project file. I'm not really comfortable with building myself as I don't get a clean install out of that, so for now I'm choosing to stick with 2024.12.30.

@Natsumi-sama
Copy link
Member

I've disabled CET on latest nightly, try switch to nightly build and issue should be gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done Completed and included in next release
Projects
None yet
Development

No branches or pull requests

2 participants