Jump to content

Compiler Problems


Jueg

Recommended Posts

I am going to get right to the point. My Chargen compiler doesn't work. It keeps telling me;

 

WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

 

... which is unbelievably frustating. I tried hunting for ''Fusion!EnableLog'' myself but I couldn't find it. I have Tucked Hair, LOTC HF Hairstyles, More Hairstyles, CC Extra Tints and Tones and Bidelle's Cosmetics turned on. Now the trouble is that Tucked Hair and LOTC HF Hairstyles doesn't work. I cannot confirm whether Bidelle's Cosmetics does because I cannot create new characters but that's a whole other issue. The reason I want it working is because Leliana's hair is missing. I downloaded a morph file from the Nexus which uses either Tucked Hair or LOTC HF (I'm unsure with sadly). I'll provide a link that may help.

 

http://dragonage.nexusmods.com/downloads/file.php?id=3367

 

Any help and attempt is greatly appreciated.

Edited by Jueg
Link to comment
Share on other sites

What version of CharGenMorph Compiler? Make sure you have the most recent, and then double-check the "Path Configurations" tab to ensure it's pointing to all the various elements.

 

But more usefully, in my experience the easiest way to correct problems with the cgmc.xml file is:

 

1. Make sure that you have a copy of all the correct ones for all the mods you're using (that have one of their own) in the right folders, (the ones the Compiler knows about.)

2. DELETE the main chargenmorphcfg.xml file.

3. Re-run the compiler using the "Re-Scan for xml files" option first.

 

It'll create the newly cleaned-up .xml for you! :thumbsup:

 

http://dragonage.nexusmods.com/imageshare/images/1678793-1329961156.png

Link to comment
Share on other sites

@Thandal

 

All right, I got it working. I appreciate the help you offered but I can't honestly it helped me. The problem was that the program was looking for a path that didn't

exist. The path that it was looking for was C:\Program Files (x86)\Dragon Age\packages\core\override. The difficulty was that there were no override folders under core all I had to do is provide it one. Though this still doesn't explain why the compiler was running that one time when the game wasn't even installed.

 

It must be said I couldn't find a solution to my problem of Leliana hair dissappearing but it isn't that big of a deal. I can live with that, no prob.

 

Again, I thank you for your help, Thandal.

Link to comment
Share on other sites

@Thandal

 

All right, I got it working. I appreciate the help you offered but I can't honestly it helped me. The problem was that the program was looking for a path that didn't exist...

Yup that's why I started my response with:

What version of CharGenMorph Compiler? Make sure you have the most recent, and then double-check the "Path Configurations" tab to ensure it's pointing to all the various elements.

:whistling:

 

Most likely reason for the missing hair is that the last time you ran the Compiler you didn't have the original chargenmrphcfg.xml file for the mod that "creates" that hair, so it couldn't be "compiled" into the output .xml file. Might look for it and try again.

Link to comment
Share on other sites

  • 2 years later...

So, I have a problem. I was trying to compile my xml when I got this error message

System.InvalidOperationException: There is an error in XML document (664, 13). ---> System.Xml.XmlException: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 664, position 13.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReadermorph_config.Read15_morph_configHairs(Boolean isNullable, Boolean checkType)
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReadermorph_config.Read30_morph_config(Boolean isNullable, Boolean checkType)
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReadermorph_config.Read31_morph_config()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at DA_CharGenMorphCompiler.FrmMain.DeserializeXml(String ObjectToDeserialize)
at DA_CharGenMorphCompiler.FrmMain.GetFileListing(Boolean WriteToList, Boolean InitialStartup)
at DA_CharGenMorphCompiler.FrmMain.button_CompileConflicting_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)

So I checked to see if it would work if I just took that whole thing out and then ended up getting this message

System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index
at System.Windows.Forms.TreeNodeCollection.get_Item(Int32 index)
at DA_CharGenMorphCompiler.FrmMain.MakeList()
at DA_CharGenMorphCompiler.FrmMain.button_CompileConflicting_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)

If I press the continue button, nothing happens and the complier status just say's "Compling Heads" and doesn't move on from that. How do I fix this and what am I doing wrong? Everything is up to date, in it's correct folder and I run it under admin.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...