tonquer / ehentai-qt

e-hentai, exhentai,看图,搜索,下载器
GNU Lesser General Public License v3.0
1.19k stars 64 forks source link

开启waifu2x看图时部分图片无法显示 #38

Open Just-A-Pony opened 1 year ago

Just-A-Pony commented 1 year ago

操作系统(如MacOS 10.15)

Arch Linux

问题描述(简要描述发生的问题)

在开启waifu2x看图时 部分图片无法显示 为黑色 image 关闭waifu2x后可正常显示

软件版本

git拉的最新版 直接python start.py跑的 依赖用的都arch仓库里的版本 pyside2-5.15.7 requests-2.28.1 urllib3-1.26.12 pillow-9.3.0 waifu2x-vulkan-1.1.4 pyopenssl-22.1.0 lxml-4.9.1 pysocks 1.7.1

日志提交(问题截图或者日志,日志在logs目录)

https://fars.ee/8KYN

Just-A-Pony commented 1 year ago

至于appimage版本 在选择存储目录时会coredump


This plugin does not support setting window opacity
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_set_name
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_set_name
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_set_name
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so

(EHentai:201133): Gtk-WARNING **: 12:34:03.856: Could not find the icon 'user-home-symbolic-ltr'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases

(EHentai:201133): GdkPixbuf-WARNING **: 12:34:03.858: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': 没有那个文件或目录

This likely means that your installation is broken. Try running the command gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache to make things work again for the time being.

(EHentai:201133): Gtk-WARNING : 12:34:03.858: Could not load a pixbuf from /org/gtk/libgtk/icons/16x16/status/image-missing.png. This may indicate that pixbuf loaders or the mime database could not be found. Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: 无法识别的图像文件格式 (gdk-pixbuf-error-quark, 3) 已放弃 (核心已转储) [ble: exit 134][ble: elapsed 28.533s (CPU 76.9%)] ./ehentai_v1.0.7_linux-x86_64.AppImage

Just-A-Pony commented 1 year ago

coredump

tonquer commented 1 year ago

感谢反馈

tonquer commented 1 year ago

waifu2x错误问题可能是显存小了,后面会出设置tile值,减小显存占用

tonquer commented 1 year ago

waifu2x的问题,v1.0.8设置中新增tile值调整,调低该值试试

Just-A-Pony commented 1 year ago

确实可以正常显示了 感谢