Bartkk0 / VRCSDKonLinux

22 stars 3 forks source link

Current openbeta avatar SDK is broken? #6

Closed Naia-love closed 2 years ago

Naia-love commented 2 years ago

Hi, today I tried to use your script to script on the open beta avatar sdk available on their discord server (i have never tried using your script before btw):

But so first i get this when i run it

 ./patch.sh
Select SDK location: 
/home/naia/Unity/New Unity Project/Assets/VRCSDK
dos2unix: conversion du fichier Dependencies/VRChat/Editor/ControlPanel/VRCSdkControlPanelSettings.cs au format Unix…
dos2unix: conversion du fichier Dependencies/VRChat/Editor/ControlPanel/VRCSdkControlPanelAccount.cs au format Unix…
patching file Dependencies/VRChat/Editor/ControlPanel/VRCSdkControlPanelAccount.cs
patching file Dependencies/VRChat/Editor/ControlPanel/VRCSdkControlPanelSettings.cs
xdelta3: target window checksum mismatch: XD3_INVALID_INPUT
xdelta3: normally this indicates that the source file is incorrect
xdelta3: please verify the source file with sha1sum or equivalent

I have no idea if the xdelta3 error is expected or not, but that could be the reason why it don't seems to work, the DLL changed?

In unity I can set my steamapp folder, which I do, but when I click build and test, it build and nothing else happen, note that I have always done avatars on linux without knowing this script before so I have no idea what it's even supposed to do, but when i lauch the game, I have nothing news in my avatars tabs etc

misleadingname commented 2 years ago

Can you try using the stable sdk from the website? Because the VRChat team maybe changed something integral in the SDK, prehaps for the Avatar Dynamics update. But i may have be mistaken.

Bartkk0 commented 2 years ago

Probably the DLL changed between updates, you need to create patch manually with dnSpy, the source is in the GUIDPatch directory.

Bartkk0 commented 2 years ago

Closing as the patcher was updated.