Build Your Own Arcade Controls Forum

Software Support => GroovyMAME => Topic started by: josete2k on August 20, 2017, 05:08:28 pm

Title: Patching source 0.188 - Hunk #x FAILED
Post by: josete2k on August 20, 2017, 05:08:28 pm
I get this:

Code: [Select]
[MINGW32] Z:\msys32\src>patch --binary -p0 -E <Z:\msys32\188_groovy.diff

patching file 3rdparty/bgfx/include/bgfx/bgfx.h

Hunk #1 FAILED at 340 (different line endings).
Hunk #2 FAILED at 1057 (different line endings).

2 out of 2 hunks FAILED -- saving rejects to file 3rdparty/bgfx/include/bgfx/bgfx.h.rej

patching file 3rdparty/bgfx/src/bgfx.cpp

Hunk #1 FAILED at 292 (different line endings).
Hunk #2 FAILED at 2624 (different line endings).
Hunk #3 FAILED at 2705 (different line endings).

3 out of 3 hunks FAILED -- saving rejects to file 3rdparty/bgfx/src/bgfx.cpp.rej

patching file 3rdparty/bgfx/src/bgfx_p.h

Hunk #1 FAILED at 190 (different line endings).
Hunk #2 FAILED at 1375 (different line endings).

2 out of 2 hunks FAILED -- saving rejects to file 3rdparty/bgfx/src/bgfx_p.h.rej

patching file 3rdparty/bgfx/src/config.h

Hunk #1 FAILED at 196 (different line endings).

1 out of 1 hunk FAILED -- saving rejects to file 3rdparty/bgfx/src/config.h.rej

patching file 3rdparty/bgfx/src/renderer_d3d11.cpp

Hunk #1 FAILED at 2 (different line endings).
Hunk #2 FAILED at 1034 (different line endings).
Hunk #3 FAILED at 1217 (different line endings).
Hunk #4 FAILED at 1671 (different line endings).
Hunk #5 FAILED at 1718 (different line endings).
Hunk #6 FAILED at 1738 (different line endings).
Hunk #7 FAILED at 2356 (different line endings).
Hunk #8 FAILED at 2414 (different line endings).
Hunk #9 FAILED at 2449 (different line endings).
Hunk #10 FAILED at 4822 (different line endings).

10 out of 10 hunks FAILED -- saving rejects to file 3rdparty/bgfx/src/renderer_d3d11.cpp.rej
Title: Re: Patching source 0.188 - Hunk #x FAILED
Post by: Calamity on August 20, 2017, 07:31:06 pm
Don't use --binary
Title: Re: Patching source 0.188 - Hunk #x FAILED
Post by: josete2k on August 20, 2017, 11:06:59 pm
Gracias.