character paperdolls not showing up on myuosa?
Posted: Fri Aug 29, 2008 11:52 am
just me? i just get a empty black box with a little red x in the top corner on the webpage for some chars now
A forum for discussion of Second Age UO Shard
http://forums.uosecondage.com/
Not sure what you mean. Can you link an example?alatar wrote:can we fix the display of hair/neon hair being displayed while wearing clothing ?
Server Error in '/' Application.
Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader.
Source Error:
Line 115: result.DrawImageUnscaled(fileImg, 0, 0, fileImg.Width, fileImg.Height); // Paperdoll background
Line 116:
Line 117: Bitmap paperDollImage = Ultima.Gumps.GetGump(0x7d1); // Paperdoll
Line 118: result.DrawImage(paperDollImage, 0, 0);
Line 119:
Source File: c:\websites\my.UOSecondAge.com\web\PaperDoll.aspx.cs Line: 117
Stack Trace:
[IndexOutOfRangeException: Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader.]
System.Buffer.InternalBlockCopy(Array src, Int32 srcOffset, Array dst, Int32 dstOffset, Int32 count) +0
System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count) +265
System.IO.BinaryReader.FillBuffer(Int32 numBytes) +87
System.IO.BinaryReader.ReadInt32() +47
Ultima.Gumps.GetGump(Int32 index) in D:\RunUO\Ultima SDK 2.1\Gumps.cs:169
MyRunUO_PaperDoll.Page_Load(Object obj, EventArgs e) in c:\websites\my.UOSecondAge.com\web\PaperDoll.aspx.cs:117
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
When someone is wearing head-gear, at least on a female character, it doesn't display their hair. I'll link my tamer show you what I mean.Derrick wrote:Not sure what you mean. Can you link an example?alatar wrote:can we fix the display of hair/neon hair being displayed while wearing clothing ?