-
Notifications
You must be signed in to change notification settings - Fork 123
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
Unable to start wallet-gui 2.0.1 #364
Comments
Ok, problem solved. The .dll files doesn't exist in the 2.0.1 .zip file, copied them over from 1.0.0 and all works ok now. |
I diffed the two zip contents (on a linux system, because Windows), and the following files were in the 1.0.0 windows zip but are missing from the 2.0.1 zip: libgcc_s_seh-1.dll |
This was related to monero-project/monero-gui#1559. The final bits of the build script did not complete properly meaning missing DLLs and scripts. Qt build is still broken in general, needed the build machine to manually downgrade and get a copy of libicu*58.dlls for qmake to work. Should be fixed in the updated binaries. Please reopen if there are any further issues. https://github.com/loki-project/loki-gui/releases Thanks. |
When trying to start loki-wallet-gui.exe I get thrown a few missing .dll files and then it exits.
The GUI never comes up, just the .dll errors then quit.
Windows 10 64bit - latest updates
loki-gui-windows-x64-2.0.1.zip
Errors, missing .dll files:
libgcc_s_seh-1.dll
libicuin61.dll
libicuuc61.dll
wallet dir is added to exclusion in windows defender.
starting lokid.exe works fine and it syncs.
The text was updated successfully, but these errors were encountered: