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

[Bug?] Cant open anything in linux #47

Open
throwaway-squared opened this issue Oct 28, 2023 · 2 comments
Open

[Bug?] Cant open anything in linux #47

throwaway-squared opened this issue Oct 28, 2023 · 2 comments

Comments

@throwaway-squared
Copy link
Contributor

hi, ive compiled ctr succesfully on artix linux with dotnet, first cloning the repo with submodules, then running dotnet build --runtime linux-x64 --self-contained inside the "CTR Studio" folder.

the program runs fine, all windows appear

yet i cant seem to open any file

the file picker certainly starts up and i can select files just fine but upon clicking "OK", nothing happens, no matter if its a .bcmdl, .bclim, .szs or .sarc

@throwaway-squared
Copy link
Contributor Author

okay i fixed it by copying the "Plugins" folder from the repos root folder into CTR\ Studio/bin/Debug/net6.0/linux-x64

the BuildLinux.sh script should probably include this to be done automatically like this:

cp -R "Plugins" "CTR Studio/bin/Debug/net6.0/linux-x64"

or something similar

@throwaway-squared
Copy link
Contributor Author

Matter of fact, i made my own install script that actually installs everything correctly and copies both Plugin folders to where they belong, i will open a pr for this

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

1 participant