-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Describe the bug
When I double click on "martypc.exe" nothing happens, even running it through cmd.exe return nothing and I checked in task manager and it doesn't even appear in there. However, when I run "martypc_launcher.exe" it opens correctly and let me change settings but when I click on 'Run' it show the error:
thread 'main' panicked at
crates\binaries\martypc_eframe\src\input\gilrs_g...:33:
called `Result::unwrap()` on an `Err` value:
Other(FailedToLoadDll(NoDLL))
note: run with `RUST_BACKTRACE=1` environment
variable to display a backtrace
I'm not super knowledgable in error code but I might be missing a DLL... which one it is I don't know and I don't know what should I do with RUST_BACKTRACE=1. What's an environment variable?
To Reproduce
Steps to reproduce the behavior:
- Go to the main martypc folder
- Click on 'martypc.exe', nothing happens
- Go in 'martypc_launcher.exe'
- Click on 'Run'
- See error
Expected behavior
The emulator refuse to boot.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- Windows 7, x64
- Intel Core i5 2500K
- NVIDIA GeForce GTX 650
Build info
- MartyPC_win7_0_4_1_20250531
Additional context
I'm currently using a Windows 7 that has a few years now but I still find a few programs that are missing DLLs here and there, so it's not that surprising that it return me a missing DLL error.