Opened 5 years ago

Closed 4 years ago

#3885 closed defect (fixed)

wxGUI no longer shows start image

Reported by: neteler Owned by: grass-dev@…
Priority: normal Milestone: 7.8.1
Component: wxGUI Version: git-releasebranch78
Keywords: g.gui Cc:
CPU: Unspecified Platform: Unspecified

Description (last modified by neteler)

When starting g.gui in G78dev only a kind of empty frame is shown (really, some graphic memory garbage of the window behind if present) while it works ok in master.

System description:

System Info                                                                     
GRASS version: 7.8.dev                                                          
Code revision: a50165153                                                        
Build date: 2019-08-12                                                          
Build platform: x86_64-pc-linux-gnu                                             
GDAL: 2.3.2                                                                     
PROJ.4: 5.2.0                                                                   
GEOS: 3.7.1                                                                     
SQLite: 3.26.0                                                                  
Python: 3.7.4                                                                   
wxPython: 4.0.4                                                                 
Platform: Linux-5.2.8-200.fc30.x86_64-x86_64-with-fedora-30-Thirty              

Change History (9)

in reply to:  description comment:1 by mmetz, 5 years ago

Replying to neteler:

When starting g.gui in G78dev only a kind of empty frame is shown (really, some graphic memory garbage of the window behind if present) while it works ok in master.

Not reproducible on Fedora 30, please make distclean, check git status, then recompile.

comment:2 by veroandreo, 5 years ago

I have the same issue reported in a freshly re-compiled grass79 in Fedora 30 (I use make distclean).

Version 0, edited 5 years ago by veroandreo (next)

comment:3 by veroandreo, 5 years ago

If I start in text mode, and then call GUI with g.gui, then the start image displays normally and with the same message as described above... so, no idea

comment:4 by neteler, 5 years ago

At startup (using relbr78), I see these error messages:

/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-gnu/gui/wxpython/wxgui.py:101: DeprecationWarning: Yield() is deprecated
  wx.Yield()
16:09:21: Debug: Adding duplicate image handler for 'Windows bitmap file'
16:09:21: Debug: Adding duplicate image handler for 'Windows bitmap file'

in reply to:  4 ; comment:5 by annakrat, 5 years ago

I can't reproduce on Ubuntu. Are you sure that it works in master? If yes, it shouldn't be that hard to figure out the specific commit causing it.

Replying to neteler:

At startup (using relbr78), I see these error messages:

/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-gnu/gui/wxpython/wxgui.py:101: DeprecationWarning: Yield() is deprecated
  wx.Yield()
16:09:21: Debug: Adding duplicate image handler for 'Windows bitmap file'
16:09:21: Debug: Adding duplicate image handler for 'Windows bitmap file'

It's not error, just warnings and debug, I think I get these too, so they don't have to mean anything.

comment:6 by neteler, 5 years ago

Description: modified (diff)

in reply to:  5 comment:7 by neteler, 5 years ago

Replying to annakrat:

I can't reproduce on Ubuntu. Are you sure that it works in master? If yes, it shouldn't be that hard to figure out the specific commit causing it.

After reboot it works in both master and relbranch78.

It seems to be a fuzzy problem :(

comment:8 by neteler, 5 years ago

Milestone: 7.8.07.8.1

Ticket retargeted after milestone closed

comment:9 by neteler, 4 years ago

Resolution: fixed
Status: newclosed
Version: git-releasebranch78

Fixed in master and release_branch_7_8. Closing

Note: See TracTickets for help on using tickets.