-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't export BDSP, SM, or USUM #12
Comments
I see, that's why. Because it work perfectly on my other save files like Pokemon X and Y etc. Thank you. |
No problem. For what it's worth, I am working on a solution to hopefully support these save files as well, but in the meantime I'm working on better handling of this error. |
@codemonkey85 does BDSP also uses crypto? Well, I was using it on BDSP to mess a bit with but ended up with the pop up message upon exporting. |
@choichai Unfortunately yes, BDSP is included in this. |
Hello, any more indication on how to research on this? Not very clear what's the issue and how can somebody help |
Essentially Blazor WebAssembly cannot use the crypto libraries needed for these save files. Here's some info from Microsoft: https://learn.microsoft.com/en-us/dotnet/core/compatibility/cryptography/5.0/cryptography-apis-not-supported-on-blazor-webassembly And the PKHeX source is available here (I use PKHeX.Core to power my app): https://github.com/kwsch/PKHeX |
@codemonkey85 Really? Many thanks mate. I really appreciate it. You're the best 😄 |
I tried to add some Pokemon in the box but when I tried to export the save file, there's always an "unhanded error" at the bottom.
The text was updated successfully, but these errors were encountered: