-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Tools.hxml missing #1865
Comments
Did you download Lime from git? Not sure why else it would need to rebuild tools. But either way, it ought to be able to find tools.hxml. Try these commands next:
|
No, I did not download it from git, should I though? |
Run |
It does have a folder called |
I think I have an idea, maybe I should download from github? I think it has more compiled code. |
Lime installed from haxelib should still work properly. What version does it show if you run: Is your lime install in the default location? Should be You can also try |
Mine is 8.2.1, but the file directory is: |
I don't think it's a good idea to have it in the |
My filepath is already |
Okay, so I've put all of library installs to the lib folder, but it still doesn't work. Any solutions? |
So |
Yes the path is correct, no I did not reinstall lime after changing the lib folder. |
Try reinstalling lime again one more time. Then run |
Maybe I should add lime to the environment PATH variable? |
If I had to guess, it can't find tools/tools.n, and it's trying to rebuild tools which is why it is referencing tools.hxml. That's weird because Lime from Haxelib definitely includes tools/tools.n. Looking at RunScript.hx, the only way that finding tools/tools.n wouldn't work with the I think that you should uninstall Haxe, delete the C:\HaxeToolkit directory completely, and then reinstall Haxe and Lime from scratch. Make sure to install Haxe to the default location of C:\HaxeToolkit, and not anywhere else like C:\Windows or C:\Program Files. Similarly, use the default path for Haxelib too. Then, try to install Lime again. |
Also try running tools.n manually. |
Anyone find any solutions yet? |
It sounds like your environment is probably messed up somehow. Do what Josh recommended and start with a fresh haxe and lime dev environment. I don't think anyone can reproduce the problems you're having, including myself. |
I did that 3 times, and the problem still persists, idk what to do anymore |
He guys, so when I try to run the command
haxelib run lime flixel
, this error shows up:Error: Could not process argument tools.hxml (file not found)
Invalid character:
Any help is appreciated
The text was updated successfully, but these errors were encountered: