lawrancej / logisim

Git fork of Logisim code base
http://www.cburch.com/logisim/
GNU General Public License v3.0
211 stars 104 forks source link

Display components aren't working properly #62

Open mikespallino opened 9 years ago

mikespallino commented 9 years ago

When you launch Logisim and hover over menu items of the toolbar, the text doesn't display properly. For the most part all of the display components aren't displaying properly anymore, to the point of the program being unusable.

Logged Error: 16535 [AWT-EventQueue-0] ERROR com.cburch.logisim.util.LocaleString - Could not get string "lookAndFeel".

mikespallino commented 9 years ago

The incorrect display of the components seems to have been do to some weird change in Java 8. I needed to change my NVIDIA global settings to always use the high performance NVIDA processor instead of picking between that and integrated graphics. The AWT-EVENTQueue-0 still gets fired every time that you open Combinational analysis though.