Fenixin/Minecraft-Region-Fixer

Am I doing something wrong?

Closed this issue · 20 comments

I'm pretty sure I did everything right, I have Python 3.7 installed and I downloaded the fixer from you, but nothing seems to happen in the cmd prompt. I wrote it many different ways, with and without spaces, but nothing worked.

Here is a photo of what happens (nothing): recibo

Here is a copy of my world. It used to be on a server. https://drive.google.com/file/d/1s6F0Fe9Ypu3wwdMgDJD5rKhANUTelnrq/view?usp=sharing

Same here, it does nothing
EDIT: I am using the Region fixer master
EDIT 2 : Does it work for the nether?

Hello!

I have seen this a few times and I don't know why it happens. There was another user with the same problem that solved it but never reported back.

I have no idea what's going on. Could you please try to run regionfixer writing:
python regionfixer.py -p 4 --delete-corrupted <your world folder>

If using python doesn't work try python3

That said, I will donwload your world and test it just in case is a paroblem in regionfixer.

Still nothing :/

imagencmd

same thing here

That is the strangest thing ever. Can you write some gibberish to see if it throws an error? Can you run anything else in that terminal? Have you restarted your system after installing python?

image

I have not restarted my system, I will now though.

Now that I've restarted it, there is a small 2-second pause after a command, but nothing happens.

same issue

Could you try to run python alone? Try:
python
python3
python --version

And report back

like this? sorry I'm a bit unfamiliar to this.

image

When I said python in console, it opened up python 3.8 app in microsoft store

I have figured it out, in CMD you have to type
python -m pip install SomePackage
To install python into the cmd for it to work

hey... I was able to join the world, with mods too! A lot of the modded blocks are gone, but it works now! I don't know why nothing happened in cmd prompt but I can't complain! thank you!

everything is there, except like 30% of modded blocks and my inventory, but it's all good.

@thattony12, I'm glad that you solved your problem.

So this looks like a problem with python path, could you check question/answer?
https://stackoverflow.com/questions/44491802/unable-to-run-python-programs-from-windows-10-cmd

Try it, and if it works I will put it in the wiki, so other people doesn't have to ask the same question. If all of you have solved the problem, please, close the issue.

Hey, I had the same problem. I typed Python in cmd and it opened the windows store. Install it and it will work. I hope this will solve the problem for other people.

@UnrealPinguin, thanks very much for the information!

So this seems to be solved. I have added (and updated) the troubleshooting wiki page to add the windows store idea (thanks a lot @UnrealPinguin). Closing this. Don't hesitate to open another issue if you need anything else.

how to use python with Using the Minecraft Region Fixer sorry I'm a noob to all this kind of stuff

@Chucky891, please, read the wiki: https://github.com/Fenixin/Minecraft-Region-Fixer/wiki/Usage

If after reading the Usage section you still have problems don't hesitate to open a new issue.