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

BCML errors #3

Open
Longball-Larry opened this issue Jun 18, 2022 · 1 comment
Open

BCML errors #3

Longball-Larry opened this issue Jun 18, 2022 · 1 comment

Comments

@Longball-Larry
Copy link

getting the below errors the moment I open BCML or try to install the mod

I have tried multiple version of python for good measure. same error every time

have also tried running everything as administrator to rule that out. spent hours scouring the internet and only found a handful of people with similar issues and no solutions. The files its complaining about are all there

I've followed the guide many times over to ensure I'm not missing anything.

when opening BCML

Traceback (most recent call last):
File "C:\Users\brett\AppData\Local\Programs\Python\Python38\lib\site-packages\bcml_api.py", line 32, in status_run
data = func(*args, **kwargs)
File "C:\Users\brett\AppData\Local\Programs\Python\Python38\lib\site-packages\bcml_api.py", line 83, in sanity_check
util.sanity_check()
File "C:\Users\brett\AppData\Local\Programs\Python\Python38\lib\site-packages\bcml\util.py", line 490, in sanity_check
get_game_dir()
File "C:\Users\brett\AppData\Local\Programs\Python\Python38\lib\site-packages\bcml\util.py", line 670, in get_game_dir
raise FileNotFoundError(
FileNotFoundError: The BOTW game dump directory has not been set or does not exist.


When running install

Traceback (most recent call last):
File "C:\Users\brett\AppData\Local\Programs\Python\Python38\lib\site-packages\bcml_api.py", line 32, in status_run
data = func(*args, **kwargs)
File "C:\Users\brett\AppData\Local\Programs\Python\Python38\lib\site-packages\bcml\install.py", line 265, in do_and_refresh
refresh_master_export()
File "C:\Users\brett\AppData\Local\Programs\Python\Python38\lib\site-packages\bcml\util.py", line 462, in timed_function
res = func(*args, **kwargs)
File "C:\Users\brett\AppData\Local\Programs\Python\Python38\lib\site-packages\bcml\install.py", line 274, in refresh_master_export
link_master_mod()
File "C:\Users\brett\AppData\Local\Programs\Python\Python38\lib\site-packages\bcml\install.py", line 744, in link_master_mod
rsext.manager.link_master_mod(str(output) if output else None)
RuntimeError: Failed to create output directory junction

Caused by:
Incorrect function. (os error 1)

@Torphedo
Copy link
Owner

Ask the creator, he's in this Discord server: https://discord.gg/y7VJqMB329

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

2 participants