You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I start up a simulation on WPILIB, Glass correctly starts then it crashes giving the error EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff98d8da420.
To Reproduce
Steps to reproduce the behavior:
Upgrade to WPILIB 2025.1.1 from WPILIB 2025.1.1 Beta 2
You’re mixing beta vendordeps (including akit) with release WPILib. That’s not going to work, you need to upgrade your vendordeps to the release versions.
Addtionally, we see from that repo you manually upgraded the project from beta to release. That is not a supported scenario. You must reimport the projects between beta and release. In place upgrades from beta to release are not supported.
That is why the vs code extension vendor dep viewer is still showing beta vendor deps. Just updating the gradlerio version is not enough. Theres more that is required.
Whenever I start up a simulation on WPILIB, Glass correctly starts then it crashes giving the error EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff98d8da420.
To Reproduce
Steps to reproduce the behavior:
Code
The text was updated successfully, but these errors were encountered: