problem enter

Help and support regarding PR:BF2 installation and in-game issues
rPoXoTauJIo
PR:BF2 Developer
Posts: 1978
Joined: 2011-07-20 10:02

Re: problem enter

Post by rPoXoTauJIo »

Yes, that's command line utility, write in cmd
Image

assetruler69: I've seen things you smurfs wouldn't believe. Apaches on the Kashan. I watched burned down tank hulls after the launch of the single TOW. All those moments will be lost in time, like tears in rain.

Time to give up and respawn.
poet1
Posts: 43
Joined: 2021-04-06 15:55

Re: problem enter

Post by poet1 »

CertUtil: -hashfile command FAILED: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: The system cannot find the file specified.
rPoXoTauJIo
PR:BF2 Developer
Posts: 1978
Joined: 2011-07-20 10:02

Re: problem enter

Post by rPoXoTauJIo »

You need to provide full path to file, if your cmd working directory not in PR root folder.
Image

assetruler69: I've seen things you smurfs wouldn't believe. Apaches on the Kashan. I watched burned down tank hulls after the launch of the single TOW. All those moments will be lost in time, like tears in rain.

Time to give up and respawn.
poet1
Posts: 43
Joined: 2021-04-06 15:55

Re: problem enter

Post by poet1 »

rPoXoTauJIo wrote:You need to provide full path to file, if your cmd working directory not in PR root folder.
The problem has not been solved

do you have team view for fix my problem
rPoXoTauJIo
PR:BF2 Developer
Posts: 1978
Joined: 2011-07-20 10:02

Re: problem enter

Post by rPoXoTauJIo »

poet1 wrote:The problem has not been solved
How did you tried to solve it?
Image

assetruler69: I've seen things you smurfs wouldn't believe. Apaches on the Kashan. I watched burned down tank hulls after the launch of the single TOW. All those moments will be lost in time, like tears in rain.

Time to give up and respawn.
poet1
Posts: 43
Joined: 2021-04-06 15:55

Re: problem enter

Post by poet1 »

rPoXoTauJIo wrote:How did you tried to solve it?
1 open cmd adminstart

2 paste

3 certutil -hashfile RendDX9.dll MD5

4 show me

CertUtil: -hashfile command FAILED: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: The system cannot find the file specified.


download team viewer

and enter my computer for fix the problem

https://www.teamviewer.com/en/download/
SemlerPDX
Posts: 530
Joined: 2011-01-16 21:49
Contact:

Re: problem enter

Post by SemlerPDX »

poet1 wrote:1 open cmd adminstart

2 paste

3 certutil -hashfile RendDX9.dll MD5

4 show me

CertUtil: -hashfile command FAILED: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: The system cannot find the file specified.
You MUST enter the FULL PATH to the file. This path might be different for each user. Find your Project Reality program and get the path (..\Project Reality\Project Reality BF2\).

On MY computer, this is located in the N: drive - for you it WILL be different.

Example:
1. open cmd
2. paste
3. certutil -hashfile "N:\Project Reality\Project Reality BF2\RendDX9.dll" MD5
4. Copy and post here in forums

poet1 wrote: download team viewer

and enter my computer for fix the problem

https://www.teamviewer.com/en/download/
No. You must fix it. Everyone is trying to help you. Be patient. Read carefully. Get help from a friend who can read English, if possible. This is easy. Translation is making this hard.
Last edited by SemlerPDX on 2021-04-25 01:34, edited 1 time in total.
Reason: fixed - quotes around path item - my bad
poet1
Posts: 43
Joined: 2021-04-06 15:55

Re: problem enter

Post by poet1 »

show me cmd

Expected no more than 2 args, received 7
CertUtil: Too many arguments

Usage:
CertUtil [Options] -hashfile InFile [HashAlgorithm]
Generate and display cryptographic hash over a file

Options:
-Unicode -- Write redirected output in Unicode
-gmt -- Display times as GMT
-seconds -- Display times with seconds and milliseconds
-v -- Verbose operation
-privatekey -- Display password and private key data
-pin PIN -- Smart Card PIN
-sid WELL_KNOWN_SID_TYPE -- Numeric SID
22 -- Local System
23 -- Network Service
24 -- Local Service

Hash algorithms: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512

CertUtil -? -- Display a verb list (command list)
CertUtil -hashfile -? -- Display help text for the "hashfile" verb
CertUtil -v -? -- Display all help text for all verbs
Last edited by poet1 on 2021-04-24 17:58, edited 1 time in total.
SemlerPDX
Posts: 530
Joined: 2011-01-16 21:49
Contact:

Re: problem enter

Post by SemlerPDX »

poet1 wrote:show me cmd

Expected no more than 2 args, received 7
CertUtil: Too many arguments

Usage:
CertUtil [Options] -hashfile InFile [HashAlgorithm]
Generate and display cryptographic hash over a file

Options:
-Unicode -- Write redirected output in Unicode
-gmt -- Display times as GMT
-seconds -- Display times with seconds and milliseconds
-v -- Verbose operation
-privatekey -- Display password and private key data
-pin PIN -- Smart Card PIN
-sid WELL_KNOWN_SID_TYPE -- Numeric SID
22 -- Local System
23 -- Network Service
24 -- Local Service

Hash algorithms: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512

CertUtil -? -- Display a verb list (command list)
CertUtil -hashfile -? -- Display help text for the "hashfile" verb
CertUtil -v -? -- Display all help text for all verbs
I have fixed my example. You must surround path with double quotation marks.
example: "path to file"

Try again.

Example:
1. open cmd
2. paste
3. certutil -hashfile "N:\Project Reality\Project Reality BF2\RendDX9.dll" MD5
4. Copy and post here in forums

You must change the example path shown above into YOUR path.
poet1
Posts: 43
Joined: 2021-04-06 15:55

Re: problem enter

Post by poet1 »

SemlerPDX wrote:I have fixed my example. You must surround path with double quotation marks.
example: "path to file"

Try again.

Example:
1. open cmd
2. paste
3. certutil -hashfile "N:\Project Reality\Project Reality BF2\RendDX9.dll" MD5
4. Copy and post here in forums

You must change the example path shown above into YOUR path.
C:\Windows\system32>certutil -hashfile C:\Program Files (x86)\Project Reality\Project Reality BF2\RendDX9.dll" MD5
Expected no more than 2 args, received 7
CertUtil: Too many arguments

Usage:
CertUtil [Options] -hashfile InFile [HashAlgorithm]
Generate and display cryptographic hash over a file

Options:
-Unicode -- Write redirected output in Unicode
-gmt -- Display times as GMT
-seconds -- Display times with seconds and milliseconds
-v -- Verbose operation
-privatekey -- Display password and private key data
-pin PIN -- Smart Card PIN
-sid WELL_KNOWN_SID_TYPE -- Numeric SID
22 -- Local System
23 -- Network Service
24 -- Local Service

Hash algorithms: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512

CertUtil -? -- Display a verb list (command list)
CertUtil -hashfile -? -- Display help text for the "hashfile" verb
CertUtil -v -? -- Display all help text for all verbs


C:\Windows\system32>
poet1
Posts: 43
Joined: 2021-04-06 15:55

Re: problem enter

Post by poet1 »

Image
rPoXoTauJIo
PR:BF2 Developer
Posts: 1978
Joined: 2011-07-20 10:02

Re: problem enter

Post by rPoXoTauJIo »

Your path to file contains spaces, enclose it with "
Something like "C:\Program files\pr\rendx9.dll"
Image

assetruler69: I've seen things you smurfs wouldn't believe. Apaches on the Kashan. I watched burned down tank hulls after the launch of the single TOW. All those moments will be lost in time, like tears in rain.

Time to give up and respawn.
SemlerPDX
Posts: 530
Joined: 2011-01-16 21:49
Contact:

Re: problem enter

Post by SemlerPDX »

rPoXoTauJIo wrote:Your path to file contains spaces, enclose it with "
Something like "C:\Program files\pr\rendx9.dll"
lol - thank you!! Yeah, I thought I made that pretty clear. Not sure of something larger than a language barrier is happening here.

OP posted this reply at end of last page:
C:\Windows\system32>certutil -hashfile C:\Program Files (x86)\Project Reality\Project Reality BF2\RendDX9.dll" MD5
Expected no more than 2 args, received 7
CertUtil: Too many arguments
... clearly only had double-quote AFTER and not before the path.

Should be:

Code: Select all

certutil -hashfile "C:\Program Files (x86)\Project Reality\Project Reality BF2\RendDX9.dll" MD5
poet1
Posts: 43
Joined: 2021-04-06 15:55

Re: problem enter

Post by poet1 »

The problem has been resolved

thank you all
User avatar
Suchar
PR:BF2 Lead Developer
Posts: 2177
Joined: 2016-10-12 13:25
Location: Poland

Re: problem enter

Post by Suchar »

poet1 wrote:The problem has been resolved

thank you all
That's great to hear! Would you be so kind to tell us what fixed the issue?
Image
poet1
Posts: 43
Joined: 2021-04-06 15:55

Re: problem enter

Post by poet1 »

remove win 10

install win 7

The problem has been resolved
Post Reply

Return to “PR:BF2 Support”