Skip to content

fix: updater texture #1044#1211

Merged
mehah merged 2 commits intoopentibiabr:mainfrom
kokekanon:kokekanon/fix1044
Jun 25, 2025
Merged

fix: updater texture #1044#1211
mehah merged 2 commits intoopentibiabr:mainfrom
kokekanon:kokekanon/fix1044

Conversation

@kokekanon
Copy link
Copy Markdown
Contributor

Behavior

Actual

Updating client, %i files
ERROR: Unable to load texture '/data/images/game/healthcircle/left_empty': unable to open file '/data/images/game/healthcircle/left_empty.png': not found
ERROR: Unable to load texture '/data/images/game/healthcircle/right_empty': unable to open file '/data/images/game/healthcircle/right_empty.png': not found
ERROR: Unable to load texture '/data/images/game/healthcircle/top_empty': unable to open file '/data/images/game/healthcircle/top_empty.png': not found
ERROR: Unable to load texture '/data/images/game/healthcircle/bottom_empty': unable to open file '/data/images/game/healthcircle/bottom_empty.png': not found
ERROR: Unable to load texture '/data/images/game/healthcircle/left_full': unable to open file '/data/images/game/healthcircle/left_full.png': not found
ERROR: Unable to load texture '/data/images/game/healthcircle/right_full': unable to open file '/data/images/game/healthcircle/right_full.png': not found
ERROR: Unable to load texture '/data/images/game/healthcircle/top_full': unable to open file '/data/images/game/healthcircle/top_full.png': not found
ERROR: Unable to load texture '/data/images/game/healthcircle/bottom_full': unable to open file '/data/images/game/healthcircle/bottom_full.png': not found

Expected

update

Fixes

#1044

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Server Version:
  • Client:
  • Operating System:

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I checked the PR checks reports
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

@kokekanon kokekanon linked an issue Jun 24, 2025 that may be closed by this pull request
5 tasks
@kokekanon kokekanon changed the title fix: #1044 update texture fix: update texture #1044 Jun 24, 2025
@kokekanon kokekanon changed the title fix: update texture #1044 fix: updater texture #1044 Jun 24, 2025
@sonarqubecloud
Copy link
Copy Markdown

@mehah mehah merged commit f49c812 into opentibiabr:main Jun 25, 2025
12 of 13 checks passed
@kokekanon kokekanon deleted the kokekanon/fix1044 branch October 18, 2025 02:25
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

Successfully merging this pull request may close these issues.

Textures are not reloaded after updater run (example updating background.png)

2 participants