Skip to content

App fails to start after upgrading to CUDA 13.x—missing cudart64_12.dll #24

@Haseeb-1698

Description

@Haseeb-1698

After upgrading my system to CUDA Toolkit 13.x, running the AI File Sorter application fails with a "cudart64_12.dll not found" error. It appears the executable is hardcoded to search for cudart64_12.dll from CUDA 12.x, but this DLL is not included with CUDA 13.x.
Please consider updating the code to support CUDA 13.x runtimes, or make the CUDA DLL detection compatible with newer major versions (e.g., look for cudart64_13.dll if 12.x is not installed). This would allow users to run the app on modern environments without needing to downgrade or manually manage old dependencies. Thank you!

Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions