Opened 14 years ago
Closed 13 years ago
#1126 closed defect (fixed)
3D view crashing when started with vector data
Reported by: | pobsteta | Owned by: | martinl |
---|---|---|---|
Priority: | critical | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | wxNviz | Cc: | grass-dev@… |
CPU: | OSX/Intel | Platform: | MacOSX |
Description
Hi all,
I use this command to compile grass 7 svn on my ubuntu : CFLAGS="-march=native-g -Wall" ./configure --enable-debug --enable-64bit --with-libs=/usr/lib64 --with-cxx --with-readline --with-freetype=yes --with-freetype-includes="/usr/include/freetype2/" --enable-largefile=yes --with-proj-share=/usr/local/share/proj/ --with-geos=/usr/local/bin/geos-config --with-cairo --with-tcltk-includes="/usr/include/tcl8.4/" --with-wxwidgets=yes --with-postgres=yes --with-postgres-libs=/usr/include/postgresql/libpq --with-postgres-includes=/usr/include/postgresql --with-sqlite=yes --with-python=yes --with-opengl-libs=/usr/include/GL --with-ffmpeg=yes --with-ffmpeg-includes="/usr/include/libavcodec /usr/include/libavformat /usr/include/libswscale" --with-nls --with-blas=yes --with-lapack=yes
the compile index no errors, make -j8 and make install grass70 works fine but the view3D crash ? NVIZ works fine with tcl/tk. @+
Attachments (1)
Change History (13)
by , 14 years ago
Attachment: | Capture-Terminal.png added |
---|
comment:1 by , 14 years ago
May I suggest to change the summary to clearly refer to the "view-3D" crashing?
Nikos
follow-up: 3 comment:2 by , 14 years ago
Component: | Compiling → wxGUI |
---|---|
Keywords: | wxNviz added |
Summary: | grass 7 svn compile on ubuntu 10.04 lucid 64 bits → 3D view crashing |
Please try out fresh SVN. The error occurs when starting 3D view mode in wxGUI?
comment:3 by , 14 years ago
Replying to martinl:
Please try out fresh SVN. The error occurs when starting 3D view mode in wxGUI?
Works fine here.
follow-up: 10 comment:4 by , 14 years ago
Platform: | Linux → MacOSX |
---|
On mac, in today's (Aug 16) update it crashes wxGUI when I have a raster (elevation) and a vector (roadsmajor) in map layer list and I switch to 3D view. It does not crash when there is only raster elevation. Helena
follow-up: 6 comment:5 by , 14 years ago
CPU: | x86-64 → OSX/Intel |
---|---|
Summary: | 3D view crashing → 3D view crashing when started with vector data |
More details about this for trunk compiled March 26, 2011: entire wxGUI crashes after adding vector points or lines, it gives the following error when trying to switch to 3D view with both elevation and vector layer selected (using nc_spm data set, I had elevation and point firestations in map layers list, but it gives the error for line vector busroutes as well)
(Traceback - no module named adw.advancedsplash) v.info <t> is not a valid flag is it trying to run v.info -t?
follow-ups: 7 8 comment:6 by , 14 years ago
Replying to helena:
but it gives the error for line vector busroutes as well)
> (Traceback - no module named adw.advancedsplash) > v.info <t> is not a valid flag > is it trying to run v.info -t?
v.info printing flags were changed in trunk. I quite disagree with that change and would like to revert it before too long, as it introduces a contextual meaning extra level of abstraction to learn/deal with, makes life harder for command line users while offering dubious advantage to the module's GUI users, fixes what wasn't broken in the first place, and makes the module inconsistent with other core module usage (which IMNSHO should not be moved away from flags either, and certainly not without widespread positive feedback/consensus).
best, Hamish
comment:7 by , 14 years ago
Replying to hamish:
v.info printing flags were changed in trunk. I quite disagree with that change and would like to revert it before too long, as it introduces a contextual meaning extra level of abstraction to
I was just waiting for some discussion, more opinions. I received only yours negative one and nothing more. So I will revert changes v.info
at this point.
follow-up: 9 comment:8 by , 14 years ago
Replying to hamish:
to learn/deal with, makes life harder for command line users while offering dubious advantage to the module's GUI users, fixes what wasn't broken in the first place, and makes the module
btw, here should be used grass.vector_topo_info()
inconsistent with other core module usage (which IMNSHO should not be moved away from flags either, and certainly not without widespread positive feedback/consensus).
In other words without any feedback (except yours negative), doesn't matter if positive.
comment:9 by , 14 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:10 by , 13 years ago
Replying to helena:
On mac, in today's (Aug 16) update it crashes wxGUI when I have a raster (elevation) and a vector (roadsmajor) in map layer list and I switch to 3D view. It does not crash when there is only raster elevation. Helena
still with current trunk?
comment:11 by , 13 years ago
it works now - if I include grass6 vector data it suggests to rebuild topology and after rebuilding, I can switch to 3D without trouble. I think that this can be closed,
Helena
comment:12 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
crash image