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
[Wed Sep 6 19:18:29] #6732 @Error : Failed to load: D:/a/core/core/build/Release/py_loader.dll with error code [127]: The specified procedure could not be found.
This is a strange bug because apparently it's failing to find some symbol in python39.dll. I cannot debug it because it works on my machine and I can't reproduce it.
I tried to uninstall the default python installation from windows and it does not work neither.
But it shown nothing, and as there is no output, I cannot know if it's failing to load metacall or py_loader or if the bug is being reproduced properly. I am gonna disable release builds for now until we can figure it out.
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
https://github.com/metacall/core/actions/runs/6101309982
This is a strange bug because apparently it's failing to find some symbol in python39.dll. I cannot debug it because it works on my machine and I can't reproduce it.
I tried to uninstall the default python installation from windows and it does not work neither.
A proper form to debug it is by using: 6d721e2
But it shown nothing, and as there is no output, I cannot know if it's failing to load metacall or py_loader or if the bug is being reproduced properly. I am gonna disable release builds for now until we can figure it out.
The text was updated successfully, but these errors were encountered: