Go Back   Project Reality Forums > Project Reality Support > PR:BF2 Support
PR Time:
Register Forum RulesDeveloper Blogs Project Reality Members List Search Today's Posts Mark Forums Read
PR:BF2 Support Help and support regarding PR:BF2 installation and ingame issues

Contact Support Team Frequently Asked Questions Register today!

Reply
 
LinkBack Thread Tools Display Modes
Old 09-07-2009, 03:28 PM   #21
Gameserver Administrator

=RRF=Rebiv4's Avatar
Default Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

This hotfix is causing MD5 kicks. I deleted PB and reinstalled, still happened.

||

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
=RRF=Rebiv4 is offline Reply With Quote
Old 09-07-2009, 03:30 PM   #22

Snares's Avatar
Default Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

Quote:
Originally Posted by =RRF=Rebiv4 View Post
This hotfix is causing MD5 kicks. I deleted PB and reinstalled, still happened.
Keep using your bat files, as they will prevent the kick. The reason for the kicks is that Evenbalance probably haven't updated their checklists yet. Make sure you delete your cache as well.
Snares is offline Reply With Quote
Old 09-07-2009, 08:42 PM   #23
DDS

DDS's Avatar
Default Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

EA games are the most incompetent developers I have ever seen.. release a "fix" that causes problems.. seen this from 1.0 forward.. unbelievable

I'm Sorry.. I'm all out of Hope & Change. How about a nice crap sandwich?




To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
DDS is offline Reply With Quote
Old 09-07-2009, 08:53 PM   #24

Snares's Avatar
Default Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

Quote:
Originally Posted by DDS View Post
EA games are the most incompetent developers I have ever seen.. release a "fix" that causes problems.. seen this from 1.0 forward.. unbelievable
Well fortunately, this isn't a Evenbalance problem now. PR has to update their own check lists so that they will accept the md5 from this new hotfix. If you go play on a vanilla BF2 server, you shouldn't have any problems.
Snares is offline Reply With Quote
Old 09-07-2009, 10:08 PM   #25

DesmoLocke's Avatar
Send a message via AIM to DesmoLocke Send a message via Skype™ to DesmoLocke
Default Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

Quote:
Originally Posted by DDS View Post
EA games are the most incompetent developers I have ever seen..
Too bad EA is a publisher and DICE (EA Digital Illusions CE) is the developer.

Since applying the hotfix, I have had no issues with vBF2 servers. However, some of the MD5 checks when in PR servers is still causing a PB kick for some reason.
I suspect EvenBalance to correct it in due time.

1N4X1 USAF Active Duty

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

"The clever combatant imposes his will on the enemy, but does not allow the enemy's will to be imposed on him." - Sun Tzu
DesmoLocke is offline Reply With Quote
Old 09-07-2009, 10:09 PM   #26

Snares's Avatar
Default Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

Quote:
Originally Posted by DesmoLocke View Post
Too bad EA is a publisher and DICE (EA Digital Illusions CE) is the developer.

Since applying the hotfix, I have had no issues with vBF2 servers. However, some of the MD5 checks when in PR servers is still causing a PB kick for some reason.
I suspect EvenBalance to correct it in due time.
http://www.realitymod.com/forum/f27-...nddx9-dll.html Please carefully read the first post in this thread to fix the PB kick.
Snares is offline Reply With Quote
Old 09-07-2009, 11:15 PM   #27
DDS

DDS's Avatar
Default Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

Quote:
Originally Posted by Snares View Post
Well fortunately, this isn't a Evenbalance problem now. PR has to update their own check lists so that they will accept the md5 from this new hotfix. If you go play on a vanilla BF2 server, you shouldn't have any problems.
\

THe "fix" came from EA Games, not PR. PR must then adapt to said "fix". So yeah this is an EA "problem".

I'm Sorry.. I'm all out of Hope & Change. How about a nice crap sandwich?




To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
DDS is offline Reply With Quote
Old 09-07-2009, 11:19 PM   #28

Snares's Avatar
Default Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

Quote:
Originally Posted by DDS View Post
\

THe "fix" came from EA Games, not PR. PR must then adapt to said "fix". So yeah this is an EA "problem".
I suppose it is kind of a "problem" in the sense PR must adapt to said "fix," but I'm not really too mad at EA right now. The original alt-tab problem was EA's, but the hotfix, in itself, is not. EA is not responsible for PR's specific MD5 check lists. I'm just really grateful that DICE was kind enough to do anything about it at all.
Snares is offline Reply With Quote
Old 09-08-2009, 01:12 AM   #29
Thumbs down Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

Edit: Ignore this post. I made a mistake. Snare's post is correct. I'll leave what I put below but please ignore it.



The original post suggests using a rename method for the .dll files. This is not a good idea because if you accidentally click the wrong .bat file for whatever reason your .dll files could get mixed up.

Instead, use a copy over method from source files which are never changed:

dxbfstart.bat

Code:
c:

cd "Program Files\Battlefield 2"

copy RendDX9_hotfix.dll RendDX9.dll /y
DxBFMainMenu.bat

Code:
c:

cd "Program Files\Battlefield 2"

copy RendDX9_15.dll RendDX9.dll /y

This way, you can be sure that the right .dll is in place and that the wrong rendx9.dll was not renamed to the wrong source because no renaming is used.
LMLM111 is offline
Last edited by LMLM111; 09-08-2009 at 04:17 AM..
Reply With Quote
Old 09-08-2009, 01:52 AM   #30

Snares's Avatar
Default Re: BF2 1.5 Alt-Tab Fix Through RendDX9.dll

Quote:
Originally Posted by LMLM111 View Post
The original post suggests using a rename method for the .dll files. This is not a good idea because if you accidentally click the wrong .bat file for whatever reason your .dll files could get mixed up.

Instead, use a copy over method from source files which are never changed:

dxbfstart.bat

Code:
c:

cd "Program Files\Battlefield 2"

copy RendDX9_hotfix.dll RendDX9.dll /y
DxBFMainMenu.bat

Code:
c:

cd "Program Files\Battlefield 2"

copy RendDX9_15.dll RendDX9.dll /y

This way, you can be sure that the right .dll is in place and that the wrong rendx9.dll was not renamed to the wrong source because no renaming is used.
That's incorrect. If you keep RendDX9.dll in its original form, and RendDX9_fix.dll in it's original form, you can never accidentally rename the bat files. Copying takes much longer and creates fragments. Go ahead, try it. Run the bats in the reverse order, do anything you want. It will never mess up. Carefully look at the bat files and you will see why. In the start, you rename one bat file to *_15, and then rename *_fix to *. In mainmenu, the only possibly option is to rename * to _fix. The last line of mainmenu will not work, because the bat file will not rename another file to the same filename. You get
Code:
A duplicate file name exists, or the file cannot be found.
and the bat crashes, thereby removing any chance of messing up.
Snares is offline
Last edited by Snares; 09-08-2009 at 02:27 AM..
Reply With Quote
Reply


Tags
alttab, bf2, fix, renddx9dll
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 12:41 AM.


Powered by: vBulletin. ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO.
All Content Copyright ©2004 - 2010, Project Reality.