Vid card help

lorrum

Dalayan Adventurer
Hi guys, Im running an AMD 1.6 x2 turion with 1gig of ram and Nvidia Geforce GO 6150 card. Prolbem is the game grafix pcs/npcs warp enlarge like ballons and i move like im warping around also buttons get stuck to the mouse.anyone know of a fix? Also how do i play more full screen? I am running Vista 32-bit oper. sys.

thanks
lorrum
 
I go half way through the installation and it says that there is a problem an error message comes up saying there is a file missing an and it can't complete the install. Any suggestion now. Sorry to be such a bother I am new to this online gaming thing. Thanks for the help.
 
i dont have a file named Windows\system32\dllcache\ .When i try the imagecfg.exe in the game folder and system32 folder all i get is "unable to map or find eqgame.exe.I also tried the

4. Open notepad and enter the following:

imagecfg -a 0x1 eqgame.exe
pause

5.Save the file in the game directory as "processor.bat" including the quotes

Cant save with " in the name

also tried the alt+ctrl+del with it running to change the aff and it tells me access denied.
sigh i really wanna play.

lorrum
 
I dont think you actually read the link the Kyeld provided to you. Please do so now, and actually follow the instructions.
 
You need to enter the entire file path when using imagecfg, otherwise it won't find and patch eqgame.exe
 
erm i did how else would i have known to try those things? when i type the path c:\programfiles\sony\everquest\everquest.exe i assume this is the fulll path, it sez the file cant be found.i have imagecfg.exe unzipped in the eq folder and on system 32.
 
okay there are two people trying to fix this on my laptop. One my bf who knows more than I do about computers and myself who just bought the the thing in may. Okay he has given up. My problem the game is fine for about 20-30 minutes then people start shaking and enlarging I suddenly run faster. This is not right. If I log off and re log I have another 20-30 min. window. I can't continue to log on and off there has to be something I am not doing. Now my bf can't figure it out so I called Microsoft who wouldn't help, I called the AMD Turion people and they said the Opti. was built into my model and so I am left with this DOS entry thing. You guys tell me to open command prompt and enter:

imagecfg -a 0xn <Drive:>\Path\yourprogram.exe

now i entered

imagecfg -a Ox1 eqgame.exe and I got a whole set of information on which I don't understand like:
Invalid affinity mask specified to /a switchMicrosoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Users\Owner>imagecfg -a Ox1 eqgame.exe
IMAGECFG: invalid affinity mask specified to /a switch.
usage: IMAGECFG [switches] image-names...
[-?] display this message
[-s path to symbol files]
[-v MajorVersion.MinorVersion]
[-w Win32 GetVersion return value in hex]
[-a Process Affinity mask value in hex]
[-u Marks image as uniprocessor only]
[-r run with restricted working set]
[-b BuildNumber]
[-g bitsToClear bitsToSet]
[-o default critical section timeout
[-d decommit thresholds]
[-m maximum allocation size]
[-t VirtualAlloc threshold]
[-p process heap flags]

C:\Users\Owner><3
The syntax of the command is incorrect.

I am lost. What am I trying to do exactly? I thought I was teaching the PC to see only one processor but I can't even get that and now that I find out the Optimizer is built in I am worse off. I don't want to screw up my laptop. So if someone can walk me through this I would appreciate it. My bf has given up and now I am on my own with spider dancers and enlargeing NPC's. I suppose I have to enter a command prompt but what does it mean when you guys say

\Path\yourprogram.exe

what is path and what is your program. Maybe if I know how to fill in these blanks this might help or did I do it right?

sorry be such a bother. Lorrum. Keep in mind I have no idea how to read or understand this stuff. So pleas make it simplified for the PC dummy here. lol

It should be noted I have a HP Pavilion dv2000 running Vista basic mode with AMD Turion 64 with Nvidia Graphics Card. Its the damn Vista I know it is...
 
Its a Zero not the letter O

lorrum said:
C:\Users\Owner>imagecfg -a Ox1 eqgame.exe

The path should be C:\Program Files\the Company\the Game\eqgame.exe

there's a word filter ^
 
You'd better try it like this, because the spaces in the path are going to screw you up.
Code:
imagecfg -a 0x1 "C:\Program Files\the Company\the Game\eqgame.exe"
You can also drag a file into the command window if you think you're having a problem with typos or something. Open a command window and type:
Code:
imagecfg -a 0x1
Make sure there is a space at the end of that line. Now leave the command window open and find the file eqgame.exe on your computer (you can use the search function if you want). Now drag eqgame.exe on to your command window. The file and path will be inserted with the correct formatting and spelling.

PS - In Vista you need to run the command prompt elevated. Right click on the shortcut to command prompt and choose "Run as Administrator".
 
okay it said unable to map and load C:program file...

so what does this mean I did put the command in as an administrator
 
You need qoutes around your path because there is a space in Program Files. Like this:
Code:
imagecfg -a 0x1 "C:\Program Files\the Company\the Game\eqgame.exe"
 
Back
Top Bottom