K0bin
- Login: K0bin
- Registered on: 10/05/2022
- Last sign in: 04/14/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Emulator | Developer | 10/29/2022 |
| Infrastructure | Developer | 10/29/2022 |
Activity
10/29/2022
-
09:06 AM Emulator Emulator Issues #12757: "Create D3D12 texture resource" crash on Donkey Kong Country Returns
- I just finished that level with my PR and it didn't crash. So hopefully this fixes it.
(Or it only happens on AMD drivers but let's stay optimistic for now.) -
08:16 AM Emulator Emulator Issues #13087: Dolphin hangs and crashes on some games when using d3d12 after 5.0-17542
- This PR should fix it: https://github.com/dolphin-emu/dolphin/pull/11226
10/08/2022
-
07:45 PM Emulator Emulator Issues #13067: Vulkan - device runs out of memory on some games
- This fixes the bug: https://github.com/dolphin-emu/dolphin/pull/11143
-
10:54 AM Emulator Emulator Issues #13064: Full Screen - Vulkan - Graphical Glitching - Mario Golf: Toadstool Tour
- @iwibcode
It's not about how much memory is allocated but rather how many unique allocations are done. Because of that it has nothing to do with how much VRAM you have. The limit is 4096 on Windows and pretty much infinite on Linux.
...
10/07/2022
-
11:51 PM Emulator Emulator Issues #13064: Full Screen - Vulkan - Graphical Glitching - Mario Golf: Toadstool Tour
- https://github.com/dolphin-emu/dolphin/pull/11132
This should fix the issue.
Here's a build: https://dl.dolphin-emu.org/prs/53/9f/pr-11132-dolphin-latest-x64.7z -
07:33 PM Emulator Emulator Issues #13064: Full Screen - Vulkan - Graphical Glitching - Mario Golf: Toadstool Tour
- It's hitting the Vulkan allocation limit. Weird that my changes caused that but I guess there could be a timing element to it.
That (and the 16:9 gecko code) also explains why I cannot reproduce it on Linux.
I'll fix it using VMA.
10/06/2022
-
12:19 PM Emulator Emulator Issues #13064: Full Screen - Vulkan - Graphical Glitching - Mario Golf: Toadstool Tour
- I've played around 40 holes on both my phone and my PC. I simply cannot reproduce the issue.
10/05/2022
-
10:04 PM Emulator Emulator Issues #13064: Full Screen - Vulkan - Graphical Glitching - Mario Golf: Toadstool Tour
- I wrote the patch that seemed to break it for you but I simply cannot reproduce the problem.
I played a couple of holes on my PC (5900X + RTX 3090) and another 18 holes on my phone (SD 865).
Both of which were perfectly fine. I've al...