#JaxCore modules aren't working
35 messages · Page 1 of 1 (latest)
What's the error this time?
Fixed again
Weird... I'll try to fix thisnissue again tomorrow
@pastel dome fixed again again, try
@pastel dome do Get-WmiObject Win32_OperatingSystem and see
nope
$s_rootFolderName = "JaxCoreCache"
$s_root = "$($s_rootDrive)\$s_rootFolderName"
$s_root
Now this?
@fading socket why not just do:
$s_rootFolderName = "JaxCoreCache"
$s_root = "$($env:SystemDrive)\$s_rootFolderName"
not sure, your method works for me, I was just wondering why you were using wmi to get systemdrive when it's on the environment variables xD
also, if you have time please test my PR on github, I know it isn't a big deal but I did spend a long time figuring out rainmeter 😅
The welcome screen one?
I didn't have too much time to sit in front of my pc recently unfortunately
that's ok! you seem grateful anyway. also, it's a good job you didn't because I just found I accidently missed a section haha
what? did you copy and paste that code into a powershell window?
now do $s_root
@pastel dome
so that one works
i'm curious though, could you post the screenshot when you do this one?
$s_rootDrive = (Get-WmiObject Win32_OperatingSystem).SystemDrive
$s_rootFolderName = "JaxCoreCache"
$s_root = "$($s_rootDrive)\$s_rootFolderName"
$s_root
@fading socket your new code should have made it work. I don't think they ran the updated install script somehow
how are you running the installer?
ok, i can't help any further, hopefully Jax will have an answer for you
you got it from github instead?
ah, that makes sense, that also gets it from github.
i'm assuming droptop doesn't use the latest one
