00:42:43 *** ZachThibeau has quit (Ping timeout: 246 seconds) 01:06:38 *** GordCaswell (~GordCaswe@unaffiliated/ve4jhj) has joined #portableapps 01:06:38 GordCaswell is the developer of Armagetron Advanced Portable, Evince Portable & ZSoft Uninstaller Portable 01:14:40 *** Suiseiseki has quit (Quit: Quit) 01:28:31 *** ZachThibeau (~ZachThibe@142.167.206.125) has joined #portableapps 01:28:31 *** ZachThibeau has quit (Changing host) 01:28:31 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 01:28:32 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 01:28:38 ... 01:46:58 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 01:57:20 *** rcmaehl has quit (Remote host closed the connection) 01:57:32 *** Suiseiseki (~desu@wikipedia/Antonio-Lopez) has joined #portableapps 01:58:12 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 02:06:32 *** ZachThibeau has quit (Quit: OH NOES, I'VE FALLEN ASLEEP.) 02:11:02 *** Suiseiseki has quit (Read error: Connection reset by peer) 02:11:02 *** SrgSiler (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 02:11:09 *** SergentSiler has quit (Disconnected by services) 02:11:17 *** SrgSiler is now known as SergentSiler 02:11:45 *** Suiseiseki (~desu@wikipedia/Antonio-Lopez) has joined #portableapps 02:58:29 *** kAlug has quit (Quit: "There are two ways to write bug-free code; only the third way works.") 03:07:16 *** GordCaswell has quit (Quit: Leaving.) 03:19:14 *** OliverK|Away is now known as OliverK 03:43:38 *** amdzero (~amdzero@pool-96-231-200-166.washdc.fios.verizon.net) has joined #portableapps 03:50:54 *** amdzero has quit (Ping timeout: 255 seconds) 04:12:42 *** rcmaehl has quit (Quit: mv ./rcmaehl /dev/null) 05:05:14 *** SergentSiler is now known as SrgSiler|AFK 06:06:30 *** TPFC-SYSTEM (~opera@cs181105044.pp.htv.fi) has joined #portableapps 07:28:11 *** NewUser (55dfa3e6@gateway/web/freenode/ip.85.223.163.230) has joined #portableapps 07:28:49 Good day. Can anyone help me plz with autorun file for Portable Apps ? 07:30:08 NewUser: what in particular? If it's just not autorunning, Microsoft has removed all support for USB autorun from XP on. 07:34:09 *** bjorn has quit (Remote host closed the connection) 07:35:52 Chris, my antivirus just deleted autorun.inf file . I want to create new. But i dont know which commands have to be there. 07:39:45 NewUser: it's easiest to just install the Platform again, if you haven't gone changing things like themes 07:40:38 ok thx. 07:40:44 *** NewUser has quit (Quit: Page closed) 08:39:17 *** kAlug (~kalug@187.11.102.8) has joined #portableapps 08:59:22 *** pa_3596 (5ca21035@gateway/web/freenode/ip.92.162.16.53) has joined #portableapps 09:01:31 *** pa_3596 has quit (Client Quit) 09:33:55 *** bjorn (~quassel@nat/trolltech/x-hibubsffpzzeycwk) has joined #portableapps 09:33:55 *** bjorn has quit (Changing host) 09:33:55 *** bjorn (~quassel@pdpc/supporter/active/bjorn) has joined #portableapps 09:46:54 *** amdzero (~amdzero@pool-96-231-200-166.washdc.fios.verizon.net) has joined #portableapps 09:49:53 *** kAlug has quit (Quit: Leaving.) 09:53:36 *** amdzero has quit (Ping timeout: 255 seconds) 10:13:30 *** TPFC-SYSTEM has quit (Quit: TPFC-SYSTEM) 11:31:45 *** kAlug (~kalug@187.57.13.173) has joined #portableapps 11:40:27 Looks to me as though about 123 of our 224 apps are using PAL. (Thus says PADT auto-detection which checks for App\AppInfo\Launcher.) 11:43:00 *** TPFC-SYSTEM (~opera@cs181105044.pp.htv.fi) has joined #portableapps 11:43:00 And only 31 of all the apps put together are passing PADT's validation with no errors and no warnings. 11:47:24 ChrisMorgan: are the values in AppInfo.ini/[License] case-sensitive (i.e. true/false, but not True/False)? 11:48:49 VirtuaWinPortable, FrhedPortable, IObitUninstallerPortable, SmartDefragPortable, KoboDeluxePortable, ChromiumBSUPortable, HotSpotStudioPortable, FocusWriterPortable and CamStudioPortable didn't get a fair trial, though, as their appinfo.ini files are UTF-16LE and PADT doesn't read UTF-16LE correctly yet. Though quite why they are UTF-16LE, I don't know. I think we should specify in the spec that all files should be UTF-8. 11:49:02 kAlug: consider all values to be case sensitive. 11:51:47 In Windows' INI reading stuff, keys are case insensitive, and in PAL values are all compared in a case insensitive manner. In PADT, though, everything is case sensitive (with one exception in reading - AppId is accepted for AppID due to a typo in one place in the spec which propagated too much - we have 60 apps released like this!). 11:52:14 Stricter is better, especially in validation (it'd be a bit more painful to do case insensitive matches everywhere, anyway). 11:53:51 Eek! Why did we accept 2XClient? 12:17:34 ChrisMorgan: I'm not sure that UTF-8 is safe: http://code.google.com/p/unsis/issues/detail?id=3 and http://code.google.com/p/unsis/issues/detail?id=5 12:19:16 kAlug: those are issues when using a BOM. Use of a BOM in UTF-8 is discouraged. 12:26:48 I was just concerned that Windows would interpret the file in the native encoding instead... anyway, at least our INI files will not make Bush hide the facts (https://secure.wikimedia.org/wikipedia/en/wiki/Bush_hid_the_facts). 12:27:24 * kAlug is researching how Windows detects UTF-8 12:35:39 kAlug: the INI reading stuff won't deal with UTF-8 properly, it'll need to be marked as such after reading. 14:42:23 *** pa_3324 (4c5e4e0c@gateway/web/freenode/ip.76.94.78.12) has joined #portableapps 14:42:52 can someone please help me? I am quite new to portale appz 14:43:46 help 14:43:47 pa_3324: Welcome to the PortableApps.com official chatroom. Ask your question and someone should be able to help you shortly. If you still don't get an answer, try posting on the forums: http://portableapps.com/forums 14:44:28 What kind of help do you need? 14:44:52 When I install any any portable app once its done i get a message saying "you are not allowed to write registry" then the app crashes and when I open it I have to install all over again 14:46:16 *** ChrisMorgan has quit (Ping timeout: 240 seconds) 14:48:16 I have googled a bit about that error message. 14:48:33 Applications from PortableApps.com shouldn't do that at all. 14:49:32 I guess you have downloaded applications from the PortableAppZ blog. 14:49:52 There is no affiliation between these websites. 14:50:56 Also, PortableAppZ distributes cracked software, so I refuse to help you with applications downloaded from there. 15:02:06 *** Gizmokid2005 has quit (Ping timeout: 240 seconds) 15:02:30 *** GizmoBot has quit (Ping timeout: 240 seconds) 15:04:19 *** GizmoBot (~GizmoBot@vps2.gizmokid2005.com) has joined #portableapps 15:04:23 GizmoBot is the official bot of #Gizmokid2005 and #PortableApps. 15:13:34 *** TPFC-SYSTEM has quit (Quit: TPFC-SYSTEM) 15:20:21 *** Gizmokid2005 (~Gizmokid2@vps2.gizmokid2005.com) has joined #portableapps 15:20:21 Gizmokid2005 is the developer of KVIrc Portable: http://g2k5.us/4j and Songbird Portable: http://g2k5.us/4k 15:23:38 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 15:32:08 *** matborden (~matborden@24.248.53.30) has joined #portableapps 15:59:25 *** supseudonymous (~supseudon@c-98-221-234-25.hsd1.nj.comcast.net) has joined #portableapps 16:01:30 *** rcmaehl has quit (Ping timeout: 252 seconds) 16:05:04 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 16:05:06 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 16:11:57 *** sar3th (~sar3th@unaffiliated/sar3th) has joined #portableapps 16:15:31 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 16:27:48 *** matborden has quit (Ping timeout: 255 seconds) 16:30:18 *** pa_3324 has quit (Ping timeout: 252 seconds) 16:31:26 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 16:37:56 *** Twinkletoes (~chatzilla@dze3bf81.brookes.ac.uk) has joined #portableapps 16:48:15 *** TPFC-SYSTEM (~opera@cs181105044.pp.htv.fi) has joined #portableapps 16:48:33 Gizmokid2005: what's your minecraft server info? 17:01:17 *** rcmaehl has quit (Quit: print "This is python, go learn it :P") 17:13:08 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 17:20:56 *** Twinkletoes has quit (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.9.2.12/20101026201539]) 17:25:00 *** Thasmo (~thasmo@d86-33-68-72.cust.tele2.at) has joined #portableapps 17:40:17 *** KaptenRodSkagg (~KaptenRod@megan.wm.net) has joined #portableapps 17:56:52 *** rcmaehl has quit (Quit: mv ./rcmaehl /dev/null) 18:04:46 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 18:11:11 *** rcmaehl has quit (Ping timeout: 240 seconds) 18:13:12 *** pa_0719 (5ca21035@gateway/web/freenode/ip.92.162.16.53) has joined #portableapps 18:18:24 *** pa_0719 has quit (Quit: Page closed) 18:28:08 *** DannyMuniz (~Kiriko@unaffiliated/kiriko) has joined #portableapps 18:34:09 *** KaptenRodSkagg has quit (Quit: Leaving) 18:35:08 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 18:43:54 *** MaienM has quit (Quit: Bye!!!!) 18:45:24 *** andreasma (~andi@p5B07E61D.dip.t-dialin.net) has joined #portableapps 18:47:35 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 18:54:13 *** rainroom69 (~RainrooM@d54C34FF5.access.telenet.be) has joined #portableapps 19:00:48 *** TPFC-SYSTEM has quit (Quit: TPFC-SYSTEM) 19:15:55 *** rcmaehl_fallback (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 19:16:37 *** rcmaehl_fallback has quit (Read error: Connection reset by peer) 19:17:06 *** rcmaehl has quit (Ping timeout: 250 seconds) 19:17:18 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 19:25:43 *** ptmb (~PTMblogge@a79-169-160-107.cpe.netcabo.pt) has joined #portableapps 19:25:43 ptmb knows a lot about HTML+CSS, besides that, he is just a lunatic... 19:29:57 *** supseudonymous has quit (Quit: Leaving) 19:34:31 *** matborden (~matborden@24.248.53.30) has joined #portableapps 19:35:24 *** matborden has quit (Client Quit) 19:37:36 *** FredM (~Fred@dslb-092-073-166-039.pools.arcor-ip.net) has joined #portableapps 19:38:46 *** JacobMastel (~Jacob_Mas@128-193-241-155.resnet.oregonstate.edu) has joined #portableapps 19:39:01 *** JacobMastel has quit (Client Quit) 19:54:23 *** rainroom69 has quit (Quit: Leaving.) 20:01:32 *** benedikt93 has quit (Quit: HIP-HOP sounds best when you listen to METAL instead.) 20:13:51 *** FredM has quit (Quit: Leaving.) 20:15:59 *** kaeos (~Miranda@90.164.135.241) has joined #portableapps 20:19:36 *** sar3th|trouble (~sar3th@krlh-5f720da8.pool.mediaWays.net) has joined #portableapps 20:22:41 *** sar3th has quit (Ping timeout: 240 seconds) 20:27:27 *** rcmaehl has quit (Read error: Connection reset by peer) 20:27:42 *** sar3th|trouble is now known as sar3th 20:27:48 *** sar3th has quit (Changing host) 20:27:48 *** sar3th (~sar3th@unaffiliated/sar3th) has joined #portableapps 20:54:21 *** DannyMuniz has quit (Quit: Never Drive Faster Than What Your Guardian Angel Can Fly! (Denise Wiedeman)) 20:54:25 *** andreasma has quit (Quit: Verlassend) 21:19:47 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 21:27:39 *** Thasmo has quit () 22:04:35 *** ZachThibeau has quit (Read error: Connection reset by peer) 22:13:13 *** mrmcpowned (~meh@unaffiliated/sh-chris) has joined #portableapps 22:55:50 *** SrgSiler|AFK is now known as SergentSiler 23:08:20 *** ptmb has quit (Quit: Leaving) 23:11:41 *** kaeos has quit (Quit: kaeos) 23:18:09 *** rcmaehl_fallback (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 23:18:26 *** rcmaehl_fallback has quit (Client Quit) 23:18:56 *** rcmaehl has quit (Read error: Connection reset by peer)