Page 6 of 24

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Tue Dec 02, 2014 9:25 pm
by gRuFtY
Guest wrote:I was attempting to stream with OBS which also makes use of OpenGL. Would trying to use both at the same tI'm cause any problems?
No, it should not, I do use OBS, too. It might actually make it work better! :)

As for the binaries: I'd love to hear if it just works. Mac and Linux seem to have "problems" with distributed binaries because of different versions of libraries and similar problems, but maybe we're in luck and loopys binaries do work. :)

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Tue Dec 02, 2014 10:43 pm
by Guest
First off, the binary build you linked does not work for me, Loopy. Perhaps I did something wrong.

Second, I followed the steps to compile C3C and I'm stuck at the very end. I use the qmake and make commands and this is what I am getting out
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -IDesktop/Cute3DSCapture-1.3 -IDesktop/Cute3DSCapture-1.3 -I. -o main.o Desktop/Cute3DSCapture-1.3/main.cpp
Desktop/Cute3DSCapture-1.3/main.cpp:5:10: fatal error: 'SFML/Graphics.hpp' file
not found
#include <SFML/Graphics.hpp>
^
1 error generated.
make: *** [main.o] Error 1
Any idea why this is happing? I tried messing with the SFML framework stuff and made the SFML/Graphics file into an .hpp but that did me no good.

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Tue Dec 02, 2014 10:51 pm
by loopy
Did it show any error message when you tried to run it?

Some paths were missing, I had to mess with the Makefile.
Add -I/usr/local/include to INCPATH
Add -L/usr/local/lib to LFLAGS

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Tue Dec 02, 2014 11:08 pm
by Guest
Image This is all I have from the binary you linked. When I tried to do anything with this file, I just get a blank terminal window.

I apologize, I know very little about computers. I'm not exactly sure what you mean when I have to add those things. Any chance you could go into a little more detail? It would be greatly appreciated.

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Wed Dec 03, 2014 8:24 am
by gRuFtY
Unfortunately I does not surprise me too much that the binaries do not work. Unix-like systems have more complex requirements for library-management than windows, which makes it harder to distribute binaries. :(

As for the error with compiling: Loopy is most definitely right, it looks like there are paths missing. Unfortunately I know too little about macs to help you now, but I can ask a friend, who help me test C3C on mac, tomorrow. Maybe he has some more hints, if loopys hint doesn't help.

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Sat Dec 13, 2014 5:06 pm
by gRuFtY
Yesterday, a good friend help me bundle the binarys for Mac.

CuteDSCapture for Mac
Cute3DSCapture for Mac

To install, just open the dmg-file and drap the .app-file into the applications-folder. Should be as easy as that.

Binarys for linux will follow soon, I hope! :)

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Sat Dec 13, 2014 9:32 pm
by lokistarwind
The application force closes before it even starts up. Something must be missing.

http://i.imgur.com/PPAJB1r.png

It seems it is attempting to access something it is not supposed to or does not exist Looks like the thread cr2.

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Sat Dec 13, 2014 10:25 pm
by gRuFtY
Okay... :-\ Which application did you try? C3C or CDC? I'll have a look.

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Sun Dec 14, 2014 12:48 am
by lokistarwind
Its the 3ds one.

Is it perhaps I need to install anything for it to work like those libraries that you mentioned.

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Posted: Sun Dec 14, 2014 8:26 am
by gRuFtY
No, the libraries should be included... What version of Mac OS are you using? Also, can you post the whole error report?