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

Linux build does not include necessary library (freetype) #2305

Open
YerkoAndrei opened this issue Jun 4, 2024 · 1 comment
Open

Linux build does not include necessary library (freetype) #2305

YerkoAndrei opened this issue Jun 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@YerkoAndrei
Copy link
Contributor

Release Type: Official Release

Version: 4.2.0.2149

Platform(s): Linux

Describe the bug
When publish a game for linux, it does not generate the freetype library, resulting in a unplayable build.

To Reproduce
Steps to reproduce the behavior:

  1. Create project including linux platform
  2. Publish on linux

Expected behavior
freetype.so should appear in publish folder so the linux executable can use it.

Log and callstacks
LinuxTerminal.txt

Additional context
freetype.dll is equally necessary on windows, if you remove and execute the game it gives th same error.
Adding windows generated freetype.dll to the folder does nothing
Modifying the publish profile (SelfContained or PublishSingleFile) does nothing.

Im new to linux so i may be wrong on the reason of why the build fails. I just came to this conclusion when i realised that the error in the terminal was the same when i deleted the same dll on a windows build to test if it was used (i dont really know what it does).

@YerkoAndrei YerkoAndrei added the bug Something isn't working label Jun 4, 2024
@Jklawreszuk
Copy link
Collaborator

Jklawreszuk commented Jun 4, 2024

see: #2303
You can't currently publish game on Linux

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