Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-15-2008, 04:41 AM
Pdogg102391
Fire Beetle
 
Join Date: Oct 2007
Posts: 6
Default Problem With Vista

I'm running Windows Vista on my computer and when i log onto any server it cause me to move really really quickly whenever i try to move or turn or anything. Does anybody know what the problem is and if they do, could they please help? Thank you.
Reply With Quote
  #2  
Old 03-15-2008, 05:19 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Right click your EQ shortcut and go to Properties, then the Compatibility tab. Change it to run in compatibility for Windows XP. This should fix your issue, which is more likely a dual-core processor issue.

See if that helps.
Reply With Quote
  #3  
Old 03-15-2008, 05:24 AM
Pdogg102391
Fire Beetle
 
Join Date: Oct 2007
Posts: 6
Default

I had already set it to Windows XP Compatibility mode. still hasnt changed anything. =/
Reply With Quote
  #4  
Old 03-15-2008, 05:29 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Hit Alt/Ctrl/Del and bring up the task manager. Start EQ. Go to the processes tab in Task Manager. Find eqgame.exe. Right click and choose "Set Affinity". Uncheck Core 0, click OK. See if that changes anything.

If it does, I can help you set affinity each time you play with a little batch file. Let's see if that works, first.
Reply With Quote
  #5  
Old 03-15-2008, 05:44 AM
Pdogg102391
Fire Beetle
 
Join Date: Oct 2007
Posts: 6
Default

Hm that didnt do anything except make my game freeze up. =/
Reply With Quote
  #6  
Old 03-15-2008, 08:38 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Try it the other way around. Try de-selecting core 1 instead of 0.
Reply With Quote
  #7  
Old 03-15-2008, 11:10 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Ya, you want to run on core 0 not 1.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #8  
Old 03-15-2008, 11:23 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Yeah, my mistake. It's been so long since I've done it manually that I couldn't remember. I just made a batch file to run EQ instead:

Code:
start /affinity 1 eqgame.exe patchme
exit
Create a text file. Place the above code into it. Go to File, then "Save As..." and call it "EQ.bat". Place it in your EQ folder. Create a shortcut to it on your desktop. This is now your EQ shortcut for when you only run one account. Label it accordingly (mine is ?"EQ - One Account"). This should run the game normally.

If you run with more than one account at a time on the same machine (two seems to do the trick for me), then you can use your normal shortcut, as it should overload your dual-core enough to balance the load. What's happening now is that you're running the game far faster than intended, which is why you seem to be moving at warp speed. These methods should help slow you down to normal. Sorry for the mix-up on which core to disable at first, and thanks to Trevius for the help
Reply With Quote
  #9  
Old 03-15-2008, 11:50 AM
Pdogg102391
Fire Beetle
 
Join Date: Oct 2007
Posts: 6
Default

Alright so when you say Create a shortcut of it do you mean the text file or EQ Game?? I really have no clue what i'm doin atm. Haha
Reply With Quote
  #10  
Old 03-15-2008, 11:53 AM
nezmyth
Sarnak
 
Join Date: Mar 2008
Posts: 71
Default

He means make a text file .. go open up notepad or wordpad either works ... copy and paste
Quote:
start /affinity 1 eqgame.exe patchme
exit
into the file , go to file save as , and name it EQ.bat , make a shortcut of that and put it on your desktop.. The icon should look like a window with a wheel in it
Reply With Quote
  #11  
Old 03-15-2008, 12:35 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Right. If you really want, you can go into the properties for the shortcut and change the icon to the EQ one.

Just like to play on EQEmu you had to make a shortcut to your eqgame.exe file, we're making another shortcut, but to eq.bat instead.
Reply With Quote
  #12  
Old 03-16-2008, 04:34 AM
Pdogg102391
Fire Beetle
 
Join Date: Oct 2007
Posts: 6
Default

And then once i make that file and make a shortcut to it, what am I supposed to do? I've tried opening it with EQgame and stuff and that doesnt work. =/
Reply With Quote
  #13  
Old 03-16-2008, 06:31 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Once you do that, you just run the shortcut to play EQ. If it saved properly as a .bat file, it should run just like an .exe.
Reply With Quote
  #14  
Old 03-24-2008, 06:48 AM
Jest
Fire Beetle
 
Join Date: Nov 2006
Posts: 16
Default

I am having a problem as well. I am on Windows XP x64 and get a fault each time I try to load eqgame.exe

Faulting application eqgame.exe, version 0.0.0.0, faulting module , version 0.0.0.0, fault address 0x00000000.

I tried the bat and set priority as well as compatibility mode but no luck.
Reply With Quote
  #15  
Old 03-24-2008, 06:26 PM
MNWatchdog
Hill Giant
 
Join Date: Feb 2006
Posts: 179
Default

Copied from VTZ forums:

Quote:
Originally Posted by Gameross
Get and install Get and Set CPU Affinity at http://www.geocities.com/edgemeal_so...nity/index.htm

You can set your affinity on the fly with it. You can also set it to launch with Windows and by adding EQGame.exe to favorites, you can have it automatically set affinities for you.

Only thing is doesnt have for options is to automatically set each instance of EQ to a seperate CPU, but Im guessing if you create seperate copies of EQGame.exe, each one with a different name, you can set favorites for each copy. Only need to do that if ya plan on boxing multiple toons. Worst case, all copies of EQ run on the same core.
Talks about the same program but also tells how ya might be able to deal with multiple toons, which is why I copied it.

Im assuming this applies to Vista too.
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:04 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3