elishacloud / BloodRayne-2-Patch

Fixes the BloodRayne 2 'BR2 FSAA Patch 1.666' patch on Windows 8.1 and Windows 10.
zlib License
19 stars 1 forks source link

Strange error #2

Closed Kamm34 closed 6 years ago

Kamm34 commented 6 years ago

Hi Elisha,

I've obtained a very strange error code using your patch. Since I have no programming skills I'd like to ask you if you could find out what the problem is. I've searched for any other users obtaining this error, but it seems I'm the only one.

With kind regards Pierre Homrighausen

screenshot

Kamm34 commented 6 years ago

Oh, I've forgotten one thing: The error shows off by starting the br2fsaaConfig.exe, not the br2.exe.

elishacloud commented 6 years ago

@Kamm34, this looks like a language issue with the .NET code. Unfortunately I did not write that code and I cannot reproduce the issue. It seems like the program is being told that the language is "DE" but it should be told that the language is "de-DE". I am guessing you are using a language that the original author did not expect.

I was able to find a similar issue here.

There are basically two steps:

  1. Make sure that none of the files in your BloodRayne 2 folder are read only. a) Right-click on “BloodRayne 2” folder b) Select “Properties” c) Deselect the Read-only option.

  2. Modify the compatibility settings of br2fsaaConfig.exe to "Windows 7" a) Locate the br2fsaaConfig.exe executable. b) Right click on the exe and select "Properties" c) Select the "Compatibility" tab d) Check the "Run this program in compatibility for" and select "Windows 7"

Kamm34 commented 6 years ago

@elishacloud I've tried the suggestions, but unfortunately with no luck. The error stays the same. I'll try to contact the original author of the mod. Anyway, thank you for your help!

elishacloud commented 6 years ago

You could try the steps here or here to set the language up for this application to use English. I know it works with English since that is what I use.

Also you can see the original developer's comment to another issue here.

Kamm34 commented 6 years ago

Elishacloud, thank you very much! It turns out installing the english (United States) language pack for Windows 10 was enough to get the mod to run. All I had to do to play it in 4k was to additionally set the flag 'force simple window' via the Windows Compatibility Administrator. Thank you again for your fast and competend help!

elishacloud commented 6 years ago

Very good! Closing the issue since it is now resolved.