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] Can't get past the welcome screen #226

Open
drdozer opened this issue Oct 26, 2023 · 1 comment
Open

[BUG] Can't get past the welcome screen #226

drdozer opened this issue Oct 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@drdozer
Copy link

drdozer commented Oct 26, 2023

I downloaded 0.6.0 today from flatpak. I am on linux.

uname -a
Linux persephone 5.15.0-87-generic #97-Ubuntu SMP Mon Oct 2 21:09:21 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

I launched yafc through flatpak as per the instructions. It popped up the welcome screen with the ux to begin a project. I have provided the location of my factorio data directory and a project file location. The create button remains greyed out and doesn't do anything.

image

@drdozer drdozer added the bug Something isn't working label Oct 26, 2023
@Stefan-JLU
Copy link

I just had the same problem.

By looking at the available paths I figured, that flatpak limits the folders you can access. (I'm new to flatpak)
And on the flathub website you can see that only some paths are enabled.

If you click on the partially unsafe button on the flathub site [0] you can see that it only allow some subfolders of home like .var .steam and .factorio. If your game is not installed there, YAFC can not see that path.

As an alternative, I tried installing dotnet myself.
First, the packaged YAFC.runtimeconfig.json states a 3.1.0 dotnet runtime dependency which is so far out of date, that I couldn't get it to start. So I just changed that line to 8.0.0.
Also more SDL2 dependencies than stated, but they were easy to find: SDL2_tff, SDL2_image.
But now I got it running.

0: https://flathub.org/apps/com.github.petebuffon.yafc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants