Opened 6 years ago

Closed 6 years ago

#3530 closed defect (duplicate)

wxgui: refreshing display after erasing displayed map creates encoding error

Reported by: mlennert Owned by: grass-dev@…
Priority: normal Milestone: 7.4.1
Component: wxGUI Version: svn-trunk
Keywords: encoding rendering Cc:
CPU: Unspecified Platform: Unspecified

Description

When I display a map, then erase it and then refresh the display, I get the following encoding error with a fresh trunk:

Traceback (most recent call last):
  File "/home/mlennert/SRC/GRASS/grass_trunk/dist.x86_64-pc-
linux-gnu/gui/wxpython/core/gthread.py", line 117, in OnDone

event.ondone(event)
  File "/home/mlennert/SRC/GRASS/grass_trunk/dist.x86_64-pc-
linux-gnu/gui/wxpython/core/render.py", line 434, in
OnRenderDone

(self.layer, event.ret, time.time() - self._startTime))
UnicodeDecodeError
:
'ascii' codec can't decode byte 0xc3 in position 70: ordinal
not in range(128)

My build info:

g.version -g
version=7.5.svn
date=2018
revision=r72399
build_date=2018-03-20
build_platform=x86_64-pc-linux-gnu
build_off_t_size=8

My locale info:

> locale
LANG=fr_BE
LANGUAGE=fr_BE
LC_CTYPE=fr_BE.UTF-8
LC_NUMERIC=C
LC_TIME=fr_BE.UTF-8
LC_COLLATE=fr_BE.UTF-8
LC_MONETARY=fr_BE.UTF-8
LC_MESSAGES=fr_BE.UTF-8
LC_PAPER=fr_BE.UTF-8
LC_NAME=fr_BE.UTF-8
LC_ADDRESS=fr_BE.UTF-8
LC_TELEPHONE=fr_BE.UTF-8
LC_MEASUREMENT=fr_BE.UTF-8
LC_IDENTIFICATION=fr_BE.UTF-8
LC_ALL=

Change History (2)

comment:1 by marisn, 6 years ago

See also #3517

in reply to:  1 comment:2 by mlennert, 6 years ago

Resolution: duplicate
Status: newclosed

Replying to marisn:

See also #3517

Yes, you're right. That seems to be exactly the same thing. Closing this one as duplicate of #3517.

Note: See TracTickets for help on using tickets.