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

Fix writing sprites to item_textures.json #41172

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

jonttu0
Copy link

@jonttu0 jonttu0 commented Dec 11, 2024

Parallel execution of writing_id_hash is not working correctly. Only some or none of mappings from sprites.json to item_textures.json was actually written to file.

@Kas-tle
Copy link
Owner

Kas-tle commented Dec 11, 2024

Can you show that this is occurring on GH actions runners, or is it just on your own system?

@jonttu0
Copy link
Author

jonttu0 commented Dec 11, 2024

This is happening locally. Tested on GH runner and it seems to build pack correctly. Probably something related to concurrent file writing not working same on every system. Currently running manjaro, maybe will try this at some point on ubuntu and see if I get different result.

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.

3 participants