brettbode / wxmacmolplt

wxMacMolPlt is a graphical user interface principally for the GAMESS program
https://brettbode.github.io/wxmacmolplt/
Other
30 stars 9 forks source link

Benign GTK scroll assertion dialog upon opening input builder #107

Open keipertk opened 7 years ago

keipertk commented 7 years ago

When selecting Subwindow -> Input Builder, an error pops up which says "./src/gtk/scrolwin.cpp(205): assert "scrolled" failed in DoShowScrollbars(): window must be created"

After selecting "continue", the input builder proceeds normally.

Here is a log of the backtrace: http://pastebin.com/raw/Ghxx90d2

This occurs whenever I open the input builder, even if there are no atoms.

What version are you running?

v7.6.1 Also appears in v7.7

What OS are you using? (please include 32/64 bit and if Linux the specific distribution)

Arch Linux 64-bit Kernel 4.10.2-1

It may be worth a note that I use i3wm, which is a tiling window manager.

edeustua commented 4 years ago

Same here.

brettbode commented 3 years ago

I haven't been able to reproduce this warning with the current code. What version of wxWidgets are you using? Was it built from source or installed as a binary package?

Thanks!