Lincoln-LM / pla-reverse-gui

PySide6-based GUI for Seed Cracking and RNG w/o CFW assistance in Pokemon: Legends Arceus
GNU General Public License v3.0
14 stars 4 forks source link

Errors with Qt6WebEngine, problem starting program. #6

Closed AlfarelSynthesis closed 1 year ago

AlfarelSynthesis commented 1 year ago

I am attempting to follow the usage guide, and reached the point where I run the actual program (python3.10 main.py). When I did so, I received an error about a missing .dll, Qt6WebEngineCore.dll, so I downloaded it, dropped it into System32. Tried again, received the same error but about Qt6Core.dll. Repeated again for Qt6Quick.dll.

After this point, the error I received when attempting to run python3.10 main.py in the directory was a much more generic app failed to start message as well as what seems to be a memory address. Tried again, got the same error, pointing to the same address. Windows 10. No errors in terminal, qt6webengine printout for params & other info prints.

qtwebenginefail

Lincoln-LM commented 1 year ago

Is your python downloaded from the windows store? Missing DLLs means PySide6 wasn't installed properly, and I would recommend not downloading DLLs off the internet to put in system32.

AlfarelSynthesis commented 1 year ago

Yeah, this does seem to be an issue with my python installation, I'll mess around a bit. Closing because unrelated to anything on your end. Thanks for pointing that out. (.dlls are essentially as bad as .exes to be downloading off the internet at all, let alone what I was doing)