Page 1 of 1

"Could not create main window" error

Posted: Wed May 10, 2017 8:05 pm
by Dan

I'm getting this error when trying to run VBA-M on Fedora 25.

Pulling from latest commit (fed6f2389ebeb33c803a9ccc173214c327dd06d2) on master from the git repo https://github.com/visualboyadvance-m/visualboyadvance-m/

 

Cmake and make seem to run fine, and only spit out warnings.

I also believe I have all needed libraries and dependencies installed.

 

When running ./visualboyadvance-m, a dialogue pops up with the following errors:

 

Code: Select all

Could not create main window:
04:46:49 PM: Cannot load resources from 'memory:wxvbam.xrs#zip:*.xrc'.
04:46:49 PM: XRC error: XRC resource "MainFrame" (class "wxFrame") not found
04:46:49 PM: Could not create main window

 

I've attached the cmake and make logs.

 

[attachment=367]