mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-25 15:06:00 +03:00
[GH-ISSUE #617] App closes/hangs when loading a ROM on integrated Intel GPU #92
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thekovic on GitHub (Nov 20, 2025).
Original GitHub issue: https://github.com/gopher64/gopher64/issues/617
Probably duplicate of #616 but that issue turned into a support thread so allow me to refile here.
System is a laptop with Windows 11 and an Intel Core Ultra 5 225U. No dedicated GPU. However, the integrated graphics do have Vulkan support and ares (which also consumes Parallel-RDP) is able to launch and run ROMs fine.
I tested one libultra game (Indiana Jones) and one libdragon game (Vlak 64) both with the same result.
@drewbyhk commented on GitHub (Nov 21, 2025):
This is more similar to my issue, so I'll include my video showing what happens (at least to me) - https://youtu.be/m-SyCCTRezw
Only difference for me is that I have a dedicated GPU, a Nvidia RTX 5070.
@loganmc10 commented on GitHub (Nov 21, 2025):
@drewbyhk it looks like you have Bandicam installed, can you try uninstalling it?
@loganmc10 commented on GitHub (Nov 21, 2025):
@thekovic do you have any screen recording software installed? (Bandicam, Mirillis Action, etc)
@thekovic commented on GitHub (Nov 21, 2025):
None of those are installed on this system.
@DavidV1210 commented on GitHub (Nov 22, 2025):
@thekovic follow the steps of #616 to get your file dmp... In command prompt... type in
Navigate to the C drive with this command:
Then type in the command:
Its important to include the asterisks here. This command with show any file that includes the word "gopher"
from that return, search for your dmp file
your dump file will resemble something like this:
After you find the crash dump, copy the file path and paste it into your File Explorer address bar to actually find the dmp file.
Download WinDbg (a debugger program) its free btw.
With WinDbg open, click and drag the gopher dmp file into the WinDbg window..
in the command input for WinDbg... type in
it will translate the gibberish you see on the page.
When it finishes, copy all the output into a txt file and send it over
@m3talg3ar commented on GitHub (Feb 4, 2026):
I 2nd i have the exact same issue whenever i load rom
@loganmc10 commented on GitHub (Feb 6, 2026):
I"m going to guess that this is the same issue as https://github.com/gopher64/gopher64/issues/586, since there is a bit more detail there, I'm going to close this in favour of that one