-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Windows build cannot run due to wxmsw32ud_core_vc_custom.dll
is missing from your computer
#232
Comments
The Windows version is still pretty much alpha but should be usable. I guess you're rather running into some wxWidgets packaging issue. Let's leave this open, it'll be tackled once the MacOS version is out. |
https://forums.wxwidgets.org/viewtopic.php?t=50339 might have some info. |
Thanks, after some research and testing, I think it's a packaging issue. There are some CI issues stopping me from creating a quick PR. However I can take a look into it again when I find more time. |
Thanks, that'd be awesome! |
I have the same problem but there are a lot of other dll files that are missing
can you tell me in detail how to fix this error |
I've noticed that on different systems, different dlls are needed. I'm not experienced in packaging, so not sure what's the correct way to handle it in the CMakeLists/CI.
I built the project from source code (wxwidget and gettext[tools] from vcpkg). |
Is your bug report about the Desktop Multivnc or the Mobile MultiVNC?
Which MultiVNC version are you using?
0.6.0
Which server are you connecting to?
Describe the bug
Windows build cannot run without wxWidgets preinstalled. Error:
To Reproduce
Additional context
Not very experienced in windows packaging but the windows installer should maybe handle the missing dll installing?
The text was updated successfully, but these errors were encountered: