• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Full Firewind source

Status
Not open for further replies.
Skilled Illusionist
Joined
Jul 4, 2009
Messages
363
Reaction score
65
Lol, where's the Debug folder...

This is the error i get:
Code:
[Firewind] » Fatal error during startup: MySql.Data.MySqlClient.MySqlException (
0x80004005): Access denied for user 'root'@'localhost' (using password: NO)
   bij MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   bij MySql.Data.MySqlClient.NativeDriver.AuthenticateNew(Boolean reset)
   bij MySql.Data.MySqlClient.NativeDriver.Authenticate(Boolean reset)
   bij MySql.Data.MySqlClient.NativeDriver.Open()
   bij MySql.Data.MySqlClient.Driver.Open()
   bij MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder setting
s)
   bij MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
   bij MySql.Data.MySqlClient.MySqlPool..ctor(MySqlConnectionStringBuilder setti
ngs)
   bij MySql.Data.MySqlClient.MySqlPoolManager.GetPool(MySqlConnectionStringBuil
der settings)
   bij MySql.Data.MySqlClient.MySqlConnection.Open()
   bij Database_Manager.Database.MySqlClient.connect() in c:\Users\Twan\Document
s\htl\fw\Firewind Emulator [2.0]\Firewind Emulator\Database\Database_Manager\Dat
abase\MySqlClient.cs:regel 22
   bij Database_Manager.Database.DatabaseManager.getQueryreactor() in c:\Users\T
wan\Documents\htl\fw\Firewind Emulator [2.0]\Firewind Emulator\Database\Database
_Manager\Database\DatabaseManager.cs:regel 90
   bij Firewind.Core.LanguageLocale.InitSwearWord() in c:\Users\Twan\Documents\h
tl\fw\Firewind Emulator [2.0]\Firewind Emulator\Core\LanguageLocale.cs:regel 30
   bij Firewind.FirewindEnvironment.Initialize() in c:\Users\Twan\Documents\htl\
fw\Firewind Emulator [2.0]\Firewind Emulator\FirewindEnvironment.cs:regel 105
[Firewind] » Press a key to exit

wrong database password....
 
Custom Title Activated
Loyal Member
Joined
Jun 5, 2010
Messages
1,582
Reaction score
160
I did:
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work
auth.key=6d60e1a41c947a0515c1c0ebc0386cef

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=lol123
db.name=fw

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=100
db.pool.maxsize=200

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=1000

auth.ssodisabled=false

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=false
game.pixel.amount=100
game.pixel.time=1200

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=false
game.credits.amount=100
game.credits.time=1200

game.login.credits.receiveamount=1
game.login.pixel.receiveamount=1

#Threading Main Loops.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=false
spambans.limit=20
 
Newbie Spellweaver
Joined
Jul 7, 2007
Messages
62
Reaction score
13
Which SQLs inside the folder from Leon source should I use? The SQL files inside the SQL folder is all messed up. Anyone have fixed SQLs?
 
G'nome sayin'
Joined
May 19, 2011
Messages
459
Reaction score
226
So then why is he trying drawing attention with creating a C&D thread in the discussion section?
Actually I'm hoping he gets into court.

The stuff about C&D is just shenanigans.
 

AWA

Master Summoner
Loyal Member
Joined
Feb 24, 2008
Messages
595
Reaction score
389
People, you should use the source posted by everest (Alternatively you can copy Leons profile edit into it too). Everests code is newer, cleaner and has a bug with trophies fixed.

Message for anyone that's planning to make edits/new versions:
Create a public and shared GitHub repo. GitHub is really easy to use with their new application! (GitHub for Windows)
 
Custom Title Activated
Loyal Member
Joined
Jun 5, 2010
Messages
1,582
Reaction score
160
People, you should use the source posted by everest (Alternatively you can copy Leons profile edit into it too). Everests code is newer, cleaner and has a bug with trophies fixed.

Message for anyone that's planning to make edits/new versions:
Create a public and shared GitHub repo. GitHub is really easy to use with their new application! (GitHub for Windows)

Before everything comes [Firewind] where can i find that?
 
Last edited:
Hakuna Matata
Joined
Sep 5, 2012
Messages
804
Reaction score
137
Does anyone have a working SWF, including group images and stream images?
I'm really needing one.
 
R.I.P Millercent
Loyal Member
Joined
Nov 6, 2012
Messages
2,230
Reaction score
314
Tried to debug this as I changed a couple of things, but gave me errors and a ton of warnings and won't work. Copied the correct settings over, only edited the colours for the start up as I prefer them to be green not cyan.

everest - Full Firewind source - RaGEZONE Forums
 

AWA

Master Summoner
Loyal Member
Joined
Feb 24, 2008
Messages
595
Reaction score
389
Tried to debug this as I changed a couple of things, but gave me errors and a ton of warnings and won't work. Copied the correct settings over, only edited the colours for the start up as I prefer them to be green not cyan.

everest - Full Firewind source - RaGEZONE Forums
You've got 2 options here:
1. Get .NET 4.5 and make the project use that.
2. Comment out that line (and Ducking up that one RCON command)
 
☮TAKU????
Loyal Member
Joined
Nov 16, 2009
Messages
866
Reaction score
580
Just change that line to

Code:
client.Disconnect();

lol

The point of that command is to wait 5secounds and then disconnect the user. client.Disconnect(); will disconnect the user at once without waiting ;)
 
Status
Not open for further replies.
Back
Top