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

Missing Titles #44

Open
zachariahchandler opened this issue Nov 21, 2024 · 2 comments
Open

Missing Titles #44

zachariahchandler opened this issue Nov 21, 2024 · 2 comments

Comments

@zachariahchandler
Copy link

Game titles don't show up on both Linux and Windows builds (OSX untested). No change if config is present.

with config:
image
without config:
image

config contents:

title = "TEST TITLE"
executable = "Arty.x86_64"
capsule = "capsule.png"
background = "bg.png"
description = "TEST DESCRIPTION"
category = ["Game"]
release_date = "20XX"
platforms = "Steam, Itch, Etc."
players_nb = "2-99"
arguments = ""

[SETTINGS]
order = 10
visible = true
pinned = false
@MrEliptik
Copy link
Owner

If you're running it from Godot, do you see any error? If running in standalone, you can launch the executable using a console to get the output and see if there's an error.
What's your folder hierarchy and where are your running the program from? Did you make sure the names where correct in the config?

@zachariahchandler
Copy link
Author

ok so i ran from terminal and in the "Games" output i could see that it correctly identified the paths for every game in the local games folder. there is no explicit mention of a "title", it just quotes the name of the folder before listing the "executable", "description" and so on, so nothing out of the ordinary there i think. here's an example:

"Jialan (Jay) Yu - Project 1": { "executable": "/home/dogs/Downloads/game_launcher_linux_0.0.12 (1)/games/Jialan (Jay) Yu - Project 1/UnityCrashHandler64.exe", "description": "Train Game by Jialan (Jay) Yu\nTheme: 10 Seconds Or Less\n\nHow to play:\nYou have 10 seconds to get on (or off) the train! Push every else out of the way in time, or else!\nUse WASD to move yourself (the red capsule) and push others.\n", "bg": "/home/dogs/Downloads/game_launcher_linux_0.0.12 (1)/games/Jialan (Jay) Yu - Project 1/bg.png", "capsule": "/home/dogs/Downloads/game_launcher_linux_0.0.12 (1)/games/Jialan (Jay) Yu - Project 1/capsule.png", "visible": true, "pinned": false, "playable": true, "relaunch_on_crash": true }

the only error in the whole log is the "you must be root to use this library on linux" ImportError, which i guess explains why the shortcut wasn't working either.

i'm running it out of the downloads folder at the moment, and the above console output is without using a config file.

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