cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Bdot
Adept III

APP SDK and Windows 2008?

Why is the APP SDK not supported on W2008?

The APP SDK refuses to install on Windows 2008, 64-bit - and indeed, the download page only mentions Vista and W7. Why is 2008 not supported? Is that going to change?

0 Likes
4 Replies
genaganna
Journeyman III

Originally posted by: Bdot The APP SDK refuses to install on Windows 2008, 64-bit - and indeed, the download page only mentions Vista and W7. Why is 2008 not supported? Is that going to change?

 

Could you please tell what error you are getting?

0 Likes

Actually it does not even give an error. The installer says that the installation of AMD APP SDK Runtime has failed and provides a way to open log file. The log file says "Error messages" and it looks like some details should follow but there are none.

Reports.xml:

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="Report.xml.xsl"?> <monetreport xmlns:dt="urn:schemas-microsoft-com:datatypes"> <general> <cmdline>-UI </cmdline> <time>08/31/11 09:21:18</time> <action>install</action> <download></download> </general> <dcm> </dcm> <exist> <package> <description>Microsoft Visual C++ 2010 Redistributable</description> <result></result> <version>10.0.30319</version> <size>9 </size> </package> </exist> <install> <package> <description>AMD APP SDK Developer</description> <result>Succeed</result> <version>2.5.684.213</version> <size>90 </size> </package> <package> <description>AMD APP SDK Runtime</description> <result>Fail</result> <version>2.5.684.213</version> <size>90 </size> </package> <package> <description>AMD APP Profiler 2.3</description> <result>Succeed</result> <version>2.3</version> <size>80 </size> </package> <package> <description>AMD APP KernelAnalyzer 1.9</description> <result>Succeed</result> <version>1.9</version> <size>30 </size> </package> <package> <description>AMD APP SDK Samples</description> <result>Succeed</result> <version>2.5.684.213</version> <size>90 </size> </package> </install> <uninstall> </uninstall> <downloaded> </downloaded> <resource> <hwinfo>Hardware information</hwinfo> <existpkg>Existing packages</existpkg> <pkg2inst>Packages for install</pkg2inst> <pkg2uninst>Packages for uninstall</pkg2uninst> <otherdev>Other detected devices</otherdev> <errmsg>Error messages</errmsg> <name>Name</name> <manufacture>Manufacturer</manufacture> <chiptype>Chip type</chiptype> <chipid>Device ID</chipid> <otherhw>Other hardware</otherhw> <download>Download packages</download> <succeed>Success</succeed> <fail>Fail</fail> <vendorid>Vendor ID</vendorid> <classcode>Class Code</classcode> <revisionid>Revision ID</revisionid> <ssid>Subsystem ID</ssid> <ssvid>Subsystem vendor ID</ssvid> <header1>Catalyst™ Install Manager</header1> <header2>Installation Report</header2> <finalstatus>Final Status:</finalstatus> <versionofitem>Version of Item:</versionofitem> <size>Size:</size> <bytes>Mbytes</bytes> </resource> </monetreport>

0 Likes

From this file it looks like your opencl runtime was not installed properly.

What catalyst had you installed before installing SDK 2.5. Runtime should be already installed with te driver, so it might be some issue with driver installation.

0 Likes

Thanks a lot, it must have been an old driver. I tried it (after I had updated Catalyst to 11.7 a while ago - not sure what it was before) and it installed fine this time.

0 Likes