Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#2691 closed defect (fixed)

Rendering failed: Error reading PPM file

Reported by: pvanbosgeo Owned by: martinl
Priority: normal Milestone: 7.2.0
Component: Display Version: unspecified
Keywords: ppm file Cc: grass-dev@…
CPU: Unspecified Platform: Unspecified

Description

After creating a new vector file using r.to.vect I am getting the error message below.

The vector layer still shows in the layer list, but I have to use the 'render layer' button to actually show the map.

Open the map later on works without error message (but takes longer than usual it seems).

I am using grass master revision 65431

Rendering failed: Error reading PPM file


Reason: 

Traceback (most recent call last):
  File "/usr/local/grass7/grass-7.1.svn/gui/wxpython/mapwin/buffered.py", line 845, in _updateM
    windres=self._properties.resolution)
  File "/usr/local/grass7/grass-7.1.svn/gui/wxpython/core/render.py", line 1113, in Render
    self.renderMgr.Render(force, windres)
  File "/usr/local/grass7/grass-7.1.svn/gui/wxpython/core/render.py", line 518, in Render
    if self._renderLayers(env, force, windres) == 0:
  File "/usr/local/grass7/grass-7.1.svn/gui/wxpython/core/render.py", line 479, in _renderLayers
    layer.GetRenderMgr().updateProgress.emit(layer=layer)
  File "/usr/local/grass7/grass-7.1.svn/etc/python/grass/pydispatch/signal.py", line 229, in emit
    dispatcher.send(signal=self, *args, **kwargs)
  File "/usr/local/grass7/grass-7.1.svn/etc/python/grass/pydispatch/dispatcher.py", line 349, in send
    **named
  File "/usr/local/grass7/grass-7.1.svn/etc/python/grass/pydispatch/robustapply.py", line 60, in robustApply
    return receiver(*arguments, **named)
  File "/usr/local/grass7/grass-7.1.svn/gui/wxpython/core/render.py", line 632, in ReportProgress
    self.renderDone.emit()
  File "/usr/local/grass7/grass-7.1.svn/etc/python/grass/pydispatch/signal.py", line 229, in emit
    dispatcher.send(signal=self, *args, **kwargs)
  File "/usr/local/grass7/grass-7.1.svn/etc/python/grass/pydispatch/dispatcher.py", line 349, in send
    **named
  File "/usr/local/grass7/grass-7.1.svn/etc/python/grass/pydispatch/robustapply.py", line 60, in robustApply
    return receiver(*arguments, **named)
  File "/usr/local/grass7/grass-7.1.svn/gui/wxpython/core/render.py", line 561, in OnRenderDone
    raise GException(_("Rendering failed: %s" % msg))
GException: Rendering failed: Error reading PPM file

Change History (4)

comment:1 by martinl, 9 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

Please try out r65455

comment:2 by pvanbosgeo, 9 years ago

Got the latest version, no error message like above so far

comment:3 by martinl, 9 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by neteler, 8 years ago

Milestone: 7.1.07.2.0

Milestone renamed

Note: See TracTickets for help on using tickets.