Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2025-10-01 23:36:33



Reply to topic  [ 31 posts ]  Go to page Previous  1, 2, 3, 4  Next
[SOLVED] Cool VL on Chakra Linux 
Author Message

Joined: 2012-05-20 09:07:53
Posts: 44
Reply with quote
Henri Beauchamp wrote:
Please zip (or gzip) the log files and attach them to the post, instead of quoting them...

Also, what exactly is your problem ? If it's just about the audio initialization failing, simply try OpenAL instead of FMOD; edit the first lines of the cool_vl_viewer wrapper script to read:
Code:
## - Avoids using any OpenAL audio driver.
#export LL_BAD_OPENAL_DRIVER=x
## - Avoids using any FMOD audio driver.
export LL_BAD_FMOD_DRIVER=x


i didn't quote the log files, i've just put them between the "code" tags, as i though it should works like some other forums where the "code" tags show the log files into a scrolling window, instead of taking all the page. but it doesn't here. i will send them as zips.

about my problem, the viewer doesn't start: i can only see the outher boundary of a full black window, no menues, no buttons, no images.

edit: the log.zip file enclosed


Attachments:
cool_LOG.txt.zip [28.42 KiB]
Downloaded 158 times
2012-07-02 09:20:07
Profile

Joined: 2009-03-17 18:42:51
Posts: 6057
Reply with quote
peterpan wrote:
about my problem, the viewer doesn't start: i can only see the outher boundary of a full black window, no menues, no buttons, no images.

Your system is a 64bits one, so my guess is that you are missing some 32bits compatibility libraries (especially: libpng, libpixman, libpcre which are required for the QT Webkit browser).

Try:
Code:
cd CoolVLViewer-1.26.4
LD_LIBRARY_PATH="`pwd`""/lib:${LD_LIBRARY_PATH}" ldd bin/llplugin/libmedia_plugin_webkit.so
And see what ldd reports (watch for missing libraries and libraries pointing to 64bits ones instead of 32bits ones).


2012-07-02 17:47:22
Profile WWW

Joined: 2012-05-20 09:07:53
Posts: 44
Reply with quote
i think i've got all requested dependencies but libgl, because:
Code:
sudo pacman -S libgl
Password:
risoluzione delle dipendenze in corso...
ricerca dei conflitti in corso...
:: libgl e nvidia-utils vanno in conflitto. Vuoi rimuovere nvidia-utils? [s/N] s
errore: impossibile eseguire l'operazione richiesta (impossibile soddisfare le dipendenze)
:: nvidia: richiede nvidia-utils=295.53
:: nvidia-settings: richiede nvidia-utils


by google translation:
Resolution dependency ...
Research of the ongoing conflicts ...
Libgl :: nvidia-utils and are in conflict. Want to remove nvidia-utils? [y / N] y
Error: Can not perform the requested operation (could not satisfy dependencies)
:: Nvidia: requires nvidia-utils = 295.53
:: Nvidia-settings: requires nvidia-utils


may it be my problem?


sorry but i don't know how to use ldd command, and for wich files to use. could you suggest me the exact command you wish me to run pls?

PS: i've got the package from https://aur.archlinux.org/packages.php?ID=55985


2012-07-03 07:14:46
Profile

Joined: 2009-03-17 18:42:51
Posts: 6057
Reply with quote
peterpan wrote:
sorry but i don't know how to use ldd command, and for wich files to use. could you suggest me the exact command you wish me to run pls?
I gave it to you in my last post !!!... See the two lines enclosed in the "Code" section.

Quote:
Resolution dependency ...
Research of the ongoing conflicts ...
Libgl :: nvidia-utils and are in conflict. Want to remove nvidia-utils? [y / N] y
Error: Can not perform the requested operation (could not satisfy dependencies)
:: Nvidia: requires nvidia-utils = 295.53
:: Nvidia-settings: requires nvidia-utils


may it be my problem?

PS: i've got the package from https://aur.archlinux.org/packages.php?ID=55985
Sorry, but I don't provide support for third parties' packages (why aren't you using the installer I provide and why are you taking the risk of using a hacked package from an unknown source ???). Please, ask to the packager: they shall know how to make their own package work, shan't they ?


2012-07-03 08:50:23
Profile WWW

Joined: 2011-09-27 11:18:31
Posts: 249
Reply with quote
Henri Beauchamp wrote:
Sorry, but I don't provide support for third parties' packages (why aren't you using the installer I provide and taking the risk of using a hacked package from an unknown source ???). Please, ask to the packager: they shall know how to make their own package work, shan't they ?

Actually, I am the packager :) What the package does is simply check the dependencies and then run the installer and then install .desktop files etc.


peterpan wrote:
Resolution dependency ...
Research of the ongoing conflicts ...
Libgl :: nvidia-utils and are in conflict. Want to remove nvidia-utils? [y / N] y
Error: Can not perform the requested operation (could not satisfy dependencies)
:: Nvidia: requires nvidia-utils = 295.53
:: Nvidia-settings: requires nvidia-utils



Peterpan, that shouldn't be a problem. If you look at nvidia-util's PKGBUILD (lines 80–81), you will see:
Code:
conflicts=('libgl')
provides=('libgl')

which means that the nvidia bundle contains the required libraries already, hence it doesn't need (it already contains) libgl.

I don't know why your AUR helper complains, but I recommend you do the following:
(a) Try manually installing the package, without a helper. Simply download the "source" tarball, uncompress it, and run makepkg inside. If it succeeds, then pacman -U the package. If it keeps complaining about conflicts with libgl, open the PKGBUILD file with a text editor, and delete libgl from the depends array.
(b) Reinstall the nvidia bundle
Code:
pacman -Syu ; pacman -S nvidia

(c) Ask at the Chakra forums.


2012-07-03 09:06:35
Profile

Joined: 2012-05-20 09:07:53
Posts: 44
Reply with quote
Henri Beauchamp wrote:
peterpan wrote:
sorry but i don't know how to use ldd command, and for wich files to use. could you suggest me the exact command you wish me to run pls?
I gave it to you in my last post !!!... See the two lines enclosed in the "Code" section.

Quote:
Resolution dependency ...
Research of the ongoing conflicts ...
Libgl :: nvidia-utils and are in conflict. Want to remove nvidia-utils? [y / N] y
Error: Can not perform the requested operation (could not satisfy dependencies)
:: Nvidia: requires nvidia-utils = 295.53
:: Nvidia-settings: requires nvidia-utils


may it be my problem?

PS: i've got the package from https://aur.archlinux.org/packages.php?ID=55985
Sorry, but I don't provide support for third parties' packages (why aren't you using the installer I provide and why are you taking the risk of using a hacked package from an unknown source ???). Please, ask to the packager: they shall know how to make their own package work, shan't they ?


well, I'm actually following g0rd0ngrfr33mailgr's instructions. when finished, i will RE-install by your installer (as the 1st time i tried; i've been moving to the AUR pkg hoping to solve mi issues). how to avoid any kind of conflicts between the 2 packages? i've just to install the coolVL into another directory?

here we are again, i'm going to explain what i'm doing:

Code:
./uninstall

successful
Code:
./CoolVLViewer-1.26.4.20-Linux-x86-Setup

successful


Attachments:
cool_LOG_1.26.4.txt.zip [6.58 KiB]
Downloaded 152 times


Last edited by peterpan on 2012-07-03 10:01:21, edited 2 times in total.

2012-07-03 09:26:40
Profile

Joined: 2012-05-20 09:07:53
Posts: 44
Reply with quote
---


2012-07-03 09:28:32
Profile

Joined: 2012-05-20 09:07:53
Posts: 44
Reply with quote
g0rd0ngrfr33mailgr wrote:
Henri Beauchamp wrote:
Sorry, but I don't provide support for third parties' packages (why aren't you using the installer I provide and taking the risk of using a hacked package from an unknown source ???). Please, ask to the packager: they shall know how to make their own package work, shan't they ?

Actually, I am the packager :) What the package does is simply check the dependencies and then run the installer and then install .desktop files etc.


peterpan wrote:
Resolution dependency ...
Research of the ongoing conflicts ...
Libgl :: nvidia-utils and are in conflict. Want to remove nvidia-utils? [y / N] y
Error: Can not perform the requested operation (could not satisfy dependencies)
:: Nvidia: requires nvidia-utils = 295.53
:: Nvidia-settings: requires nvidia-utils



Peterpan, that shouldn't be a problem. If you look at nvidia-util's PKGBUILD (lines 80–81), you will see:
Code:
conflicts=('libgl')
provides=('libgl')

which means that the nvidia bundle contains the required libraries already, hence it doesn't need (it already contains) libgl.

I don't know why your AUR helper complains, but I recommend you do the following:
(a) Try manually installing the package, without a helper. Simply download the "source" tarball, uncompress it, and run makepkg inside. If it succeeds, then pacman -U the package. If it keeps complaining about conflicts with libgl, open the PKGBUILD file with a text editor, and delete libgl from the depends array.
(b) Reinstall the nvidia bundle
Code:
pacman -Syu ; pacman -S nvidia

(c) Ask at the Chakra forums.


all done (a): no building errors but same issues, the viewer doesn't start: i can only see the outher boundary of a full black window, no menues, no buttons, no images.

Code:
sudo pacman -U coolvlviewer-experimental-1.26.4.20-1-x86_64.pkg.tar.xz
Password:
caricamento dei pacchetti in corso...
risoluzione delle dipendenze in corso...
ricerca dei conflitti in corso...

Pacchetti (1): coolvlviewer-experimental-1.26.4.20-1

Dimensione totale dei pacchetti da installare:   106,48 MiB


Vuoi procedere con l'installazione? [S/n] s
(1/1) controllo dell'integrità del pacchetto                                               [####################################################] 100%
(1/1) caricamento dei file del pacchetto                                                   [####################################################] 100%
(1/1) controllo dei conflitti in corso                                                     [####################################################] 100%
(1/1) installazione in corso di coolvlviewer-experimental                                  [####################################################] 100%
>>> For use with OpenAl, please comment out line 8 and uncomment line 10
>>> of the file /opt/coolvlviewer/cool_vl_viewer .
>>> Currently the file is set for use with OSS.
Dipendenze opzionali di coolvlviewer-experimental
    lib32-nvidia-utils: GL support for NVIDIA drivers
    lib32-libpulse: for PulseAudio support
    lib32-alsa-lib: for ALSA support
    lib32-freealut: For OpenAL support


Attachments:
coolexperimental_LOG.txt.zip [28.47 KiB]
Downloaded 135 times
2012-07-03 09:41:47
Profile

Joined: 2012-05-20 09:07:53
Posts: 44
Reply with quote
@ Henry

(I've been editing the previous post by mistake instead of making a new one. here mi current situation:)


here we are again, i'm going to explain what i'm doing:

Code:
./uninstall

successful
Code:
./CoolVLViewer-1.26.4.20-Linux-x86-Setup

successful

i can only see the outher boundary of a full black window, no menues, no buttons, no images.


Attachments:
cool_LOG_1.26.4.txt.zip [6.58 KiB]
Downloaded 156 times
2012-07-03 10:05:11
Profile

Joined: 2009-03-17 18:42:51
Posts: 6057
Reply with quote
Please, seek help from your Linux distribution forum/community. I'm afraid I can't help you since it's obviously a distribution-specific issue and I don't know this distribution.


2012-07-03 12:39:40
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 31 posts ]  Go to page Previous  1, 2, 3, 4  Next

Who is online

Users browsing this forum: No registered users and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.