Re: Mercury Emulator Problem
Same probleme here..
CMS runs without any errors..
Running Windows 8.1 x64
Shock CMS
Mercury Emulator 2.3 /+swfs
Xampp..
Re: Mercury Emulator Problem
Open Mercury Source in VS 2010/2012/2013 > Search for 'FIGUREDATA' > When it shows you some link like holobox.com/game/gamedata/figuredata.xml replace it to your link (so if you're using localhost make it 127.0.0.1) or your hotel URL > Save > Debug.
Problemo solved.
Re: Mercury Emulator Problem
Cant find Figuredata in MercuryEnvironment.cs, Program.cs and TextHandlind.cs
Where can I find it?
Re: Mercury Emulator Problem
Try looking in your config.ini amigo.
Re: Mercury Emulator Problem
Quote:
Originally Posted by
FatalLulz
Open Mercury Source in VS 2010/2012/2013 > Search for 'FIGUREDATA' > When it shows you some link like holobox.com/game/gamedata/figuredata.xml replace it to your link (so if you're using localhost make it 127.0.0.1) or your hotel URL > Save > Debug.
Problemo solved.
Can't find it?
And here is my config.ini file:
Code:
## Mercury Emulator 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=database22
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=IP
game.tcp.port=PORT
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=IP
mus.tcp.port=30008
mus.tcp.allowedaddr=IP
## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=800
extra_settings.txt link is working and still get that error?
And i don't get why i should use VS to open a .ini file? or what? :)
Re: Mercury Emulator Problem
Emulator Folder > Extrasettings.cs - In there should be a string called like this,
'internal static string FIGUREDATA_URL = "randomurlhereblahblah";
Change that to link your figuredata. You'll need to open the source, then edit the file via VS and then debug once done. If it doesn't exist, add it below 'internal static bool EVERYONE_USE_FLOOR = true;'
@UartigZone
Re: Mercury Emulator Problem
Quote:
Originally Posted by
FatalLulz
Emulator Folder > Extrasettings.cs - In there should be a string called like this,
'internal static string FIGUREDATA_URL = "randomurlhereblahblah";
Change that to link your figuredata. You'll need to open the source, then edit the file via VS and then debug once done. If it doesn't exist, add it below 'internal static bool EVERYONE_USE_FLOOR = true;'
@
UartigZone
Thanks! Found it. The problem now is only that i can't debug the emulator because of that error. I have tryed 5-6 times now
Re: Mercury Emulator Problem
Quote:
Originally Posted by
UartigZone
Thanks! Found it. The problem now is only that i can't debug the emulator because of that error. I have tryed 5-6 times now
Set the link as - http://habstorm.co.uk/swf-RELEASE63-...figuredata.xml - See if it works then.
Re: Mercury Emulator Problem
Quote:
Originally Posted by
FatalLulz
Thank you! It work ;D
Re: Mercury Emulator Problem
Re: Mercury Emulator Problem
Quote:
Originally Posted by
TheBox
Replace it with the link I said above, see if it works then. To be honest, I'm not sure why the function is needed.
Re: Mercury Emulator Problem
Quote:
Originally Posted by
FatalLulz
Replace it with the link I said above, see if it works then. To be honest, I'm not sure why the function is needed.
I replaced it with both my link and the one you provided but still doesn't let me load the EMU.
I don't know how to debug though, their seems to be a Mercury.DPB file located under Mercury.exe if that's anything to go by?
I downloaded it from the Mercury EMU not along ago from here: http://forum.ragezone.com/f353/mercu...-plus-1026946/
Re: Mercury Emulator Problem
You need to Visuak Studio 2010 or 2012 or 2013. You then need to open the project file (Mercury.csprj) then open the file you need to edit, once edited click save, then click debug.
Re: Mercury Emulator Problem
Quote:
Originally Posted by
FatalLulz
You need to Visuak Studio 2010 or 2012 or 2013. You then need to open the project file (Mercury.csprj) then open the file you need to edit, once edited click save, then click debug.
Thanks, that was more understandable :P
But I got an error after debugging:
http://i.imgur.com/TEKqLhm.gif
Re: Mercury Emulator Problem
I think the figuredata url is at extra settings, no? If you need, OP, I can compile it for you with the changes. Just send the figuredata.xml url you are using.
Re: Mercury Emulator Problem
Quote:
Originally Posted by
TheBox
Click yes, then print screen the errors it'll display in a pop-up like box. If they don't show, close the application, then debug it again and click no. They should show either way.
Re: Mercury Emulator Problem
Re: Mercury Emulator Problem
Quote:
Originally Posted by
TheBox
Replace your ExtraSettings.cs with this one http://www.mediafire.com/?abjb99nsh6mpr81
Regards Wuzix.
Re: Mercury Emulator Problem
I'm still having that problem I put the this link http://habstorm.co.uk/swf-RELEASE63-...figuredata.xml and it still gives me the error how do I fix please help