Opened 12 years ago
Closed 12 years ago
#1729 closed defect (fixed)
Add 3d raster does not open GUI
Reported by: | helena | Owned by: | martinl |
---|---|---|---|
Priority: | blocker | Milestone: | 6.4.3 |
Component: | wxGUI | Version: | svn-releasebranch64 |
Keywords: | volume, wxnviz, d.rast3d | Cc: | grass-dev@… |
CPU: | OSX/Intel | Platform: | MacOSX |
Description
3D raster cannot be added to GIS manager and cannot be visualized with wxnviz, it gives the following error
Unable to fetch interface description for command 'd.rast3d'. Details: [Errno 2] No such file or directory
So it cannot find the command. I couldn't find any solution, maybe someone else knows what's going on? I found related ticket here [1]. [1] http://trac.osgeo.org/grass/ticket/1515
see also https://trac.osgeo.org/grass/ticket/1692 and friends.
d.rast3d.py fails because it is not in the PATH.
This trick helps (for testing):
ln -s $HOME/grass64/gui/wxpython/scripts/d.rast3d.py $GISBASE/scripts/ chmod a+x $GISBASE/scripts/d.rast3d.py
Markus _
Attachments (1)
Change History (7)
follow-up: 2 comment:1 by , 12 years ago
Cc: | added |
---|---|
Keywords: | d.rast3d added |
Owner: | changed from | to
Status: | new → assigned |
follow-up: 4 comment:2 by , 12 years ago
comment:3 by , 12 years ago
I will try this tomorrow too. I hope it allows me to actually visualize a 3D volume finally. Thanks for working on this.
Michael
comment:4 by , 12 years ago
by , 12 years ago
Attachment: | NVIZ_volume_crash.txt added |
---|
Error message from NVIZ and wxGUI crash that happens every time I adjust a parameter for a volume in the 3D display
follow-up: 6 comment:5 by , 12 years ago
This is better but still not working for me. I can now add a 3D raster to the layer tree and open the 3D display. But I am unable to display a volume that I created and have displayed previously. I can add a slice or an isosurface. But as soon as I try to change any setting for either, the entire GUI crashes. I will attach the error message that I sent to Anna previously in case someone else can figure this out. Note that whenever I quit the GUI after using the 3D manager, I also get a similar error message.
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to cmbarton:
This is better but still not working for me. I can now add a 3D raster to the layer tree and open the 3D display. But I am unable to display a volume that I created and have displayed previously. I can add a slice or an isosurface. But as soon as I try to change any setting for either, the entire GUI crashes. I will attach the error message that I sent to Anna previously in case someone else can figure this out. Note that whenever I quit the GUI after using the 3D manager, I also get a similar error message.
Please create for this a new bug report. I am closing this ticket because reported bug has been already fixed.
Please could you try r53163 (GRASS 6.5)?