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

Dosbox games from GOG Galaxy broken #263

Closed
hanranti opened this issue Jan 16, 2022 · 2 comments
Closed

Dosbox games from GOG Galaxy broken #263

hanranti opened this issue Jan 16, 2022 · 2 comments

Comments

@hanranti
Copy link

When Dosbox games are added from GOG target fields quotation marks are wrongly placed and startup folder is wrong but can be easily fixed manually. For example:

The Elder Scrolls: Arena

target:
"C:\GOG\Arena\DOSBOX\dosbox.exe -conf "..\dosbox_arena.conf" -conf "..\dosbox_arena_single.conf" -noconsole -c "exit""

folder:
C:\GOG\Arena\DOSBOX\dosbox.exe -conf "..\dosbox_arena.conf" -conf "..

instead of

target:
"C:\GOG\Arena\DOSBOX\dosbox.exe" -conf "..\dosbox_arena.conf" -conf "..\dosbox_arena_single.conf" -noconsole -c "exit"

folder:
C:\GOG\Arena\DOSBOX\

Also when selecting Launch games via GOG Galaxy the folder section is still the same as without it.

This issue does not exist in for example when adding games with Playnite 8 and https://github.com/bburky/playnite-non-steam-shortcuts instead.

@cbartondock cbartondock added the bug label May 4, 2022
@cbartondock
Copy link
Collaborator

Thanks for pointing this out! I will look into it.

@cbartondock
Copy link
Collaborator

Fixed in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants