quest-sidenoder icon indicating copy to clipboard operation
quest-sidenoder copied to clipboard

feat: fixed issue with quest 3, raised version of everything

Open javamachr opened this issue 1 year ago • 11 comments

Added workaround for Quest 3 write after end error on obb files sync. Raised version of everything to latest greatest. Should fix https://github.com/vKolerts/sidenoder/issues/38

javamachr avatar Dec 10 '23 14:12 javamachr

Did this not get merged?. Can I clone your repo and build from there? I need this fix for my quest 3. Looks like a regular electron app. should run a build as such right?

yoanhg421 avatar Dec 12 '23 18:12 yoanhg421

It did not work in the end. I'm still looking into it. Adb push keeps failing even if I run it via child_process. I'll release it once fixed from my repo.

javamachr avatar Dec 12 '23 20:12 javamachr

Cool. Thank you. I’ll be on the lookout.

yoanhg421 avatar Dec 12 '23 20:12 yoanhg421

Tested on mac with M1 - works there.

javamachr avatar Dec 13 '23 11:12 javamachr

Yes. I was wondering. Tested on my m1 Mac last night and everything worked just fine on my Q3

yoanhg421 avatar Dec 13 '23 12:12 yoanhg421

Whatever you tried before last commit(1 hour ago) did not actually work although the UI did not give any error. The real fix is the very last commit made 1 hour ago now the obb file copy really works.

javamachr avatar Dec 13 '23 12:12 javamachr

Sorry, I did modify the if statement in the adbPush function because I thought it was redundant. I never tried it in the original state. I was going to test again today because I thought it was very weird I never got an error. Looks like that was it 👍.

Thanks for fixing this. I was having a lot of issues trying to run windows on Mac. Rookie kept giving me an error. Having tools that run natively helps so much 😁

yoanhg421 avatar Dec 13 '23 12:12 yoanhg421

So the sidenoder.Setup.win.0.8.0.exe uninstalls your old sidenoder then never installs 8. It seems it contains only arm64 binary.

DIEHARDave avatar Dec 15 '23 00:12 DIEHARDave

Right sorry I built it on arm - added sidenoder.Setup_winx64.0.8.0.exe could you give it a try? I don't have a windows machine available atm.

javamachr avatar Dec 15 '23 07:12 javamachr

Thanks so much for this. Any chance you can add the Mac x64 0.8.0 version?

builtinhold avatar Dec 26 '23 20:12 builtinhold

Thanks so much for this. Any chance you can add the Mac x64 0.8.0 version?

Sure, I just added x64 mac v0.8.0 to the release in my fork.

javamachr avatar Dec 29 '23 14:12 javamachr