Open zeddock opened 4 years ago
Being on Linux, I have attempted to set the configuration correctly for wine and LASTools directories, but that doesn't seem to work either.
I do have the LASTools installed in wine and it does work properly there.
Hope that information helps someone to help me.
Thanx!
Looks like wine is not added.
LAStools command line C:\LAStools/bin/lasview -i "/home/jim/Documents/MOTTMAC/PROCESSING TESTING/Mapware/A430/A430.LAZ" -points 5000000 LAStools console output /bin/sh: C:LAStools/bin/lasview: No such file or directory
Thanx. That was the first problem, but you can see that the next reply shows the Tools are working in Wine by themselves, just not the plug-in through QGIS.
...sent from my scrawney phone. please forgive typos...
On Thu, Jun 4, 2020, 12:10 AM Martin Isenburg notifications@github.com wrote:
Looks like wine is not added.
LAStools command line C:\LAStools/bin/lasview -i "/home/jim/Documents/MOTTMAC/PROCESSING TESTING/Mapware/A430/A430.LAZ" -points 5000000 LAStools console output /bin/sh: C:LAStools/bin/lasview: No such file or directory
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rapidlasso/LAStoolsPluginQGIS3/issues/6#issuecomment-638590548, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGKYJWLR6GCNDYCSMDZ3RQDRU4NCLANCNFSM4NRWRKKA .
I guess you did not set up wine properly in QGIS.
If the tool works, stand-alone, in wine, but outside of QGIS, doesn't that suggest I did set it up correctly? Even so, are there "how-tos" on setting it up the way it is needed for this?
Thanx!
On Thu, Jun 4, 2020 at 6:22 PM Martin Isenburg notifications@github.com wrote:
I guess you did not set up wine properly in QGIS.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rapidlasso/LAStoolsPluginQGIS3/issues/6#issuecomment-639148915, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGKYJWPWM7HVLNB7C5MWVSTRVANARANCNFSM4NRWRKKA .
Here is a screen shot. https://i.imgur.com/6g4o37L.png It suggests that something, somewhere, is putting "wine" into the path that has been created correctly. Please advise how to set up?
Thanx! [image: image.png]
On Fri, Jun 12, 2020 at 9:41 AM Zeddock notifications@github.com wrote:
If the tool works, stand-alone, in wine, but outside of QGIS, doesn't that suggest I did set it up correctly? Even so, are there "how-tos" on setting it up the way it is needed for this?
Thanx!
- JimGarner 304-933-9858*
- www.Ground*Scouts.com
On Thu, Jun 4, 2020 at 6:22 PM Martin Isenburg notifications@github.com wrote:
I guess you did not set up wine properly in QGIS.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/rapidlasso/LAStoolsPluginQGIS3/issues/6#issuecomment-639148915 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AGKYJWPWM7HVLNB7C5MWVSTRVANARANCNFSM4NRWRKKA
.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rapidlasso/LAStoolsPluginQGIS3/issues/6#issuecomment-643276558, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGKYJWPGXSGWH6SKPYEV3LTRWIV75ANCNFSM4NRWRKKA .
Obvioulsy the 'wine' executable can not be found by your system. The path is incorrect.
Martin, If you could please help me. This is NOT obvious to me. How do you know it cannot be found on my system? What indication do you see for that? Maybe if you could point me in the right direction I could figure it out?
This is what I got and it puts the word "wine" behind several things where it is not entered. wine is installed and working outside of QGIS. But this output does not give me any idea what is wrong. It is probably obvious that I do not know much about how these things work. My system has been a stable, solid system, but this seems beyond my basic understanding.
QGIS version: 3.12.3-București
QGIS code revision: 82342615
Qt version: 5.14.2
GDAL version: 3.0.4
GEOS version: 3.8.1-CAPI-1.13.3
PROJ version: Rel. 6.3.1, February 10th, 2020
Processing algorithm…
Algorithm 'lasinfo' starting…
Input parameters:
{ 'ADDITIONAL_OPTIONS' : '', 'COMPUTE_DENSITY' : False, 'CPU64' : False, 'GUI' : False, 'HISTO1' : 0, 'HISTO1_BIN' : 1, 'HISTO2' : 0, 'HISTO2_BIN' : 1, 'HISTO3' : 0, 'HISTO3_BIN' : 1, 'INPUT_LASLAZ' : '/home/jim/Documents/MOTTMAC/Indian Creek KAVA/IndianCreekKAVA_OrthoBig.LAZ', 'REPAIR_BB' : False, 'REPAIR_COUNTERS' : False, 'VERBOSE' : False }
LAStools command line
/home/jim/.wine/wine /home/jim/.wine/drive_c/LAStools/bin/lasinfo.exe -i "/home/jim/Documents/MOTTMAC/Indian Creek KAVA/IndianCreekKAVA_OrthoBig.LAZ"
LAStools console output
/bin/sh: /home/jim/.wine/wine: No such file or directory
Execution completed in 0.04 seconds
Results:
{'': None}
Loading resulting layers
Algorithm 'lasinfo' finished
On Sat, Jun 13, 2020 at 5:08 PM Martin Isenburg notifications@github.com wrote:
Obvioulsy the 'wine' executable can not be found by your system.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rapidlasso/LAStoolsPluginQGIS3/issues/6#issuecomment-643678575, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGKYJWMPL6MOPEFULJBE5JDRWPTFNANCNFSM4NRWRKKA .
zeddock:
If you have ubuntu, you might be interested in the following:
In the following link: https://wiki.winehq.org/Ubuntu
Almost to the bottom of the page it says: Files are installed to /opt/wine-devel, opt /wine-stable, or /opt/wine-staging (depending on which version you installed).
I put this: /opt/wine-stable/bin
Maybe that will work for you.
¡Ánimo!
Thank you!
I am actually running Manjaro with KDE. It is an Arch Distribution.
On Sat, Aug 15, 2020 at 10:24 AM UliMaps notifications@github.com wrote:
zeddock:
If you have ubuntu, you might be interested in the following:
In the following link: https://wiki.winehq.org/Ubuntu
Almost to the bottom of the page it says: Files are installed to /opt/wine-devel, opt /wine-stable, or /opt/wine-staging (depending on which version you installed).
I put this: /opt/wine-stable/bin
Maybe that will work for you.
¡Ánimo!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rapidlasso/LAStoolsPluginQGIS3/issues/6#issuecomment-674404653, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGKYJWMTV7FDQ5DYEMXI3QDSA2LDDANCNFSM4NRWRKKA .
I get this response but no generation of any results or viewer.
QGIS version: 3.12.3-București QGIS code revision: 82342615 Qt version: 5.14.2 GDAL version: 3.0.4 GEOS version: 3.8.1-CAPI-1.13.3 PROJ version: Rel. 6.3.1, February 10th, 2020 Processing algorithm… Algorithm 'lasview' starting… Input parameters: { 'ADDITIONAL_OPTIONS' : '', 'COLORING' : 0, 'GUI' : False, 'INPUT_LASLAZ' : '/home/jim/Documents/MOTTMAC/PROCESSING TESTING/Mapware/A430/A430.LAZ', 'POINTS' : 5000000, 'SIZE' : 0, 'VERBOSE' : False }
LAStools command line C:\LAStools/bin/lasview -i "/home/jim/Documents/MOTTMAC/PROCESSING TESTING/Mapware/A430/A430.LAZ" -points 5000000 LAStools console output /bin/sh: C:LAStools/bin/lasview: No such file or directory
Execution completed in 0.03 seconds Results: {'': None}
Loading resulting layers Algorithm 'lasview' finished