Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Patching source 0.188 - Hunk #x FAILED  (Read 2209 times)

0 Members and 1 Guest are viewing this topic.

josete2k

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 62
  • Last login:February 16, 2024, 10:54:41 pm
Patching source 0.188 - Hunk #x FAILED
« 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
« Last Edit: August 20, 2017, 05:25:44 pm by josete2k »

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: Patching source 0.188 - Hunk #x FAILED
« Reply #1 on: August 20, 2017, 07:31:06 pm »
Don't use --binary
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

josete2k

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 62
  • Last login:February 16, 2024, 10:54:41 pm
Re: Patching source 0.188 - Hunk #x FAILED
« Reply #2 on: August 20, 2017, 11:06:59 pm »
Gracias.