The latest Release was v1.22 on 10.05.25. Therefore, the current release does not incorporate these changes.
Currently following plan is considered:
await new release with potential fix
check if ONNX-Runtime can be updated to the latest version without breaking any dependencies(!)
test complete and successful execution of routines
provide updated version and test in working environment
The causing problem could be found by using Windows debug tools and check for missing or failing DLL imports. The following was found:
- `onnxruntime` depends on `vcruntime` and `msvcp`, but also on `dxcore.dll`
- [https://github.com/microsoft/onnxruntime/issues/24771](https://github.com/microsoft/onnxruntime/issues/24771)
- `dxcore.dll` is only part of newer Windows distributions (Win10 >= 20H1(10.0.19041.0) or Win11) and for servers starting from MS-Server 2022
- MOP is using MS-Server 2019 which does not support or distribute the needed `dxcore.dll`
- A PR was merged on 02.06.25 which incorporates a lazy loading of this DLL to enable the compatibility with older versions [https://github.com/microsoft/onnxruntime/pull/24845](https://github.com/microsoft/onnxruntime/pull/24845)
- The latest Release was v1.22 on 10.05.25. Therefore, the current release does not incorporate these changes.
Currently following plan is considered:
- [ ] await new release with potential fix
- [ ] check if ONNX-Runtime can be updated to the latest version **without breaking any dependencies(!)**
- [ ] test complete and successful execution of routines
- [ ] provide updated version and test in working environment
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
more details on main issue related to base library: dopt-SharpPython/dopt-SharpPython#9
await customer feedback if issue is resolved
26.06.25: still not working on terminal server
Error:
DLL load failed while importing onnxruntime_pybind11_stateThe causing problem could be found by using Windows debug tools and check for missing or failing DLL imports. The following was found:
onnxruntimedepends onvcruntimeandmsvcp, but also ondxcore.dlldxcore.dllis only part of newer Windows distributions (Win10 >= 20H1(10.0.19041.0) or Win11) and for servers starting from MS-Server 2022dxcore.dllCurrently following plan is considered:
Customer Feedback: