joulupunikki / Phoenix

Java clone/remake/patch of the game Emperor of the Fading Suns
https://joulupunikki.github.io/Phoenix/
37 stars 14 forks source link

Exception on MacOS X #106

Open aunoor opened 7 years ago

aunoor commented 7 years ago

There is NullPointerException on start under MacOS because Java don't have "awt.multiClickInterval" property. There is simple patch with simple workaround. SpaceMap.java.diff.zip

joulupunikki commented 7 years ago

Thanks, good to have results on MacOS X. So it works otherwise ?

aunoor commented 7 years ago

Generally it works. MacOS don't have many differences from Linux in this case.

But still some exception, e.g.

Thread[AWT-EventQueue-0,6,main]
java.lang.NullPointerException
        at gui.TechPanel$TechTableRenderer.getTableCellRendererComponent(TechPanel.java:605)