Serious Sam 3 VR: BFE

Serious Sam 3 VR: BFE

View Stats:
License verification error
I've scoured the web and have tried every suggestion with no success. Error unable to verify license, make sure your connected to the internet and try again. No one seems to have a clear answer on a cause or a fix. Any help would be greatly appreciated.

https://pastebin.com/3DuMQaG5
Last edited by MasterLunatik; May 13, 2018 @ 6:25pm
< >
Showing 1-15 of 17 comments
Drki  [developer] May 16, 2018 @ 2:05am 
Since reported error is 'unknown certificate verification error' this could be number of different things. For start please make sure that you're connected to the internet, that you don't use proxy, and that your firewall isn't blocking the application. To verify that your computer has basic internet access please do the following;
- press windows+R to get run dialog
- type in 'cmd' (without quotes)
- type in 'ping g83f81g8j8.execute-api.us-west-2.amazonaws.com' (again without quotes)
- post the response here

Thanks
MasterLunatik May 16, 2018 @ 8:54am 
Pinging g83f81g8j8.execute-api.us-west-2.amazonaws.com [52.222.209.197] with 32 bytes of data:
Reply from 52.222.209.197: bytes=32 time=32ms TTL=248
Reply from 52.222.209.197: bytes=32 time=32ms TTL=248
Reply from 52.222.209.197: bytes=32 time=33ms TTL=248
Reply from 52.222.209.197: bytes=32 time=32ms TTL=248

Ping statistics for 52.222.209.197:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 32ms, Maximum = 33ms, Average = 32ms
Drki  [developer] May 16, 2018 @ 9:02am 
ok, great. For further test you'll need curl.exe application. If you don't have one downloaded already, you can download one from here https://winampplugins.co.uk/curl/
After downloading, start 'cmd' as before, go to the folder where you've downloaded curl and type in:
curl -H "Content-Type: application/json" -X POST -d "{\"request\": \"test\"}" "https://g83f81g8j8.execute-api.us-west-2.amazonaws.com/prod/ConnectionTest"
and post response
MasterLunatik May 16, 2018 @ 9:31am 
Not sure if I did that right but it returned "success!"
MasterLunatik May 16, 2018 @ 9:33am 
C:\Users\Paul>C:\users\paul\downloads\curl\curl -H "Content-Type: application/json" -X POST -d "{\"request\":\"test\"}" "https://g83f81g8j8.execute-api.us-west-2.amazonaws.com/prod/ConnectionTest"
"success!"
C:\Users\Paul>
Drki  [developer] May 17, 2018 @ 1:25am 
ok, 'success' is what we wanted. one more test if you will please;
download certificate file from 'https://www.dropbox.com/s/jv87pg4rdyet3cq/ca-aws.crt' into folder where you downloaded curl and then run;
curl -H "Content-Type: application/json" -X POST -d "{\"request\": \"test\"}" --cacert ca-aws.crt "https://g83f81g8j8.execute-api.us-west-2.amazonaws.com/prod/ConnectionTest"
and post the response
MasterLunatik May 17, 2018 @ 4:41am 
C:\Users\Paul>C:\users\paul\downloads\curl\curl -H "Content-Type: application/json" -X POST -d "{\"request\":\"test\"}" --cacert ca-aws.crt "https://g83f81g8j8.execute-api.us-west-2.amazonaws.com/prod/ConnectionTest"
curl: (77) error setting certificate verify locations:
CAfile: ca-aws.crt
CApath: none
Drki  [developer] May 18, 2018 @ 1:55am 
Received error indicate that there is no 'ca-aws.crt' file. Did you download 'ca-aws.crt' file from provided link and put it your curl directory?
MasterLunatik May 18, 2018 @ 4:23am 
Yes I did. The curl folder contatins:
curl.exe
ca-aws.crt
ca-bundle.crt
Drki  [developer] May 18, 2018 @ 5:40am 
ok, i see what you did, you'll need to be located in your curl directory for certificate file to be accessible by curl. do the folowing;
- start cmd again
- type in 'cd C:\users\paul\downloads\curl\'
- type in 'curl -H "Content-Type: application/json" -X POST -d "{\"request\": \"test\"}" --cacert ca-aws.crt "https://g83f81g8j8.execute-api.us-west-2.amazonaws.com/prod/ConnectionTest"'
MasterLunatik May 18, 2018 @ 8:12am 
C:\Users\Paul\Downloads\curl>curl -H "Content-Type: application/json" -X POST -d "{\"request\": \"test\"}" --cacert ca-aws.crt "https://g83f81g8j8.execute-api.us-west-2.amazonaws.com/prod/ConnectionTest"
"success!"
Last edited by MasterLunatik; May 18, 2018 @ 8:15am
MasterLunatik May 21, 2018 @ 6:14am 
I don't know if that last step was intended to be a fix for my problem, but at the moment both of my games are working fine without the license issue.

Thanks a TON!
Drki  [developer] May 21, 2018 @ 11:53pm 
That's great to hear.
All commands you executed were only diagnostic in nature, trying to find the cause of your problem. I guess there could have been an error with your ISP or your firewall, but it self-corrected in time.
Have fun
Keeper May 4 @ 4:30am 
HEllo, i have same problam. and there ith no ca-aws.crt in link
Keeper May 4 @ 4:31am 
Originally posted by Drki:
That's great to hear.
All commands you executed were only diagnostic in nature, trying to find the cause of your problem. I guess there could have been an error with your ISP or your firewall, but it self-corrected in time.
Have fun
please help me
< >
Showing 1-15 of 17 comments
Per page: 1530 50