Skip to content
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

Track studio Don't open #31

Open
SombreElvio opened this issue Sep 6, 2024 · 3 comments
Open

Track studio Don't open #31

SombreElvio opened this issue Sep 6, 2024 · 3 comments

Comments

@SombreElvio
Copy link

hi i wanna start Track studio but its crache when i start it , can you help me ? tanks

@CmdrJorgs
Copy link

It looks like this is still an issue with the latest release. I have this problem whenever I try to use a precompiled release on a machine that I haven't run Track Studio on before. This is probably a blind spot for the devs.

Currently, the workaround is to compile the program from scratch using the source code. This ensures all the dependencies are downloaded and installed to your PC.

Tutorials:

For further help, reach out via the #help channel in Track Studio Discord.

@CmdrJorgs
Copy link

CmdrJorgs commented Dec 16, 2024

Quick update: Turns out the Track Studio documentation on the website is outdated. It specifies that you need .NET Core v5.0 installed, but Track Studio wants v8.0. When I installed v8.0, the precompiled Track Studio successfully booted.

Assuming you are using Windows, the easiest way to install this is to open Terminal and type the following command: winget install Microsoft.DotNet.SDK.8. This will download and run the installer.

While you're at it, run this command to make sure C++ Redistributable is installed too: winget install Microsoft.VCRedist.2015+.x64

NOTE: If you get an error saying the winget command cannot be found, this means you need to enable the WinGet application. In that same terminal window, use this command: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe. Once that's done, open a new terminal window and enter the winget commands.

If you continue to see weird behavior, the best way to figure out what's wrong is to open the program in terminal. In File Explorer, navigate to the folder where TrackStudio.exe is, right-click and select "Open in Terminal". Then use the command ./TrackStudio.exe. If Track Studio fails to boot, you will see an error message pop up in the terminal window.

@CmdrJorgs
Copy link

@KillzXGaming Made a pull request updating the dependency list on the documentation site.

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

2 participants