Cosmos
Cosmos copied to clipboard
swbemlocator not found
When i try to install Cosmos UserKit 2020vs2019 it gives me this error: swbemlocator not found. i have vs c++ tools but i have no idea whats going on, can anybody help me?
can you send the full error log
can you send the full error log
That was the full error
send the error please, we need more info on what your talking about
Ok so, when i click on the installer(in my downloads) it prompts a password(Because im not an admin my gradian enters it. aka my parent) and then it says language i click english then click next, then i get this error "SWBEMLocator not found" then i click the ok button then exit. So, i have check and have everything gocosmos.org says. but still, it does not work. If you guys find a find a way to fix it that would be great! on weekdays i will be responding around 4:10 to 8:30 pm EST. Cheers, have a nice day.
Some part of the inno setup is failing, which almost never fails. The easiest way to fix this is to download the dev kit and remove lines https://github.com/CosmosOS/Cosmos/blob/master/Setup/Cosmos.iss#L159-L230 from the inno file and then run the installer script.
Ok, Thanks! I Will try that. If it does not work. I will let you know, :)
Hey Sorry, Quick Question Lol. What do i run. im getting ALOTTTT OF Errors.
When i run the Cosmos.iss file i get this error message. (After i delete code) Line 19: Column 21: Expression expected but opening brace ("{") found.
And it can't find this file: "E:\Cosmos,\Build\VSIP\IL2CPU"
it also cannot find anything in the VSIP folder
I think i may have fix it. I commited some source things out. nvm it says its installed. i have had a couple errors. can somebody fork there working project and send it?
What are the errors you are getting now?
it also cannot find anything in the VSIP folder
You are still running install-VS2019.bat to install cosmos?
No sir, im running the cosmos.inno after debugging. The installer worked. but gave me an error that i cannot remember. As i asked before. May you please send a working version of the installer? Thanks!
The issue you are facing is new, so there is no version which works without swbemlocator. Whats the error you are getting when running the installer?
ok, i dont even know what swbemlocator is(kinda). im guessing because my pc is 7 years old and was upgraded from windows 7 to 10
My recommended fix above for now would be to remove the part form the inno setup which uses swbemlocator. What error did you get after removing the lines + getting iss file compiling again and then rerunning install-vs2019.bat?
Hey! So i got a screen shot for you
.
And here is one for the vs2019 installer
Hope this helps :)
Thank you, the new error is very unexpected. Could you please open Builder.sln and show what configuration is currently selected?