Quote:
Originally Posted by nosfentora
i've had this problem too every so often - it's an sql problem somewhere and i haven't been able to figure out where yet - and it's driving me nuts. is the app showing up what db_version and core_version you are running?
i'll check into that as soon as RL calms down - insane this week!
you should be able to point the OPTIONS -> Server Maintenance -> SVN -> Update Source Code field to the correct folder that contains 'Server.sln'
in your case I believe its
'C:\Users\Public\New Folder\source\trunk\EQEmuServer'
No other folder structure has changed, the resulting build should be in
C:\Users\Public\New Folder\source\trunk\EQEmuServer\build
also - make sure you're building RELEASE or RELEASE BOTS!
It looks like you have it pointed to
'C:\Users\Public\New Folder\source'
The broadcast feature is supposed to broadcast what you type in the box when you hit 'broadcast now', it runs telnet, broadcasts, and closes.
You're not seeing anything in game?
The chatserver checkbox is the new ucs, uncheck the mailserver checkbox and check the chatserver checkbox.
that's related to #1. try sourcing in a file via command line
mysql -u'username' -p'pass' -h'server ip - usually 127.0.0.1' 'db name' < 'sql_file.sql'
ie
mysql -uroot -pmypass -h127.0.0.1 peq < db_version.sql
see if it works - that's how my app runs the db sourcing - using a batch file (source.bat)
That's a good idea - i'll work on it when i can!
You're welcome - and not a burden! good feedback is always appreciated!
|
1. under the rules tab all i'm seeing is 1 and default in the left hand box. everything else is empty.
2. no rush, RL always more important then server stuff. unless RL is server stuff lol.
3. sorry my stupidity there. lack of sleep kicking in lol.
4.no what happens is i'll type in what I want to broadcast. it'll broadcast, then the app window closes. its still shows its runnng in processes. but no GUI.
5. ty for clarification on the ucs.
6.will definitely try that. wasn't too sure how to go about that. my skills for mysql is slightly lacking, I know enough to work on content and such, but I mostly do stuff thru navicat, not command line.
7.always glad to help improve and alrdy great app.
if I find more, i'll definitely post it here.
thanx.
edit:: something else I found odd. I manually closed out world and eqlaunch just to see if it would restart, its been sittin for idk, maybe an hour and hasn't restarted them. dunno if you have it programmed only to detect if it crashed, or if it'll detect the windows bein manually closed out as well and restart the windows.