-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 start the game after asset conversion due to missing Qt platform plugin on Windows 10 #1650
Comments
Can you try setting |
Ok, after setting that, I don't get the error anymore. A window briefly shows up and then closes. Here is the log output: This is how to window looks: |
Ok we are slowly getting to the root of the problem :D |
I think this is caused by a file load, specifically the loading of the placeholder animation for missing textures. Now I only have to find out why it fails... |
Issue is still occurring. `PS C:\Users\dmwev\Documents\GitHub\openage\build> python -m openage main
Please select a modpack before starting.
|
The following line worked for me:
|
While trying to run the game on Windows 10, with this command:
It errors out with:
Here are some things I have stumbled upon, but still, I can't fix the issue:
QT_PLUGIN_PATH
environment variable.qwindows.dll
file (as mentioned in one of the answers to the linked StackOverflow thread). If it helps, when installing dependencies in the way described in the docs, that file is found at:C:\vcpkg\buildtrees\qtbase\x64-windows-rel\Qt6\plugins\platforms\qwindows.dll
.qwindows.dll
):Moved from #1644.
The text was updated successfully, but these errors were encountered: