#JaxCore modules aren't working

35 messages · Page 1 of 1 (latest)

fading socket
#

Do you not have a drive named C?

fading socket
#

That's a weird setup

#

let me fix it real quick

#

@pastel dome try now

fading socket
#

What's the error this time?

fading socket
#

Fixed again

fading socket
#

Try running Get-Psdrive in PowerShell and see what shows up

#

Send it here

fading socket
#

Weird... I'll try to fix thisnissue again tomorrow

fading socket
#

@pastel dome fixed again again, try

fading socket
#

@pastel dome do Get-WmiObject Win32_OperatingSystem and see

fading socket
#

nope

fading socket
#
$s_rootFolderName = "JaxCoreCache"
$s_root = "$($s_rootDrive)\$s_rootFolderName"
$s_root

Now this?

viscid pier
#

@fading socket why not just do:

$s_rootFolderName = "JaxCoreCache"
$s_root = "$($env:SystemDrive)\$s_rootFolderName"
fading socket
#

... that's a thing??

#

but why wouldn't the above method work... 🤔

viscid pier
#

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 😅

fading socket
#

I didn't have too much time to sit in front of my pc recently unfortunately

viscid pier
#

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

viscid pier
#

what? did you copy and paste that code into a powershell window?

viscid pier
#

now do $s_root

#

@pastel dome

fading socket
#

what's the response?

#

You need to do all the commands at once

viscid pier
#

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