-
Notifications
You must be signed in to change notification settings - Fork 61
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
Centos7 issues with Beta2 #13
Comments
Hi, I think the "unknown media type" messages are OK to ignore; for running DJV, are you using the shell script? Like this: /usr/local/DJV2/bin/djv.sh |
ok for errors. edit, aparently im not using it like so. cd into the dir and run ./djv.sh which gives error, ive tried now: sh /usr/local/djv2/bin/djv.sh and it errors which is ok, cos there is no gpu card on that machine. |
Thanks, I just noticed that as well; if you run djv.sh from the install directory it fails, but if you run it with the absolute path it works. I'll fix that for the next version. And yeah, DJV requires OpenGL so you will need either a gpu card or have a software renderer installed. |
OK, I fixed the script so that you can now run it like "/usr/local/DJV2/bin/djv.sh", or "./djv.sh". |
great! will do some more work today! thanks for fast fix! :) |
@darbyjohnston |
Hi, this looks similar to another issue which was related to the Nvidia driver: Are you using Nvidia hardware and if so, which driver version? Maybe try upgrading to the latest driver? |
Hi!
great work! :)
Have trouble installing the beta2 (rpm -ivh and yum install) give me same errors:
Unkown media type in type 'all/all'
Unkown media type in type 'all/allfiles'
after the installer runs, even if i add LD_LIBRARY_PATH it seems it still cant see djv libavcodec.so.58
which is present in libs subfolder.
What should i do?
(yum doeosnt get any deps whatsoever when installing)
thanks!
The text was updated successfully, but these errors were encountered: