You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Download the corresponding release of [WebKitRequirements](https://github.com/WebKitForWindows/WebKitRequirements/releases).
204
204
* Unpack them, copy all DLL of WebKitRequirements to the directory of MiniBrowser.exe
205
205
* Install the latest [vc_redist.x64.exe](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist) of Microsoft Visual C++ Redistributable for Visual Studio
206
-
207
-
### The specified module could not be found
208
-
209
-
If you simply double-click MiniBrowser.exe to execute, you'd get the following error message.
210
-
211
-
```
212
-
---------------------------
213
-
MiniBrowser can't open.
214
-
---------------------------
215
-
::LoadLibraryW failed:
216
-
path=C:\path\to\bin64\MiniBrowserLib.dll
217
-
The specified module could not be found.
218
-
219
-
---------------------------
220
-
OK
221
-
---------------------------
222
-
```
223
-
224
-
Due to the useless error message, this is a Windows port FAQ.
225
-
The error message actually means MiniBrowserLib.dll can't load required DLL of WebKitRequirements.
226
-
You have to set the env var WEBKIT_LIBRARIES. Or, copy all DLL of WebKitRequirements to the directory of MiniBrowser.exe as explained in the above section.
0 commit comments