Linux Relay Browser - works fine except choice adventures

x1a4

New member
Hi,

I just switched to a new laptop running Ubuntu 13.10, and installing Mafia was one of the first thing I did. It builds and runs fine, but when hitting a choice adventure in the relay browser, the results of the choices aren't being shown (i.e. the text that appears underneath the choices, telling you what the result would be). Other things like monster stats work fine, and I'm not seeing any errors in the terminal that I run Mafia from.

I'm running a jar that I build from the trunk on a daily basis (currently r13918 as I type this), and Chrome v. 33.0.1750.152 is the browser in question.

Code:
$ java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)

I'm happy to help diagnose and fix this problem (I'm a software engineer by trade, so code diving is not a problem for me, but I haven't written a line of Java in over 10 years), but I'm not sure where to start.

Does anyone know a fix for this, and if not, could someone point me in the right direction to start debugging to get this working?
 
Top