Problem converting to potree, 0 points .LAS and .LAZ

I get this when trying to convert my files but i only get 0 points created, anyone knows why? I have tried .LAS 1.4, .LAS 1.2 and .LAZ.

D:\Potree1.6>potreeconverter.exe D:\Dropbox (FMT)\FMT TBC\Kynningsrud\Karlskoga\Realworks\ProjectCloud1.las -o D:\Output -generate-page karlskoga
== params ==
source[0]: D:\Dropbox
source[1]: (FMT)\FMT
source[2]: TBC\Kynningsrud\Karlskoga\Realworks\ProjectCloud1.las
outdir: D:\Output
spacing: 0
diagonal-fraction: 200
levels: -1
format:
scale: 0
pageName: karlskoga
projection:

AABB:
min: [3.40282e+38, 3.40282e+38, 3.40282e+38]
max: [-3.40282e+38, -3.40282e+38, -3.40282e+38]
size: [3.40282e+38, 3.40282e+38, 3.40282e+38]

cubic AABB:
min: [3.40282e+38, 3.40282e+38, 3.40282e+38]
max: [6.80565e+38, 6.80565e+38, 6.80565e+38]
size: [3.40282e+38, 3.40282e+38, 3.40282e+38]

spacing calculated from diagonal: 2.94693e+36
closing writer

conversion finished
0 points were processed and 0 points ( -naán(iánd)% ) were written to the output.
duration: 6.088s

D:\Potree1.6>potreeconverter.exe D:\Dropbox (FMT)\FMT TBC\Kynningsrud\Karlskoga\Realworks\ProjectCloud2.laz -o D:\Output -generate-page karlskoga
== params ==
source[0]: D:\Dropbox
source[1]: (FMT)\FMT
source[2]: TBC\Kynningsrud\Karlskoga\Realworks\ProjectCloud2.laz
outdir: D:\Output
spacing: 0
diagonal-fraction: 200
levels: -1
format:
scale: 0
pageName: karlskoga
projection:

AABB:
min: [3.40282e+38, 3.40282e+38, 3.40282e+38]
max: [-3.40282e+38, -3.40282e+38, -3.40282e+38]
size: [3.40282e+38, 3.40282e+38, 3.40282e+38]

cubic AABB:
min: [3.40282e+38, 3.40282e+38, 3.40282e+38]
max: [6.80565e+38, 6.80565e+38, 6.80565e+38]
size: [3.40282e+38, 3.40282e+38, 3.40282e+38]

spacing calculated from diagonal: 2.94693e+36
closing writer

conversion finished
0 points were processed and 0 points ( -naán(iánd)% ) were written to the output.
duration: 7.948s

D:\Potree1.6>

This means that the file name was split into three parts, because it contains two spaces. None of the three parts make sense as a file name, so at the end it finds 0 points (unsure why it doesn’t simply complain that it cannot open the files).

Try with quotes around the whole file name.

Thanks! Will try yhat immediately. :slight_smile: