Superaust 0 #1 Posted July 18, 2012 Is everything correct here? I changed the cache name to iHybridV1 and the link to [url]http://ihybrid.site50.net/iHybridV1.zip[/url] CacheDownloader: [url]http://pastie.org/4270003[/url] Signlink: [url]http://pastie.org/4270004[/url] My friend said he got this error when trying to run my client. [img]http://puu.sh/Jd4R[/img] Share this post Link to post Share on other sites
0 Hash 0 #2 Posted July 18, 2012 Have you zipped the files in the folder? Because you must not zip the folder itself. Share this post Link to post Share on other sites
0 pkingbandit 0 #3 Posted July 18, 2012 In sign link delete your findcachedir method and second dir (the 2 that have ur cache name it and there next to eachother) and change it to this [code] public static String findcachedir() { boolean exists = (new File(System.getProperty("user.home") + "/PkingBandit3/")).exists(); if (exists) { return System.getProperty("user.home") + "/PkingBandit3/"; } else { File f = new File(System.getProperty("user.home") + "/PkingBandit3/"); f.mkdir(); return System.getProperty("user.home") + "/PkingBandit3/"; } } [/code] Just change the names obviously to yours and as hash said, make sure you open your cache and zip all that, dont zip the folder. Basically if the .zip is on ur desktop and you clcik on it to open it should show all the components not a folder Share this post Link to post Share on other sites
CacheDownloader: [url]http://pastie.org/4270003[/url]
Signlink: [url]http://pastie.org/4270004[/url]
My friend said he got this error when trying to run my client.
[img]http://puu.sh/Jd4R[/img]
Share this post
Link to post
Share on other sites