fat-tire / resolve

Container scripts to build and run DaVinci Resolve [Studio] for Linux using Docker or Podman
MIT License
192 stars 23 forks source link

log4cxx error at launch #9

Closed pperquin closed 2 years ago

pperquin commented 2 years ago

hi,

I have this when try to launch:

./resolve.sh /home/pil/containers/resolve PODMAN /home/pil/containers/resolve non-network local connections being added to access control list

The container's /etc/machine-id : f9e164346eb00127f7c72b8e4b951048 The network driver setting is : --network=none Bind-mounted directories of interest : CONTAINER (CentOS 8) -> HOST (Ubuntu)

/home/resolve -> /home/pil/containers/resolve/mounts/resolve-home /opt/resolve/logs -> /home/pil/containers/resolve/mounts/logs /opt/resolve/configs -> /home/pil/containers/resolve/mounts/configs /opt/resolve/easyDCP -> /home/pil/containers/resolve/mounts/easyDCP /opt/resolve/.license -> /home/pil/containers/resolve/mounts/license /opt/resolve/'Resolve Disk Database' -> /home/pil/containers/resolve/mounts/database /var/BlackmagicDesign/DaVinci Resolve -> /home/pil/containers/resolve/mounts/BlackmagicDesign /opt/resolve/Media -> /home/pil/containers/resolve/mounts/Media ActCCMessage Already in Table: Code= c005, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= c006, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= c007, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= 2282, Mode= 0, Level= 0, CmdKey= 8, Option= 0 PnlMsgActionStringAdapter Already in Table: Code= 615e, Mode= 0, Level= 0, CmdKey= -1, Option= 0 log4cxx: No appender could be found for logger (BtCommon). log4cxx: Please initialize the log4cxx system properly.

./resolve.sh /bin/bash give me the prompt

I have ubuntu 22.04.

any idea ?

regards,

cowmix commented 2 years ago

If you just run:

./resolve.sh

(without the /bin/bash) what happens?

pperquin commented 2 years ago

Hi Cowmix,

It reply this :

/home/pil/containers/resolve PODMAN /home/pil/containers/resolve non-network local connections being added to access control list The container's /etc/machine-id : f9e164346eb00127f7c72b8e4b951048 The network driver setting is : --network=none Bind-mounted directories of interest : CONTAINER (CentOS 8) -> HOST (Ubuntu) /home/resolve -> /home/pil/containers/resolve/mounts/resolve-home /opt/resolve/logs -> /home/pil/containers/resolve/mounts/logs /opt/resolve/configs -> /home/pil/containers/resolve/mounts/configs /opt/resolve/easyDCP -> /home/pil/containers/resolve/mounts/easyDCP /opt/resolve/.license -> /home/pil/containers/resolve/mounts/license /opt/resolve/'Resolve Disk Database' -> /home/pil/containers/resolve/mounts/database /var/BlackmagicDesign/DaVinci Resolve -> /home/pil/containers/resolve/mounts/BlackmagicDesign /opt/resolve/Media -> /home/pil/containers/resolve/mounts/Media ActCCMessage Already in Table: Code= c005, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= c006, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= c007, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= 2282, Mode= 0, Level= 0, CmdKey= 8, Option= 0 PnlMsgActionStringAdapter Already in Table: Code= 615e, Mode= 0, Level= 0, CmdKey= -1, Option= 0 log4cxx: No appender could be found for logger (BtCommon). log4cxx: Please initialize the log4cxx system properly.

I make this try with the 18.0b2, I also try with 17.4.6 but it was the same problem. I search in forums and it seem a know problem without a clear solution.

May be i will try to make the same type of script butt with pop_os.

regards,

fat-tire commented 2 years ago

Is it possible that you haven't created the folder for the logs to go into (a shared volume) and that it has write permissions for your user? It would be at:

mounts/logs

If you are writing the log here, do you see anything show up when it gets that error that might indicate what the issue is?

I do see this error mentioned a few times in relation to DaVinci Resolve.

Per here, do you have opencl-nvidia installed on your host machine?

Also I noticed I have ocl-icd-libopencl1 installed.

Finally, take a look here as people are experimenting with various packages that might be missing on the host.

Update: I see some discussion about libxcrypt. I have libcrypt1 and libcrypt-dev installed on the host... dunno if those may be missing. Also, just want to confirm you have an NVIDIA GPU, yes?

fat-tire commented 2 years ago

Hope you were able to fix this :)