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

error 101? #2

Open
stectr opened this issue Apr 25, 2021 · 9 comments
Open

error 101? #2

stectr opened this issue Apr 25, 2021 · 9 comments

Comments

@stectr
Copy link

stectr commented Apr 25, 2021

When I run it, I get this error at the end:

error: process didn't exit successfully: target\debug\optichime.exe C:\Users\micro\Downloads\improvements (exit code: 101)

@GlitchSlayed
Copy link

same

@Icelk
Copy link

Icelk commented Nov 25, 2021

Can you give more context?

@Linho27
Copy link

Linho27 commented Mar 2, 2022

@Icelk
Copy link

Icelk commented Mar 4, 2022

From what I understand from the source code (go see yourself), some of your inputs don't contain a items= line.

See

texture: String::from(format!("minecraft:item/{}", properties.get("items").expect("Property could not be registered").replace("minecraft:", "").replace("\r", ""))),

@Linho27
Copy link

Linho27 commented Mar 7, 2022

How do I fix it then?

@Icelk
Copy link

Icelk commented Mar 7, 2022

I suppose you should look into the resource pack you’re converting. If you find the file where that property is missing, and it’s OK for that property to not be present in the output, I could submit a PR fixing the issue.

@K4sum1
Copy link

K4sum1 commented Jan 5, 2023

Can you make the change so it doesn't panic?

@Icelk
Copy link

Icelk commented Jan 6, 2023

@K4sum1 I don't know enough about how the program works. I'm not a maintainer. Perhaps study Rust and the relevant file formats and give it a swing yourself!

@K4sum1
Copy link

K4sum1 commented Jan 6, 2023

I tried removing everything but the cit stuffs and it converted it, but they don't show up in game.

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

No branches or pull requests

5 participants