InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #11  
Old 10-13-2008, 11:30 PM
Dies Dies is offline
Jaguar
 
Join Date: Sep 2008
Posts: 89
So no one had any permissions issues with the packages created ?

In my case, patching Combo update 10.5.5 and examining the re-created package showed permissions were set to the user that did the patching.
Reply With Quote
  #12  
Old 11-01-2008, 08:00 PM
ronoverdrive ronoverdrive is offline
Puma
 
Join Date: Oct 2008
Posts: 17
Quote:
Originally Posted by nfoav8or View Post
AppleScript Error:
The variable resourcePathPOSIX is not defined. (-2753)

I.E. halts at creating lists of files.

haven't tried v0.1 like bhast has so I don't know if the earlier version would have worked.

EDIT: I don't know what I did, but it works now. sweet! Let the patching begin.
I'm getting the same error message. Dunno what's causing it or how to fix it.

Edit: well I got it to work, but whenever I patch 10.5.5 update or combo update and run the updates they lock up my computer around 40% killing my OSx86 install.

Last edited by ronoverdrive; 11-02-2008 at 02:00 AM.
Reply With Quote
  #13  
Old 11-13-2008, 06:54 AM
oneshot's Avatar
oneshot oneshot is offline
Panther
 
Join Date: Nov 2008
Location: Sacramento, CA
Posts: 242
does anyone have a link for the 0.1 amd patcher because I want to patch 10.5.5 update and I herd its not working also a while back I tryed using this to update to 10.5.5 (my current system version is 10.5.2) and it indeed froze part way through concluding in a broken OSX86.

-Thanks =)

PS: Thanks zephyroth for all your hard work

Last edited by oneshot; 11-13-2008 at 07:06 AM.
Reply With Quote
  #14  
Old 11-13-2008, 08:26 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
I would recommend you let ASU create the updates for you. download them from Apple then place the SINGLE system (not combo system) updates all in the download folder. Then select Modify Only and select a different Update to modify. This will take the .pkg file and modify it so you can install.

I recommend not doing a combo update because these are well known for breaking down an AMD install.

Reply With Quote
  #15  
Old 11-14-2008, 10:46 AM
srivathsa's Avatar
srivathsa srivathsa is offline
Cheetah
 
Join Date: Apr 2008
Location: INDIA
Posts: 3
any news about next version?...
Reply With Quote
  #16  
Old 11-14-2008, 06:11 PM
zephyroth's Avatar
zephyroth zephyroth is offline
 
Join Date: Jan 2008
Location: North of France
Posts: 518
Yes.

AMD Patcher 0.3 is in progress. I've not much time to program actually.

ChangeLog 0.3

- Lets you drop every file you want and will simply modify those that can be modified.
This make your life easier if you have a folder with various kind of file including packages, frameworks, Mach-O binaries, text files, pdf ... All you have to do is to drop every files on AMD Patcher and it will do the job.

- Now, only patched items will be placed in the AMD Patcher folder.

- Determine what are the actual loaded kexts
- Copy them in a temporary folder
- Inject them in the package

----> The previous detection will be optimized later by checking if EFI is installed or not and by backing up (or not) the actual loaded kexts
(e.g: if EFI is installed, AppleACPIPlatform will not be backed up because stock AppleACPIPlatform.kext can be used with EFI)
----> The detection of EFI was included in ASU 0.5 but wasn't working properly.

- Permissions of every modified files should (and I say SHOULD) be the right ones.
Reply With Quote
  #17  
Old 11-14-2008, 08:03 PM
CamEdwardo's Avatar
CamEdwardo CamEdwardo is offline
Cheetah
 
Join Date: Nov 2008
Posts: 11
Thanks

thanks for all the hard work zephyroth

Ive tried to patch Cs4 from the package on the cd with no luck, i get an applescript error. Ive tried patching the actual install package and even the .app after install.
Here is the error i get with 0.2:


BlackMachine-Osx86
Mac OS X 10.5.5 (9F33)

Processor Name: AMD Athlon(tm) 64 Processor 3500+
Processor Speed: 2.21 GHz
Memory: 1 GB
HDD: MAXTOR STM3160812AS/ 160gb SATA
Disc Drive: LITE-ON DVDRW LH-20A1L
Graphics Card: ATI Radeon X1950 pro Ultimate 256mb 1280 x 960 @ 75 Hz
LAN: Nforce 4 chipset/ forcedeath.kext
Audio: AC'97
Reply With Quote
  #18  
Old 11-14-2008, 08:20 PM
bhast2 bhast2 is offline
Tiger
 
Join Date: Jan 2008
Location: USA
Posts: 396
you don't need to patch cs4
Reply With Quote
  #19  
Old 11-15-2008, 01:18 AM
CamEdwardo's Avatar
CamEdwardo CamEdwardo is offline
Cheetah
 
Join Date: Nov 2008
Posts: 11
Thats what i thought...

Quote:
Originally Posted by bhast2 View Post
you don't need to patch cs4
Yeah thats what i thought
but it crashes for me, any way around the crash?

BlackMachine-Osx86
Mac OS X 10.5.5 (9F33)

Processor Name: AMD Athlon(tm) 64 Processor 3500+
Processor Speed: 2.21 GHz
Memory: 1 GB
HDD: MAXTOR STM3160812AS/ 160gb SATA
Disc Drive: LITE-ON DVDRW LH-20A1L
Graphics Card: ATI Radeon X1950 pro Ultimate 256mb 1280 x 960 @ 75 Hz
LAN: Nforce 4 chipset/ forcedeath.kext
Audio: AC'97
Reply With Quote
  #20  
Old 11-16-2008, 07:28 PM
srivathsa's Avatar
srivathsa srivathsa is offline
Cheetah
 
Join Date: Apr 2008
Location: INDIA
Posts: 3
Quote:
Originally Posted by zephyroth View Post
Yes.

AMD Patcher 0.3 is in progress. I've not much time to program actually.

ChangeLog 0.3

- Lets you drop every file you want and will simply modify those that can be modified.
This make your life easier if you have a folder with various kind of file including packages, frameworks, Mach-O binaries, text files, pdf ... All you have to do is to drop every files on AMD Patcher and it will do the job.

- Now, only patched items will be placed in the AMD Patcher folder.

- Determine what are the actual loaded kexts
- Copy them in a temporary folder
- Inject them in the package

----> The previous detection will be optimized later by checking if EFI is installed or not and by backing up (or not) the actual loaded kexts
(e.g: if EFI is installed, AppleACPIPlatform will not be backed up because stock AppleACPIPlatform.kext can be used with EFI)
----> The detection of EFI was included in ASU 0.5 but wasn't working properly.

- Permissions of every modified files should (and I say SHOULD) be the right ones.
thanks for info zephyroth....
thanks for the hardwork ....



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply