-
Notifications
You must be signed in to change notification settings - Fork 223
Syncplay won't open #630
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
Comments
Hi, some questions:
|
LogsDuring handling of the above exception, another exception occurred:Traceback (most recent call last): 5. No 7. No, if I remember the package downloaded from another post didn't have a library or anything similar 8. No 9. Yes 10. No |
Thanks for answering those questions. The reference to I just checked what I installed when I re-installed windows recently, and it wasn't the 2015 Redistributable but a more recent bundle. As such, please try the Visual Studio 2015, 2017, 2019, and 2022 redistributable which as per https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 is available from https://aka.ms/vs/17/release/vc_redist.x86.exe and let me know how it works. If it resolves the problem then I will update the Syncplay guidance accordingly. |
I tried reinstalling it but nothing, the program continues to crash. |
I'm not talking about re-installing the 2015 Redistributable, but installing the 2015-2022 Redistributable. |
I intended to reinstall the 2015-2022 Redistributable |
Does |
As you are the only Windows user reporting this issue I'm not sure what can be done to fix it, but it seems like a Windows library issue rather than a Syncplay issue. If you figure out how to fix it please let us know so we can update our guidance. In the meantime I can provide a workaround through a a console version of Syncplay that does not rely on those Windows dependencies. Please download this from: https://github.com/Syncplay/syncplay/actions/runs/6214207919?pr=631 |
After an hour of understanding how it works I managed to understand and it works, I'll see if I can fix it and I'll inform you, thank you very much |
The problem persists. ":259: UserWarning: You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System. Cryptography will be significantly faster if you switch to using a 64-bit Python. |
@MicroMihai4 Is this issue reasolved by running an x64 (64-bit) version of Syncplay.exe/SyncplayConsole.exe? |
I've tried running Syncplay.exe and SyncplayConsole.exe from the portable version of Syncplay at https://github.com/Syncplay/syncplay/actions/runs/6488079163 (current GIT HEAD) on fresh VM installs of Windows 10 (32-bit and 64-bit) and Windows 11 and they all work once vc_redist.x86.exe is installed. I also tried syncplayServer.exe on Windows 11 and that worked too. Hopefully that means this issue can now be closed, but I'll leave it open for a bit just in case following those instructions doesn't work for anyone. |
Describe the bug
The program doesn't open, I installed the 32bit NET version with the requirements described but nothing, I saw another post where it works with the portable version 1.6.8.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots

Version and platform:
Additional context
The text was updated successfully, but these errors were encountered: