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

[Bug Report] Amulet not loading textures #1091

Open
first63doc opened this issue Aug 11, 2024 · 4 comments
Open

[Bug Report] Amulet not loading textures #1091

first63doc opened this issue Aug 11, 2024 · 4 comments
Labels
state: triage the severity of this ticket needs evaluating type: bug Something isn't working

Comments

@first63doc
Copy link

Bug Report

Current Behaviour:

Expected behavior:

Steps To Reproduce:

Environment:

  • OS: Windows | OSX | linux
  • Minecraft Platform: Java | Bedrock | Education Edition
  • Minecraft Version: 1.21.2
  • Amulet Version: V0.10.35

Additional context

Traceback (most recent call last):

File "amulet_map_editor\programs\edit\api\canvas\base_edit_canvas.py", line 152, in thread_setup
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 101, in get_java_vanilla_latest_iter
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 65, in get_latest_iter
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 58, in get_latest_iter
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 24, in get_launcher_manifest
File "urllib\request.py", line 214, in urlopen
File "urllib\request.py", line 523, in open
File "urllib\request.py", line 632, in http_response
File "urllib\request.py", line 561, in error
File "urllib\request.py", line 494, in _call_chain
File "urllib\request.py", line 641, in http_error_default
urllib.error.HTTPError: HTTP Error 502: Bad Gateway

Attachments

Screenshots

image

image

Worlds

@first63doc first63doc added state: triage the severity of this ticket needs evaluating type: bug Something isn't working labels Aug 11, 2024
@JustSimplyDnaie
Copy link
Sponsor

I have had this issue too, the Java vanilla resource pack does not download on a new install of Amulet 0.10.35 for Windows. Here's my error tree:

Check your internet connection and restart Amulet.
Failed to download
Traceback (most recent call last):
File "amulet_map_editor\programs\edit\api\canvas\base_edit_canvas.py", line 152, in thread_setup
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 101, in get_java_vanilla_latest_iter
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 74, in get_latest_iter
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 119, in _remove_and_download_iter
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 211, in download_resources_iter
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 176, in download_resources_iter
File "minecraft_model_reader\api\resource_pack\java\download_resources.py", line 149, in download_with_retry
RuntimeError: Failed to download

@gentlegiantJGC
Copy link
Member

Amulet needs to access the mojang servers to download the resource pack. For some reason it was unable to do that.

@EvilSupahFly
Copy link

EvilSupahFly commented Aug 26, 2024

Amulet needs to access the mojang servers to download the resource pack. For some reason it was unable to do that.

Does it do this on the fly each time at launch? I'm experiencing the same issue on Linux both with the Flatpak version and with the "normal" version. Output from my last run is in my PasteBin (it's a lot...).

@gentlegiantJGC
Copy link
Member

It downloads it the first time and every time you open it it checks if there is a newer version. If there is it downloads it otherwise it does nothing.
Your log doesn't have any downloading issues.
It is having issues with water and lava which are not defined in the vanilla pack but should be in our vanilla fix pack.
Please can you open a new issue for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: triage the severity of this ticket needs evaluating type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants