#3980: Error Reading list of LiDAR files in r.in.lidar 7.6.1, 7.8.1 on Windows 10
------------------------------------+---------------------------------
Reporter: dnewcomb | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.2
Component: Default | Version: git-releasebranch78
Keywords: Python input file list | CPU: x86-64
Platform: MSWindows |
------------------------------------+---------------------------------
I suspect that this is a windows limitation, since I have had no issues on
Linux. When running r.in.lidar on Windows 10 64 bit computer using an
input text file with 1870 lines
Exception in thread Thread-29:
Traceback (most recent call last):
File "C:\Program Files\GRASS GIS
7.8\Python37\lib\threading.py", line 917, in
_bootstrap_inner
self.run()
File "C:\Program Files\GRASS GIS
7.8\gui\wxpython\core\gconsole.py", line 162, in run
self.resultQ.put((requestId, self.requestCmd.run()))
File "C:\Program Files\GRASS GIS
7.8\gui\wxpython\core\gcmd.py", line 606, in run
self._redirect_stream()
File "C:\Program Files\GRASS GIS
7.8\gui\wxpython\core\gcmd.py", line 635, in
_redirect_stream
self.stderr.write(line)
File "C:\Program Files\GRASS GIS
7.8\gui\wxpython\core\gconsole.py", line 306, in write
self.message += line.split(':', 1)[1].strip() + '\n'
IndexError: list index out of range
#3980: Error Reading list of LiDAR files in r.in.lidar 7.6.1, 7.8.1 on Windows 10
-----------------------+------------------------------------
Reporter: dnewcomb | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.2
Component: Default | Version: git-releasebranch78
Resolution: | Keywords: Python input file list
CPU: x86-64 | Platform: MSWindows
-----------------------+------------------------------------
Comment (by wenzeslaus):
The error (below) seems unrelated to r.in.lidar becasue it is not coming
from there since it is GUI related (this is Python traceback with wxpython
involved, r.in.lidar is C). Do you observe it only with `r.in.lidar
file=...`? What are the steps leading to this error?
{{{
...
7.8\gui\wxpython\core\gconsole.py", line 306, in write
#3980: Error Reading list of LiDAR files in r.in.lidar 7.6.1, 7.8.1 on Windows 10
-----------------------+------------------------------------
Reporter: dnewcomb | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.2
Component: Default | Version: git-releasebranch78
Resolution: | Keywords: Python input file list
CPU: x86-64 | Platform: MSWindows
-----------------------+------------------------------------
Comment (by dnewcomb):
Checking back, running from the command line and not the GUI resulted in
successful completion of the command for 1870 tiles on Windows. I can
confirm that the errors above seem to be related to just the gui.
One side note, instead of seeing a standard percent completion updated for
the duration of the command, a repeating 100% was printed while the
command was processing. I assume that it was reporting 100% as each tile
was completed?
The raster product appears to have been created successfully.
#3980: Error Reading list of LiDAR files in r.in.lidar 7.6.1, 7.8.1 on Windows 10
-----------------------+---------------------------------
Reporter: dnewcomb | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.2
Component: Default | Version: git-releasebranch78
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows
-----------------------+---------------------------------
Changes (by wenzeslaus):
* keywords: Python input file list =>
Comment:
Replying to [comment:4 dnewcomb]:
> Checking back, running from the command line and not the GUI resulted
in successful completion of the command for 1870 tiles on Windows. I can
confirm that the errors above seem to be related to just the gui.
Can you perhaps close this one as invalid and, if you can reproduce it,
create a new one with steps how to reproduce it (and link it here).
> One side note, instead of seeing a standard percent completion updated
for the duration of the command, a repeating 100% was printed while the
command was processing. I assume that it was reporting 100% as each tile
was completed?
Makes sense. You can create a ticket for that.
Replying to [comment:3 marisn]:
> Check the version of libLAS as there where bugs in its C API causing
segfaults:...