Hi, this is a bug in haskell, if you install a library twice it gets confused. Hopefully they fix it soon.
Just before this error you should see “Loaded package environment from …” and then the path to a file. Remove this file, then run this in a terminal window: cabal install tidal --lib
I am struggling to install Tidal, when i follow the instructions no /Library/Application\ Support/SuperCollider/startup.scd file is created. There is not even a SuperCollider directory in /Library/Application\ Support/
I am trying to install it using terminal, super collider is showing up as an installed application in my applications folder, which is weird.
What am I doing wrong? Should I just create an empty SuperCollider directory in /Library/Application\ Support/ and copy over the necessary info into a scd text file?
I have worked out where I went wrong. I am not using the most up to date macOS and so do not need to follow those instructions.
now I am getting a
t>Failed to send. Is the ‘SuperDirt’ target running? Network.Socket.sendBuf: does not exist (Connection refused)
Warning: Parsing the index cache failed (01-index.cache: unexpected magic
marker encountered: 891426084510914466). Trying to regenerate the index
cache...
cabal: The program 'ghc' version >=7.0.1 is required but it could not be
found.
I have added cabal via a symlink to the path though.
Hi Alex,
I'm a bit lost here trying to install the stuff.
Atom is working, but Collider won't open. I get this error:
Dyld Error Message:
Symbol not found: _kSecKeyAlgorithmECDSASignatureDigestX962SHA1
Referenced from: /Applications/SuperCollider.app/Contents/MacOS/../Frameworks/QtWebEngineCore.framework/Versions/5/QtWebEngineCore (which was built for Mac OS X 10.12)
Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
in /Applications/SuperCollider.app/Contents/MacOS/../Frameworks/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
I'm also having a similar problem as indiantinker installing Haskell, but I can't see
I'm running a OS X 10.11, idk if that may be problem as it says it's built for Mac OS X 10.13. This is what I get.
dyld: Symbol not found: _utimensat
Referenced from: /Users/GuayoPerez/.ghcup/bin/cabal (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib
Hi @eduardoperezinfante ,
Yes there seems to be an incompatibility between recent versions of supercollider and older mac os installs.
You can find older supercollider downloads here: https://supercollider.github.io/download
I’m not sure which is the newest one that will work. I should think that version 3.9.3 is fine, though.
Thanks for sending the whole thing, it’s useful to see the whole error. I’ve just edited your post so that it’s marked as ‘preformatted text’.
You say you installed an older version of haskell - how did you do that? If you haven’t already, I’d recommend installing an older version from here: https://www.haskell.org/platform/prior.html
Then delete the .ghcup folder, as that will be the newest version.
Basically my hunch is that your version of macos doesn’t support the latest Haskell, but I think until you remove .ghcup, you’ll still be running that.
Hi there,
I’ve installed successfully (I thought) - in Windows 10 - but, when I open Atom and follow the instructions, I’m unable to type anything into the terminal. I see::
No configured ghc path
Ghci command: ghci Ghc-pkg command: ghc-pkg
Load BootTidal.hs from C:\Users\Ram\AppData\Roaming\cabal\x86_64-windows-ghc-8.10.1\tidal-1.4.3\BootTidal.hs
t>
t>
t>Listening for controls on 127.0.0.1:6010
t>
But I just get a blue block instead of a cursor and it doesn’t respond to anything other than the arrow keys.
If I try to run the test line in my file - using Ctrl-enter - I get no sound but another t> appears in the terminal.
I think that’s probably normal as far as atom behaviour - you edit the code in your .tidal file, and when you run something you see output (including error messages, if you make one) in the frame below.
Not getting sound is a problem though, of course! That’ll be a problem on the SuperCollider side. Have you started SuperCollider, and run SuperDirt.start in that? Does the SuperCollider ‘post window’ say something about Listening to Tidal on port 57120?