Opened 16 years ago

Closed 16 years ago

#275 closed defect (fixed)

wxNVIZ fails to start

Reported by: msieczka Owned by: grass-dev@…
Priority: critical Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: Cc:
CPU: All Platform: All

Description

  1. Load a raster map.
  1. Zoom to it.
  1. Choose NVIZ from the selector in map display - error:
Traceback (most recent call last):
  File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/to
olbars.py", line 241, in OnSelectTool

self.mapdisplay.AddToolbar("nviz")
  File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 2700, in AddToolbar

self.MapWindow.EraseMap()
  File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 809, in EraseMap

self.Draw(self.pdcVector, pdctype='clear')
  File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 326, in Draw

pdc.BeginDrawing()
AttributeError
:
'NoneType' object has no attribute 'BeginDrawing'

Change History (1)

comment:1 by martinl, 16 years ago

Resolution: fixed
Status: newclosed

Already fixed in #292

Note: See TracTickets for help on using tickets.