You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I used already to test PD on other device and now I decided to install it on another two Windows PC.
I installed Node JS with all necessary extensions (I think so at least), and I try to start PotreeDesktop.bat with admin rights.
But instead of starting new window with Potree I got error:
Error is just saying that it wasn't possible to find ./..... Check name and try again.
Have you any idea why? It is a problem on both 2 computers I am trying to install it right now.
Will be glad for any tips and suggestions.
Jakub
The text was updated successfully, but these errors were encountered:
Check the current directory. It appears your command prompt has system32 as the context, so any relevant paths like ./node_modules/ will try looking inside system32 instead of the PD folder.
@JakubPelka Hej. I have ran into the save issues and solved it. The path is given in the bat file by default is either wrong and in linux / format. Very annoying. I was able to launch it by editing bat file in this way:
cd "C:\Users\USERNAME\AppData\Roaming\npm\node_modules\electron\dist"
start electron.exe "C:\PATHTOPOTREE\PotreeDesktop-master\main.js"
Here I have the emtpy Potree Desktop window open and ready for drag.n.drop. However, when I drag and drop smth it results nothing, so this is the next issue I need to fix. Maybe, bad Laz files.
Hi,
I used already to test PD on other device and now I decided to install it on another two Windows PC.
I installed Node JS with all necessary extensions (I think so at least), and I try to start PotreeDesktop.bat with admin rights.
But instead of starting new window with Potree I got error:
Error is just saying that it wasn't possible to find ./..... Check name and try again.
Have you any idea why? It is a problem on both 2 computers I am trying to install it right now.
Will be glad for any tips and suggestions.
Jakub
The text was updated successfully, but these errors were encountered: