Fenixin/Minecraft-Region-Fixer

region-fixer says my world doesn't exist

Closed this issue · 10 comments

I wanted to scan my Minecraft world, and pointed to the worlds path, but as I pressed Enter, this message appeared:

Warning: The folder C:\Users\User\AppData\Roaming.minecraft\saves\WorldTwo doesn't exist. I'll skip it.
Error: No worlds or region files to scan!

  • Windows 10
  • Python version: [3.8]
  • Region Fixer Version [v0.3.2]

Additional context
Why did this happen? Did I do anything wrong?

Hello there!

Well, looking at what you provided me I would say that the path to your world is wrong. There seems to be a missing \ in your path, from this:

C:\Users\User\AppData\Roaming.minecraft\saves\WorldTwo

To this:

C:\Users\User\AppData\Roaming\.minecraft\saves\WorldTwo

Please, try that and see if that helps.

EDIT: I added the slash I was talking about

Sorry for the late reply. I tried it again, with the backslash, but I still get the same massage. There's a space between World and Two, so I made a quotation mark between the words. But it's always the same massage. I copied it from my world folder, and pasted it, so there's no way there's anything wrong now. I took a screenshot of it:
Screenshot (9)

Now it's my turn: sorry for the late reply. But it's normal that doesn't work, you have to use quotation marks around the world path, like this:

python regionfixer.py "C:\User\User\AppData\Roaming\.minecraft\saves\World Two"

Try this if you can

Again, sorry for the late reply. I feel stupid for not understanding this correctly. It worked. Thanks for helping an idiot like me.

Hi I know this is an old post but I was also facing a similar issue. C:\Users\16619\Desktop\Server backup 1 is the path link I put into the command console. But nothing I keep getting a "No worlds or region files to scan!"

@Sickmsue, hello! Please, open a new issue using the template and I will help you.

@Sickmsue, hello! Please, open a new issue using the template and I will help you.

Posted one! thank you so much!!

help me
Captura de pantalla (28)

help me Captura de pantalla (28)
Same

#147

help me Captura de pantalla (28)

If adding quotation marks didn't fix for you (as I can see by the print), you can also shorter the path, placing in C:\WorldExample, while removing the spaces within.