Russell Morris
Russell Morris
OK, I "think" I know what is going on ... 😆. I get this error when trying to build, ``` googlemaps/qgeocodingmanagerenginegooglemaps.cpp:87:53: error: no member named 'errorOccurred' in 'QGeoCodeReplyGooglemaps' connect(geocodeReply, &QGeoCodeReplyGooglemaps::errorOccurred,...
Not thinking WSL does (though I may be wrong!), but perhaps PMS is not running "the same"? I did check the processes ... it seems to be running as the...
I run a batch file (no mapped drives), that calls a script in WSL - that WSL script does call mapped drives. You suspect something? 😉 Thanks!
OK, oddly enough - it even breaks if I just try to run `wsl --version`. Would this be expected? Meaning ... it breaks even just trying to load the mounts...
Yes, that makes sense - just want to make sure we're talking the same thing ... LOL. I have no (Windows) mapped drives in use, rather only mounts inside WSL....
I think you hit the nail on the head - thanks! Found this, https://github.com/microsoft/WSL/issues/9451 Hmmm. Not sure how to get around it though. Dang it!
Digging, but ... is there no way to spawn / launch a shell in another session? I can see from Task Manager, that when I manually run PMS, it is...
Thanks! Will do some digging in PsExec. Seems to let me set / change Session ID, just need to figure out how to set the value correctly 😆. And not...
> @arrmo can I ask, what is it you're actually trying to do with this action? Maybe there is another way to achieve this without using wsl. Sure, NP! And...
PsExec works! I just have to force / set the session id, so for example ... `-i 2`. It won't run in the console session though - thinking that may...