Title: Synthclipse 0.9.9 released. Post by: _revers_ on November 30, 2014, 09:43:08 AM Synthclipse 0.9.9 released. Downloads. (http://sourceforge.net/projects/synthclipse/files/synthclipse-0.9.9/)
Changelog: - Fixed random long load time for shaders in animation mode - Fixed UTF-8 encoding problem in shader code. Now even shaders with special characters can be loaded - Fixed float scientific notation parsing error in presets - Added tooltips with key bindings for Animation and Audio control buttons (Play/Pause, Stop, Next, Previous) (http://synthclipse.sourceforge.net/img/new/tooltips_with_key_shortcuts.png) Title: Re: Synthclipse 0.9.9 released. Post by: cKleinhuis on November 30, 2014, 12:29:13 PM got it, lets see if shadertoy importing is working again ;)
Title: Re: Synthclipse 0.9.9 released. Post by: DaveH on December 18, 2014, 06:55:17 PM Hi, I could only get the 64 bit version to be able to change perspective to Synthclips.
And I'm getting an 'Unhandled loop exception' error log with I go to make a PNG animation:- java.lang.NullPointerException at org.synthclipse.ide.controllers.RecordingController.updateRecordingDialog(RecordingController.java:439) at org.synthclipse.ide.controllers.RecordingController.startRecording(RecordingController.java:523) at org.synthclipse.ide.dialogs.RecordingDialog.open(RecordingDialog.java:92) at org.synthclipse.ide.controllers.RecordingController.openRecordingDialog(RecordingController.java:600) at org.synthclipse.ide.views.RecordingView.startButtonAction(RecordingView.java:463) at org.synthclipse.ide.views.RecordingView.access$0(RecordingView.java:428) at org.synthclipse.ide.views.RecordingView$1.widgetSelected(RecordingView.java:180) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172) Title: Re: Synthclipse 0.9.9 released. Post by: _revers_ on December 19, 2014, 09:36:29 AM What Operating System do you use? Do you have permissions to the directory you are trying to write the result animation? Try to change it to some other folder.
Title: Re: Synthclipse 0.9.9 released. Post by: DaveH on December 20, 2014, 01:45:34 PM Hi, I just quit and ran it again and it seemed to behave OK. (only the 64 bit one though, on Windows 7)
:confused: :thanks2: Title: Re: Synthclipse 0.9.9 released. Post by: _revers_ on December 20, 2014, 10:03:21 PM 32-bit version of Synthclipse probably would also work if you would point Eclipse to use the right Java version. (http://synthclipse.sourceforge.net/faq.html#Why_there_is_no_synthclipse_perspective) But I suppose it doesn't matter to you since you have 64-bit version working :)
Nice to see you wanted to give a try to Synthclipse. I'm a fan of yours shaders on the Shadertoy :] Title: Re: Synthclipse 0.9.9 released. Post by: Kali on March 03, 2015, 10:25:58 PM Hi! I reinstalled synthclipse last version, shadertoy importing is not working and when I compile a shader, it shows it briefly then dissapear and app freezes... what could be happening?
Title: Re: Synthclipse 0.9.9 released. Post by: cKleinhuis on March 03, 2015, 11:15:36 PM synthclipse features a full error log view
examine "Window->Show View->Error log" and ... give us some system details! what me helped was actualizing the java drivers of my system, version 7 or later i think Title: Re: Synthclipse 0.9.9 released. Post by: _revers_ on March 04, 2015, 11:18:27 AM As cKleinhuis noted, error log would be very helpful. Please open the Error Log View, find the exception which caused crash, double click on it, copy "Exception Stack Trace" and "Session Data" and paste it here. Without it, it's hard to tell what the problem is. |