-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Japanese Windows User (Double Byte) cannot evoke scrcpy #126
Comments
Hi there! I got to testing this today and after I created and setup a new user on my PC with the name "C:\Users\1階の\AppData\Roaming\SideQuest\scrcpy\scrcpy.exe" --crop 1280:720:1500:350 -b 8000000 --max-fps 0 --max-size 0 -n --window-title "SideQuest Stream" -s 1WMHH814MP0383 And here is it working: |
I said "1階のPC", NOT "1階の". |
What is going on about this issue? |
Hi there, it seems to me the double byte characters are "1階の" and not "PC". I did test the double byte characters and it worked just fine. Im not sure what else you want me to do here. When you click "Start Stream" sidequest will output the full scrcpy command to the console. To view the console click the little bug icon at the top and then in the section that opens click the "console" tab. From there you can see that the command is indeed encapsulated in double quotes ( it always has been ) and you can copy that command verbatim and paste it into command prompt to try to run scrcpy manually. Can you give this a try? |
Hi there, I tested as your advice and I got an interesting results.
C:\Users\1階のPC>"C:\Users\1階のPC\AppData\Roaming\SideQuest\scrcpy\scrcpy.exe" --crop 1600:900:2017:510 -b 8000000 --max-fps 0 --max-size 0 -n --window-title "SideQuest Stream" -s 1WMHH842XM0492
C:\Users\1階のPC>set SCRCPY_SERVER_PATH=C:\Users\1階のPC\AppData\Roaming\SideQuest\scrcpy\scrcpy-server C:\Users\1階のPC>"C:\Users\1階のPC\AppData\Roaming\SideQuest\scrcpy\scrcpy.exe" --crop 1600:900:2017:510 -b 8000000 --max-fps 0 --max-size 0 -n --window-title "SideQuest Stream" -s 1WMHH842XM0492
C:\Users\1階のPC>set SCRCPY_SERVER_PATH=C:\Users\urashita\AppData\Roaming\SideQuest\scrcpy\scrcpy-server C:\Users\1階のPC>"C:\Users\1階のPC\AppData\Roaming\SideQuest\scrcpy\scrcpy.exe" --crop 1600:900:2017:510 -b 8000000 --max-fps 0 --max-size 0 -n --window-title "SideQuest Stream" -s 1WMHH842XM0492 Then I got mirroring window. I found that the problem is not SideQuest but scrcpy. |
scrcpy project will fix soon. |
Closing as scrcpy issue. Thank you. |
I am using SideQuest and scrcpy and found that I can not evoke scrcpy in some cases.
When I use single byte user (urashita) in Windows, SideQuest is installed here
C:\Users\urashita\AppData\Local\Programs\SideQuest
When I first launched SideQuest, scrcpy was downloaded and installed here
C:\Users\urashita\AppData\Roaming\SideQuest\scrcpy
Then I could always evoke scrcpy from SideQuest.
But when I use this user "1階のPC" in Windows, SideQuest is installed here
C:\Users\1階のPC\AppData\Local\Programs\SideQuest
When I first launched SideQuest, scrcpy was downloaded and installed here
C:\Users\1階のPC\AppData\Roaming\SideQuest\scrcpy
Then I could NEVER evoke scrcpy from SideQuest.
I think there may be a reason SideQuest cannot launch scrcpy.
The most possible cause is that scrcpyBinaryPath needs double quote?
I am reading SideQuest source code and skeptical around here.
SideQuest/desktop-app/src/app/app.service.ts
line 400: this.scrcpyBinaryPath = downloadPath;
I am willing to test and check it in my PC if there were a possible fixed code.
The text was updated successfully, but these errors were encountered: