lol my vps has no lag but still when entering room with the old room_items table d/cs you but if u use the 1 frm this db it works but tht way all stuff gets lost.
Printable View
lol my vps has no lag but still when entering room with the old room_items table d/cs you but if u use the 1 frm this db it works but tht way all stuff gets lost.
For all the lazy people i uploaded the latest version to sendspace
Download spazzlake svn.rar from Sendspace.com - send big files the easy way
Enjoy
And the code that is supposed to "optimize" and "repair"?
It just fucks up the db, corrupting tables and all shit
yes and i have a very large database so the optimization and repairing will lagg the server like hell!
so make it as a command or something but not timed...
also, Why is the svn on rev 20? we were on r133 or smthing
EDIT: Add this fix for the pyramid to it :D
http://forum.ragezone.com/f353/pyram...i-90-a-695225/
This is going to be another failed development, i can just feel it.
Battlball tiles color are grey and the same color if i use a effect on a tile
I'm spending all my time on college and other projects (My Java server and a game me and my friend are making from scratch(a new MORPG Not based on anything)) so I will update the SVN once a week from now on.
After a few seconds the server shuts off without clicking the "x" button
can somebody help me?
Here the WIRED FURNI button doesn't show on rooms settings, help me please! i use my SWF but my SWF has the Wired Furni :S
same problem
Both of you are obviously doing something wrong, whether it's the wrong database or whatever...
For anyone having troubles downloading from the SVN, here's the latest download - Spazzlake SVN.zip
Everything WILL work if you're setting it up correctly etc.
Furniture won't load for me :3
That's your SWF's Don't spam my thread with problems that have nothing to do with the SVN or the Server.
This can be caused by an error in your config or DB
Try replacing your program.cs with this to display errors and not close on one
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);
}
}
}
Wired Furni Only appears when this line in your Variables is set to True.
userdefinedroomevents.enabled
Also.
It will only work with R57+
Thank me if I Helped :)
---------- Post added at 09:58 AM ---------- Previous post was at 09:08 AM ----------
Okay.
Battleball stuff worked..
I Reloaded page
Now It DOESNT WORK
Actually.
All My Furni Is Muffed Up..
:S
:L
And also, I Get Disconnected Whenever I try to create a room?..
the battle banzai not work FFS
hee,
can anybody give my a tut how i can make this work hij alway's says he can't connect to the Mysql database
Could not get database client: [dbclient.connect]: could not open mysql connection - access denied for user 'root'@'localhost'<using pasword: yes>
sorry for my bad english
Battle banzai doesnt work
can anybody give me a good uber Cms of holo what works ?
thanxs but i already found that
but nou when i click enter habbo. the client are white i can't go in the hotel
SpazzLake, will :pickall be released int he next update?
I have this error and closes the server
http://img215.imageshack.us/img215/1354/dibujodbw.jpg
as I fix it?
The battle banzai is a lil broke it puts u on a team but not into a battle banzai bouncer thingy and the tiles dont light up in colour and the score boars dont work and also u dc when u client special effects
SVN updated "EMULATOR NOT TESTED DUE TO MY HOTEL DIED" so if someone would test that would be nice
should be fixed now
same issue as before
Code:9/27/2010 12:51:31 AM
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()
at Uber.HabboHotel.Rooms.RoomManager.ProcessEngine() in C:\Users\Tyerial\Desktop\Current\HabboHotel\Rooms\RoomManager.cs:line 100
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
I'm programming the archieviements! See the topic:
http://forum.ragezone.com/f353/ubere...ements-695466/
Add the server, and please put my credits.
Thanks.
@ Spazz
:pickall included in this new release?
and maybe include a credit update with a message saying:
You have received 200 credits, you will get more credits in 15 minutes.
Search in HabboHotel/Misc/ChatCommandHandler.cs -
search for: case "pickall":
replace it all with:
Excuse my filming, I'm still learning how to use the program hehe, I was planning to include my talking in the image though I didn't make it large enough :pPHP Code:case "pickall":
TargetRoom = UberEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
if (TargetRoom != null && TargetRoom.CheckRights(Session, true))
{
List<RoomItem> ToRemove = new List<RoomItem>();
lock (TargetRoom.Items)
{
ToRemove.AddRange(TargetRoom.Items);
}
foreach (RoomItem Item in ToRemove)
{
TargetRoom.RemoveFurniture(Session, Item.Id);
Session.GetHabbo().GetInventoryComponent().AddItem(Item.Id, Item.BaseItem, Item.ExtraData);
}
Session.GetHabbo().GetInventoryComponent().UPDATEItems(true);
return true;
}
return false;
http://i54.tinypic.com/288sinq.gif
That's already in there, but it does not work.
Okay I get it, thanks, would you have any idea on getting a credit system to work, where you get like 200 credits every 15 minutes, and an alert when you've received them?
Download the uberEmulator Stabilized, its in there.
I must admit, this Emu is pretty good. Even better if you put your own stamp on it. I'm cleaning uberCMS and making it useable i might release if anyone will want it... yeah yeah i know there are alot already released but they are outdated due to using habbo's files which have been removed when i finish my edit all files will be included with the CMS so there will be no problems about missing images etc.
can anybody help me to make this swf http://forum.ragezone.com/f353/pre-h...7-swfs-694428/
work in Uber emu? becouse my client are white
or can i get spazz swf or can you upload your client.php and page-client.php ? ( i think i need to edit that?)?)
cant walk in the new version!
Is there a fix avaliable or something or atleast instructions on how to fix it?
wired furni button didnt shows at the room settings above the room icon button
i use my own hosted R57 swfs :(
i tryed at inc.config file these lines :
userdefinedroomevents.enabled=1
didnt worked than i deleted the line and replaced it with this one :
userdefinedroomevents.enabled=True
didtn worked :S i dont debugd my emy and iuse this svn uberemu
and i replaced my variables & flash texts from the original habbos
say me how to set another swfs in the client plz
Dont spam the sam thing a few minutes after for 1 be patient and for 2 u should be posting that in the place ur getting ur swfs from not on here when u post on here it should be related to the emulator and not to ur client which has nothing to do with the emulator.
If you want to you can also post bugs / Fix's on the SVN forum @ SpazzLake Forums
i fixed the wired furnitures but it does works only one time after that i got evry time error if i pres to wired furni
Look Hear
Wired Furni
cant move in the rooms spazz !
If your using the included uberemu.exe walking will not work try recompiling it and use the generated uberemu.exe
The EMU closes every 2 - 5 minutes.
Code:[16:26:31.32] Server started.
^CTerminate batch job (Y/N)? N
[16:40:49.82] Server restarting.
--------------------------------
[16:40:49.82] Server started.
[16:49:29.26] Server restarting.
--------------------------------
[16:49:29.28] Server started.
[16:55:59.24] Server restarting.
--------------------------------
[16:55:59.24] Server started.
[16:58:54.43] Server restarting.
--------------------------------
[16:58:54.43] Server started.
[17:04:21.98] Server restarting.
--------------------------------
[17:04:21.98] Server started.
[17:08:06.59] Server restarting.
--------------------------------
[17:08:06.59] Server started.
[17:15:10.42] Server restarting.
--------------------------------
[17:15:10.42] Server started.
[17:17:21.60] Server restarting.
--------------------------------
[17:17:21.62] Server started.
[17:20:31.59] Server restarting.
--------------------------------
[17:20:31.60] Server started.
[17:21:34.81] Server restarting.
--------------------------------
[17:21:34.82] Server started.
No one can walk into rooms.
Learn to read this has been posted
If your using the included uberemu.exe walking will not work try recompiling it and use the generated uberemu.exe
Hi, noob here, what does recompiling mean?
Rebuild the server in C#
Update:
http://spazzlake.co.cc:8881/svn/Uber/Trunk/bin/Debug/ Now Has Updated UberEmu.exe For Noob's Who Could Not Recompile This For What Ever Reason.
Still not working.
Source recompile unstable crashing with just 30 users.
Well if people posted there error logs then it could be fixed
There are no errors, also it's still corrupting databases like user_items.
what's new in this update?
Some people must be doing something wrong because the server hasnt corrupted a single of of tables and also they only problems iv had have been walking but thanks to spazz thats fixed and also the battle banzai but iv been told that will be updated later so yeah great server spazz :)
ive posted my error logs 4 times with no response so ill do it again
Code:
9/27/2010 10:29:23 AM
System.NullReferenceException: Object reference not set to an instance of an object.
at Uber.HabboHotel.Users.Messenger.HabboMessenger.OnStatusChanged(Boolean instantUPDATE) in C:\Users\Tyerial\Desktop\Current\HabboHotel\Users\Messenger\HabboMessenger.cs:line 121
at Uber.HabboHotel.Users.Habbo.OnDisconnect() in C:\Users\Tyerial\Desktop\Current\HabboHotel\Users\Habbo.cs:line 288
at Uber.HabboHotel.GameClients.GameClient.Stop() in C:\Users\Tyerial\Desktop\Current\HabboHotel\GameClients\GameClient.cs:line 358
at Uber.HabboHotel.GameClients.GameClientManager.StopClient(UInt32 ClientId) in C:\Users\Tyerial\Desktop\Current\HabboHotel\GameClients\GameClientManager.cs:line 76
at Uber.Net.TcpConnection.ConnectionDead() in C:\Users\Tyerial\Desktop\Current\Net\TcpConnection.cs:line 89
at Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr) in C:\Users\Tyerial\Desktop\Current\Net\TcpConnection.cs:line 185
at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
at System.Net.ContextAwareResult.CompleteCallback(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.ContextAwareResult.Complete(IntPtr userToken)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
any fixes?Code:9/27/2010 12:51:31 AM
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()
at Uber.HabboHotel.Rooms.RoomManager.ProcessEngine() in C:\Users\Tyerial\Desktop\Current\HabboHotel\Rooms\RoomManager.cs:line 100
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
i can walk in the rooms but the server will only work on hamachi when i change in Debug/config.txt
game.tcp.bindip=127.0.0.1 To 81.207.243.139 it say
the requested address is not valid in the context of the address (this is transelate from dutch to english)
en when i use my hamachi Ip it works ...
any report when the above errors will be fixed spazzemu?
---------- Post added at 09:39 PM ---------- Previous post was at 09:35 PM ----------
u can fix the bonzai ur self just go to pejumps thread and update the codes =)
http://forum.ragezone.com/f353/battl...beremu-694651/
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??
The cancel button on trade is no longer functioning.
How do I change the VIP icon in catalogue (where it displays how many months and days left) back to the HC icon?
no no error messages, just u be talking and then all of a sudden no one can move.. it only happened once.. but it does happene rarly. and u can still talk just no move like something in the room or hotel is holding u in one place..
Now another error -_-
It wont give any errors out but it will just sit there and say DB update successfully and keep doing it but the cms will say hotel offline like the emu crashed but its still running and no NO one can connect till i restart it -_-
Tyerial, I have had the same issue with uber.
The TCP listener stops accepting connections and just idles. It still accepts CMS ('mus') connections, but nobody can connect until you restart the server.
This server = a huge mess.
Spazz hotel freezes characters do not move
uber gives no errors but no one can enter
Whats the MySQL Connector?
When other people connect and etc the server like shuts down and closes automatically, has that been fixed?
as posted by spazzemu
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:
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);
}
}
}
So I'll add this into program.cs, then i save it, then i debugg, then the client starts up, and its been saved into the emulator? if that makes sense? can i jsut save it and then open the emulator in debugg, or do i need to debugg the actual uberemu.cprjo or w/e to get this working