http://img684.imageshack.us/img684/149/dibujothx.jpg
Spazz help me? I do I have this error
Printable View
http://img684.imageshack.us/img684/149/dibujothx.jpg
Spazz help me? I do I have this error
Just got the new version JUST THEN, testing it out.
--
---------- Post added at 03:06 PM ---------- Previous post was at 02:53 PM ----------
well walking works okay..
Fix the crashes and the stability first.
The rest of the features isnt that important, id more like a stable emulator than an unstable one with alot of features.
It shuts it's self down for no reason? @ 5 users.... lol
Ok lol full Credits to spazz for this fix but to fix the crash every 5-10 minutes simply replace ur program.cs code with this
Code:using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Security.Permissions;
using Uber.Core;
namespace Uber
{
public class Program
{
[SecurityPermission(SecurityAction.Demand, Flags = SecurityPermissionFlag.ControlAppDomain)]
public static void Main(string[] args)
{
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(Program.MyHandler);
try
{
UberEnvironment.Initialize();
while (true)
{
CommandParser.Parse(Console.ReadLine());
}
}
catch (Exception e)
{
Console.Write(e.Message);
Console.ReadKey(true);
}
}
private static void MyHandler(object sender, UnhandledExceptionEventArgs args)
{
Console.WriteLine("ERROR Handler caught : " + ((Exception)args.ExceptionObject).ToString());
// Environment.Exit(2);
Console.ReadKey(true);
}
}
}
All The Fix's can be found hear:
Fix's
Walking into rooms works for a couple of users online then after about 10 users online you cannot walk into rooms.
---------- Post added at 05:25 PM ---------- Previous post was at 05:10 PM ----------
http://i52.tinypic.com/34orp4y.png
Hmm i was just about to have ago at adding the battle banzai my self when i found it had already beens added so why it doesnt work im baffled.
I Think This Fix's It Process Engine Fix??
How comes i dont get a ball from the bb gates?
Fixed other error that stopped walking now theres a new error that stops users walking into rooms.
http://img408.imageshack.us/img408/5124/walkc.png
Try Pet Bug Fix??