SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SHIII Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 07-06-20, 06:29 AM   #1
Nicolai
Watch
 
Join Date: May 2009
Location: Holland
Posts: 24
Downloads: 63
Uploads: 0
Default binpatch.exe

Hi all,

When trying to install this patch, the binpatch.exe will not start, giving the error: "the application was unable to start correctly 0xc00007b", which seems to me a vague Windows compatibility error.
I have the msvcp100 and msvcr100 .dll files in both my sys32 as my SH3 install folder if that matters.
I am running Windows 10 and if anyone has any ideas or has encountered this issue (or has a way for me to patch the few bits for the nav/attack map scale manually) I would love to hear it.

Thanks in advance,
Nicolai
Nicolai is offline   Reply With Quote
Old 09-13-20, 02:46 AM   #2
j4ckkn1fe
Swabbie
 
Join Date: Jan 2014
Posts: 13
Downloads: 44
Uploads: 0
Default

Quote:
Originally Posted by Nicolai View Post
Hi all,

When trying to install this patch, the binpatch.exe will not start, giving the error: "the application was unable to start correctly 0xc00007b", which seems to me a vague Windows compatibility error.
I have the msvcp100 and msvcr100 .dll files in both my sys32 as my SH3 install folder if that matters.
I am running Windows 10 and if anyone has any ideas or has encountered this issue (or has a way for me to patch the few bits for the nav/attack map scale manually) I would love to hear it.

Thanks in advance,
Nicolai
I'm having the same error which is frustrating. The game still runs but you get the navigation double map. Please help would love to play this amazing game.

EDIT: I fixed this by installing every visual c++ package i could find 2005-2015. Not sure which one did the trick but it worked...

Last edited by j4ckkn1fe; 09-13-20 at 02:48 PM.
j4ckkn1fe is offline   Reply With Quote
Old 11-14-20, 06:35 PM   #3
Phrosperatus
Bilge Rat
 
Join Date: Nov 2020
Posts: 1
Downloads: 25
Uploads: 0
Default

Hi!

Thank you for this amazing tool.
I get this error message when trying to run TychoSh3Patch.bat:

"'binpatch' is not recognized as an internal or external command,
operable program or batch file.

Fail."

I'm on windows 10.

Fix:
Copied the folder "TychoSh3Patch_v3" to "C:"
then edited "TychoSh3Patch.bat" file to look like this:

@echo off

cd C:\TychoSh3Patch_v3\WorkFolder
binpatch apply sh3.exe TychoSh3Patch.map

echo.
if errorlevel 1 goto ERROR

echo Success.
goto END
:ERROR
echo Fail.
:END

echo.
pause

Last edited by Phrosperatus; 11-14-20 at 06:51 PM.
Phrosperatus is offline   Reply With Quote
Old 11-15-20, 11:54 AM   #4
Hebe Vollmaus
Lieutenant
 
Join Date: Jun 2010
Location: Germany
Posts: 250
Downloads: 3
Uploads: 1
Default replacing binpatch.exe by make your own

Tycho SH3- and Chrono-Patches use "binpatch.exe".
It requires special Visual C++ Redistributable Package installed.

This file is not necessarily needed or can be replaced by another "binpatch.exe".

The already h.sie/stiebler patched sh3.exe can be patched direct with a HEX-Editor by hand.
All what is needed is in the *.map-file. Its easy to read.



Another way is replacing binpatch.exe.
There are lots of Sources around the web. The simplest may be this:
https://ftp.nice.ch/pub/next/unix/ha...inpatch.c.html

This can be easily compiled for example with MS "Visual C++ Toolkit 2003".
As this source is very easy, and not direct compatible with "Tycho's"-binpatch.exe, some changes has to be made:

( the original line is commented out by // )

//if ((input_file = fopen(input_file_name, "r+")) == NULL) {
if ((input_file = fopen(input_file_name, "r+b")) == NULL) {

//count = fscanf(diff_file, "%lu %o %o", &offset, &c1, &c2);
count = fscanf(diff_file, "%lx %x %x", &offset, &c1, &c2);

//offset--;


The *.map-file must be changed to contain only the
Address NumberOriginal NumberPatch
without any Comments. Like this: "TychoSh3Patch_new.map"
Quote:
000A5DC6 f0 ff
000A5DC7 22 11
000A5DC8 22 11
000A5DC9 22 11
The binpatch-command itself must also be changed into:
binpatch -f TychoSh3Patch_new.map sh3.exe


Please note: due to its simpleness-behavior the sh3.exe is overwritten. A Copy has to be keep safe.


Greetings.
Hebe Vollmaus is offline   Reply With Quote
Old 01-10-21, 06:14 PM   #5
Tycho
Sonar Guy
 
Join Date: Oct 2009
Location: Sofia, Bg
Posts: 384
Downloads: 264
Uploads: 1


Default

Hello, people!
How are you after this unusual year?
I, don't stop working, only 5 days vacation for the whole year. And, started to gather some home alcoholic habits...

I think, it is time for me to come back to SH3.
Well, it will be a slow process, I will slowly gather interest over some months, at now I even don't have SH3 on my new computer.

For beginning let's start with new patcher for my sh3.exe patches. This one don't want to work on my new computer with Win10. Like Hebe Vollmaus say, it need some ****. I already found and will make a new one, more easier and user friendly. Give me a week.

Also I want to apologize to everyone who has written to me a PM in the last two years and I don't answered. I was not here, will read these the next days. There is no point to answering now, probably the meaning has expired.

Happy New Year to you all!
__________________
If you ride like lightning, you're gonna crash like thunder.
Tycho is offline   Reply With Quote
Old 01-10-21, 07:43 PM   #6
FUBAR295
Krusty Krab
 
FUBAR295's Avatar
 
Join Date: Mar 2002
Location: Decks awash in the North Atlantic
Posts: 1,298
Downloads: 442
Uploads: 0
Default

Welcome back.

Good hunting,
FUBAR295
__________________
Good judgment comes from experience. Unfortunately, the experience usually comes from bad judgment.


FUBAR295 is online   Reply With Quote
Old 01-11-21, 01:01 AM   #7
CapZap1970
Sea Lord
 
Join Date: Mar 2007
Location: La Paz, Bolivia
Posts: 1,956
Downloads: 259
Uploads: 51
Default

Quote:
Originally Posted by Tycho View Post
Hello, people!
How are you after this unusual year?
I, don't stop working, only 5 days vacation for the whole year. And, started to gather some home alcoholic habits...

I think, it is time for me to come back to SH3.
Well, it will be a slow process, I will slowly gather interest over some months, at now I even don't have SH3 on my new computer.

For beginning let's start with new patcher for my sh3.exe patches. This one don't want to work on my new computer with Win10. Like Hebe Vollmaus say, it need some ****. I already found and will make a new one, more easier and user friendly. Give me a week.

Also I want to apologize to everyone who has written to me a PM in the last two years and I don't answered. I was not here, will read these the next days. There is no point to answering now, probably the meaning has expired.

Happy New Year to you all!

Welcome back, Tycho!!!


Good to see you around!


CapZap
__________________
CapZap1970 is offline   Reply With Quote
Old 01-11-21, 04:37 AM   #8
Hebe Vollmaus
Lieutenant
 
Join Date: Jun 2010
Location: Germany
Posts: 250
Downloads: 3
Uploads: 1
Default

Nice to read you.
I'm always interested in all your output or teaching lessons.

Greetings.
Hebe Vollmaus is offline   Reply With Quote
Old 01-18-21, 03:53 AM   #9
880-5
A-ganger
 
Join Date: Nov 2015
Location: Iserlohn, Deutschland
Posts: 71
Downloads: 527
Uploads: 0
Default

Hi, I am still having issues with the double attack card. How can I solve this?? Many Thanks
880-5 is offline   Reply With Quote
Old 01-25-21, 10:35 AM   #10
Kal_Maximus_U669
Sea Lord
 
Kal_Maximus_U669's Avatar
 
Join Date: Jan 2017
Location: France Nord East
Posts: 1,672
Downloads: 817
Uploads: 0


Icon10 Patch full map

Quote:
Originally Posted by 880-5 View Post
Hi, I am still having issues with the double attack card. How can I solve this?? Many Thanks
restarting the procedure is that you patched wrong : Kaleun_Salute:

Last edited by Kal_Maximus_U669; 01-25-21 at 10:55 AM.
Kal_Maximus_U669 is offline   Reply With Quote
Old 01-25-21, 10:37 AM   #11
John Pancoast
Ocean Warrior
 
Join Date: Apr 2002
Location: Minnysoda
Posts: 3,193
Downloads: 490
Uploads: 4


Default

Quote:
Originally Posted by 880-5 View Post
Hi, I am still having issues with the double attack card. How can I solve this?? Many Thanks
You're having two cards in the map view ? Post a photo of what you mean by attack card; if what I think is happening it is an easy fix.
__________________
"Realistic" is not always GAME-GOOD." - Wave Skipper
John Pancoast is offline   Reply With Quote
Old 01-26-21, 04:37 AM   #12
880-5
A-ganger
 
Join Date: Nov 2015
Location: Iserlohn, Deutschland
Posts: 71
Downloads: 527
Uploads: 0
Icon7

Hello, I copied and pasted a finished sh.ex. Works, thanks for the help, great forum
880-5 is offline   Reply With Quote
Old 02-01-21, 03:55 PM   #13
Tycho
Sonar Guy
 
Join Date: Oct 2009
Location: Sofia, Bg
Posts: 384
Downloads: 264
Uploads: 1


Default

Here is the new patch with the simple text readme file. I want to make a html page with before/after screenshots, to visually represent what is what, but still can't find time to install and setup my game. So, some time in the future.

TychoSh3Patch_v4.7z
__________________
If you ride like lightning, you're gonna crash like thunder.
Tycho is offline   Reply With Quote
Old 02-01-21, 06:36 PM   #14
FUBAR295
Krusty Krab
 
FUBAR295's Avatar
 
Join Date: Mar 2002
Location: Decks awash in the North Atlantic
Posts: 1,298
Downloads: 442
Uploads: 0
Default


Thank you, Tycho!


Good hunting,
FUBAR295
__________________
Good judgment comes from experience. Unfortunately, the experience usually comes from bad judgment.


FUBAR295 is online   Reply With Quote
Old 02-01-21, 06:52 PM   #15
John Pancoast
Ocean Warrior
 
Join Date: Apr 2002
Location: Minnysoda
Posts: 3,193
Downloads: 490
Uploads: 4


Default

Outstanding, thanks !
__________________
"Realistic" is not always GAME-GOOD." - Wave Skipper
John Pancoast is offline   Reply With Quote
Reply


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

Forum Jump


All times are GMT -5. The time now is 07:52 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 1995- 2024 Subsim®
"Subsim" is a registered trademark, all rights reserved.