EvilSupahFly
EvilSupahFly
Well, according to the debug shell, everything is where it's supposed to be, so I don't know why it's missing the textures. The timestamp inside the flatpak's sandboxed filesystem shouldn't...
You've uncovered the issue: ``` evilsupahfly on Black-Beast at Mon 2 Sep 2024 08:51:16 EDT [~] flatpak run --command=sh --devel --filesystem=/app io.github.evilsupahfly.amulet-flatpak [📦 io.github.evilsupahfly.amulet-flatpak ~]$ cd /app/lib/python3.11/site-packages/minecraft_model_reader/api/resource_pack/java/java_vanilla_fix/assets/minecraft/block sh: cd: /app/lib/python3.11/site-packages/minecraft_model_reader/api/resource_pack/java/java_vanilla_fix/assets/minecraft/block:...
Actually, my bad. It's not included - I just looked at the .whl I manually downloaded:  So if `minecraft_resource_pack-1.4.4-py3-none-any.whl` doesn't provide the .JSON descriptors, where do...
So I'm still wrong then. They're actually right where they're supposed to be inside the flatpak: ``` [📦 io.github.evilsupahfly.amulet-flatpak ~]$ cd /app/lib/python3.11/site-packages/minecraft_model_reader/api/resource_pack/java/java_vanilla_fix/assets/minecraft [📦 io.github.evilsupahfly.amulet-flatpak minecraft]$ ls -Fla total 20 drwxr-xr-x...
This is new.... Or, I never noticed it before, but I don't think it's causing a problem. I still built `minecraft_resource_pack-1.4.4+1.g9905a93-py3-none-any.whl` with a modified `resource_pack_manager.py` which I'm going to use...
I did because that's how the Flatpak setup runs it, so I was looking for clues.
Well, I stepped through the process of launching Flatpak Amulet with PDB (results [here](https://gist.github.com/EvilSupahFly/491f2722261d943aff5d4f93d363140f#file-amulet_pdb_terminal-log-L230)) but I don't see anything useful relating to the error. I've checked, double checked, and triple...
Sorry I took so long. I had a metric f*ck-tonne of tech support issues to resolve for friends and family all at once, around my normal job hours so this...
I didn't see anything in the log generated by running PDB inside the Flatpak environment (as noted in https://github.com/EvilSupahFly/Amulet-Flatpak/issues/5) but the log generated was in excess of 65,700 lines, so...
I'm starting to think the issue was either something to do with my original build machine, which died - or it was something unique to v0.10.35 because I'm fairly sure...