Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-24-2011, 02:33 PM
Emmeric
Sarnak
 
Join Date: Aug 2011
Posts: 72
Default

I sampled an sql update, #106 Optional proc rules. It returned an unsuccessful update using Navicat.

[Err] 1136 - Column count doesn't match value count at row 1
[Err] insert into rule_values values (0, 'Combat:AdjustProcPerMinute', 'true');
[Msg] Finished - Unsuccessfully

Using Visual C++, I can locate the lines and simply change them there. Would this work? If I make the changes through Vis C++, would I need to run anything again - the build? The mysql db commands?
Reply With Quote
  #2  
Old 08-24-2011, 06:45 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Your database is version 1900+, you wouldn't want to apply update 106 to it.

If you look in your rule_values table you should see all of those rules already there.
Reply With Quote
  #3  
Old 08-24-2011, 07:14 PM
Emmeric
Sarnak
 
Join Date: Aug 2011
Posts: 72
Default

Yes, it appears most of them are already there, thank you.

I was able to login to the world server, though it showed my server locked. I was able to enter the character creation screen, as was my wife at the same time. This is a very large success considering my attempts last week that would only allow 1 person at a time to login.

However, I am receiving a couple of errors and neither myself nor my wife can actually enter the world as whatever zone is "unavailable."

Here are the errors in the exe windows:

[08.24. - 16:40:12] [WORLD__INIT] Loading items..
[08.24. - 16:40:12] [WORLD__INIT_ERR] Error: Could not load item data. But ignoring
[08.24. - 16:40:12] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[08.24. - 16:41:11] [NET__IDENT_TRACE] 192.168.0.2:3314: First opcode 0x4dd0 did not match expected 0x2792
[08.24. - 16:41:11] [NET__IDENT_TRACE] 192.168.0.2:3314: Tried patch 6.2_world, and it did not match.
[08.24. - 16:41:11] [NET__IDENT_TRACE] 192.168.0.2:3314: First opcode 0x4dd0 did not match expected 0x2ec9
[08.24. - 16:41:11] [NET__IDENT_TRACE] 192.168.0.2:3314: Tried patch 6.2_zone, and it did not match.
[08.24. - 16:42:50] [WORLD__CLIENT] xxxxxxx: Attempting autobootup of rivervale (19:0)
[08.24. - 16:42:50] [WORLD__CLIENT_ERR] xxxxxxx: No zoneserver available to boot up.

Still searching the forums, but if you see this while I'm looking, what might be the issue in the failure to load zones?


EDIT: Went into the rebuild of Visual and identified a couple problems. I had added a couple things to the exp race and class bonuses:

if(GetBaseRace() == DARK_ELF || GetBaseRace() == HALFLING) {
if(GetClass() == ROGUE) || GetClass() == WARRIOR || GetClass() == CLERIC) {


Apparently they don't like what I thought was a logical structure. Working on fixing it now.
Reply With Quote
  #4  
Old 08-24-2011, 09:53 PM
Emmeric
Sarnak
 
Join Date: Aug 2011
Posts: 72
Default

Fixed all issues.

Now need to tweak.

Thank you everyone for your help.
Reply With Quote
  #5  
Old 09-02-2011, 11:40 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Make sure you're installing the 32 or 64 bit version to match your OS. You should see the Tortoise SVN Menu on any folder you right-click on. If not it's either installed incorrectly or there's something else wrong with your computer.
Reply With Quote
  #6  
Old 09-02-2011, 01:17 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Oh ok. I downloaded the 32 bit version although I'm running Windows 7 64 bit. I thought I read somewhere to use the 32 bit versions on everything. I'll try installing the 64 bit version. Thank you!!
Reply With Quote
  #7  
Old 09-02-2011, 01:40 PM
werebat's Avatar
werebat
Hill Giant
 
Join Date: Oct 2010
Posts: 143
Default

Quote:
Originally Posted by keglo View Post
Oh ok. I downloaded the 32 bit version although I'm running Windows 7 64 bit. I thought I read somewhere to use the 32 bit versions on everything. I'll try installing the 64 bit version. Thank you!!
Tortoise 64bit works fine. I am using it on my XP 64bit. But MySQL 64bit gives me errors so I had to go to 32bit for that.
Reply With Quote
  #8  
Old 09-02-2011, 03:50 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Quote:
Originally Posted by werebat View Post
Tortoise 64bit works fine. I am using it on my XP 64bit. But MySQL 64bit gives me errors so I had to go to 32bit for that.
Yes. Installing 64 bit did work for me. Thanks for the help. Now I'm having anew problem at step 9 when I do the "Build">"Build Solution" I get the following:

Build: 3 succeeded, 2 failed, 0 up-to-date, 0 skipped

I have tried it twice with the same results. Any ideas?
Reply With Quote
  #9  
Old 09-02-2011, 04:11 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

You would need to post the specific errors in order for us to do anything other than guess.

You probably missed adding one or more of the include/library directories to Visual Studio.
Reply With Quote
  #10  
Old 09-02-2011, 06:09 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Quote:
Originally Posted by lerxst2112 View Post
You would need to post the specific errors in order for us to do anything other than guess.

You probably missed adding one or more of the include/library directories to Visual Studio.
How do I post the errors without posting the whole huge log file? Id id double check my include/library directories and they where correct. I re-installed Mysql to make sure I followed all the steps. I still get the 3 succeed 2 fail.
Reply With Quote
  #11  
Old 03-05-2012, 02:31 AM
HolyCow
Fire Beetle
 
Join Date: Jul 2005
Posts: 7
Default Thanks, great write up.

Thanks for the great write up. Of note, people should search the forums for Perl 5.10 and use the link provided from your search results to download the correct version. As of today, 5.14 generated errors (5.10 is now only available via Pay per use). Reverting to 5.10 resolved my problems entirely, and it was free using the link buried in our forums.
__________________
~The leetness that is the UHC.
Reply With Quote
  #12  
Old 09-02-2011, 05:18 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Never mind this post
Reply With Quote
  #13  
Old 09-02-2011, 08:14 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

How many errors are there? The only way you will get help is to post them, otherwise we have no idea what they are. I would make a new thread for it.
Reply With Quote
  #14  
Old 09-02-2011, 08:40 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Quote:
Originally Posted by lerxst2112 View Post
How many errors are there? The only way you will get help is to post them, otherwise we have no idea what they are. I would make a new thread for it.
Well the log file says I didn't have "errors"

0 error(s), 324 warning(s)

but I keep getting the following

3 succeeded, 2 failed, 0 skipped

I do not know how to post them or I already would have. I'm not sure what you want me to post. I tried pasting my entire log file in a new thread but it wouldn't let me. Sorry for being such a newb, but......
Reply With Quote
  #15  
Old 09-02-2011, 09:46 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Ok lerxst2112. I found a post from you a couple of pages back.

Quote:
Originally Posted by lerxst2112 View Post
Find the two lines in the source code that look like this:

Code:
#pragma comment(lib, "perl510.lib")
Change the 510 to whatever version of perl you are using, like 512.

What are the errors you get with Strawberry perl? What version were you trying to use?
I tried that solution for myself and it worked like a charm! Thank you!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:54 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3