lshachar / WiiBalanceWalker

WiiBalanceWalker reworked, updated to windows 10, with support for current vJoy driver and more
HomePage
54 stars 9 forks source link

Crashes when run with Driver4VR #10

Closed BenjaminHalko closed 2 years ago

BenjaminHalko commented 2 years ago

I am attempting to use my balance board with VR, but when I try to run it with Driver4VR, it crashes as soon as Driver4VR starts.

lshachar commented 2 years ago

May I ask how did you fix it?

BenjaminHalko commented 2 years ago

@lshachar It was actually a problem with Driver4VR, I attempted to use freePIE instead of WiiBalanceWalker, but it also crashed that too!

My extremely complicated solution was to connect the balance board to my raspberry pie, then get the values through a python script, then send those values to my computer through UDP, then have freePIE get those values, pass them to vJoy, then using opentrack take the joystick input and pass it to Driver4VR.

Doing that allowed me to get the values without having the balance board be connected to the same computer as Driver4VR.