Skip to content

Commit 842d47d

Browse files
fujiiRazvan Caliman
authored andcommitted
WindowsPort.md: Removed "specified module could not be found" section
<https://commits.webkit.org/265819@main> removed DLLLauncherMain.cpp. We don't need to set WEBKIT_LIBRARIES. MiniBrowser.exe shows an useful error message of missing DLL now. Bug 253812 – [Win] Remove DLLLauncherMain.cpp <https://bugs.webkit.org/show_bug.cgi?id=253812>
1 parent 714276b commit 842d47d

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/Ports/WindowsPort.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -203,24 +203,3 @@ docker run -it --rm --cpu-count=8 --memory=16g -v %cd%:c:\repo -w c:\repo webkit
203203
* Download the corresponding release of [WebKitRequirements](https://github.com/WebKitForWindows/WebKitRequirements/releases).
204204
* Unpack them, copy all DLL of WebKitRequirements to the directory of MiniBrowser.exe
205205
* 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

Comments
 (0)