emmanuelrosa / erosanix

My main NixOS/Nix Flakes repository
MIT License
78 stars 4 forks source link

packaging sierrachart studies no longer works (for compiled studies) #11

Closed emmanuelrosa closed 8 months ago

emmanuelrosa commented 1 year ago

The Nix packaging works, but sierrachart is unable to load the DLL compiled on NixOS.

x.dll loading error. Windows error code 126: Module not found. | 2023-07-28 18:19:40.726 InternalVersionNumberToFileNameMap is empty for x | 2023-07-28 18:19:40.726 Closest match search for: C:\SierraChart\Data\x.dll returned empty result. | 2023-07-28 18:19:40.726 * Loading DLL: C:\SierraChart\Data\UserContributedStudies.dll (UserContributedStudies_64.dll). Handle: 8780000 | 2023-07-28 18:19:40.739

I'm assuming there's some mingw-related DLL that's missing, but I don't know what it could be. I forgot how I figured out the mcfthreads problem the last time.