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

Maple Story: Crash when window is minimized #3589

Open
JLEE-J opened this issue Jul 27, 2023 · 6 comments
Open

Maple Story: Crash when window is minimized #3589

JLEE-J opened this issue Jul 27, 2023 · 6 comments

Comments

@JLEE-J
Copy link

JLEE-J commented Jul 27, 2023

  • GPU: Nvidia
  • Driver: 532.28
  • DXVK version: 2.2
  • OS: Windows

I'm running a 32-bit D3D9 game on Windows. The game works 100% fine with the latest version of DXVK in windowed and fullscreen mode.

Although once the window is minimized, the game crashes within seconds. Confirmed to crash with DXVK 2.2, 2.1 and 2.0.

Does NOT crash with legacy versions.

Debugging shows the crash occurs inside DxvkDescriptorManager::recycleDescriptorPool, specifically at line: vk->vkCreateDescriptorPool(vk->device(), &info, nullptr, &pool

@Blisto91
Copy link
Contributor

Hello there. What is the game name and are you able to get a apitrace of it.
By legacy versions i assume you mean 1.10.3 and below.

@K0bin
Copy link
Collaborator

K0bin commented Jul 27, 2023

Please tell us which game youre talking about and add an apitrace.

@JLEE-J
Copy link
Author

JLEE-J commented Jul 27, 2023

The game is MapleStory. Yes, by legacy I meant 1.10.3 and below.

I'm unable to reproduce the crash if I run the game with apitrace's dll over dxvk.

@Blisto91
Copy link
Contributor

Blisto91 commented Sep 3, 2023

Where did you get the 32bit version? The one on Steam is 64bit and if i'm understanding pcgamingwiki correctly that should be a general thing.
I tried using dxvk with the Steam version but i haven't been able to get it to crash on alt tab so far on AMD. Tested on Windows

@K0bin K0bin changed the title Crash when window is minimized Maple Story: Crash when window is minimized Sep 3, 2023
@K0bin K0bin added the 32-bit label Sep 3, 2023
@JLEE-J
Copy link
Author

JLEE-J commented Sep 7, 2023

I'm playing it on a private server. An older version that uses native dx9 and is 32-bit.

I've tried the latest 2.3 release and the problem persists. Also tried the 2 solutions here and here but no luck.

It's worth noting that it will crash after a few seconds after being minimized. It's possible to minimize and restore immediately and not crash.

@Blisto91
Copy link
Contributor

@JLEE-J Is this still an issue with dxvk 2.4?

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

No branches or pull requests

3 participants