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

CEAMMC library doesn't work; "module could not be found" even though file exists #168

Closed
flarn2006 opened this issue Mar 25, 2022 · 8 comments
Assignees

Comments

@flarn2006
Copy link

When I start Pure Data, I get this in the log window:

[completion-plugin] version 0.47.1
[completion-plugin] loaded 2275 completions in 76 milliseconds
C:\Program Files\PureData CEAMMC (double)\extra\ceammc\ceammc.m_amd64: couldn't load - The specified module could not be found.

C:\Program Files\PureData CEAMMC (double)\extra\ceammc\ceammc.m_amd64: couldn't load - The specified module could not be found.

ceammc: can't load library

And none of the CEAMMC stuff works. I checked the path that was listed and the file does in fact exist. I tried both the double and float versions and neither one works.

@uliss uliss self-assigned this Apr 7, 2022
@kgetech
Copy link

kgetech commented Jun 17, 2022

I am having the same error. After exploring the events with ProcMon64 from the Microsoft SysInternals suite, this is what I could find. I hope it helps to determine the issue.

image
image

@kgetech
Copy link

kgetech commented Jun 17, 2022

I decided to try and load a ceammc module an.onset, and this is what Procmon spit out:
image
While the ceammc.m_amd64 file DOES exist (added this notation to clarify that I was experiencing the same issue), when it looks for other parts to the ceammc lib, they don't exist in the file structure, searching through the program install directory only returned:
D:\PureDataCEAMMC\extra\ceammc\an.onset~-help.pd
D:\PureDataCEAMMC\extra\ceammc\an.onset-help.pd

@kgetech
Copy link

kgetech commented Jun 17, 2022

I discovered the problem on my end.

Norton 360 was removing all of those files as medium-risk files.

To solve the problem:

  1. Norton 360 > Settings > Antivirus > Scans and Risks > Exclusions/Low Risks > Items to Exclude From Scans > Configure [+] > [Add installation Directory]
  2. Norton 360 > Settings > Antivirus > Scans and Risks > Exclusions/Low Risks > Items to Exclude From Auto-Protect, Script Control, SONAR and Download Intelligence Detection > Configure [+] > [Add installation Directory]
  3. Norton 360 > Settings > Antivirus > Automatic Protection > Auto Protect [OFF]
  4. Reinstall package (no need to remove or uninstall the existing files)
  5. Re-enable Auto Protect AND re-enable SONAR

(Obviously, this may be different depending on your security software, but I hope this helps!)

Works like a charm, ceammc objects load as-well.

@uliss
Copy link
Owner

uliss commented Feb 6, 2023

closing

@uliss uliss closed this as completed Feb 6, 2023
@flarn2006
Copy link
Author

flarn2006 commented Feb 6, 2023 via email

@uliss
Copy link
Owner

uliss commented Feb 6, 2023

Did you try the latest release?

@uliss
Copy link
Owner

uliss commented Feb 6, 2023

Did you try the latest release?

https://github.com/uliss/pure-data/releases/tag/v2023.02

@flarn2006
Copy link
Author

flarn2006 commented Feb 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants