It works for me on 256 ram. Check that your DirectX is 9.0c.xGhostlySnowx wrote:yea i am using 1.6...must be the 512 ram
Anyways...
Okay, this is as percise as possible. I tried to run H2 Core with Visual C#'s Debugger. The section mine gets caught at begins with a call to:
Code: Select all
DecompiledTagInterface.RecursivelyReadElements(tagblock, ref io2.In);
Then this is excuted on the ugh! tag:
Code: Select all
public virtual void Read_Raw(ref EndianIO.EndianReader BR)
{
ms = new MemoryStream(this.Total_Raw_Data_Size);
ms.Write(BR.ReadBytes(this.Total_Raw_Data_Size), 0, this.Total_Raw_Data_Size);
}
On, a different note, my ugh! tag can now decompile right after I reinstalled .NET Framework 2.0 and DirectX 9.0c. It used to give me the "Object not set in reference of an object" error.
edit: The ugh! recursive extract still gives the error.