LRFLEW / OpenRCT2Launcher

An Open Source Launcher & Updater for OpenRCT2
MIT License
200 stars 20 forks source link

OpenSSL doesn't always link at runtime #5

Closed LRFLEW closed 8 years ago

LRFLEW commented 8 years ago

This needs to be investigated. My fresh install of Windows 10 in VirtualBox couldn't find the OpenSSL DLL's just using the launcher installer. This is evidenced by the Error creating SSL context () error in the launcher error label. Installing the build here (32 bit version) and selecting the "Copy OpenSSL DLLs to The Windows system directory" option appears to fix this issue for effected users. This shouldn't be necessary, even from the installer's script, as the DLL's are copied along side the launcher.

LRFLEW commented 8 years ago

Also, installing redist_x86 for VS 2013 fixes the issue. It appears to be an issue with the build's dependencies.