Dolphin, the GameCube and Wii emulator - Forums

Full Version: [Linux] Unable to compile 5.0 release of Dolphin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(08-08-2020, 03:28 AM)nightmayr Wrote: [ -> ]Ah ok, I've added libwxbase3.0-dev and libwxgtk3.0-gtk3-dev as build dependencies, to attempt to fix the theming.

What I'm trying to say is there's nothing to fix. Your screenshot looks exactly like how I remember the old wxWidgets UI look...
(08-08-2020, 04:51 PM)mbc07 Wrote: [ -> ]What I'm trying to say is there's nothing to fix. Your screenshot looks exactly like how I remember the old wxWidgets UI look...

I'm seeing something different however, the 5.0 stable release available through the PPA on Ubuntu based distros looks like this: [attachment=19070]
There's a clear difference in the theming between my build and the PPA.

EDIT: Ok seems the problem with adding the libwxbase3.0-dev and libwxgtk3.0-dev dependencies was because I was using Ubuntu 20.04, the same build worked fine on 18.04 but didn't make any changes to the theming. So despite the differences between 5.0 stable from the PPA and my build, I'm ok to accept this difference. 


A more serious problem I'm having is running any game using the JIT/JITIL Recompiler, where I get the error message 
Code:
WriteRest: op out of range (0x40e8a0f1 uses 0x55f96a4aa0e8)

Launching dolphin from the command line also provides this additional error when launching a game to get the error in the screenshot: 
Code:
Can't locate Encode.pm in @INC (you may need to install the Encode module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at -e line 4.
BEGIN failed--compilation aborted at -e line 4.
Segmentation fault (core dumped)

Any help on this would be appreciated Smile . Also out of curiousity are there any plans for a new stable version in the near future? (I understand if there's no definitive answer to this question)
Pages: 1 2