Sauware Blog Personal

Patch – Assertion failed: hunk, file Windows

Si te sale un error parecido a este:

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.

Al querer aplicar el comando siguiente.

patch original.c -i parche.patch -o nuevo.c

Solo tienes que agregar lo siguiente para que  no salga el error “–binary”:

patch original.c -i parche.patch -o nuevo.c –binary

One Comment

  1. Nakisha says:

    Good post. Its realy nice. More information help me.

Leave a Reply