Skip to content

this application cannot run on this platform #301

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

Open
haochenshen opened this issue May 2, 2025 · 5 comments
Open

this application cannot run on this platform #301

haochenshen opened this issue May 2, 2025 · 5 comments

Comments

@haochenshen
Copy link

After opening the 1.3.0 version, I was forced to update. After updating to the 1.3.3 version, it can no longer be opened

Image

@pierr3
Copy link
Owner

pierr3 commented May 15, 2025

Can you try launching through the desktop shortcut, which OS are you on and is it an x64 system? Did you install the redist per the readme just to make sure it installed properly?

@haochenshen
Copy link
Author

Can you try launching through the desktop shortcut, which OS are you on and is it an x64 system? Did you install the redist per the readme just to make sure it installed properly?

The desktop shortcut also doesn't work. I am using Windows 11 x64 system, and I have installed Redis three times according to the readme file, but it still doesn't work.

@nonenty
Copy link

nonenty commented May 17, 2025

Same here.
Here's the log.

2025-05-17 23:22:19.193 INFO  [27584] [`anonymous-namespace'::Bootstrap@757] Starting TrackAudio...
2025-05-17 23:22:19.193 INFO  [27584] [`anonymous-namespace'::Bootstrap@765] Checking version...
2025-05-17 23:23:06.986 ERROR [27584] [`anonymous-namespace'::CheckVersionSync@731] Error fetching version: Unable to reach server at all or no internet connection
2025-05-17 23:23:06.988 INFO  [27584] [`anonymous-namespace'::Bootstrap@767] Version check response obtained, verifying...
2025-05-17 23:23:06.988 ERROR [27584] [`anonymous-namespace'::Bootstrap@772] Version check failed, cannot run TrackAudio

According to the code in the project, I found that the program would connect to raw.githubusercontent.com to check for software updates. Unfortunately, this website is intermittently blocked by GFW in mainland China, causing the software to fail to run. Using a separate domain name or modifying the code to soft limit can solve this problem.

@pierr3
Copy link
Owner

pierr3 commented May 18, 2025

Ah yes, this is the same issue that was reported before. We have a proxy settings in the pipeline but at the moment you will need to use a VPN to allow for the version check to occur

@Tebro
Copy link

Tebro commented Jun 4, 2025

I have this problem on NixOS (linux). I have tried to use the AppImage, and I have tried making a package from source and one from the .deb file, but have not managed to build it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants