I am updating my base swerve drive code from 2024 to 2025 and I get this error whenever I try to sim the code.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff69a9a420, pid=20924, tid=2196
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.12+7 (17.0.12+7) (build 17.0.12+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.12+7 (17.0.12+7, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C [wpiutil.dll+0x1a420]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\FRC2025\2025Code\hs_err_pid20924.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
I beleave that this is a issue with advantage kit because I made a new project with nothing in it other than starting the AK logger and it throws the same error. Thanks for any help!
My code can be found here GitHub - PerkValleyRobotics/2025RobotCode