< Back to IRCAM Forum

OM 7.3 rc

Dear OM users,

You will find here installers for Mac, windows and linux of OM version 7.3 release candidate, meaning all thsi is for testing purposes:

Please if you have issues, please report here.

Best to you all
K

1 Like

So, it loads the workspace now, and I can create and work on patches.

I launched the app (after copying it to my applications folder), and created a brand new workspace in my User/OM folder as I would usually do.

However: when I try to save the workspace this error appears.

When I press OK,this shows up in the listener console:

OM > ā€œSaving workspaceā€¦ā€
OM > "ERROR: No applicable methods for #<standard-generic-function |OpenMusic|::get-elements 80E0BF39DC> with args (nil)

Call to om-lisp::om-error-handler
Call to invoke-debugger
Call to error
Call to cerror
Call to (method no-applicable-method (t))
Call to clos::apply-no-applicable-method
Call to |OpenMusic|::ws-save-globals
Call to |OpenMusic|::save-ws-contents
Call to (subfunction 1 (method |OpenMusic|::editor-save (|OpenMusic|::workspaceeditor)))
Call to om-lisp::om-work-function
Call to mp::process-sg-function
"

It appears that I still cannot access the preferences, like with previous 7.* releases, when I open preferences OM freezes and stops responding.

Let me know if there is any way I can help (system logs somehow, etc), Iā€™ll be glad to.

Lorenzo

1 Like
  1. Where are you saving your workspace?
    Can you post the path?
  2. And did you disable the dropbox extension?
    It looks to me it is a problem of permission,

Definitely looks like a permissions problemā€¦ But there is nothing I can see from system settings->security & privacy. And yes, Dropbox extension is still deactivated, app is not running, and out of the login items.

Iā€™m saving to Users/ā€œUserā€/OM/Workspaces/
I also tried having my workspace in Users/ā€œUserā€/OM/ (where the Libraries folder is) but it nothing changes.
Iā€™m logged in as the administrator of the computer, so there should be no problem on that side concerning permissionsā€¦

I just noticed another thing: patches save to the Workspace (I see them in finder) despite workspace not saving, but they do not appear in OM 7.3 when I (force) quit and reload the same workspace. The preferences.lisp file also appears to be rather emply (dunno if itā€™s normal). It only contains two lines:

;7.03
(in-package :om)

Hi All,

If useful: I have tried to install OpenMusic-7.3-2.x86_64.rpm on Fedora 32, but I receive an error:

Problema: conflicting requests

  • nothing provides libinstpatch-1.0.so.2()(64bit) needed by OpenMusic-7.3-2.x86_64
    (try to add ā€˜ā€“skip-brokenā€™ to skip uninstallable packages)

My command was: sudo dnf install ā€˜/home/fabio/Scaricati/IRCAM/OM_7.3_rc/OpenMusic-7.3-2.x86_64.rpmā€™

Is my Fedora version too much old?

Many thanks in advance, ciao

Fabio

P.S.: I have installed libinstpacjk, but the problem persists.

Dear Fabio,

Yes there is a problem with the packaging. I am rebuilding it so it could work on older Fedoras. Will let you know when it is ready.

Best
K

No this is not normal.
Will check it out again. It is perfectly working on Sonoma.

BEst
K

Dear Fabio,

The release was upodated and tested on fedora 32. So now this will work without problem (i hope).

Best
K

Can you please check the following:
-What other extensions you have?
-can you delete the folder here: /Users/youraccount/Library/Preferences/OpenMusic/
and restart.

Plenty of extensions, actuallyā€¦ Are there categories that are likely to interfere?
The only active in the ā€œfinder extensionsā€ now is GoogleDrive. There are others in other categories though. I can attach a screenshot actually:

There are also login items and many apps allowed in the background. Do you suspect anything there?

Iā€™ll try to delete that folder and restart, Iā€™ll let you know in minutes.

Lorenzo

After deleting the preferences folder and rebooting, still the same behaviourā€¦ As soon as I try opening the preferences, OM freezes.

What i suspect is your Google drive extension. Looks like it messes things up. I am not sure since i donā€™t have anymore Ventura. I am on Sonora. And i donā€™t know how did you get this extension.

furthermore, if you are using icloud storage system this may be also a reason to make OM fail.

If OM runs in safe mode, this means there is an incompatibility with these issues

best
K

Hm, I understandā€¦ I will try disabling GoogleDrive and iCloud and try again.
The finder extensions for GoogleDrive are automatically installed with the Drive app, Iā€™m guessing?
In order to operate it from the finder instead of using the website.

Iā€™ll try disabling anyway and report back.

Dear Karim,

I wish you an excellent new year 2024 with full of happiness and health!

There is a small changes in OpenMusic in the version 7.13 I just realized.
In previous versions, I could use the ā€œeā€ key to find the lisp source code, in this version the ā€œeā€ works for the function/methodes defined by ā€œdefmethod*ā€ but not by the ā€œdefunā€ or ā€œdefmethodā€.

Is there a way to get back the feature the I could find all the functions with ā€œeā€?

Thank you very much for you help!

Best wishes,
Jialin

Dear Jialin,

Nothing have changed in 7.3 concerning the ā€˜eā€™ query code shortcut.
This works ONLY if defun or defmethod are already defined in OMā€™s code or in a loaded library.
this will not work if you define on the fly your methods (or functions) while in a workflow.
This has been the case since OM is using LispWorks. It is unfortunately a limitation.
Now if you believe it is not working for you, please can you tell me:

  1. Which platform (OS) are you using
  2. what are the functions/defmethods you have problems to access?

Best wishes
Karim