It looks like you're new here. If you want to get involved, click one of these buttons!
http://puu.sh/cxHPl/2804669ce1.jpg
These are the two errors I'm getting hit with and I can't seem to find a way around it.
Is anyone else experienced this? Here is a detailed copypaste of the error
************** Exception Text **************
System.EntryPointNotFoundException: Unable to find an entry point named 'awe_string_create_from_utf16' in DLL 'Awesomium'.
at Awesomium.Mono.StringHelper.???
??????(Byte[] , UInt32 )
at Awesomium.Mono.StringHelper..ctor(String val)
at Awesomium.Mono.WebCore.???
??????()
at Awesomium.Mono.WebCore.CreateWebView(Int32 width, Int32 height)
at Hirez.Launcher.Controls.AwesomiumBrowser.Init(Boolean showBlank, String pluginPath)
at #y.#ld.#Xc(Object , EventArgs )
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5477 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
HiRezLauncherUI
Assembly Version: 3.9.0.1
Win32 Version: 3.9.0.1
CodeBase: file:///D:/Program%20Files%20(x86)/HiRezLauncherUI.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
HirezUtils
Assembly Version: 1.0.5346.21921
Win32 Version: 1.0.5346.21921
CodeBase: file:///D:/Program%20Files%20(x86)/HirezUtils.DLL
----------------------------------------
PatcherData
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files%20(x86)/PatcherData.DLL
----------------------------------------
PatcherEngine
Assembly Version: 3.9.0.1
Win32 Version: 3.9.0.1
CodeBase: file:///D:/Program%20Files%20(x86)/PatcherEngine.DLL
----------------------------------------
HiRezLauncherControls
Assembly Version: 1.0.5346.26508
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files%20(x86)/HiRezLauncherControls.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
PortalAccess
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files%20(x86)/PortalAccess.DLL
----------------------------------------
Awesomium.Mono
Assembly Version: 1.6.5.0
Win32 Version: 1.6.5.0
CodeBase: file:///D:/Program%20Files%20(x86)/Awesomium.Mono.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Comments