You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully installing Swift on my computer, I tried to start it, but the Swift process appeared in the task manager and was suspended after a few seconds, and then the process ended.
I have tried following https://swift-project.org/troubleshooting/crash_startup/ Guiding oneself to eliminate errors, but the provided solutions are not effective.
Is there any other way to solve this situation?
The text was updated successfully, but these errors were encountered:
The same thing happened to me
Windows11 XP11 Swift Version 0.15.46
I contacted Flyingfox on Discard ( Thanks for his patient help :) ) and he asked me to see if any virus scanner was running
I actually found one in the corner, and when I turned it off, it actually worked, and I thought that solved the problem
But as I prepared for a pleasant playtime the next day, the problem arose, again
So I had to pull out my WinDbg to analyze the dump
And then I found this interesting thing
0:023> lm vm EZFRD64
start end module name
00007ffa`c85d0000 00007ffa`c87fc000 EZFRD64 C (export symbols) EZFRD64.dll
Loaded symbol image file: EZFRD64.dll
Mapped memory image file: D:\Program Files\PXNJoystick\EZFRD64.dll
Image path: D:\Program Files\PXNJoystick\EZFRD64.dll
Image name: EZFRD64.dll
So I found the problem, PXNJoystick this software comes with EZFRD64.dll file due to some unknown reasons caused this problem
So the solution is simple
Rename EZFRD64.dll to EZFRD64.dll.bak
I also renamed EZFRD.dll to EZFRD.dll.bak
So, my problem is solved, and now it runs very smoothly
OS: Windows10 64
Platform: X-Plane 11
After successfully installing Swift on my computer, I tried to start it, but the Swift process appeared in the task manager and was suspended after a few seconds, and then the process ended.
I have tried following https://swift-project.org/troubleshooting/crash_startup/ Guiding oneself to eliminate errors, but the provided solutions are not effective.
Is there any other way to solve this situation?
The text was updated successfully, but these errors were encountered: