PathWeaver not working

PathWeaver used to work perfectly. However out of the blue it won’t let me build it anymore. Anytime I click on PathWeaver through the start tool I recieve an image that looks like this:


Someone else had this error on Chief Delphi and I tried to solve it that way (replacing the 2022 json file and png) but I still get this error

Can you provide us a little more information about your system (OS?), what version of WPILib you have, and what changed between the time you could and could not start PathWeaver?

I’m using Windows. I’m currently on 2022.1.1 and I haven’t done anything to modify the project it just stopped working

is that your current version of wpilib?

Just upgraded to 2022.3.1 to see if that resolved anything. It did not. The project doesn’t even launch now.

have you updated your roborio to the latest version?

I can try that. However, does pathweaver need the rio to be on the latest version? I don’t think it needs that to start the project.

are you referring to the code not deploying/building? Because the roborio needs to be synced up with the current version of wpilib for the code to deploy. At least from my experience.

I’m referring to starting the project through “Start Tool” on Vscode. That’s not working

when you updated to the new version of wpilib did you uninstall any other versions on your PC?

Can you open pathweaver from the terminal?

do you know the command to do that

I did not do that

make sure you’re opening the latest version of wpilib that you installed and/or uninstall other versions of wpilib on your pc

I’ve confirmed that I am opening the latest version

I don’t have a Windows computer to give you an exact command-line, but it would be something like this:

c:\users\public\wpilib\2022>jdk\bin\java.exe -jar tools\Pathweaver.jar

Something like that.

That’s assuming you have navigated to that directory in your command prompt first with:

> cd c:\users\public\wpilib\2022

when wpilib installed it should have out a folder of the tools on your desktop. Have you tried opening pathweaver from there?

I’m getting an error that says “A game already exists with the name Rapid React” when I launch from the tools folder

do you have a pathweaver project already named Rapid React from a different version of pathweaver?