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

GameMode状态,Memu->Reload Current Level,粒子系统索引访问异常崩溃 #436

Open
Nrtyck opened this issue Mar 2, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Nrtyck
Copy link

Nrtyck commented Mar 2, 2023

Describe the bug | Bug描述
A clear and concise description of what the bug is.
GameMode状态,Memu->Reload Current Level,粒子系统索引访问异常崩溃

Steps to reproduce | 如何复现
Steps to reproduce the behavior:

  1. GameMode状态 按下Alt切换鼠标显示
  2. Memu->Reload Current Level
  3. ParticlePass::simulate m_descriptor_infos成员索引访问异常崩溃

Expected behavior | 预期行为
A clear and concise description of what you expected to happen.

Actual behavior | 实际行为
A clear and concise description of what actually happened.

Screenshots/Logs | 截图/日志
If applicable, add screenshots and/or a video to help explain your problem.

Desktop | 桌面环境

  • OS: [e.g. Windows, macOS, Linux]
  • Version [e.g. Win10, Bug Sur, Ubuntu20]
  • CPU [e.g. Intel I9-9900k , Ryzen 5900x, ]
  • GPU [AMD 6800 XT, NVidia RTX 3090]
  • Memory [e.g. 16GB]
  • Compiler [e.g. MSVC2019, Clang13, G++7.0]

Additional context | 补充信息
Add any other context about the problem here.

@Nrtyck Nrtyck added the bug Something isn't working label Mar 2, 2023
@heyx1997
Copy link
Contributor

你好,首先非常感谢你的反馈。

经查,当前问题是由两个问题导致:

  1. 未使用的 Buffer 指针在销毁时导致的崩溃
  2. 关卡重新加载时粒子的索引分配器未将索引置空。

当前已修复了该问题,更改在此处

@heyx1997
Copy link
Contributor

当前已经合并到 main 分支

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants