nicho92 / MtgDesktopCompanion

Cards manager for magic the gathering
Apache License 2.0
164 stars 35 forks source link

getting compilation issues #112

Closed Brolmeel closed 4 years ago

Brolmeel commented 4 years ago

cannot run program, getting compilation error after last pull

Exception in thread "AWT-EventQueue-0" java.lang.Error: Unresolved compilation problem:

at org.magic.gui.components.CardSearchPanel.getInstance(CardSearchPanel.java:134)
at org.magic.gui.MagicGUI.initGUI(MagicGUI.java:228)
at org.magic.gui.MagicGUI.<init>(MagicGUI.java:75)
at org.magic.api.main.MtgDesktopCompanion.lambda$0(MtgDesktopCompanion.java:65)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
nicho92 commented 4 years ago

not enough details. can you run project/clean from eclipse and rerun a build ?

Brolmeel commented 4 years ago

tried cleanup source , same issue deleted project and did a clean pull from github, same issue

nicho92 commented 4 years ago

can you run it from eclipse ?

Le jeu. 16 avr. 2020 à 21:34, Brolmeel notifications@github.com a écrit :

tried cleanup source , same issue deleted project and did a clean pull from github, same issue

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nicho92/MtgDesktopCompanion/issues/112#issuecomment-614853512, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXZPH2Y4ZAPQEPT2MQDHBLRM5MUBANCNFSM4MJXF3RQ .

Brolmeel commented 4 years ago

No running from Eclipse gives me the compile error

image

Brolmeel commented 4 years ago

I switched to JavaSE-13 and now it runs. Thanks