Thank you, very much. I never noticed that in the file menu before.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu---------------------------
Adventure Game Studio
---------------------------
An error has occurred. Please contact the game author for support, as this is likely to be a scripting error and not a bug in AGS.
(ACI version 3.12.1074)
Error: Unable to load 'room1.crm'. This room file is assigned to a different game.
---------------------------
OK
---------------------------
The type initializer for 'agspluginPINVOKE' threw an exception.
System.DllNotFoundException: Unable to load DLL 'PLuginAPIWrapper.dll": The specified module could not be found. (Exception from HRESULT: 0x8007007E)
C:\Documents and Settings\Fr. Esau.PATRICK\Desktop\AGSRunCSharpPlugin\AGSRunCSharpPlugin\Demo\Source\RunCSharpPluginDemo\PluginAPIWrapper.dll
C:\Documents and Settings\Fr. Esau.PATRICK\Desktop\AGSRunCSharpPlugin\AGSRunCSharpPlugin\Demo\Source\RunCSharpPluginDemo\_Debug\PluginAPIWrapper.dll
C:\Documents and Settings\Fr. Esau.PATRICK\Desktop\AGSRunCSharpPlugin\AGSRunCSharpPlugin\Demo\Source\RunCSharpPluginDemo\Compiled\PluginAPIWrapper.dll
An exception 0xE0434F4D occured in ACWIN.EXE at EIP = 0x7C812AFB; program pointer is -23, ACI version 3.12.1074, gtags (0,0)
AGS cannot continue, thsi exception was fatal. Please note down the numbers above, remember what you were doing at the time and post the details on the AGS Technical Forum.
Error: The type initializer for 'agspluginPINVOKE' threw an exception.
Version: AGS 3.1.2.82
System.TypeInitializationException: The type initializer for 'agspluginPINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'PluginAPIWrapper.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at agspluginPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_agsplugin(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)
at agspluginPINVOKE.SWIGExceptionHelper..cctor()
--- End of inner exception stack trace ---
at agspluginPINVOKE.SWIGExceptionHelper..ctor()
at agspluginPINVOKE..cctor()
--- End of inner exception stack trace ---
at agspluginPINVOKE.IAGSEditor_RegisterScriptHeader(HandleRef jarg1, StringBuilder jarg2)
at IAGSEditor.RegisterScriptHeader(String header)
at AGSPluginSharp.AGSPlugin.EditorStartup(IAGSEditor editor)
at AGSPluginSharp.AGSExports.AGS_EditorStartup(IntPtr lpEditor)
at AGS.Editor.NativePlugin.AGS_EditorStartup.Invoke(IAGSEditorForNativePlugins editor)
at AGS.Editor.NativePlugin.StartPlugin()
at AGS.Editor.NativePlugin.set_Enabled(Boolean value)
at AGS.Editor.Components.PluginsComponent.CommandClick(String controlID)
at AGS.Editor.GUIController._mainForm_OnMenuClick(String menuItemID)
at AGS.Editor.ProjectTree.ContextMenuEventHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
private AddNumbersDel del;
public void EngineStartup(IAGSEngine engine)
{
del = new AddNumbersDel(AddNumbers);
IntPtr address = Marshal.GetFunctionPointerForDelegate(del);
engine.RegisterScriptFunction("AddNumbers", address);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.039 seconds with 16 queries.