Page 1 of 1

1.7 crashing on startup (10.7.5)

Posted: Tue Oct 08, 2013 3:53 pm
by timmacintosh
Like it says.... Sooperlooper unexpectedly quits right away upon launching the app or double clicking the insert AU from mainstage.

Re: 1.7 crashing on startup (10.7.5)

Posted: Fri Oct 25, 2013 1:28 pm
by dodecasonico
Same problem here... :(

Re: 1.7 crashing on startup (10.7.5)

Posted: Sun Jan 05, 2014 4:50 pm
by f0m3
here too . Osx 1.7.5

in terminal:

Code: Select all

redapple:MacOS music$ ./sooperlooper
Illegal instruction: 4
redapple:MacOS music$ ./slgui
Illegal instruction: 4
 

Re: 1.7 crashing on startup (10.7.5)

Posted: Mon Jan 13, 2014 2:48 pm
by f0m3
I read something about compiling problems when did on a OSX 10.9 machine. I tried to compile myself but had some error i cant work out:

Code: Select all

/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in libs
Making all in pbd
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in pbd
make[5]: Nothing to be done for `all'.
g++ -DHAVE_CONFIG_H -I.     -D_REENTRANT -Os -fomit-frame-pointer -mmmx -msse -mfpmath=sse -pipe -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/Users/mohr/Downloads/sooperlooper-1.7.0/libs/pbd -I/Users/mohr/Downloads/sooperlooper-1.7.0/libs/midi++ -I/usr/include/libxml2  -I/usr/local/lib/sigc++-1.2/include -I/usr/local/include/sigc++-1.2  -MT pathscanner.o -MD -MP -MF .deps/pathscanner.Tpo -c -o pathscanner.o pathscanner.cc
clang: warning: argument unused during compilation: '-mfpmath=sse'
pathscanner.cc:172:2: error: use of undeclared identifier 'vector_delete'
        vector_delete (res);
        ^
pathscanner.cc:199:2: error: use of undeclared identifier 'vector_delete'
        vector_delete (res);
        ^
2 errors generated.


Could somebody pls help me on that or compile SL 1.7 with "-mmacosx-version-min=10.7" ???