bizarre fix 2: how i got rage to work

Post » Wed May 16, 2012 8:59 am

Wow man it works and runs at about 95% and that's good enough for me, so thank you for your awesome work, but i have 1 issue and that is when i go to the ghost hide out it freezes and even if i try to save it also freezes and lock up, could you help me with this please?


My System:

Win 7 - 32 bit
Intel? Core? Duo CPU E8400 @ 3.00GHz
Gigabyte 965P-DQ6 - 6-Quad M/board
4GB duel kit
ATI HD5970 2GB GDDR5 Memory, PCI E - 16


I get the "screen shows only bands of color when loading a new area" bug from time to time but all I do is go to Load Game and reload the latest save --- the game always autosaves when entering a new area. That fixes things for me.

If not, I see you're an ATI user. Check what version of Catalyst you have. I've been reading around this forum and a lot of users have problems with one version of Catalyst.
User avatar
Shirley BEltran
 
Posts: 3450
Joined: Wed Jul 26, 2006 4:14 pm

Post » Wed May 16, 2012 12:34 am

Thanks for giving me credit Trooper; very much appreciated.

An update though: I will be changing the picture that shows the settings I use. I just found out several things after the tweaks I made:

1. I can run the game at 1024 resolution without the game degenerating into a stuttering mess
2. I can now apply 2x anti-aliasing without the game degenerating into a stuttering mess
3. I can now activate Texture Cache --- this is highly dependent on your system though (it's dependent on video RAM according to the Nvidia article)
4. The Texture Cache setting is bugged for me (I don't know about other users): every time I load the game up, it reverts to "Small." Setting it back to "High" produces no problem (for me) so that' what I do every time I load the game up.

I can run the game at 1152 resolution but I notice my eyes get tired fast. There's a discernible amount of stutter whenever I set it to that level.

The reason it reverts to Small is because you have it set to Small in Config or Launch Application or even maybe in your Rage.exe Shortcut.

My Catalyst Version is 11.10

My System:

Win 7 - 32 bit
Intel? Core? Duo CPU E8400 @ 3.00GHz
Gigabyte 965P-DQ6 - 6-Quad M/board
4GB duel kit
ATI HD5970 2GB GDDR5 Memory, PCI E - 16
User avatar
Princess Johnson
 
Posts: 3435
Joined: Wed Feb 07, 2007 5:44 pm

Post » Wed May 16, 2012 11:11 am

The reason it reverts to Small is because you have it set to Small in Config or Launch Application or even maybe in your Rage.exe Shortcut.

My Catalyst Version is 11.10

My System:

Win 7 - 32 bit
Intel? Core? Duo CPU E8400 @ 3.00GHz
Gigabyte 965P-DQ6 - 6-Quad M/board
4GB duel kit
ATI HD5970 2GB GDDR5 Memory, PCI E - 16


Hello Cobra. Is your Catalyst version the "safe" one? If you're not sure, do check; the answer might help you. (Nvidia user here so I can't help you with that. I dunno what Trooper321 is using. You might want to check with him.)

Regarding my Texture Cache problem, thanks! I already solved it though --- setting 4K textures as your preference in the config file I detailed in my guide causes the Texture Cache to automatically default to Small each and every time you launch the game. Setting it 8K textures will enable it to "stick" to the High setting. I've already updated my guide to reflect this.
User avatar
Susan
 
Posts: 3536
Joined: Sun Jun 25, 2006 2:46 am

Post » Wed May 16, 2012 9:15 am

Mr. That is VERY nice work!
You just made my weekend. This is running very solid and the graphics are outragious.
I'm no longer afraid of the esc button. You really are a hero!

THANKYOU VERY MUCH.

3 BUMPS.......... :icecream:
User avatar
Beulah Bell
 
Posts: 3372
Joined: Thu Nov 23, 2006 7:08 pm

Post » Tue May 15, 2012 8:23 pm

following Rob UK's post i got RAGE to work (bizarre fix) and it truly looks amazing.
I've followed http://forums.bethso...63-bizarre-fix/ advices with a little change here and there:

step 1 : installing ati drivers
install CCC and ati drivers 11.9

step 2 estimated time 1 minute
go to program files
steam
steamApps
common
rage
right click on rage.exe
set compatibility mode "Win98/ME"

Not working for me. Still have 0 fps after intro video.

step 3 : estimated time 2 minutes
go to steam
rage
right click on rage
properties
set launch option
and add following line:

+cvaradd jobs_numThreads -1 +com_skipIntroVideo 1 +seta com_allowconsole 1 +vt_maxPPF 8

(remark: here i use parameter +vt_maxPPF 8 that is for dual core processor, for quad core this should be +vt_maxPPF 16
the parameter gives better streaming textures for multi-core systems)


step 4 : creating the RageConfig file - estimated time : 5 minutes
(**)

** props to user "ildamos" for the perfect tutorial and explanation:
check out http://imbacore.blogspot.com/2011/10/how-to-solve-rage-texture-streaming-pop.html for more info. (also for nvidia users)

here i give 2 options:
A ) option A : 4K textures: depending on your system! (for every user it will be a different : i first tried 4K which was ok but then i tried 8K and was blown away)
B ) option B : 8K textures : top of the notch, high end textures. It works for me on a 1 GB VRAM card. These textures blew me away and give a different feel to the game, kinda cartoonisch but very slick and sharp.
(1,5 gb vram is recommended but it works for me on a 1gb vram card so i guess it works in general? waiting for updates on that one)

1. Option A explained:

go to program files
steam
steamApps
common
rage
base
now right click in the folder
click on NEW
create text document with the name RageConfig.cfg
edit with text editor and add following lines:

vt_pageimagesizeuniquediffuseonly2 4096
vt_pageimagesizeuniquediffuseonly 4096
vt_pageimagesizeunique 4096
vt_pageimagesizevmtr 4096
vt_restart
vt_maxPPF 8

EXPLANATION:
the 4096 stands for the type of textures you wanna use, in this case 4K textures
the 8 in the last line is for dual core systems, make it 16 if you have a quad core system

save the file

2. Option B explained:

go to program files
steam
steamApps
common
rage
base
now right click in the folder
click on NEW
create text document with the name RageConfig.cfg
edit with text editor and add following lines:

vt_pageimagesizeuniquediffuseonly2 8192
vt_pageimagesizeuniquediffuseonly 8192
vt_pageimagesizeunique 8192
vt_pageimagesizevmtr 8192
vt_restart
vt_maxPPF 8

EXPLANATION:
the 8192 stands for the type of textures you wanna use, in this case 8K textures
the 8 in the last line is for dual core systems, make it 16 if you have a quad core system

save the file



start the game through steam
go to settings
video settings
turn Vsync ON (you can leave it off, but i turned it on to get rid of image tearing (horizontal lines while looking around in the game world within rage)
play the game

F5 and escape key work again ingame and everything seems to work fine.
Textures load in good, although a tiny little bit slower than perfect, but maybe its just a small parameter i need to change? someone knows?

good luck! I'm testing rage at the moment, updates on new issues follow later, if there are.

PS: steam says 5 hours gameplay, but i have none. I was fixing issues. :)

SPECS AGB VRAM XFX ATI 5870 XXX ON QUAD CORE INTEL 3,00Ghz
4gig ram
amd 11.9 drivers for ati



issues after testing:
- inbetween levels, while loading, the game sometimes freezes.
-other than that everything seems to work fine with a little bit slower texture loads.
F5 and escape to menu works and doesnt cause crashes anymore
User avatar
Stay-C
 
Posts: 3514
Joined: Sun Jul 16, 2006 2:04 am

Post » Tue May 15, 2012 9:54 pm

fix dosnt work for me at all. followed directions to the letter. experiencing freezing in loading as reported, and corrupted textures still.

specs :

AMD Phenom X4 3,2 Ghz
4 GB RAM
ATI 5770 HD
User avatar
Enie van Bied
 
Posts: 3350
Joined: Sun Apr 22, 2007 11:47 pm

Post » Tue May 15, 2012 10:02 pm

fix dosnt work for me at all. followed directions to the letter. experiencing freezing in loading as reported, and corrupted textures still.

specs :

AMD Phenom X4 3,2 Ghz
4 GB RAM
ATI 5770 HD


Try it with the 11.10 driver, that's what I did. I had the same problem as you at first.
Also set the Steam programs affinity to real time.....that stopped the lag.

Good luck
User avatar
Daddy Cool!
 
Posts: 3381
Joined: Tue Aug 21, 2007 5:34 pm

Post » Wed May 16, 2012 5:48 am

Try it with the 11.10 driver, that's what I did. I had the same problem as you at first.
Also set the Steam programs affinity to real time.....that stopped the lag.

Good luck


You are welcome! I'm glad it worked for you and several others Nitrowildal!
User avatar
Casey
 
Posts: 3376
Joined: Mon Nov 12, 2007 8:38 am

Post » Wed May 16, 2012 9:10 am

doesnt work for me, all the graphics are gray and black squares.....
please help me !






i5 2500
hd 6950
4 g ram
windows 32 bit
User avatar
RUby DIaz
 
Posts: 3383
Joined: Wed Nov 29, 2006 8:18 am

Post » Tue May 15, 2012 10:14 pm

doesnt work for me, all the graphics are gray and black squares.....
please help me !






i5 2500
hd 6950
4 g ram
windows 32 bit

The game seems to have problems with certain version of Catalyst. Check around these forums about which ones work fine w the game. (I'm an Nvidia user. Sorry.)
User avatar
Tom
 
Posts: 3463
Joined: Sun Aug 05, 2007 7:39 pm

Post » Wed May 16, 2012 12:40 am

Works for me but the only problem now is that everytime I go into a new area or if a new area loads, there is texture corruption.
User avatar
Jessica Colville
 
Posts: 3349
Joined: Wed Oct 18, 2006 6:53 pm

Post » Wed May 16, 2012 8:45 am

Works for me but the only problem now is that everytime I go into a new area or if a new area loads, there is texture corruption.


I get that in 2 out 5 or so loads. Reloading promptly fixes the problem since the game autosaves every time you enter a new area. Cheers.

Now could this thread be stickied? I've already counted TEN people who posted that this fix works for them.

It's too inefficient for people to just point to this thread every time someone posts about RAGE texture problems (that's non-Catalyst related).

EDIT: Sorry for the large letters but I realize the moderators are busy. Those might catch their attention. Again, apologies.
User avatar
Pawel Platek
 
Posts: 3489
Joined: Sat May 26, 2007 2:08 pm

Post » Wed May 16, 2012 9:56 am

I get that in 2 out 5 or so loads. Reloading promptly fixes the problem since the game autosaves every time you enter a new area. Cheers.

It happens for me everytime and I have to close the game and then reload it. Simply going to the menu and reloading it doesnt work.
Plus the Escape and F5 still crash the game sometimes.
User avatar
Robert Jr
 
Posts: 3447
Joined: Fri Nov 23, 2007 7:49 pm

Post » Tue May 15, 2012 11:20 pm

Thank you so much for this thread. I spent weeks trying to get my copy to work and I finally am able to play (still with slight issues however).

My game no longer freezes every two seconds, but now after about say half an hour, the game slowly starts to lose its performance and starts laggin when aiming down sights. This is for like split seconds at a time and not an incredibly major issue but is very annoying. Still, this has been the best fix I have seen so far so very well done.

If anyone has any advice to help keep the performance long term, and not have the game degenerate into chaos over time, I would like to know.

Im running with the 8000 textures I as I have dual core and 1gb of vid memory.

ATI Phenom II X2 550 oced to 3.4ghz
Radeon 5750 1gb
4gb DDR3 RAM
Win 7 64bit
11.10 preview drivers (rev. 2)
User avatar
Marta Wolko
 
Posts: 3383
Joined: Mon Aug 28, 2006 6:51 am

Post » Wed May 16, 2012 1:23 am

I had exactly the same problem. Paste the atioglxx.dll in your game directory. It solved the problem for me . My fps raised from 1 to 60 when i did this.
User avatar
helen buchan
 
Posts: 3464
Joined: Wed Sep 13, 2006 7:17 am

Post » Wed May 16, 2012 11:25 am

@Tomas: I'm glad Trooper's AMD fix solved the problem for you.

@lozzo871 and czle: Sorry mates, I can't help you there. I hope they release a patch soon for you guys.
User avatar
Michelle Serenity Boss
 
Posts: 3341
Joined: Tue Oct 17, 2006 10:49 am

Post » Wed May 16, 2012 8:12 am

how is everyone doin with the fixes? i wait for 11.12 to replay the game. In the meanwhile...skyrim and bf3!!!!
User avatar
ShOrty
 
Posts: 3392
Joined: Sun Jul 02, 2006 8:15 pm

Post » Wed May 16, 2012 6:40 am

I'm on my third playthrough (now trying the game on Nightmare difficulty). :D No problem; no bugs, nothing. :D
User avatar
remi lasisi
 
Posts: 3307
Joined: Sun Jul 02, 2006 2:26 pm

Previous

Return to Othor Games