Skip to content
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

Closed
ghost opened this issue Dec 4, 2018 · 3 comments
Closed

Unable to start wallet-gui 2.0.1 #364

ghost opened this issue Dec 4, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 4, 2018

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.

@ghost ghost changed the title Unable to start walle-gui 2.0.1 Unable to start wallet-gui 2.0.1 Dec 4, 2018
@ghost
Copy link
Author

ghost commented Dec 4, 2018

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.
Please update 2.x .zip file to resolve this.

@jagerman
Copy link
Member

jagerman commented Dec 4, 2018

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
libicudt61.dll
libicuin61.dll
libicuio61.dll
libicutu61.dll
libicuuc61.dll
start-low-graphics-mode.bat

@Doy-lee
Copy link
Collaborator

Doy-lee commented Dec 5, 2018

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.

@Doy-lee Doy-lee closed this as completed Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants