Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE (nightly build) wont start anymore on Win7 64bit #8202

Closed
harryboo opened this issue Nov 15, 2018 · 2 comments
Closed

IDE (nightly build) wont start anymore on Win7 64bit #8202

harryboo opened this issue Nov 15, 2018 · 2 comments
Labels
Type: Bug Type: Regression Something that used to work and now doesn't

Comments

@harryboo
Copy link

Hi,

latest nightly build wont start. Here the debug output:

Konfiguration wird geladen...
Pakete werden initialisiert...
Boards werden vorbereitet...
Startvorgang...
java.lang.NoClassDefFoundError: com/thizzer/jtouchbar/item/view/TouchBarView
at processing.app.Editor.(Editor.java:299)
at processing.app.Base.handleOpen(Base.java:856)
at processing.app.Base.restoreSketches(Base.java:544)
at processing.app.Base.(Base.java:479)
at processing.app.Base.main(Base.java:149)
Caused by: java.lang.ClassNotFoundException: com.thizzer.jtouchbar.item.view.Tou
chBarView
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 5 more

Latest working version was the nightly build (13.11.2018).

Regards Jens

@harryboo harryboo changed the title IDE (nightly build) ont start anymore on Win7 64bit IDE (nightly build) wont start anymore on Win7 64bit Nov 15, 2018
@cmaglie
Copy link
Member

cmaglie commented Nov 15, 2018

Oh, I think I know the reason... fix coming....

@cmaglie cmaglie added this to the Release 1.8.8 milestone Nov 15, 2018
@cmaglie cmaglie added Type: Bug Type: Regression Something that used to work and now doesn't labels Nov 15, 2018
@cmaglie
Copy link
Member

cmaglie commented Nov 15, 2018

@harryboo the hourly build should be updated now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Type: Regression Something that used to work and now doesn't
Projects
None yet
Development

No branches or pull requests

2 participants