theGeniusIam Posted June 25, 2013 Share Posted June 25, 2013 Hi all, new build to d/l and test http://www.file-upload.net/download-7757483/Efildr20.zip.html Pleasse try and post feedback. Thx! 2 Link to comment Share on other sites More sharing options...
Alex009988 Posted June 25, 2013 Author Share Posted June 25, 2013 Hi all, new build to d/l and test http://www.file-upload.net/download-7757483/Efildr20.zip.html Pleasse try and post feedback. Thx! Hello. We are glad that the project of XPC is developed further.I devided settings.plist on settings.plist xpc_smbios.plist and xpc_patcher. When I load with these three ones I got this error. After I throw away XPC_pacher. But my Mavericks DS2 is not loaded by XPC nevertheless. I see this picture with slide=0 or without one. Please tell me where I mistook. Thanks in advance! I attached all my plists from XPC Archive.zip Link to comment Share on other sites More sharing options...
TimeWalker75a Posted June 25, 2013 Share Posted June 25, 2013 I see this picture with slide=0 or without one. {style_image_url}/attachicon.gif IMG_0127.JPG Please tell me where I mistook. Thanks in advance! I attached all my plists from XPC That looked like the infamous still waiting stall. Try to boot without kernel cache flag, you know which one. Link to comment Share on other sites More sharing options...
Alex009988 Posted June 25, 2013 Author Share Posted June 25, 2013 That looked like the infamous still waiting stall. Try to boot without kernel cache flag, you know which one.Hello. TimeWalker.With -f -v I see this picture! Any suggestions? Link to comment Share on other sites More sharing options...
TimeWalker75a Posted June 25, 2013 Share Posted June 25, 2013 Hello. TimeWalker. With -f -v I see this picture! {style_image_url}/attachicon.gif image.jpg Any suggestions? There is no -f for xpc ... Link to comment Share on other sites More sharing options...
Alex009988 Posted June 25, 2013 Author Share Posted June 25, 2013 There is no -f for xpc ... Ok with "-v No caches" the sitiation is the same. Link to comment Share on other sites More sharing options...
TimeWalker75a Posted June 25, 2013 Share Posted June 25, 2013 Your problem is the .plists you've derived from the old settings.plist It has to be the exact match of the dictionaries in the sub-config (patcher, smbios) plists. <key>XpcPatcher</key> <dict> ... </dict> Link to comment Share on other sites More sharing options...
Alex009988 Posted June 25, 2013 Author Share Posted June 25, 2013 (edited) Your problem is the .plists you've derived from the old settings.plist It has to be the exact match of the dictionaries in the sub-config (patcher, smbios) plists. <key>XpcPatcher</key> <dict> ... </dict> Thank you that you try to help me. I appreciate it. I tried several variants. And Either so <plist version="1.0"> <key>MachOPatch0</key> .............. or so <plist version="1.0"> <key>XpcPatcher</key> <key>MachOPatch0</key> ......... I get the error in both case. If you could boot with the last version of XPC, could you give me your samples of settings? Thanks in advance! EDIT 1 Stop find a mistake! EDIT 2 ........ <plist version="1.0"> <key>XpcPatcher</key> <dict> <key>MachOPatch0</key> <dict> <key>Apply</key> <integer>0</integer> <key>SystemVersion</key> <string>0x000</string> <key>Description</key> <string>Patch for ALC670</string> <key>FileName</key> <string>AppleHDA</string> <key>Search</key> <string>8408ec10</string> <key>Replace</key> <string>00000000</string> </dict> ............. In this case I got the error as well "Error parsing patcher settings Unsupported Press key to continue..." Edited June 25, 2013 by Alex Auditore Link to comment Share on other sites More sharing options...
TimeWalker75a Posted June 25, 2013 Share Posted June 25, 2013 The forum glitched and posted only half a message, omitting the rest of my comment. I was referring to <key>SmbiosTables</key> <dict> .... </dict> Damnit .. it happened again! I'm not willing to repeat myself a hundred times.Basically the kext patcher is broken for now or the patch entries have to be named in some other manner, because trying any form or combination of the xpc_patcher.plist I was unable to get any results from it. Since iPhoneTom never commented on that it still remains a mystery. Sticking with 90.41 for now.. Link to comment Share on other sites More sharing options...
Alex009988 Posted June 25, 2013 Author Share Posted June 25, 2013 Confirm it. With this variant it also don't work or don't boot the system and I get this picture http://www.insanelymac.com/forum/topic/286379-xpc-general-discussion/?p=1927776 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <key>SmbiosTables</key> <dict> <key>Table_01</key> <dict> <key>BiosReleaseDate</key> <string>07/26/10</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> ........... Link to comment Share on other sites More sharing options...
Alex009988 Posted June 26, 2013 Author Share Posted June 26, 2013 Hi all, new build to d/l and test http://www.file-upload.net/download-7757483/Efildr20.zip.html Pleasse try and post feedback. Thx! Hello. Some people ask to compile XPC for 32-bit machines. Is it possible? I think it will widen scope of XPC. Regards. Link to comment Share on other sites More sharing options...
theGeniusIam Posted June 26, 2013 Share Posted June 26, 2013 (edited) Confirm it. With this variant it also don't work or don't boot the system and I get this picture http://www.insanelymac.com/forum/topic/286379-xpc-general-discussion/?p=1927776 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <key>SmbiosTables</key> <dict> <key>Table_01</key> <dict> <key>BiosReleaseDate</key> <string>07/26/10</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> ........... After the <plist ..> tag there must be an <dict>. Look my working example for xpc_patcher.plist at http://pastie.org/8081760 For all patches you need, set Apply to 1. If set to 0, the patch will be ignored. Edited June 26, 2013 by theGeniusIam 1 Link to comment Share on other sites More sharing options...
TimeWalker75a Posted June 26, 2013 Share Posted June 26, 2013 After the tag there must be an . Look my working example for xpc_patcher.plist at http://pastie.org/8081760 For all patches you need, set Apply to 1. If set to 0, the patch will be ignored. Im afraid I've tried it like that, it doesn't work for me. Link to comment Share on other sites More sharing options...
theGeniusIam Posted June 26, 2013 Share Posted June 26, 2013 Im afraid I've tried it like that, it doesn't work for me. Can you upload the fiule for me to test? 1 Link to comment Share on other sites More sharing options...
Alex009988 Posted June 26, 2013 Author Share Posted June 26, 2013 After the <plist ..> tag there must be an <dict>. Look my working example for xpc_patcher.plist at http://pastie.org/8081760 For all patches you need, set Apply to 1. If set to 0, the patch will be ignored. Year Now the mistake with patcher disappeared but my Movericks is not booted as yet. And I see it as well http://www.insanelymac.com/forum/topic/286379-xpc-general-discussion/?p=1927776 Link to comment Share on other sites More sharing options...
TimeWalker75a Posted June 26, 2013 Share Posted June 26, 2013 Can you upload the fiule for me to test?Sure pastie.org/8079942This was a pure example of the structure, as the PATCHES are specific fir my hardware snd you wouldn't be able to tell ok If they work. Link to comment Share on other sites More sharing options...
theGeniusIam Posted June 26, 2013 Share Posted June 26, 2013 Year Now the mistake with patcher disappeared but my Movericks is not booted as yet. And I see it as well http://www.insanelymac.com/forum/topic/286379-xpc-general-discussion/?p=1927776 You should change the smbios settings to an supported maschine. This is because the original boot.efi checks products upon boot. 1 Link to comment Share on other sites More sharing options...
TimeWalker75a Posted June 26, 2013 Share Posted June 26, 2013 Right, this are the patches I'm trying to get to work: http://pastie.org/8081894 They both work absolutely fine with the previous build (90.41), while being included in the settings.plist Link to comment Share on other sites More sharing options...
Alex009988 Posted June 26, 2013 Author Share Posted June 26, 2013 You should change the smbios settings to an supported maschine. This is because the original boot.efi checks products upon boot. I don't understand. I changed my model from MacBookPro6.1 to 8.3 and see the same error. I afraid the last model of MacBookPro will be working a bit wrongly or not. Please give me a tip about which model should I сhoose? xpc_smbios.plist.zip Link to comment Share on other sites More sharing options...
TimeWalker75a Posted June 26, 2013 Share Posted June 26, 2013 You cant even put a proper plist together after two people told you you are missing the dictionary? http://grab.by/nU4g http://grab.by/nU4y Link to comment Share on other sites More sharing options...
theGeniusIam Posted June 26, 2013 Share Posted June 26, 2013 I don't understand. I changed my model from MacBookPro6.1 to 8.3 and see the same error. I afraid the last model of MacBookPro will be working a bit wrongly or not. Please give me a tip about which model should I сhoose? For me MacBookPro10,3 is working. 1 Link to comment Share on other sites More sharing options...
Alex009988 Posted June 26, 2013 Author Share Posted June 26, 2013 (edited) For me MacBookPro10,3 is working. Again! Everything is the same The mistake with product name. I tried with MacBookPro6.1 and 10.1 and without success. You cant even put a proper plist together after two people told you you are missing the dictionary? http://grab.by/nU4g http://grab.by/nU4y I tried this way and that and both of them without success. Unfortunately I demolished my ML and can't check on it. Now I have only Mavericks which isn't on friendly terms with XPC! Archive.zip Edited June 26, 2013 by Alex Auditore Link to comment Share on other sites More sharing options...
theGeniusIam Posted June 26, 2013 Share Posted June 26, 2013 Again! Everything is the same The mistake with product name. I tried with MacBookPro6.1 and 10.1 and without success. I tried this way and that and both of them without success. Unfortunately I demolished my ML and can't check on it. Now I have only Mavericks which isn't on friendly terms with XPC! Can you upload your xpc_smbios.plist? 1 Link to comment Share on other sites More sharing options...
Alex009988 Posted June 26, 2013 Author Share Posted June 26, 2013 Sure(I also added to 122message in Archive) <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SmbiosTables</key> <key>Table_01</key> <dict> <key>BiosReleaseDate</key> <string>05/10/12</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>MBP101.88Z.00EE.B00.1205101839</string> <key>Type</key> <integer>0</integer> </dict> <key>Table_02</key> <dict> <key>Family</key> <string>MacBookPro</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>ProductName</key> <string>MacBookPro10,1</string> <key>SKUNumber</key> <string>System SKU#</string> <key>SerialNumber</key> <string>C02K5287DKQ1</string> <key>Type</key> <integer>1</integer> <key>Version</key> <string>2.6</string> </dict> <key>Table_03</key> <dict> <key>AssetTag</key> <string>MacBook Pro</string> <key>BoardType</key> <integer>10</integer> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>ProductName</key> <string>Mac-C3EC7CD22292981F</string> <key>SerialNumber</key> <string>C02K5287DKQ1</string> <key>Type</key> <integer>2</integer> <key>Version</key> <string>2.6</string> </dict> <key>Table_04</key> <dict> <key>AssetTag</key> <string>MacBook Pro</string> <key>ChassisType</key> <integer>2</integer> <key>Manufacturer</key> <string>Apple Inc.</string> <key>SerialNumber</key> <string>C02K5287DKQ1</string> <key>Type</key> <integer>3</integer> <key>Version</key> <string>2.6</string> </dict> </dict> </plist> The last variant. Link to comment Share on other sites More sharing options...
TimeWalker75a Posted June 26, 2013 Share Posted June 26, 2013 Dude, stop acting retarded... SmbiosTable is a dictionary. http://grab.by/nUaU Link to comment Share on other sites More sharing options...
Recommended Posts