Just downloaded the Beta, but couldn't play with it at all

- Code: Select all
./GRTCLGen -h MD5 -c charsets/charsetall -l 7 -i 0 --chainlength=100000 --threads 256 --blocks 256 -m 100 --amd
CryptohazeOpenCL::populatePlatforms()
Got 1 platform(s)!
Platform ID 0:
CL_PLATFORM_NAME: AMD Accelerated Parallel Processing
CL_PLATFORM_VENDOR: Advanced Micro Devices, Inc.
CL_PLATFORM_VERSION: OpenCL 1.1 AMD-APP-SDK-v2.5 (684.213)
Using platform 0
Got 2 device(s)!
Device ID 0:
CL_DEVICE_NAME: ATI RV770
CL_DEVICE_VENDOR: Advanced Micro Devices, Inc.
CL_DEVICE_AVAILABLE: Yes
CL_DEVICE_MAX_COMPUTE_UNITS: 10
CL_DEVICE_MAX_CLOCK_FREQUENCY: 625 MHz
CL_DEVICE_GLOBAL_MEM_SIZE: 512 MB
CL_DEVICE_LOCAL_MEM_SIZE: 16 KB
CL_DEVICE_LOCAL_MEM_TYPE: CL_GLOBAL
CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE: 64 KB
Device ID 1:
CL_DEVICE_NAME: Intel(R) Pentium(R) 4 CPU 3.60GHz
CL_DEVICE_VENDOR: GenuineIntel
CL_DEVICE_AVAILABLE: Yes
CL_DEVICE_MAX_COMPUTE_UNITS: 2
CL_DEVICE_MAX_CLOCK_FREQUENCY: 2800 MHz
CL_DEVICE_GLOBAL_MEM_SIZE: 4970 MB
CL_DEVICE_LOCAL_MEM_SIZE: 32 KB
CL_DEVICE_LOCAL_MEM_TYPE: CL_GLOBAL
CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE: 64 KB
Using device 0
Context Created!
GRTCLGenerateTable: Hash: 16 Pass: 16
GRTCLGenerateTableMD5::GRTCLGenerateTableMD5()
Table generation information:
Hash type: MD5
Password length: 7
Table index: 0
Number of chains: 0
Number of tables: 1
Chain length: 100000
Generate seed: 543953762
Charset filename: charsets/charsetall
Attempting to auto-set numberChains for GPU RAM
GPU has 134217728 bytes of RAM
Using 4194304 chains in GPU RAM
clCreateProgramWithSource succeeded!
Attempting to compile...
Compilation complete.
Error compiling GRTCLGenerateTableMD5-AMD.cl!
Error: (GRTOpenCL.cpp:462)Program build failure
Could not get build log: Invalid value
This is the error i get when I try to run GRTCLGen with the command line above
My configuration:
1xATI Radeon HD 4850
Kubuntu Linux 64 bit
AMD APP SDK 2.5 installed and working (the oclHashcat* tools works fine)
ATI Catalyst suite 11.8 installed.
My .bashrc:
- Code: Select all
export AMDAPPSDKROOT="/opt/AMDAPP"
export LD_LIBRARY_PATH=$AMDAPPSDKROOT/lib/x86:$AMDAPPSDKROOT/lib/x86_64:$LD_LIBRARY_PATH
export ATISTREAMSDKROOT=$AMDAPPSDKROOT
Hope there are enough details

Oh, and all your mirrors and torrents for the RTs are broken (at least to me)
P.s.: Where is the SVN for your programs?