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

REMINDER: Linux Compiled Bugfix #19

Closed
OcelotWalrus opened this issue Jan 7, 2024 · 2 comments
Closed

REMINDER: Linux Compiled Bugfix #19

OcelotWalrus opened this issue Jan 7, 2024 · 2 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed known bug Bugs that are known to exist to be fixed Issues that needs the bug to be fixed ASAP

Comments

@OcelotWalrus
Copy link
Member

Describe the bug
When running the automatic compiled game in the Continuous Build release for linux, everything work fine except the downloading game data process. This should be fixed

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/releases/tag/9.9.9-continuous'
  2. Click on 'Bane-Of-Wargs'
  3. Scroll down to 'run $ chmod +x Downloads/Bane-Of-Wargs && ./Downloads/Bane-Of-Wargs'
  4. See errors

Expected behavior
Game data should be able to be downloaded at the game start

Log File

2024-01-07 09:35:25,332 INFO: Checking program directory
2024-01-07 09:35:25,332 INFO: Downloading game data to update it
2024-01-07 09:35:25,333 INFO: Downloading game yaml schemas files from github
2024-01-07 09:35:25,335 WARNING: An error occurred when downloading game data to '/home/lolo/.config/Bane-Of-Wargs/game/schemas'.
2024-01-07 09:35:25,335 DEBUG: Install the requests package to use the github FS
2024-01-07 09:35:25,836 INFO: Downloading game data files from github
2024-01-07 09:35:25,838 WARNING: An error occurred when downloading game data to '/home/lolo/.config/Bane-Of-Wargs/game/data'.
2024-01-07 09:35:25,839 DEBUG: Install the requests package to use the github FS
2024-01-07 09:35:26,339 INFO: Downloading game images .txt files from github
2024-01-07 09:35:26,341 WARNING: An error occurred when downloading game data to '/home/lolo/.config/Bane-Of-Wargs/game/imgs'.
2024-01-07 09:35:26,342 DEBUG: Install the requests package to use the github FS
2024-01-07 09:35:26,843 INFO: Process of downloading game data to update it completed
2024-01-07 09:35:26,843 INFO: Opening player '/home/lolo/.config/Bane-Of-Wargs/preferences.yaml'
2024-01-07 09:35:26,852 INFO: Validating file '/home/lolo/.config/Bane-Of-Wargs/preferences.yaml' data: '[({'auto update': False, 'latest preset': {'plugin': 'none', 'save': 'Cromha MCcloud', 'type': 'vanilla'}, 'speed up': True, 'theme': 'greenblue', 'title style': 1}, '/home/lolo/.config/Bane-Of-Wargs/preferences.yaml')]' with schema '/home/lolo/.config/Bane-Of-Wargs/game/schemas/preferences.yaml'
2024-01-07 09:35:27,359 INFO: Printing title
2024-01-07 09:35:29,292 INFO: Printing title
@OcelotWalrus OcelotWalrus added the bug Something isn't working label Jan 7, 2024
@OcelotWalrus OcelotWalrus self-assigned this Jan 7, 2024
@OcelotWalrus OcelotWalrus added help wanted Extra attention is needed known bug Bugs that are known to exist to be fixed Issues that needs the bug to be fixed ASAP labels Jan 7, 2024
@OcelotWalrus OcelotWalrus changed the title REMINDER: REMINDER: Linux Compiled Bugfix Jan 7, 2024
@OcelotWalrus
Copy link
Member Author

Tried to add requests module to requirements.txt...

@OcelotWalrus
Copy link
Member Author

Tried to add requests module to requirements.txt...

Bug fixed by PR #20 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed known bug Bugs that are known to exist to be fixed Issues that needs the bug to be fixed ASAP
Projects
None yet
Development

No branches or pull requests

1 participant