Crash if EZFRD64.dll is present
See original GitHub issueDescribe the bug: Some knock-off controller drivers include the following dll to handle vibration.
https://drive.google.com/file/d/14_VBd4n2LMw2o9tqoqDtJo5gLB7Y2jxq/view?usp=sharing
If this dll is present at C:\Windows\USB Vibration\*\
, the game will refuse to boot up, and create a crashdump in Local/CrashDumps.
Note that this happens even with gamepad/joystick turned off!
Screenshots or videos showing encountered issue: https://user-images.githubusercontent.com/22561485/123074641-c76bd000-d417-11eb-9f96-9fd66235046d.mp4
osu!lazer version: 2021.623.0
Logs: No logs. Only a crashdump
Can be found at %appdata%/…/Local/CrashDumps/ https://drive.google.com/file/d/1OXi6jq-ni5dgRFTcaqviZD3wnqe16rIU/view?usp=sharing
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
ezfrd64.dll free download
dll has been deleted or misplaced, corrupted by malicious software present on your PC or a damaged Windows registry. The most commonly occurring...
Read more >EZFRD64.DLL FiveM keeps crashing
**What have you tried already to fix the issue?i tried downloading that ezfrd64.dll file and putting it Windows folder also app folders and ......
Read more >Download & Fix EZFRD64.DLL Missing Error
DLL is a critical component for some Windows applications, and the error message indicates that the file is corrupt or missing, which affects...
Read more >Ezfrd64.dll Download and Fix missing ezfrd64.dll error
As practice shows, the error is caused by an unintentionally deleted Ezfrd64.dll file, which forces applications to crash. Malicious programs and infections by ......
Read more >Ezfrd64.dll Download: Fix DLL Missing or Not Found Error
Sometimes ezfrd64.dll error can happen because of malware on your computer. The malicious software can intentionally corrupt DLL files in order to substitute ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Agreed, i don’t recommend circumventing the issue, you can also reject it as performed in https://github.com/7hong13/Aircom/blob/e73a0eae740b8b5aa913940cbf1420b5b156af43/client_pc/AntiHooking/antihookingprotection.cpp
the dll is incompatible with ASLR binaries following windows updates published in 2016, developers have the option of hot patching it similarly to what dolphin did in https://github.com/dolphin-emu/dolphin/pull/5582/commits/1210c74955f1d680eb639317d33f6324b57ec8d3
SDL is a victim in it all, the issue is the FFB library itself.
debugging results were published to dolphin-emu’s forum here