Slaxxer here your emulator to open it closes, what should I do?
Printable View
Slaxxer here your emulator to open it closes, what should I do?
You should google the problem and stfu.
Johnny wrong database ?
Hey, I get the same error. Luckily my PC's slow so I could print screen it :D
It says
PRINTSCREEN:Code:Please wait while the emulator loads..
MUS socket listening on localhost:7575.
Destroying environment...
Destroying database manager.
Uninitialized successfully. Closing.
http://super-hotel.net/error.png
[Descarga] inEmulator R1.2 +500 Online + Imagenes [Open Source]
Nothing more to say? And i hate copyright removals. :S!
I can tell this emulator isnt for noobs, ill see whats the problem with it and release the correct version
- Mike
Ehm check my new Downloadlink the Problem was caused by mysql connector. (Same to Beny.)
Copyright removals? wth? Everywhere are Credits and the Copyright to Meth0d Dude? Even in the First Post??
-Slaxxer
This may be the cause of the errors, ill continue investigatingCode:UberEnvironment.GetGame().GetCatalog().InitCache();
---------- Post added at 08:20 PM ---------- Previous post was at 08:16 PM ----------
Right
I ran this in Debugger mode, this is the error
Code:The thread '<No Name>' (0xed0) has exited with code 0 (0x0).
The thread 'vshost.LoadReference' (0x12f8) has exited with code 0 (0x0).
'uberEmu.vshost.exe' (Managed (v4.0.30319)): Loaded 'E:\BASHALPHA\bin\Debug\uberEmu.exe', Symbols loaded.
A first chance exception of type 'System.Exception' occurred in uberEmu.exe
The program '[5344] uberEmu.vshost.exe: Managed (v4.0.30319)' has exited with code 0 (0x0).
---------- Post added at 08:23 PM ---------- Previous post was at 08:20 PM ----------
Ahhh Fixed mine now - Ill post how to now :)
---------- Post added at 08:25 PM ---------- Previous post was at 08:23 PM ----------
Right, to fix this
Replace your Program.cs with this code
It will now display errors, if it errors. Post it here!PHP 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 = AppDomain.CurrentDomain;
currentDomain.UnhandledException += new UnhandledExceptionEventHandler(MyHandler);
try
{
UberEnvironment.Initialize();
while (true) //
{ //
Console.ReadLine(); //
}
}
catch (Exception e)
{
Console.Write(e.ToString()); //
Console.Read();
}
}
static void MyHandler(object sender, UnhandledExceptionEventArgs args)
{
Exception e = (Exception)args.ExceptionObject;
Logging.LogCriticalException(e.ToString());
}
}
}
Weird, when I start it it gives a error, something about the catalog pages :s
Use my Database.. Then everything works.. And Mike maybe I going to put this later in it..
-Slaxxer
Posted via Mobile Device
I like this Emulator and i use this.
But if I get a bot , I'm transparent ;D
And the comments are TOP! ;)
Everything with the Habbo Figure is by the Swf's and not with the Emu :)
-Slaxxer
Posted via Mobile Device
wow thanks for this <3
Testing it now, I hope it works :) Good job!
---------- Post added at 09:14 AM ---------- Previous post was at 08:46 AM ----------
How come it keeps D/c me from the client??
Slaxxer, I get no error at all, but when I open the hotel, I get disconnected. Whats wrong?
Please help mePHP Code:## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=PASSWORD
db.name=uberdb
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=300
## Game TCP/IP Configuration
game.tcp.bindip=195.1.149.124
game.tcp.port=21
game.tcp.conlimit=5000
## MUS TCP/IP Configuration
mus.tcp.bindip=195.1.149.124
mus.tcp.port=30001
mus.tcp.allowedaddr=195.1.149.124
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## Welcome Message
welcome.message.enabled=yes
welcome.message=Velkommen til DropHotel! "Enjoy Your Stay"
when did rollers start working properly?
or did you code it?
nice release.
Its a nice emulator but the DB is bad ,