Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug反馈(最新添加置顶功能的版本) #92

Open
yipyeukyi opened this issue Feb 27, 2022 · 4 comments
Open

bug反馈(最新添加置顶功能的版本) #92

yipyeukyi opened this issue Feb 27, 2022 · 4 comments

Comments

@yipyeukyi
Copy link

  1. 用Release打包后登录点击自己的头像profile显示白卡片,没有头像和个人信息,但该页面在debug模式下是正常的。
  2. 第一次转发消息到人数多的群时在聊天对话框不显示转发的第一条消息,但该消息是转发成功的。
  3. debug模式下提升emoji注入失败的问题,不能发送小表情,但打包Release后正常。
@yipyeukyi
Copy link
Author

初步判断是lib库的问题,我用cmke生成的debug库替换到re初始化后的文件夹中编译debug界面显示正常。

@nmgwddj
Copy link
Collaborator

nmgwddj commented Mar 1, 2022

在编译 release 前最好对工程目录做一次清理,git clean -xdf,删除掉 debug 调试环境下的一些缓存文件再打包。

  • profile 页面不显示内容很可能是加载 CEF 模块失败导致渲染进程崩溃了。
  • 转发消息得问题需要您描述详细的操作步骤,如果可以重现请尝试跟踪源码调试或 PR 到仓库 develop 分支
  • debug 模式下会加载 image_ole_d.dll 作为加载富文本的库,可以将 image_old.dll 拷贝一份命名为 image_old_d.dll 来做调试使用。

@yipyeukyi
Copy link
Author

我的两个工程是分两个文件夹使用cmake各自初始规划的,release下proflie页面不显示只发生在点击左上角自己的头像时出发的页面,显示为白板,点击出我的手机页面再再点击聊天室上方的头像按钮,弹出的profile页面是正常的,包括自己和好友。

@nmgwddj
Copy link
Collaborator

nmgwddj commented Mar 3, 2022

我的两个工程是分两个文件夹使用cmake各自初始规划的,release下proflie页面不显示只发生在点击左上角自己的头像时出发的页面,显示为白板,点击出我的手机页面再再点击聊天室上方的头像按钮,弹出的profile页面是正常的,包括自己和好友。

两处 profile 页面使用的是不同方案,一种是原生 UI 方案,另外一种是使用 CEF 内嵌本地 Web 页面。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants