Axoloti TEST release 1.0.8


#103

Was curious about the test release:

When you create an embedded object (of a patcher object for example), are you supposed to be able to save the object to disc? If not, it would be a great function. Then the objects could be added to the community library.

Argh, had a few more questions when I was in the shower before, haha :smile: but now they are gone :smile: Dont rememeber them. Will get back to you when I do.


#104

embedded object are meant to be embedded in the patch (hence the name) ,

but yes it can be 'saved to disk' if you wish...
I quote this, since in the new version, instead what you do if you want a copy outside a patch, is to 'add to library...'
this add a version to your (selected library), which then could potentially unloaded to the community.
but could be in a local library, if you do not want to share (yet i hope :wink: )
I followed the approach to stop users modifying factory objects... (instead you get your own personalised copy in your library) which could create a support nightmare!
(its also handles things like creating new uuids )

again, id highlight the workflow is fixed/improved in the next version, ignore 1.0.8 in this regard as its got quite a few issues.

and no, Ive no idea when 1.0.9 will be released, what I do know is that we know of a couple of outstanding issues, that it makes sense to fix before we release it... hopefully then 1.0.9 could be a 'release candidate', such that if there are no show stoppers found it could then be a 'proper' release.
(note: this obviously means, its likely its own bug fixes before that release, to ensure stability)


#105

Cool :smile: Was hoping that this would be possible. This is good for sharing.

I tried copying hte code of an embedded object last night and pasted it into a text wrangler document and saved it as .axo object..... doing it manually, but it didnt work. Glad that it is an option in new version :smile:

I think this is IMPOSSIBLE to stop. If you want to edit an object you have sto start somewhere, the factory objects. And I guess that is just a part of creating something open source; it appeals to everyone who like to build things are take things a part. And that is what they'll do :smile:


#106

thats not what I meant ...

I meant modifying and overwriting the original factory object... of course many will take the factory object as a starting point, and then produce a new object of their own, that is fine/normal. but you want to keep the original as well, (thats why i said you get your own personalised copy) , to modify the original will break demos/tutorials, and potentially not be able to use others peoples patches who rely on the factory object.

(further more, its now a strict rule that all object must have a unique uuid, so you cant have multiple objects using the same... this is now made easier, and maintained correctly by the editor ... if you are getting warnings in 1.08 sort it out before 1.09 :wink: )


#107

I sorted out most of the uuid and sha issues. Still have some sequencers I need to get fixed I think. A few examples from 1.08. Now I dont get a suggestion anymore, I am just told that they are wrong:

Duplicate UUID! /Users/jakobskouborg/Documents/axoloti/axoloti-contrib/objects/Jaffa/Sel/sel b 16 2t pulseD.axo
Original name: obj/sel/sel b 16 2t pulseD
Path: /Users/jakobskouborg/Documents/axoloti/objects/obj/sel/sel b 16 2t pulseD.axo
Duplicate UUID! /Users/jakobskouborg/Documents/axoloti/axoloti-contrib/objects/Jaffa/Sel/sel b 16 4t pulseD.axo
Original name: obj/sel/sel b 16 4t pulseD
Path: /Users/jakobskouborg/Documents/axoloti/objects/obj/sel/sel b 16 4t pulseD.axo
Duplicate UUID! /Users/jakobskouborg/Documents/axoloti/axoloti-contrib/objects/Jaffa/Sel/sel b 16 pulseD.axo
Original name: obj/sel/sel b 16 pulseD
Path: /Users/jakobskouborg/Documents/axoloti/objects/obj/sel/sel b 16 pulseD.axo
Duplicate UUID! /Users/jakobskouborg/Documents/axoloti/axoloti-contrib/objects/Jaffa/Sel/sel fb 16D.axo
Original name: obj/sel/sel fb 16D
Path: /Users/jakobskouborg/Documents/axoloti/objects/obj/sel/sel fb 16D.axo
Duplicate UUID! /Users/jakobskouborg/Documents/axoloti/axoloti-contrib/objects/Jaffa/Sel/sel fb 32D.axo
Original name: obj/sel/sel fb 32D
Path: /Users/jakobskouborg/Documents/axoloti/objects/obj/sel/sel fb 32D.axo
Duplicate UUID! /Users/jakobskouborg/Documents/axoloti/axoloti-contrib/objects/Jaffa/Sel/sel fp 16D.axo
Original name: obj/sel/sel fp 16D

But I still get some upgrade SHA wrong messages. Dunno what to do with those. I saw that another guy just deleted the upgrade sha stuff from the object. Then we wont the error messages anymore :smile:

EDIT: No I actually DONT get any upgrade SHA errors at all. THey are gone now. I only have those I posted there. SOme UUID errors.


#108

SHA are no more in 1.0.9 :smile:

no you are told they duplicates, try giving them something unique... (change one number) then it will probably suggest the correct uuid.
but again this will change in 1.09, as there will be no concept of a correct uuid, it will just have to be unique.


#109

Thumbs up for that :smile:

Ok WIll try again. Tried that before, but then I was jus suggested the original UUID, which was assigned to the original object..


#110

Ah, thank you!
I will try this later. I'll probably do what you did, and use the same directory-structure for my private repo/library as the Contrib ones.

Thanks again,

a|x


#111

GitHub private repo now working for me :smile:

a|x


#112

I can't sync anymore to github library.

Everything started when i tried to configure my folder in the github repo: preferences -> git community -> edit -> put my credentials -> init
Everything went wrong, then. I'm not able anymore to access the contrib library, even in read mode.
Tried deleting documents/axoloti folder and reinstalling fresh. Still not able to access contrib library.

java.io.FileNotFoundException: Failed to delete file: \Users\Filippo\Documents\axoloti\axoloti-contrib\.git\objects\pack\pack-c9eade8c87a7ef06b024557e9776c827f04e6a60.pack
java.io.FileNotFoundException: Failed to delete file: \Users\Filippo\Documents\axoloti\axoloti-contrib\.git\objects\pack\pack-c9eade8c87a7ef06b024557e9776c827f04e6a60.pack
    at axoloti.utils.AxolotiLibrary.delete(AxolotiLibrary.java:169)
    at axoloti.utils.AxolotiLibrary.delete(AxolotiLibrary.java:165)
    at axoloti.utils.AxolotiLibrary.delete(AxolotiLibrary.java:165)
    at axoloti.utils.AxolotiLibrary.delete(AxolotiLibrary.java:165)
    at axoloti.utils.AxolotiLibrary.delete(AxolotiLibrary.java:165)
    at axoloti.utils.AxoGitLibrary.init(AxoGitLibrary.java:141)
    at axoloti.dialogs.AxolotiLibraryEditor.jInitRepoActionPerformed(AxolotiLibraryEditor.java:374)
    at axoloti.dialogs.AxolotiLibraryEditor.access$300(AxolotiLibraryEditor.java:29)
    at axoloti.dialogs.AxolotiLibraryEditor$4.actionPerformed(AxolotiLibraryEditor.java:178)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
    at java.awt.Component.processMouseEvent(Component.java:6535)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6300)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4891)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2750)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
    at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184)
    at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229)
    at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227)
    at java.awt.Dialog.show(Dialog.java:1084)
    at java.awt.Component.show(Component.java:1673)
    at java.awt.Component.setVisible(Component.java:1625)
    at java.awt.Window.setVisible(Window.java:1014)
    at java.awt.Dialog.setVisible(Dialog.java:1005)
    at axoloti.dialogs.AxolotiLibraryEditor.<init>(AxolotiLibraryEditor.java:53)
    at axoloti.dialogs.PreferencesFrame.editLibraryRow(PreferencesFrame.java:573)
    at axoloti.dialogs.PreferencesFrame.access$000(PreferencesFrame.java:40)
    at axoloti.dialogs.PreferencesFrame$1.mousePressed(PreferencesFrame.java:79)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
    at java.awt.Component.processMouseEvent(Component.java:6532)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6300)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4891)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4522)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2750)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

init repo FAILED : community
org.eclipse.jgit.api.errors.JGitInternalException: Destination path "axoloti-contrib" already exists and is not an empty directory
org.eclipse.jgit.api.errors.JGitInternalException: Destination path "axoloti-contrib" already exists and is not an empty directory
    at org.eclipse.jgit.api.CloneCommand.init(CloneCommand.java:160)
    at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:134)
    at axoloti.utils.AxoGitLibrary.init(AxoGitLibrary.java:160)
    at axoloti.dialogs.AxolotiLibraryEditor.jInitRepoActionPerformed(AxolotiLibraryEditor.java:374)
    at axoloti.dialogs.AxolotiLibraryEditor.access$300(AxolotiLibraryEditor.java:29)
    at axoloti.dialogs.AxolotiLibraryEditor$4.actionPerformed(AxolotiLibraryEditor.java:178)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
    at java.awt.Component.processMouseEvent(Component.java:6535)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6300)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4891)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2750)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
    at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184)
    at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229)
    at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227)
    at java.awt.Dialog.show(Dialog.java:1084)
    at java.awt.Component.show(Component.java:1673)
    at java.awt.Component.setVisible(Component.java:1625)
    at java.awt.Window.setVisible(Window.java:1014)
    at java.awt.Dialog.setVisible(Dialog.java:1005)
    at axoloti.dialogs.AxolotiLibraryEditor.<init>(AxolotiLibraryEditor.java:53)
    at axoloti.dialogs.PreferencesFrame.editLibraryRow(PreferencesFrame.java:573)
    at axoloti.dialogs.PreferencesFrame.access$000(PreferencesFrame.java:40)
    at axoloti.dialogs.PreferencesFrame$1.mousePressed(PreferencesFrame.java:79)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
    at java.awt.Component.processMouseEvent(Component.java:6532)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6300)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4891)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4522)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2750)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

org.eclipse.jgit.errors.RepositoryNotFoundException: repository not found: C:\Users\Filippo\Documents\axoloti\axoloti-contrib
org.eclipse.jgit.errors.RepositoryNotFoundException: repository not found: C:\Users\Filippo\Documents\axoloti\axoloti-contrib
    at org.eclipse.jgit.lib.BaseRepositoryBuilder.build(BaseRepositoryBuilder.java:582)
    at org.eclipse.jgit.api.Git.open(Git.java:116)
    at org.eclipse.jgit.api.Git.open(Git.java:99)
    at axoloti.utils.AxoGitLibrary.sync(AxoGitLibrary.java:95)
    at axoloti.dialogs.AxolotiLibraryEditor.jSyncBtnActionPerformed(AxolotiLibraryEditor.java:426)
    at axoloti.dialogs.AxolotiLibraryEditor.access$500(AxolotiLibraryEditor.java:29)
    at axoloti.dialogs.AxolotiLibraryEditor$6.actionPerformed(AxolotiLibraryEditor.java:209)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
    at java.awt.Component.processMouseEvent(Component.java:6535)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6300)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4891)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2750)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
    at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184)
    at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229)
    at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227)
    at java.awt.Dialog.show(Dialog.java:1084)
    at java.awt.Component.show(Component.java:1673)
    at java.awt.Component.setVisible(Component.java:1625)
    at java.awt.Window.setVisible(Window.java:1014)
    at java.awt.Dialog.setVisible(Dialog.java:1005)
    at axoloti.dialogs.AxolotiLibraryEditor.<init>(AxolotiLibraryEditor.java:53)
    at axoloti.dialogs.PreferencesFrame.editLibraryRow(PreferencesFrame.java:573)
    at axoloti.dialogs.PreferencesFrame.access$000(PreferencesFrame.java:40)
    at axoloti.dialogs.PreferencesFrame$1.mousePressed(PreferencesFrame.java:79)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
    at java.awt.Component.processMouseEvent(Component.java:6532)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6300)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4891)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4522)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2750)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

#113

its a known issue (id already listed in first post here) and which I've fixed in 1.0.9 (unreleased!)

basically its to do with deleting a repo if its had previous activity e.g. syncing, its not able to delete as the repo is still open.

the workaround is simple.
basically, you need to delete axoloti-contrib, prior to it doing a sync etc.

i) check your credentials in axoloti-contrib
ii) exit axoloti (important!)
iii) delete \Users\Filippo\Documents\axoloti\axoloti-contrib
iv) start axoloti (you'll get warning about it being missing, no worries!)
v) edit prefs -> edit commit lib ->init
vi) exit axoloti (not sure this is necessary, but cant harm :smile: )


#114

That solved the problem only partially, since inside the axoloti-contrib folder now there is just a ".git" hidden folder, can't still load community objects.
No more big ass red java errors anyway.

EDIT: i notice i get a lot of "uncommitted" objects at startup of patcher


#115

check your credentials etc.
how can you have uncommitted objects if you deleted the folder as I requested?

note: after the init, its possible you might have to exit axoloti and do a sync... (I cant remember this bit about how the bug existed)
but dont do a sync if there are un-commited objects, since thats not right... unless they are your own, and even then you should do this AFTER you have done a successful sync.

@johannes we really need to get 1.0.9 out, its getting frustrating, doing workarounds for 1.0.8 when I know these were fixed months ago in dev :frowning:


#116

I did exactly that procedure, however after the init the contrib folder is not empty but contains a .git hidden folder.
And there are a lot of uncommitted objects

Status: factory (1.0.8,anon) : OK  ( 1.0.8,clean )
Status : home : OK
Status: community (master,sputnki) : OK  ( master,dirty )
Changes for: community (master,sputnki)
removed: objects/phi/switch/sw 2-1f.axo 
removed: objects/phi/math/-+ i..axo 
removed: objects/phi/switch/sw 1i.axo 
removed: objects/toneburst/pattern/nmpgen2.axh 
removed: objects/tb/midi/ctrl/push.axo 
removed: objects/phi/math/-+c..axo 
removed: objects/Jaffa/Sel/sel i 32 +--64D.axo 
removed: patches/cpwitz/synths/axo-trautonium.axp 
removed: objects/toneburst/osc/sinesync.axo 
removed: objects/euxo/in/gate.axo 
removed: objects/toneburst/pattern/nmpgen.axo 
removed: objects/Jaffa/Sel/sel fb 32D.axo 
removed: objects/phi/switch/sw 1b.axo 
removed: objects/Jaffa/Sel/sel i 16 +:-64.axo 
removed: objects/rbrt/looper/looper_OD_mono.axo 
removed: objects/Jaffa/Sel/sel fb 16D.axo 
removed: patches/cpwitz/generative/probtrigger.axs 
removed: patches/mtyas/autogen/strange-thing.axp 
removed: objects/phi/switch/sw 1-2f.axo 
removed: objects/tb/midi/ctrl/push/axo_push_led.c 
removed: objects/phi/switch/sw 2-1a.axo 
removed: objects/tb/script/oneliner_ik.axo 
removed: objects/phi/switch/sw 1-2i.axo 
removed: objects/Jaffa/Mix/StMix2.axs 
removed: objects/tb/midi/ctrl/push/axo_push_browse.c 
removed: objects/tb/disp/print f.axo 
removed: patches/cpwitz/generative/generatusrex.axp 
removed: patches/cpwitz/synths/subharmonic-osc.axs 
removed: objects/Jaffa/Mix/StMix4Ch.axs 
removed: objects/phi/switch/sw 1-2b.axo 
removed: objects/Jaffa/Sel/sel i 64.axo 
removed: objects/phi/switch/sw 1f.axo 
removed: objects/Jaffa/Filt/MMFilterP.axs 
removed: objects/euxo/in/button-led.axo 
removed: patches/keyp/Noodling/noise noodle2.axp 
removed: objects/tb/midi/ctrl/push/axo_push.c 
removed: objects/toneburst/pattern/nmpgen2.axo 
removed: objects/tb/midi/ctrl/push/axo_push.h 
removed: objects/tb/midi/ctrl/push/axo_push_params.c 
removed: objects/tb/midi/ctrl/push/axo_push_funcs.h 
removed: objects/Jaffa/Sel/sel fp 16D.axo 
removed: objects/Jaffa/Sel/sel i 32 +:-36.axo 
removed: objects/Jaffa/Mix/StMix2M.axs 
removed: objects/Jaffa/Sel/sel fp 32D.axo 
removed: objects/toneburst/pattern/nmpgen3.axh 
removed: objects/wp/filter/4polelpf.axs 
removed: patches/cpwitz/generative/randomnote.axs 
removed: objects/tb/midi/ctrl/push/axo_push_play.c 
removed: objects/Jaffa/Sel/sel b 16 pulseD.axo 
removed: objects/Jaffa/Filt/MMFilter.axs 
removed: objects/Jaffa/Mix/StMix4ChMOut.axs 
removed: objects/wp/env/ad_mod.axo 
removed: objects/phi/switch/sw 2-1i.axo 
removed: objects/tb/disp/print i.axo 
removed: patches/cpwitz/generative/automobeep.axp 
removed: README.md 
removed: objects/rbrt/control/timer.axo 
removed: patches/jt/grainy-table.axp 
removed: objects/phi/switch/switch.txt 
removed: objects/Jaffa/Mix/StMix4.axs 
removed: objects/mtyas/reverb/shortverb.axs 
removed: objects/phi/switch/sw 1a.axo 
removed: objects/rbrt/looper/looper_FB_stereo.axo 
removed: .gitignore 
removed: objects/Jaffa/Mix/StMix3.axs 
removed: objects/tb/midi/ctrl/push/axo_push_handler.c 
removed: patches/cpwitz/synths/formant-synth.axp 
removed: objects/rbrt/control/clocker.axo 
removed: objects/phi/switch/sw 2-1b.axo 
removed: objects/toneburst/pattern/nmpgen.axh 
removed: objects/Jaffa/Sel/sel b 16 2t pulseD.axo 
removed: objects/Jaffa/Mix/StMix3M.axs 
removed: objects/Jaffa/Mix/StMix1.axs 
removed: objects/wp/ctrl/i radio 5 h.axo 
removed: objects/Jaffa/Sel/sel i 64 +:-64.axo 
removed: objects/Jaffa/Mix/StMix4M.axs 
removed: patches/tb/demo/fbank.axp 
removed: objects/tb/midi/ctrl/push/axo_push_scale.c 
removed: objects/Jaffa/Sel/sel b 16 4t pulseD.axo 
removed: patches/cpwitz/generative/fancyreverb.axs 
removed: objects/tb/midi/ctrl/push/axo_push_scale.h 
removed: objects/tb/midi/ctrl/push/axo_push_session.c 
removed: objects/rbrt/control/gate_hold.axo 
removed: objects/tb/audio/mixer.axo 
removed: objects/Jaffa/Mix/StMix4ChM.axs 
removed: objects/rbrt/looper/looper_FB_mono.axo 
removed: objects/mtyas/delay/long-delay.axs 
removed: objects/phi/switch/sw 1-2a.axo 
removed: objects/tb/disp/print.axh 
removed: objects/wp/osc/khaosmachine.axs 
removed: patches/cpwitz/synths/half-wave-synth.axp 
removed: patches/rbrt/looper_mono_DEMO.axp 
removed: objects/tb/midi/ctrl/push/axo_push_pads.c 
removed: objects/Jaffa/Sel/sel i 16 +--64D.axo 
removed: objects/wp/edrum/snare_mod.axs 
removed: objects/phi/switch/switches.axh 
removed: objects/tb/audio/audiomix.axh 
removed: objects/toneburst/pattern/nmpgen3.axo 
uncommited: objects/phi/switch/sw 2-1f.axo 
uncommited: objects/phi/math/-+ i..axo 
uncommited: objects/phi/switch/sw 1i.axo 
uncommited: objects/toneburst/pattern/nmpgen2.axh 
uncommited: objects/tb/midi/ctrl/push.axo 
uncommited: objects/phi/math/-+c..axo 
uncommited: objects/Jaffa/Sel/sel i 32 +--64D.axo 
uncommited: patches/cpwitz/synths/axo-trautonium.axp 
uncommited: objects/toneburst/osc/sinesync.axo 
uncommited: objects/euxo/in/gate.axo 
uncommited: objects/toneburst/pattern/nmpgen.axo 
uncommited: objects/Jaffa/Sel/sel fb 32D.axo 
uncommited: objects/phi/switch/sw 1b.axo 
uncommited: objects/Jaffa/Sel/sel i 16 +:-64.axo 
uncommited: objects/rbrt/looper/looper_OD_mono.axo 
uncommited: objects/Jaffa/Sel/sel fb 16D.axo 
uncommited: patches/cpwitz/generative/probtrigger.axs 
uncommited: patches/mtyas/autogen/strange-thing.axp 
uncommited: objects/phi/switch/sw 1-2f.axo 
uncommited: objects/tb/midi/ctrl/push/axo_push_led.c 
uncommited: objects/phi/switch/sw 2-1a.axo 
uncommited: objects/tb/script/oneliner_ik.axo 
uncommited: objects/phi/switch/sw 1-2i.axo 
uncommited: objects/Jaffa/Mix/StMix2.axs 
uncommited: objects/tb/midi/ctrl/push/axo_push_browse.c 
uncommited: objects/tb/disp/print f.axo 
uncommited: patches/cpwitz/generative/generatusrex.axp 
uncommited: patches/cpwitz/synths/subharmonic-osc.axs 
uncommited: objects/Jaffa/Mix/StMix4Ch.axs 
uncommited: objects/phi/switch/sw 1-2b.axo 
uncommited: objects/Jaffa/Sel/sel i 64.axo 
uncommited: objects/phi/switch/sw 1f.axo 
uncommited: objects/Jaffa/Filt/MMFilterP.axs 
uncommited: objects/euxo/in/button-led.axo 
uncommited: patches/keyp/Noodling/noise noodle2.axp 
uncommited: objects/tb/midi/ctrl/push/axo_push.c 
uncommited: objects/toneburst/pattern/nmpgen2.axo 
uncommited: objects/tb/midi/ctrl/push/axo_push.h 
uncommited: objects/tb/midi/ctrl/push/axo_push_params.c 
uncommited: objects/tb/midi/ctrl/push/axo_push_funcs.h 
uncommited: objects/Jaffa/Sel/sel fp 16D.axo 
uncommited: objects/Jaffa/Sel/sel i 32 +:-36.axo 
uncommited: objects/Jaffa/Mix/StMix2M.axs 
uncommited: objects/Jaffa/Sel/sel fp 32D.axo 
uncommited: objects/toneburst/pattern/nmpgen3.axh 
uncommited: objects/wp/filter/4polelpf.axs 
uncommited: patches/cpwitz/generative/randomnote.axs 
uncommited: objects/tb/midi/ctrl/push/axo_push_play.c 
uncommited: objects/Jaffa/Sel/sel b 16 pulseD.axo 
uncommited: objects/Jaffa/Filt/MMFilter.axs 
uncommited: objects/Jaffa/Mix/StMix4ChMOut.axs 
uncommited: objects/wp/env/ad_mod.axo 
uncommited: objects/phi/switch/sw 2-1i.axo 
uncommited: objects/tb/disp/print i.axo 
uncommited: patches/cpwitz/generative/automobeep.axp 
uncommited: README.md 
uncommited: objects/rbrt/control/timer.axo 
uncommited: patches/jt/grainy-table.axp 
uncommited: objects/phi/switch/switch.txt 
uncommited: objects/Jaffa/Mix/StMix4.axs 
uncommited: objects/mtyas/reverb/shortverb.axs 
uncommited: objects/phi/switch/sw 1a.axo 
uncommited: objects/rbrt/looper/looper_FB_stereo.axo 
uncommited: .gitignore 
uncommited: objects/Jaffa/Mix/StMix3.axs 
uncommited: objects/tb/midi/ctrl/push/axo_push_handler.c 
uncommited: patches/cpwitz/synths/formant-synth.axp 
uncommited: objects/rbrt/control/clocker.axo 
uncommited: objects/phi/switch/sw 2-1b.axo 
uncommited: objects/toneburst/pattern/nmpgen.axh 
uncommited: objects/Jaffa/Sel/sel b 16 2t pulseD.axo 
uncommited: objects/Jaffa/Mix/StMix3M.axs 
uncommited: objects/Jaffa/Mix/StMix1.axs 
uncommited: objects/wp/ctrl/i radio 5 h.axo 
uncommited: objects/Jaffa/Sel/sel i 64 +:-64.axo 
uncommited: objects/Jaffa/Mix/StMix4M.axs 
uncommited: patches/tb/demo/fbank.axp 
uncommited: objects/tb/midi/ctrl/push/axo_push_scale.c 
uncommited: objects/Jaffa/Sel/sel b 16 4t pulseD.axo 
uncommited: patches/cpwitz/generative/fancyreverb.axs 
uncommited: objects/tb/midi/ctrl/push/axo_push_scale.h 
uncommited: objects/tb/midi/ctrl/push/axo_push_session.c 
uncommited: objects/rbrt/control/gate_hold.axo 
uncommited: objects/tb/audio/mixer.axo 
uncommited: objects/Jaffa/Mix/StMix4ChM.axs 
uncommited: objects/rbrt/looper/looper_FB_mono.axo 
uncommited: objects/mtyas/delay/long-delay.axs 
uncommited: objects/phi/switch/sw 1-2a.axo 
uncommited: objects/tb/disp/print.axh 
uncommited: objects/wp/osc/khaosmachine.axs 
uncommited: patches/cpwitz/synths/half-wave-synth.axp 
uncommited: patches/rbrt/looper_mono_DEMO.axp 
uncommited: objects/tb/midi/ctrl/push/axo_push_pads.c 
uncommited: objects/Jaffa/Sel/sel i 16 +--64D.axo 
uncommited: objects/wp/edrum/snare_mod.axs 
uncommited: objects/phi/switch/switches.axh 
uncommited: objects/tb/audio/audiomix.axh 
uncommited: objects/toneburst/pattern/nmpgen3.axo

#118

ok, so this is assuming you have deleted everything...

which is odd, that means the initial clone failed, did you get any errors in the console when you did the init().
can you please try it again, I cant think why it would pull the head revision, yet not download the files.

can you give me a screenshot of how you have configured axoloti-contrib.
also double check you have entered your authentication details correctly and also your contributor prefix.


#119

1) i delete the folder
2) i open axoloti, shows medium size error, as planned. No axoloti contrib folder
3) pref -> contrib -> init -> ok -> the contrib folder is back on.
4) i close axoloti. inside the contrib folder there's the .git hidden folder.
5) i open axoloti again, the log is the same i've posted before:

Link to firmware CRC A50E988A
Status: factory (1.0.8,anon) : OK  ( 1.0.8,clean )
Status : home : OK
Status: community (master,sputnki) : OK  ( master,dirty )
Changes for: community (master,sputnki)
removed: objects/phi/switch/sw 2-1f.axo 
removed: objects/phi/math/-+ i..axo 
removed: objects/phi/switch/sw 1i.axo 
removed: objects/toneburst/pattern/nmpgen2.axh 
removed: objects/tb/midi/ctrl/push.axo 
removed: objects/phi/math/-+c..axo 
removed: objects/Jaffa/Sel/sel i 32 +--64D.axo 
removed: patches/cpwitz/synths/axo-trautonium.axp 
removed: objects/toneburst/osc/sinesync.axo 
removed: objects/euxo/in/gate.axo 
removed: objects/toneburst/pattern/nmpgen.axo 
removed: objects/Jaffa/Sel/sel fb 32D.axo 
removed: objects/phi/switch/sw 1b.axo 
removed: objects/Jaffa/Sel/sel i 16 +:-64.axo 
removed: objects/rbrt/looper/looper_OD_mono.axo 
removed: objects/Jaffa/Sel/sel fb 16D.axo 
removed: patches/cpwitz/generative/probtrigger.axs 
removed: patches/mtyas/autogen/strange-thing.axp 
removed: objects/phi/switch/sw 1-2f.axo 
removed: objects/tb/midi/ctrl/push/axo_push_led.c 
removed: objects/phi/switch/sw 2-1a.axo 
removed: objects/tb/script/oneliner_ik.axo 
removed: objects/phi/switch/sw 1-2i.axo 
removed: objects/Jaffa/Mix/StMix2.axs 
removed: objects/tb/midi/ctrl/push/axo_push_browse.c 
removed: objects/tb/disp/print f.axo 
removed: patches/cpwitz/generative/generatusrex.axp 
removed: patches/cpwitz/synths/subharmonic-osc.axs 
removed: objects/Jaffa/Mix/StMix4Ch.axs 
removed: objects/phi/switch/sw 1-2b.axo 
removed: objects/Jaffa/Sel/sel i 64.axo 
removed: objects/phi/switch/sw 1f.axo 
removed: objects/Jaffa/Filt/MMFilterP.axs 
removed: objects/euxo/in/button-led.axo 
removed: patches/keyp/Noodling/noise noodle2.axp 
removed: objects/tb/midi/ctrl/push/axo_push.c 
removed: objects/toneburst/pattern/nmpgen2.axo 
removed: objects/tb/midi/ctrl/push/axo_push.h 
removed: objects/tb/midi/ctrl/push/axo_push_params.c 
removed: objects/tb/midi/ctrl/push/axo_push_funcs.h 
removed: objects/Jaffa/Sel/sel fp 16D.axo 
removed: objects/Jaffa/Sel/sel i 32 +:-36.axo 
removed: objects/Jaffa/Mix/StMix2M.axs 
removed: objects/Jaffa/Sel/sel fp 32D.axo 
removed: objects/toneburst/pattern/nmpgen3.axh 
removed: objects/wp/filter/4polelpf.axs 
removed: patches/cpwitz/generative/randomnote.axs 
removed: objects/tb/midi/ctrl/push/axo_push_play.c 
removed: objects/Jaffa/Sel/sel b 16 pulseD.axo 
removed: objects/Jaffa/Filt/MMFilter.axs 
removed: objects/Jaffa/Mix/StMix4ChMOut.axs 
removed: objects/wp/env/ad_mod.axo 
removed: objects/phi/switch/sw 2-1i.axo 
removed: objects/tb/disp/print i.axo 
removed: patches/cpwitz/generative/automobeep.axp 
removed: README.md 
removed: objects/rbrt/control/timer.axo 
removed: patches/jt/grainy-table.axp 
removed: objects/phi/switch/switch.txt 
removed: objects/Jaffa/Mix/StMix4.axs 
removed: objects/mtyas/reverb/shortverb.axs 
removed: objects/phi/switch/sw 1a.axo 
removed: objects/rbrt/looper/looper_FB_stereo.axo 
removed: .gitignore 
removed: objects/Jaffa/Mix/StMix3.axs 
removed: objects/tb/midi/ctrl/push/axo_push_handler.c 
removed: patches/cpwitz/synths/formant-synth.axp 
removed: objects/rbrt/control/clocker.axo 
removed: objects/phi/switch/sw 2-1b.axo 
removed: objects/toneburst/pattern/nmpgen.axh 
removed: objects/Jaffa/Sel/sel b 16 2t pulseD.axo 
removed: objects/Jaffa/Mix/StMix3M.axs 
removed: objects/Jaffa/Mix/StMix1.axs 
removed: objects/wp/ctrl/i radio 5 h.axo 
removed: objects/Jaffa/Sel/sel i 64 +:-64.axo 
removed: objects/Jaffa/Mix/StMix4M.axs 
removed: patches/tb/demo/fbank.axp 
removed: objects/tb/midi/ctrl/push/axo_push_scale.c 
removed: objects/Jaffa/Sel/sel b 16 4t pulseD.axo 
removed: patches/cpwitz/generative/fancyreverb.axs 
removed: objects/tb/midi/ctrl/push/axo_push_scale.h 
removed: objects/tb/midi/ctrl/push/axo_push_session.c 
removed: objects/rbrt/control/gate_hold.axo 
removed: objects/tb/audio/mixer.axo 
removed: objects/Jaffa/Mix/StMix4ChM.axs 
removed: objects/rbrt/looper/looper_FB_mono.axo 
removed: objects/mtyas/delay/long-delay.axs 
removed: objects/phi/switch/sw 1-2a.axo 
removed: objects/tb/disp/print.axh 
removed: objects/wp/osc/khaosmachine.axs 
removed: patches/cpwitz/synths/half-wave-synth.axp 
removed: patches/rbrt/looper_mono_DEMO.axp 
removed: objects/tb/midi/ctrl/push/axo_push_pads.c 
removed: objects/Jaffa/Sel/sel i 16 +--64D.axo 
removed: objects/wp/edrum/snare_mod.axs 
removed: objects/phi/switch/switches.axh 
removed: objects/tb/audio/audiomix.axh 
removed: objects/toneburst/pattern/nmpgen3.axo 
uncommited: objects/phi/switch/sw 2-1f.axo 
uncommited: objects/phi/math/-+ i..axo 
uncommited: objects/phi/switch/sw 1i.axo 
uncommited: objects/toneburst/pattern/nmpgen2.axh 
uncommited: objects/tb/midi/ctrl/push.axo 
uncommited: objects/phi/math/-+c..axo 
uncommited: objects/Jaffa/Sel/sel i 32 +--64D.axo 
uncommited: patches/cpwitz/synths/axo-trautonium.axp 
uncommited: objects/toneburst/osc/sinesync.axo 
uncommited: objects/euxo/in/gate.axo 
uncommited: objects/toneburst/pattern/nmpgen.axo 
uncommited: objects/Jaffa/Sel/sel fb 32D.axo 
uncommited: objects/phi/switch/sw 1b.axo 
uncommited: objects/Jaffa/Sel/sel i 16 +:-64.axo 
uncommited: objects/rbrt/looper/looper_OD_mono.axo 
uncommited: objects/Jaffa/Sel/sel fb 16D.axo 
uncommited: patches/cpwitz/generative/probtrigger.axs 
uncommited: patches/mtyas/autogen/strange-thing.axp 
uncommited: objects/phi/switch/sw 1-2f.axo 
uncommited: objects/tb/midi/ctrl/push/axo_push_led.c 
uncommited: objects/phi/switch/sw 2-1a.axo 
uncommited: objects/tb/script/oneliner_ik.axo 
uncommited: objects/phi/switch/sw 1-2i.axo 
uncommited: objects/Jaffa/Mix/StMix2.axs 
uncommited: objects/tb/midi/ctrl/push/axo_push_browse.c 
uncommited: objects/tb/disp/print f.axo 
uncommited: patches/cpwitz/generative/generatusrex.axp 
uncommited: patches/cpwitz/synths/subharmonic-osc.axs 
uncommited: objects/Jaffa/Mix/StMix4Ch.axs 
uncommited: objects/phi/switch/sw 1-2b.axo 
uncommited: objects/Jaffa/Sel/sel i 64.axo 
uncommited: objects/phi/switch/sw 1f.axo 
uncommited: objects/Jaffa/Filt/MMFilterP.axs 
uncommited: objects/euxo/in/button-led.axo 
uncommited: patches/keyp/Noodling/noise noodle2.axp 
uncommited: objects/tb/midi/ctrl/push/axo_push.c 
uncommited: objects/toneburst/pattern/nmpgen2.axo 
uncommited: objects/tb/midi/ctrl/push/axo_push.h 
uncommited: objects/tb/midi/ctrl/push/axo_push_params.c 
uncommited: objects/tb/midi/ctrl/push/axo_push_funcs.h 
uncommited: objects/Jaffa/Sel/sel fp 16D.axo 
uncommited: objects/Jaffa/Sel/sel i 32 +:-36.axo 
uncommited: objects/Jaffa/Mix/StMix2M.axs 
uncommited: objects/Jaffa/Sel/sel fp 32D.axo 
uncommited: objects/toneburst/pattern/nmpgen3.axh 
uncommited: objects/wp/filter/4polelpf.axs 
uncommited: patches/cpwitz/generative/randomnote.axs 
uncommited: objects/tb/midi/ctrl/push/axo_push_play.c 
uncommited: objects/Jaffa/Sel/sel b 16 pulseD.axo 
uncommited: objects/Jaffa/Filt/MMFilter.axs 
uncommited: objects/Jaffa/Mix/StMix4ChMOut.axs 
uncommited: objects/wp/env/ad_mod.axo 
uncommited: objects/phi/switch/sw 2-1i.axo 
uncommited: objects/tb/disp/print i.axo 
uncommited: patches/cpwitz/generative/automobeep.axp 
uncommited: README.md 
uncommited: objects/rbrt/control/timer.axo 
uncommited: patches/jt/grainy-table.axp 
uncommited: objects/phi/switch/switch.txt 
uncommited: objects/Jaffa/Mix/StMix4.axs 
uncommited: objects/mtyas/reverb/shortverb.axs 
uncommited: objects/phi/switch/sw 1a.axo 
uncommited: objects/rbrt/looper/looper_FB_stereo.axo 
uncommited: .gitignore 
uncommited: objects/Jaffa/Mix/StMix3.axs 
uncommited: objects/tb/midi/ctrl/push/axo_push_handler.c 
uncommited: patches/cpwitz/synths/formant-synth.axp 
uncommited: objects/rbrt/control/clocker.axo 
uncommited: objects/phi/switch/sw 2-1b.axo 
uncommited: objects/toneburst/pattern/nmpgen.axh 
uncommited: objects/Jaffa/Sel/sel b 16 2t pulseD.axo 
uncommited: objects/Jaffa/Mix/StMix3M.axs 
uncommited: objects/Jaffa/Mix/StMix1.axs 
uncommited: objects/wp/ctrl/i radio 5 h.axo 
uncommited: objects/Jaffa/Sel/sel i 64 +:-64.axo 
uncommited: objects/Jaffa/Mix/StMix4M.axs 
uncommited: patches/tb/demo/fbank.axp 
uncommited: objects/tb/midi/ctrl/push/axo_push_scale.c 
uncommited: objects/Jaffa/Sel/sel b 16 4t pulseD.axo 
uncommited: patches/cpwitz/generative/fancyreverb.axs 
uncommited: objects/tb/midi/ctrl/push/axo_push_scale.h 
uncommited: objects/tb/midi/ctrl/push/axo_push_session.c 
uncommited: objects/rbrt/control/gate_hold.axo 
uncommited: objects/tb/audio/mixer.axo 
uncommited: objects/Jaffa/Mix/StMix4ChM.axs 
uncommited: objects/rbrt/looper/looper_FB_mono.axo 
uncommited: objects/mtyas/delay/long-delay.axs 
uncommited: objects/phi/switch/sw 1-2a.axo 
uncommited: objects/tb/disp/print.axh 
uncommited: objects/wp/osc/khaosmachine.axs 
uncommited: patches/cpwitz/synths/half-wave-synth.axp 
uncommited: patches/rbrt/looper_mono_DEMO.axp 
uncommited: objects/tb/midi/ctrl/push/axo_push_pads.c 
uncommited: objects/Jaffa/Sel/sel i 16 +--64D.axo 
uncommited: objects/wp/edrum/snare_mod.axs 
uncommited: objects/phi/switch/switches.axh 
uncommited: objects/tb/audio/audiomix.axh 
uncommited: objects/toneburst/pattern/nmpgen3.axo 
No available USB device found with matching PID/VID
search path : \Users\Filippo\Documents\axoloti\axoloti-factory\objects
search path : \Users\Filippo\Documents\axoloti\objects
search path : \Users\Filippo\Documents\axoloti\axoloti-contrib\objects
finished loading objects

Folder is still empty, except for the hidden .git folder
Credentials are correct, i verified it.


#120

ok, something strange is happening... Ive just tried on windows and I'm getting the same now.

its weird as its not happening on Mac, and it was working on window before.... and doesn't appear to work at all now. (even without authentication)
I'll need to test it some more... or perhaps @johannes as I cant rebuild the windows app.


#121

ok, Ive fixed it.

@Sputnki , do the init again.

The issue was cause by @jaffasplaffa including files with names containing ":" which are not valid under windows.
@jaffasplaffa can you please not use 'special' characters in the filename of objects.

@Sputnki , Im a little 'unhappy' , I asked you if there were any errors in the console in the init, and there were errors about the above file. once I saw this, it took me 2 minutes to fix... instead, Ive ended up having to install 1.0.8 on my windows system, and have had a whole number of posts going through this issue. a waste of both mine and your time.

please guys, read the reporting issues post I made, https://sebiik.github.io/community.axoloti.com.backup/t/reporting-issues-bugs/21
I think its pretty obvious, that any error in the console should be included when you have issues.
it means less leg work for me, and faster solutions for you.


#122

Yep Will look into it when i get back home in a few days. Sorry. I never use Windows for anything and didnt know it was an issue.


#123

no problem, in 1.0.9 you don't get to name files, it automatically names them from the object name, and so accounts for things like this :smile: