PDA

View Full Version : Error, What am I doing wrong! XML/ OVLmake


Viscosity086
04-08-2009, 05:48 AM
I have been playing around with XML and OVLmake, I get an error through both. Have watched RCT3robin's tutorial's several time's. But still get same problem.
Did not know if there was a Thread for this, so I hated to post it, but I can not figure this out.


-----------------------------------------
ovlmake v0.4, Build 237, svn 114, Release
Built on 13.07.2008, Unicode version
Compiler: GCC 4.3.1-dw2
Copyright (C) 2008 Belgabor
-----------------------------------------

This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see License.txt for details.

04:44:33: Mode: Create OVL
04:44:33: C:\xsOVLtemp\temp.xml
04:44:33: Validating...
04:44:33: ...Ok!
04:44:33: Compiling C:\xsOVLtemp\temp.xml to C:\xsOVLtemp\AnimaTest1.common.ovl
04:44:33: Performing sanity check...
04:44:33: Warning: You should set a prefix!
04:44:33: Compiling error: There were warnings during the sanity check and you didn't specify the '--ignore' command line option

Here is the XML-----
XML------------------------------------------------------XML

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not find file 'C:\Documents'.
File name: 'C:\Documents'
at Microsoft.VisualBasic.FileIO.FileSystem.CopyOrMoveFile(CopyOrMove operation, String sourceFileName, String destinationFileName, Boolean overwrite, UIOptionInternal showUI, UICancelOption onUserCancel)
at Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyFile(String sourceFileName, String destinationFileName, Boolean overwrite)
at OVLmakeHelper.Form1.Form1_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.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)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
OVLmakeHelper
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/user/My%20Documents/It's%20in%20here/Tools/OVLmakeHelper.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.

zookboy
04-08-2009, 11:55 AM
By anychance would it to do with the prefix?

04:44:33: Warning: You should set a >>prefix!<<
04:44:33: Compiling error: There were warnings during the sanity check and you didn't specify the '--ignore' command line option

Viscosity086
04-08-2009, 02:15 PM
I don't know what that mean's. I set everything in XML correctly, but when i compile, it get that error ^ plus it doesnt seem to be able to find C:/ my document's even when I path it there. It has goto be something with the path of the destination, but IDK.

RCT3robin
04-08-2009, 02:51 PM
just type *name*xml *name.common.ovl --ignore

Viscosity086
04-08-2009, 03:04 PM
Where at? where I also copy the right handed Z up?

X Enterprises
04-15-2009, 07:49 PM
Okay, I admit, my programs have lots of bugs. (Still yet to be fixed.:p)

Viscosity086: Due to a bug in the command line options for communication between my XML maker and my OVL Helper, the path to compile the OVLs should not have any spaces. However, if you use my XML maker to simply create the XML file and NOT compile it then use my OVL Helper or OVLmake to compile the XML, that should work.

Remind me, and I'll look into the code. ;)