Replies: 7 comments
-
I try to change the thumbnail folder out of content folder and regenerate all thumbnail, the job just going on, with most job succeed and a few fail, but no thumbnail appear now. |
Beta Was this translation helpful? Give feedback.
-
You've installed PerlMagick manually? That's a recipe for trouble... If the ubuntu vendor perl doesn't support 5.36, I would recommend switching to perlbrew and using Alien::ImageMagick to install the perlmagick bindings. See https://sugoi.gitbook.io/lanraragi/dev/installing-lanraragi/source#needed-dependencies. |
Beta Was this translation helpful? Give feedback.
-
I would check beforehand if your imagemagick install actually works by running |
Beta Was this translation helpful? Give feedback.
-
I am not using perlbrew because my os has pre-install low version perl, and I cant switch to the late version in perlbrew ( idk why ... ) . I am just install perl by source code and I guess this step is ok because most feature in LRR runs good. I try install Alien::ImageMagick then using
|
Beta Was this translation helpful? Give feedback.
-
I use |
Beta Was this translation helpful? Give feedback.
-
yeah you need v7, I can't remember off the top of my head why exactly, but it's a requirement. |
Beta Was this translation helpful? Give feedback.
-
Its no use, but thanks anyway. I am rolling back to 0.9.28 for thumbnail ... |
Beta Was this translation helpful? Give feedback.
-
LRR Version and OS
0.9.31 on ubuntu, install by source code
Bug Details
Failed to generate thumbnails for newly downloaded comic after updating to 0.9.31, with the error log below.
I dont find anymore error or warning, so please teach me how to find the log if needed.
Because of the needed for later version of perl, I manually update it. Then during the installation of LRR, I met lots of module missing error seems like: @inc (you may need to install the XXX module) , I manually install it one by one.
When updating LRR, the error log tell me the thumbnail will not work without ImageMagick, so I follow the given website to install it.
Finally everything seems well except thumbnail missing.
Beta Was this translation helpful? Give feedback.
All reactions