Code:
______ _ _ _______
(_____ \| | (_) (_______)
_____) ) | _ ___ ____ ____ _ _ _ _____ ____ _ _
| ____/| || \ / _ \ / _ ) _ \| ( \ / ) | ___) | \| | | |
| | | | | | |_| ( (/ /| | | | |) X ( | |_____| | | | |_| |
|_| |_| |_|\___/ \____)_| |_|_(_/ \_) |_______)_|_|_|\____|
Phoenix v3.11.0 (Build 14986)
Special cracked edition by Quackster
Connecting to database...System.IO.FileLoadException: Could not load file or ass
embly 'MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc88969
c44d' or one of its dependencies. The located assembly's manifest definition doe
s not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc
88969c44d'
at ns0.Class6..ctor(Class7 class7_1)
at ns0.Class7.method_0()
at ns0.Class3..ctor(Int32 int_0)
at ns0.Phoenix.method_0()
at ns0.GClass0.Main(String[] args)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\M
icrosoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure lo
gging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fus
ion!EnableLog].
How do I fix this?
Here is my config:
PHP:
## Phoenix 3.0 System Configuration File
## Licence Information
Otaku-Studios.username=Quackster
Otaku-Studios.password=
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=PASSWORD HERE
db.name=habluck1
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=IP HERE
game.tcp.port=30000
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=0
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0
What do I do?