Main > Software Forum
hiscore diff (with no nag/white box removal)
abelenki:
hi_172.txt doesn't work with 0.173 source tree.
ozfalcon:
--- Quote from: abelenki on April 27, 2016, 06:43:57 am ---hi_172.txt doesn't work with 0.173 source tree.
--- End quote ---
This patches ok and executable seems to work without any problems.
abelenki:
--- Quote from: ozfalcon on April 27, 2016, 07:24:35 pm ---This patches ok and executable seems to work without any problems.
--- End quote ---
your diff somehow crashes patch.exe:
--- Code: ---[MINGW64] D:\emulation\ExtraStuff\BuildTools\src>patch -p0 -E < hi_173.txt
patching file src/emu/emuopts.cpp
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
--- End code ---
patch 2.5.9, Windows 10 x64
ozfalcon:
--- Quote from: abelenki on April 27, 2016, 09:15:10 pm ---
--- Quote from: ozfalcon on April 27, 2016, 07:24:35 pm ---This patches ok and executable seems to work without any problems.
--- End quote ---
your diff somehow crashes patch.exe:
--- Code: ---[MINGW64] D:\emulation\ExtraStuff\BuildTools\src>patch -p0 -E 0<hi_173.txt
patching file src/emu/emuopts.cpp
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
--- End code ---
patch 2.5.9, Windows 10 x64
--- End quote ---
You need to patch like this
--- Code: ---patch --binary -p0 -E <hi_173.txt
--- End code ---
There is a writeup on using the MinGW environment here:
http://forum.attractmode.org/index.php?topic=348.0
abelenki:
--- Quote from: ozfalcon on April 27, 2016, 09:43:39 pm ---You need to patch like this
--- Code: ---patch --binary -p0 -E <hi_173.txt
--- End code ---
--- End quote ---
i don't patch binaries, i patch MAME source:
--- Code: ---patch -p0 -E < hi_173.txt
--- End code ---
--- Quote ---There is a writeup on using the MinGW environment here:
http://forum.attractmode.org/index.php?topic=348.0
--- End quote ---
thanks, i don't need instructions on how to use patch.exe.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version