Page 1 of 1

Toolbar missing?

Posted: Tue 12 Dec, 2017 8:13 am
by darksabre76
Time for a game of "what did I break" again. Using the official Linux download for PCem v13, I was able to build on my Ubuntu laptop, but when I run a machine, there's no toolbar in the main window. This means I can't access a lot of functionality. The only lead I might have is that in the terminal window I launched it from, I see the following repeated quite a few times (only when a machine is running):

Code: Select all

../src/gtk/window.cpp(3321): assert ""source"" failed in DoScreenToClient(): ScreenToClient failed on unrealized window
Any assistance would be appreciated. And thank you for your patience, in advance :)

Re: Toolbar missing?

Posted: Tue 12 Dec, 2017 8:34 am
by SarahWalker
There is no toolbar on Linux - this seems to be a limitation of wxWidgets/SDL2. It's a popup menu instead, right-click in the main window.

Re: Toolbar missing?

Posted: Tue 12 Dec, 2017 8:37 am
by darksabre76
...I didn't even think to do that. Thank you for the quick response.