From 71390384b5ed70ac3e67c3cb832b9a5268c9ce06 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 30 Aug 2021 22:25:29 -0600 Subject: [PATCH] add another item to when things go wrong --- parts/Trouble.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/parts/Trouble.tex b/parts/Trouble.tex index 22a1b09..e3aedbc 100644 --- a/parts/Trouble.tex +++ b/parts/Trouble.tex @@ -215,6 +215,19 @@ bottom of the main window (figure~\ref{fig:automation}). \item If the rate at which frames are captured during Recording is much lower than the framerate of the source, the video will accumulate in the recording buffers over time and the audio and video will become out of sync. Decrease the number of frames to buffer in the device in \texttt{Settings $\rightarrow $ Preferences, Recording} tab so that the excess frames are dropped instead of buffered. \item If loading files locks up, this might be because \CGG{} is building picons/vicons for the Resources window. If you load a large number of images it needs to decompress every single image to build a picon/vicon. Go into \texttt{Settings $\rightarrow$ Preferences, Appearance} tab and disable \textit{Use thumbnails in resource window} to skip this process. Keep in mind though, that it only has to create these thumbnails the first time a new piece of media is loaded or the values are changed. \item For an older computer with less CPU power, in \texttt{Settings $\rightarrow$ Preferences, Appearance} tab, be sure that \textit{Autocolor assets }is disabled; set \textit{View thumbnail size} \& \textit{Vicon quality}\& \textit{Vicon color mode} to lower values or switch to \textit{No Play} instead of \textit{Full Play} in the Resources window (this is to the right of the word \textit{Visibility} in the left hand side of that window). You will then have more CPU and more memory available to do actual editing. + \item If you have updated your Operating System or newly installed some applications, it is +possible that your LV2 plugin path may have been modified and be in disagreement with what you have set +for \CGG{}. This could result in a crash upon startup. Look at the messages in the window from where +you started \CGG{} to see if they look similiar to the following: +\begin{lstlisting}[numbers=none,xleftmargin=10mm] +LOAD: http://eq10q.sourceforge.net/matrix\_lr2ms +LOAD: http://eq10q.sourceforge.net/matrix\_ms2lr +LOAD: https://community.ardour.org/node/7596 +LOAD: urna-comp +** segv at 0x7f2cd80813c4 in pid 4540, tid 4540 +\end{lstlisting} +The last line before the \textit{segv} indicates the name of the LV2 plugin that is causing problems. +Please refer to the section on LV2 plugins \ref{sec:audio_lv2_calf_plugins} to resolve the issue. \end{enumerate} \textbf{Some Helpful User Readable Text Dumps} -- 2.26.2