vnote icon indicating copy to clipboard operation
vnote copied to clipboard

最新3.13.0版本及持续构建版本阅读模式不显示任何内容

Open lzbmain opened this issue 3 years ago • 10 comments

OS Version (操作系统): Windows 10 专业版 21H2

VNote Version (Help - About VNote - Version: )(VNote版本): 3.13.0(持续集成版本一样的问题)

Symptoms (表现): 1、3.13.0版本及持续集成版本,编辑完切换到阅读模式不显示内容,尝试切换过所有的OpenGL选项,都无法解决问题 2、3.10.1版本阅读模式可以正常显示

https://github.com/vnotex/vnote/issues/853 中的解决方案无效,阅读模式仍不显示内容

lzbmain avatar Apr 18 '22 03:04 lzbmain

切换完毕后是通过右上角的重启来重启vnote吗?

tamlok avatar Apr 20 '22 02:04 tamlok

切换完毕后是通过右上角的重启来重启vnote吗? 试了下面三种方式重启,都没有解决: 1、通过右上角的重启 2、软件关了重新打开 3、电脑重启

lzbmain avatar Apr 20 '22 06:04 lzbmain

查看日志看看有没有什么信息?

tamlok avatar Apr 20 '22 06:04 tamlok

我这边也是同样的问题, 阅读模式不显示,不过我的是Linux版本的,最近升级到Ubuntu 22.04之后就这样了。系统升级前是没有问题的。尝试过3.12.888,3.13.0,持续构建版本,都是一样的不能阅读。 不知道以下log能不能有帮助

LOG: Info:(main.cpp:139) "VNote (v3.13.0) started at 周六 4月 23 02:51:19 2022 (ubuntu)" Info:(main.cpp:144) OpenSSL build version: "OpenSSL 1.1.1g 21 Apr 2020" link version: "OpenSSL 1.1.1d 10 Sep 2019" Warning:(main.cpp:148) versions of the built and linked OpenSSL mismatch, network may not work Info:(main.cpp:204) locale: "zh_CN" Info:(thememgr.cpp:91) using theme "pure" Warning:(:0) No language dictionaries for the language: "zh_CN" trying to load en_US as default

lyplay avatar Apr 22 '22 19:04 lyplay

linux要加上--no-sandbox

tamlok avatar Apr 23 '22 01:04 tamlok

谢谢大神指导, 问题已经解决,启动脚本中加上--no-sandbox就可以了。

[Desktop Entry]
Version=3.13.0
Name=VNote
Exec="/home/swin/DevTools/VNote/vnote-linux-x64_v3.13.0.AppImage --no-sandbox"

对比了很多Markdown的笔记工具,还是这个VNote使用最习惯。非常感谢

lyplay avatar Apr 23 '22 09:04 lyplay

查看日志看看有没有什么信息? Warning:(:0) Unable to create a GL Context. Warning:(:0) composeAndFlush: QOpenGLContext creation failed Warning:(:0) composeAndFlush: makeCurrent() failed Warning:(:0) composeAndFlush: makeCurrent() failed Warning:(:0) composeAndFlush: makeCurrent() failed Warning:(:0) composeAndFlush: makeCurrent() failed Fatal:(:0) Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile) . This is most likely caused by not having the necessary graphics drivers installed.

Install a driver providing OpenGL 2.0 or higher, or, if this is not possible, make sure the ANGLE Open GL ES 2.0 emulation libraries (libEGL.dll, libGLESv2.dll and d3dcompiler_*.dll) are available in the application executable's directory or in a location listed in PATH. Info:(main.cpp:139) "VNote (v3.13.0) started at 周三 4月 20 14:46:43 2022 (windows)" Info:(main.cpp:144) OpenSSL build version: "OpenSSL 1.1.1g 21 Apr 2020" link version: "OpenSSL 1.1.1j 16 Feb 2021" Warning:(main.cpp:148) versions of the built and linked OpenSSL mismatch, network may not work Info:(main.cpp:204) locale: "zh_CN" Info:(thememgr.cpp:91) using theme "pure" Warning:(:0) No language dictionaries for the language: "zh_CN" trying to load en_US as default Warning:(:0) QHotkeyPrivate destroyed with registered shortcuts! Info:(main.cpp:139) "VNote (v3.13.0) started at 周三 4月 20 14:46:52 2022 (windows)" Info:(main.cpp:144) OpenSSL build version: "OpenSSL 1.1.1g 21 Apr 2020" link version: "OpenSSL 1.1.1j 16 Feb 2021" Warning:(main.cpp:148) versions of the built and linked OpenSSL mismatch, network may not work Info:(main.cpp:204) locale: "zh_CN" Info:(thememgr.cpp:91) using theme "pure" Info:(singleinstanceguard.cpp:24) guarding is off Info:(main.cpp:133) "VNote (v3.10.1) started at 周一 4月 25 11:08:24 2022 (windows)" Info:(main.cpp:138) OpenSSL build version: "OpenSSL 1.1.1g 21 Apr 2020" link version: "OpenSSL 1.1.1g 21 Apr 2020" Info:(main.cpp:194) locale: "zh_CN" Info:(thememgr.cpp:91) using theme "pure" Warning:(:0) No language dictionaries for the language: "zh_CN" trying to load en_US as default Info:(singleinstanceguard.cpp:24) guarding is off Info:(main.cpp:139) "VNote (v3.13.0) started at 周一 4月 25 18:17:08 2022 (windows)" Info:(main.cpp:144) OpenSSL build version: "OpenSSL 1.1.1g 21 Apr 2020" link version: "OpenSSL 1.1.1j 16 Feb 2021" Warning:(main.cpp:148) versions of the built and linked OpenSSL mismatch, network may not work Info:(main.cpp:204) locale: "zh_CN" Info:(thememgr.cpp:91) using theme "pure" Warning:(:0) No language dictionaries for the language: "zh_CN" trying to load en_US as default

lzbmain avatar Apr 25 '22 10:04 lzbmain

win11系统,阅读模式也是没有任何反应,各个版本都试过了没用 #853 这个解决方案也试过了,也是没有任何反应

ljq0706 avatar Apr 29 '22 05:04 ljq0706

OS Version (操作系统): Windows 10 专业版 21H2

VNote Version (Help - About VNote - Version: )(VNote版本): 3.13.0(持续集成版本一样的问题)

Symptoms (表现): 1、3.13.0版本及持续集成版本,编辑完切换到阅读模式不显示内容,尝试切换过所有的OpenGL选项,都无法解决问题 2、3.10.1版本阅读模式可以正常显示

#853 中的解决方案无效,阅读模式仍不显示内容 我也遇到了这样的问题

haigear avatar May 24 '22 14:05 haigear

linux要加上--no-sandbox

试过了,依旧没反应

thunder1015 avatar Sep 20 '22 02:09 thunder1015