TASEmulators / TASEmulators/BizHawk
bizhawk N64 core crash when load a rom Glide64 lastest
Open
@zeromus is already working on this.
Since May 7, 2022.
App: EmuHawk
Heisenbug
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 468
- PR merge metrics
- No merged PRs in 30d
Description
---------------------------
N64 load error
---------------------------
A core accepted the rom, but threw an exception while loading it:
System.InvalidOperationException: Failed to load plugin mupen64plus-video-GLideN64.dll, error code: 0x7E
at BizHawk.Emulation.Cores.Nintendo.N64.NativeApi.mupen64plusApi.AttachPlugin(m64p_plugin_type type, String PluginName)
at BizHawk.Emulation.Cores.Nintendo.N64.NativeApi.mupen64plusVideoApi..ctor(mupen64plusApi core, VideoPluginSettings settings)
at BizHawk.Emulation.Cores.Nintendo.N64.N64VideoProvider..ctor(mupen64plusApi core, VideoPluginSettings settings)
at BizHawk.Emulation.Cores.Nintendo.N64.N64..ctor(CoreComm comm. GameInfo game, Byte[] file, Object settings, Object syncSettings)
---------------------------
OK
---------------------------
transcribed and translated from photo of screen
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.