Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: XDelusion on May 27, 2012, 04:27:01 AM

Title: Patching OctaMED SS from 1.00 to 1.03c
Post by: XDelusion on May 27, 2012, 04:27:01 AM
Patching OctaMED SS from 1.00 to 1.03c

So I copied the OctaMED executable from the CD to RAM: and renamed it to OctaMED.

I then copied English.pch and spatch to the same folder.

Then as per instructions I typed:

Spatch -pCD-english.pch OctaMED

This gives me the error:

File CD-English.pch not found
Patch failed. File OctaMED.new not changed.
Hit return

OK, I have no idea what -pCD is.

If I type the command without -pcd it says:

Format:

Spatch [-ooutput -ppatchfile] oldfile
Patch failed, File not changed.
Hit Return

Soooo....

A. How do I get this to work?

B. How come people write crappy docs?
Title: Re: Patching OctaMED SS from 1.00 to 1.03c
Post by: Homer on May 27, 2012, 07:31:33 AM
I wonder if it should be:

Spatch -pCD -english.pch OctaMED

Otherwise, no idea :cry:
Title: Re: Patching OctaMED SS from 1.00 to 1.03c
Post by: Piru on May 27, 2012, 10:03:43 AM
Quote from: XDelusion;694379
I then copied English.pch and spatch to the same folder.

Then as per instructions I typed:

Spatch -pCD-english.pch OctaMED
Code: [Select]
Spatch -pEnglish.pch OctaMED
Or if you want to use the command you typed, copy the file as: CD-english.pch
Title: Re: Patching OctaMED SS from 1.00 to 1.03c
Post by: x303 on May 27, 2012, 02:13:53 PM
This should work: spatch -oOctaMED_New -penglish.pch OctaMED

:afro:
Title: Re: Patching OctaMED SS from 1.00 to 1.03c
Post by: XDelusion on May 29, 2012, 09:07:58 PM
Quote from: Piru;694387
Code: [Select]
Spatch -pEnglish.pch OctaMED

Or if you want to use the command you typed, copy the file as: CD-english.pch


Thankx, that seemed to get the patch to run without error...


Though after firing up the newly patched file...

It still remains at 1.0. STRANGE!
Title: Re: Patching OctaMED SS from 1.00 to 1.03c
Post by: Piru on May 29, 2012, 11:17:44 PM
Quote from: XDelusion;694634
Though after firing up the newly patched file...

It still remains at 1.0. STRANGE!
You did start OctaMED.new instead of OctaMED, right?