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

WPILIB Simulation Crashes on startup #7646

Open
SpaceStudios opened this issue Jan 6, 2025 · 2 comments
Open

WPILIB Simulation Crashes on startup #7646

SpaceStudios opened this issue Jan 6, 2025 · 2 comments
Labels
type: bug Something isn't working.

Comments

@SpaceStudios
Copy link

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:

  1. Upgrade to WPILIB 2025.1.1 from WPILIB 2025.1.1 Beta 2
  • Link to code:
    Code
@SpaceStudios SpaceStudios added the type: bug Something isn't working. label Jan 6, 2025
@PeterJohnson
Copy link
Member

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.

@ThadHouse
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

3 participants