7H Ultrasound Crash

  • Thread starter Thread starter Tsuna
  • Start date Start date
Status
Not open for further replies.
T

Tsuna

Guest
Im attempting to use the latest version of Ultrasound with 7H plugin support, im fairly sure i have everything coded properly and all audio files named and positioned correctly but im recieving an error even though the game still plays

The error is as follows

Code: [Select]
Code:
System.NullReferenceException: Object reference not set to an instance of an object.   at System.Xml.XmlReader.CalcBufferSize(Stream input)   at System.Xml.XmlTextReaderImpl.InitStreamInput(Uri baseUri, String baseUriStr, Stream stream, Byte[] bytes, Int32 byteCount, Encoding encoding)   at System.Xml.XmlTextReaderImpl..ctor(String url, Stream input, XmlNameTable nt)   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)   at Voices.Util.Deserialise[T](Stream input)   at Voices.fVoices.fVoices_Load(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.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)
 
Status
Not open for further replies.
Back
Top