belangeo / cecilia5

Ear-bending noises and music
228 stars 19 forks source link

Does not work on Windows 10 #100

Open shreeswifty opened 3 years ago

shreeswifty commented 3 years ago

c prompt window opens and then crashes Assertion failed!

Program: C:\Program Files (x86)\Cecilia5\Cecilia5.exe File: ../portaudio/src/hostapi/wdmks/pa_win_wdmks.c, Line 1061

Expression: FALSE

belangeo commented 3 years ago

What happens if you delete the ".cecilia5" folder located in your home repository and start Cecilia5 again? It should defaults to directsound audio host instead of wdm-ks.

ignamus commented 3 years ago

I tried to delete this folder, the same error and it won't start(

shreeswifty commented 3 years ago

same here

Etherall25 commented 3 years ago

Did this issue ever get solved? I have had the same issue as well.

belangeo commented 3 years ago

If you run Cecilia5 from sources, with pyo up-to-date, it should be fixed!

Etherall25 commented 3 years ago

ah I see, unfortunately I have no idea what any of that means haha (never coded or used the software mentioned). Thanks for the quick reply!

shreeswifty commented 3 years ago

Can you share the process?

I have intro to audio students using Windows that need Cecilia. Can you make it work from the executable?

On Wed, Aug 18, 2021 at 7:32 AM Etherall25 @.***> wrote:

ah I see, unfortunately I have no idea what any of that means haha (never coded or used the software mentioned). Thanks for the quick reply!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/belangeo/cecilia5/issues/100#issuecomment-901038643, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJY6V67OA7HYFOFYRUBU3T5OK5BANCNFSM4Y7JHGKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

-- Patrick Pagano B.S.,M.F.A Assistant Professor in Residence Digital Media Design & Development University of Connecticut, Stamford

belangeo commented 3 years ago

Roughly, it should be something like:

  1. Install Python (3.7, 3.8 or 3.9)
  2. In a Command Prompt (with python3.9): py -3.9 -m pip install wxPython nympy pyo git clone https://github.com/belangeo/cecilia5.git
  3. Then, when you want to start Cecilia, in a Command Prompt: cd cecilia5 py -3.9 Cecilia5.py
shreeswifty commented 3 years ago

this works!

pp

On Wed, Aug 18, 2021 at 12:03 PM Olivier Bélanger @.***> wrote:

Roughly, it should be something like:

  1. Install Python (3.7, 3.8 or 3.9)
  2. In a Command Prompt (with python3.9): py -3.9 -m pip install wxPython nympy pyo git clone https://github.com/belangeo/cecilia5.git
  3. Then, when you want to start Cecilia, in a Command Prompt: cd cecilia5 py -3.9 Cecilia5.py

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/belangeo/cecilia5/issues/100#issuecomment-901237201, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJY6VKDSAEWOFTQ4NFQLLT5PKVVANCNFSM4Y7JHGKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

-- Patrick Pagano B.S, M.F.A Assistant Professor, Interactive Media & Education Audio Projection & Performance Design Howard Community College Columbia, Maryland USA http://shreeswifty.github.io http://shreeswifty.github.io (352)226-2016

Etherall25 commented 3 years ago

I get this after entering, py -3.9 -m pip install wxPython nympy pyo

ERROR: Could not find a version that satisfies the requirement nympy (from versions: none) ERROR: No matching distribution found for nympy

shreeswifty commented 3 years ago

it's a typo the proper word is "numpy" no quotes

On Thu, Aug 19, 2021 at 10:28 AM Etherall25 @.***> wrote:

I get this after entering, py -3.9 -m pip install wxPython nympy pyo

ERROR: Could not find a version that satisfies the requirement nympy (from versions: none) ERROR: No matching distribution found for nympy

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/belangeo/cecilia5/issues/100#issuecomment-901963118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJY6TXVRBHDS23B2VSKC3T5UIIZANCNFSM4Y7JHGKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

-- Patrick Pagano B.S, M.F.A Assistant Professor, Interactive Media & Education Audio Projection & Performance Design Howard Community College Columbia, Maryland USA http://shreeswifty.github.io http://shreeswifty.github.io (352)226-2016

Etherall25 commented 3 years ago

Wow! thankyou!

shreeswifty commented 3 years ago

After the install launch from the folder as instructed and she works!!

On Thu, Aug 19, 2021 at 10:45 AM Etherall25 @.***> wrote:

Wow! thankyou!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/belangeo/cecilia5/issues/100#issuecomment-901976771, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJY6W4GF7YHBVJDTAPRYTT5UKJRANCNFSM4Y7JHGKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

-- Patrick Pagano B.S.,M.F.A Assistant Professor in Residence Digital Media Design & Development University of Connecticut, Stamford

Etherall25 commented 3 years ago

Excuse the potentially dumb question. I have the folders but what I am looking at to run? it works with command prompt, was it meant to create a .exe?

shreeswifty commented 3 years ago

re-read Olivier's message

On Thu, Aug 19, 2021 at 12:56 PM Etherall25 @.***> wrote:

Excuse the potentially dumb question. I have the folders but what I am looking at to run? it works with command prompt, was it meant to create a .exe?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/belangeo/cecilia5/issues/100#issuecomment-902081307, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJY6WXYNEE6XLTH5M6SATT5UZU7ANCNFSM4Y7JHGKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

-- Patrick Pagano B.S, M.F.A Assistant Professor, Interactive Media & Education Audio Projection & Performance Design Howard Community College Columbia, Maryland USA http://shreeswifty.github.io http://shreeswifty.github.io (352)226-2016