I want to report a bug:
Alway when I try to use the gm_chrome.dll module, then I get the error:
Code:
error loading module 'chrome' from file 'c:\programme\steam\steamapps\marcel56\garrysmod\garrysmod\lua\includes\modules\gm_chrome.dll':
Das angegebene Modul wurde nicht gefunden.
The sentence
Code:
Das angegebene Modul wurde nicht gefunden.
is a German sentence, because I have a German version of Windows.
Translated, the sentence means:
Code:
The specified module could not be found.
So, I took a look at the Source Code in the zip. :)
And have perhaps found an error in it.
gm_chrome_r2.zip/gm_chrome/gm_chrome.vcproj, Between row 137 to row 150;
Code:
<Tool
Name="VCLinkerTool"
AdditionalDependencies="tier0.lib tier3.lib Awesomium.lib"
OutputFile="D:\Games\Steam\steamapps\azumarril\garrysmod\garrysmod\lua\includes\modules\$(ProjectName).dll"
LinkIncremental="1"
AdditionalLibraryDirectories="..\chrome\Release"
IgnoreAllDefaultLibraries="false"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
The row 140 has the mistake. ;)
Maybe there are more errors, but can't find them.