00:07:03 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 00:08:52 *** ptmb has quit (Quit: Bye everybody) 00:20:26 *** rouilj1 (~rouilj@pool-74-104-157-242.bstnma.fios.verizon.net) has joined #portableapps 00:21:31 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]) 00:21:54 howdy Scriptdaemon didn't see you arrive :P 00:24:16 *** ChrisMorgan has quit (Ping timeout: 268 seconds) 00:25:03 ZachThibeau: Indeed. =P 00:25:20 been busy with some work :P 00:25:39 I've been working with ptmb on a theme port for my forum 00:30:31 Nice. 00:43:31 *** excid3|asus (~Chris_Oli@adsl-99-152-44-131.dsl.covlil.sbcglobal.net) has joined #portableapps 00:50:30 *** Scriptdaemon has quit (Quit: Page closed) 00:52:46 *** diib (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 01:14:49 *** Gizmokid2005 is now known as Gizmokid2005|AFK 01:58:35 *** Ashhh has quit (Ping timeout: 248 seconds) 02:18:51 *** OliverK|Away (~WifiWomba@unaffiliated/oliverk) has joined #portableapps 02:33:04 *** diib has quit (Read error: Connection reset by peer) 02:33:52 *** dbdii407 (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 03:00:00 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 03:05:14 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 03:05:15 ChrisMorgan is a PortableApps.com developer and moderator and works on the PortableApps.com Launcher (please test it!) 03:08:29 Evening Chris 03:08:36 Good afternoon. 03:11:46 *** excid3|asus has quit (Ping timeout: 264 seconds) 03:12:21 *** excid3|asus (~Chris_Oli@adsl-99-152-37-172.dsl.covlil.sbcglobal.net) has joined #portableapps 03:21:14 ChrisMorgan, will FiledMove handle a .bootstrap file? 03:21:28 vf2nsr, it should handle any file name. 03:21:38 :(\ 03:22:06 If in danger or in doubt, make a debug build. 03:22:07 ok so the order is to have it in the settings folder and move it to userprofile? 03:22:34 It doesn't /need/ to be in settings but that's the convention. 03:22:36 or should I have it the other way around? 03:22:43 Definitely not. 03:23:01 hmm I can't seem to get it to move 03:23:17 Make a debug build, see what it says it's doing. It should be working. 03:23:35 After the program is done it should remove it from userprofiule? or do I need more code to do that? 03:23:52 No, that's all done automatically (refer to the manual) 03:24:21 I am I have it right in front of me 03:24:25 and printed 03:24:30 with lots of notes lol 03:24:31 Printed! 03:24:36 ok will make debug 03:24:46 Just be aware that the contents of the manual is subject to change. 03:24:48 Yes Printed 03:24:57 I relealize that 03:25:21 After 3.0 maybe I'll write a whole book about it and start selling that and get millions of dollars. It needs a *lot* more content first though! 03:25:24 OK gonna try it in a debug mode see what I see 03:25:40 well draw stick figures lol 03:26:07 ... why? 03:28:33 mopre pages 03:28:57 ? 03:29:07 ok it says file before parsing is at userporfile nad after parsing at settings 03:29:34 more pages for more content fo rbook 03:29:45 for book * 03:30:14 Is there a way to have debug create a txt filew of what it is doing? 03:30:33 No. That could possibly be a useful way of doing it. 03:33:45 Well yes instead of me saying at each box to myself hmm is that right? 03:34:04 I could look baack at text 03:34:59 So when it came to the "Copying $0 to $1" debug message what exactly did it say? 03:36:04 *** excid3|asus1 (~Chris_Oli@adsl-99-152-37-172.dsl.covlil.sbcglobal.net) has joined #portableapps 03:36:21 *** SrgSiler|AFK is now known as SrgSiler|Sleep 03:37:55 one second will run again 03:38:46 also I think I just discovered another fly in ointment so to speak but let me address your question...and see that is why a text copy would be nice I could pastebin it lol 03:39:08 *** excid3|asus has quit (Ping timeout: 276 seconds) 03:39:09 You can copy message boxes with Ctrl+C. 03:39:49 --------------------------- PortableApps.com Launcher --------------------------- Debug message at line 217.9.2.1.8 Segment: FilesMove Hook: PrePrimary ____________________ Before location parsing, $1 = `SERPROFILE%` --------------------------- OK Cancel --------------------------- 03:40:15 SERPROFILE%? 03:40:49 For some reason in chat zilla U doesnt show witrh a " in front of it 03:41:01 or I mean a "% 03:41:07 I'm asking more about the "Copying $0 to $1" one - then I get from and to in one string. 03:41:17 oh ok 03:42:00 Maybe it would make more sense to copy each, put in a text file then paste bin it? 03:42:29 All I need is the Copying $0 to $1 one. That says all that's needed. 03:43:11 Come to think of it, you're not using Beta 3, are you? 03:43:32 The ParseLocations message changed before then to put before and after in one box. 03:43:45 For starters you should update to Beta 3 or the hg tip 03:43:46 yes I am 03:44:16 hg tip? 03:44:35 I think you'd better check the executable's version number. It can't be Beta 3. The message is wrong. 03:44:52 hg tip - the latest revision ("tip") in the (hg) repository. 03:45:56 Ok hang on I see what happened 03:46:23 When I updated The debug I had made previously stayed guess I need to recompiple a debu copy 03:46:38 Maybe I should try to put the version number in the debug message. That could simplify it possibly. 03:46:40 debug* 03:48:04 as soon as I find the file I made fo rit lol 03:51:10 Ok I give up I messed up and can not find the code I need to include in the debug file to recompile it 03:51:22 will look at NSIS manual 03:51:28 It's in the PAL manual. 03:51:38 the one in file? 03:51:38 `!define DEBUG_SEGMENT_FilesMove` will do 03:52:12 http://portableapps.chrismorgan.info/portableapps/launcher/docs/advanced/debug/#advanced-debug 03:53:05 ok I found it in manunal 03:53:59 *** Mir has quit (Ping timeout: 246 seconds) 03:54:00 *** Mir_ (~Mir@pool-71-109-232-90.lsanca.dsl-w.verizon.net) has joined #portableapps 03:55:44 ok let me recompile bbiaf 03:55:46 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]) 03:56:00 And I'm about to go too, off to a lecture. 03:58:15 *** Mir_ is now known as Mir 03:59:29 Think I've got debug output to file so it will work. 03:59:31 *** ChrisMorgan has quit (Quit: Quit messages are inane.) 04:01:52 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 04:06:10 *** vf2nsr has quit (Client Quit) 04:07:07 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 04:07:24 *** Ashhh (~Ashhh@unaffiliated/ashhh) has joined #portableapps 04:07:25 Dang ChrisMorgan Left? 04:14:02 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]) 04:24:56 *** Mir has quit (Read error: Operation timed out) 04:29:47 *** Mir (~Mir@pool-71-109-232-90.lsanca.dsl-w.verizon.net) has joined #portableapps 04:29:55 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 04:36:54 *** Gringoloco (~Gringoloc@91.92.152.132) has joined #portableapps 04:37:35 vf2nsr: You did read the manual, even printed it ! 04:38:37 Yes 04:38:41 Why? 04:38:55 what have I done wrong? 04:39:23 I'm just surprised, anyway is your problem sorted now? 04:39:45 No nothing wrong. Reading manual is good. 04:40:25 Nope I was talking with ChrisMorgan and ran it in debug had it pastebin fo rhim but he left 04:40:34 still not moving the file 04:40:52 It should not be 'SERPROFILE%' ! 04:41:16 '%USERPROFILE%' is better 04:41:36 i think it might be chatzilla messing with %u? 04:41:39 How come you do not include the first 2 characters 04:41:49 the s is not from me from the copy and paste with Chatzilla 04:42:06 ok 04:42:09 "SERPROFILE%" 04:42:13 see 04:42:36 " SERPROFILE%" works? 04:42:41 Nope 04:42:46 PChat is fine 04:42:51 " % USERPROFILE%" 04:43:01 so is mirnad %userprofrile% 04:43:05 miranda* 04:43:11 I was using pidgin but liked the isea of chatzilla 04:43:32 Try '%%USERPROFILE%' 04:43:51 http://pastebin.com/ABvafTX8 take a look at debug log on momvefiles 04:44:21 movefiles* even 04:47:22 *** excid3|asus1 has quit (Read error: Connection reset by peer) 04:47:22 I can't see it actually copying the file in PrePrimary 04:48:00 Nope that is the issue 04:48:08 But I wondersomething 04:48:22 let me try something 04:49:12 vf2nsr: good idea of the printed debug messagebox ! 04:49:46 yes I cut and pasted but wish it was a feature...chris said he thought so...you reading log? 04:51:11 *** dbdii407 has quit (Read error: Connection reset by peer) 04:51:22 *** dbdii407 (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 04:54:43 nope that idea not work gonna try one more 04:55:31 nope can not get it to read from PA and place it in userprofile 04:58:56 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 04:58:56 ChrisMorgan is a PortableApps.com developer and moderator and works on the PortableApps.com Launcher (please test it!) 05:00:34 WB ChrisMorgan 05:00:40 Hello. 05:00:58 So K:\PortableApps\JajukPortable\Data\settings\jajuk.bootstrap didn't exist at the start? 05:01:14 that's ok gringoloco yesterday I toaste my system did a restore but nothing left in mydocs or in adrress book :( 05:01:23 Yes it di 05:01:25 d 05:01:30 Yes it did 05:01:56 and still does 05:02:25 I wonder if it has anything to do with placing it in settings 05:02:45 It shouldn't do. 05:02:46 as in the localhost it is in docsand settings root 05:03:22 not settings dir 05:03:51 It shouldn't do. 05:04:08 so you saw the pastebin I have no idea what I doing wrong? 05:04:13 ${If} ${FileExists} $0 05:04:42 so remove the one in local host? 05:04:45 If not exists no copying and no debugmessage ! 05:05:22 Gringoloco: quite so. That's why I'm saying K:\PortableApps\JajukPortable\Data\settings\jajuk.bootstrap isn't be there... 05:05:57 I confused reve the on efrom PA or localhost? 05:05:58 vf2nsr: that's not the full debug output, is it? 05:06:15 yes you only told me to debug files move 05:06:18 vf2nsr, I'm saying that it /can't/ be there in Data\settings, otherwise it'd work. 05:06:40 ok let me pull it then and try 05:06:41 *** OliverK|Away has quit (Quit: so long and thanks for all the fish) 05:07:03 Wait, I was forgetting a tad how it's done. Yes, that would be the full output. 05:07:24 so it should be in data? 05:07:30 No. 05:07:33 *** Spaceghost has quit (Quit: Leaving) 05:07:41 Could you please try putting in before line 26 (${If} ${FileExists} $0) of FilesMove.nsh, a ${DebugMsg} $0? 05:07:48 That'd tell what the file is. 05:08:14 in the debuglauncher? 05:08:27 In FilesMove.nsh. 05:08:40 ok one moment 05:08:53 K:\PortableApps\PortableApps.comLauncher\Other\Source\Segments\FilesMove.nsh 05:09:05 ok one moment 05:10:25 then recompile and run? 05:10:42 Yep. (Run the Generator.) 05:11:18 genrator the the jajuk ok 05:11:28 one moment 05:13:53 Invalid command: (!insertmacro Error in macro FilesMove.nsh_PrePrimary on macroline 9 Error in macro RunSegment on macroline 10 Error in script "K:\PortableApps\PortableApps.comLauncher\Other\Source\PortableApps.comLauncher.nsi" on line 264 -- aborting creation process 05:14:29 Did you put in "${DebugMsg} $0"? 05:14:43 There must be some error statement just above 05:15:04 let me try something 05:15:25 That line exactly, between the ${EndIf} line and the ${If} ${FileExists} $0 line 05:15:50 ok 05:17:41 same error 05:18:07 Is your text editor doing something weird? 05:18:11 What's the invalid command ? in the NSIS log 05:18:24 vf2nsr, what text editor are you using? 05:18:33 notepad++ 05:19:00 Rename $1 $1-BackupBy$AppID (${If} ${FileExists} $0) ${DebugMsg} $0 ${EndIf} 05:19:19 vf2nsr: ?? 05:19:38 that is from movefile.nsh 05:19:45 ${EndIf} 05:19:45 ${DebugMsg} "$0" 05:19:45 ${If} ${FileExists} $0 05:19:47 where you told me to change it 05:19:51 JUST ${DebugMsg} $0, and before ${If} ${FileExists} $0 05:20:03 Not before the ${EndIf}. 05:20:38 It's suddenly occurred to me that the source files are have a mix of LF (unix) and CRLF (dos) line endings... that's probably not such a good idea. 05:21:02 (Merely from the coding practice perspective; there's no harm in it.) 05:21:47 I am confused 2 different messags from 2 people who or what should I do? 05:22:00 We're saying exactly the same thing. 05:22:18 After ${EndIf} and before ${If} ${FileExists} $0, you need to add a line ${DebugMsg} $0 05:24:15 so it was after line 26 not before? 05:24:33 Here is a copy of the FilesMove.nsh including the additional message 05:24:36 http://pastebin.com/VFRBvCWc 05:24:42 By my line numbering it's before line 26. 05:26:17 ok if you say so 05:26:32 but not on my screen I got what gringo placed will save and run 05:27:54 !include: error in script: "Segments\FilesMove.nsh" on line 144 05:27:56 !include: error in script: "Segments.nsh" on line 94 this is after your commands gringoloco 05:28:26 On line 144? There aren't that many lines. 05:28:31 There are only 72. 05:28:47 But the fact that it's twice 72 suggests to me something's getting messed up in the file encoding. 05:28:48 in what gringo pate buin? 05:29:10 Or 73 in what he pasted. 05:29:39 It's beta 3 file, hmmm sorry ! 05:29:47 maybe my mistake let me redo 05:30:34 Gringoloco, no, that's correct. There have been no changes to the file since Beta 3. 05:30:58 (Though for myself I avoid quotes where possible. I have a strange aversion to them. 05:31:06 ) 05:32:15 !include: error in script: "Segments\FilesMove.nsh" on line 1 05:32:37 Could you please pastebin the NSIS compiler output? 05:32:46 Are you using Unicode NSIS or NSIS? 05:33:35 unicode you told me to run the generator not compile it? 05:33:52 which do you want me to do? 05:34:17 vf2nsr: the Generator runs the compiler with the options set correctly. 05:34:17 *** dbdii407 has quit (Read error: Connection reset by peer) 05:34:21 *** diib (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 05:34:28 So that is the compiler output. 05:34:40 well I am sorry I thought you menat teh PA Generator 05:34:50 that may be the problem 05:35:11 ? 05:35:27 I said to run the PortableApps.com Launcher Generator on the directory. What have you been doing? 05:35:53 that is what I had been doing 05:36:03 Good. 05:36:13 vf2nsr: do you use teamviewer ? 05:36:35 so ahould I compile it with the unicodensis or with teh PAlauncher generator? 05:36:50 I have it gringoloco 05:36:52 vf2nsr: the PAL Generator *runs* NSISu. 05:38:15 gringoloco send pm 05:38:55 I think I'll need your ID & password ? 05:39:09 yes that is why I said send pm 05:39:23 unless you want it here 05:39:44 Hmm, Pchat is new to me, can't see it? 05:39:58 I asked you to send me one 05:39:59 Gringoloco, he's asking whether he can send a PM. 05:39:59 Pasword is temp. anyway 05:40:09 652 150 933 that is id 05:40:34 9656 is password 05:40:52 *Swoosh* /me takes control of vf2nsr's computer ;-) 05:41:22 Sorry, my version of teamviewer is out of date 05:41:23 yopu use old vertsion 05:42:06 so what next? 05:42:40 updating.... 05:43:15 ok do I have time to run upstairs and grab coffee? 05:43:26 Ofcourse 05:43:45 If you don't mind your computer being taken over in the mean time... ;-) 05:44:40 This was just getting messy 05:45:12 Quite so. 05:45:40 Hmm... Error: invalid characters in variable name "$_DebugMsg_File", use only characters [a-z][A-Z][0-9] and _T('_') 05:45:58 so are y ou in? 05:46:33 are you sure it's still the same password ? 05:46:37 No, this is just my new debugging stuff I'm working on. Writing to file. 05:46:45 I haven't tried to connect to you, I don't have TeamViewer. 05:46:55 652 150 933 id 4014 05:46:58 I know why... When using Var you don't include the $ 05:47:17 that's better 05:47:28 ok 05:47:37 want me to close anything? 05:47:47 I will.. 05:47:52 :) 05:49:28 That should do the job 05:49:55 ok so save it and run generator? 05:50:11 Probably, yes 05:50:19 It's probably easier if you let Gringoloco control it as much as possible. 05:50:28 ok all his 05:52:32 di dyou end it gringoloco? 05:55:52 *** dbdii407 (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 05:59:44 My debug-logging-to-file seems to be solid, even if not very pretty. 06:00:01 *** diib has quit (Ping timeout: 264 seconds) 06:02:32 Gringoloco: any luck? 06:04:49 yes, it's fine 06:06:17 You got it working? 06:08:28 Yes, some typos and includded pastebin's line numbers 06:08:33 Erk. 06:08:37 144 lines ! 06:08:41 How about the actual PAL issue? 06:08:48 typo 06:08:59 With him? 06:09:11 yes 06:09:13 Not my fault? 06:09:15 :-) 06:09:26 Could you please report in the thread then to say that's cleared up? 06:10:01 Writing debug messages to a file (Data\debug.log) has now been pushed and is available in tip. 06:10:36 super 06:10:44 The file format is slightly variable. It uses CRLF but some debug messages are currently just LF (because I was lazy; with MessageBox you don't need $\r, just $\n) 06:11:20 So in Vim it loads fine until it gets to such a message box and then decides that it isn't in dos LE, it's in Unix, and so I end up with ^M at the end of every other line. 06:11:22 I'll fix that now. 06:11:32 Wait, no pageant so it didn't push :-/ 06:12:17 *** Debray6379 (~admin@CPE-124-182-108-129.lns4.fli.bigpond.net.au) has joined #portableapps 06:12:31 Really pushed this time. 06:12:38 Hello, Debray6379, can we help you with anything? 06:13:56 Hi Chris, no I'm just checking in to keep up with what's going on thanks 06:15:12 *** Gringoloco has quit (Quit: Leaving) 06:15:40 Chris I will report how do I get to tip through the mercutrial? 06:15:59 vf2nsr: what do you have? TortoiseHg or Mercurial? 06:16:12 mercurial 06:16:29 Gringoloco's package? 06:17:09 the one I downloaded from sourceforge 06:17:38 OK. If you cloned it (I presume you did), it'll just be `hg pull` and then `hg up` 06:20:16 to be honest I have no idea what I did I sdid what your page told me and saw nothing occur? 06:20:57 i ran itr from dos command is all I remember 06:22:51 Try "hg pull" 06:23:57 feeling real foolish here tonight 06:24:08 *** Ashhh has quit (Quit: You showed me how to live...) 06:24:10 what its the command to connect to the repository? 06:24:44 hg pull does that if you're in a branch. 06:24:57 hg clone http://portableapps.hg.sourceforge.net/hgweb/portableapps/launcher 06:25:28 That would be what you made your clone with. 06:25:40 ok 06:25:51 You do that once, then after that you do "hg pull" and "hg up" to update. 06:26:07 hg pull gets me no repository found 06:26:25 I think you're not in the right directory then. 06:26:36 You should be in your PAL directory. 06:26:42 ah ok 06:28:18 ok I ran the firts command from PAL and it brought down many files 06:28:39 so they are now in the launcher? 06:29:00 First command - hg pull or hg clone http://...? 06:29:11 hg clone http://portableapps.hg.sourceforge.net/hgweb/portableapps/launcher 06:29:20 I thought you already had a clone? 06:29:30 apparently the previous Time I saved it to the desktop version 06:29:38 not PA version 06:29:51 hg or pal? 06:29:56 or so my notes say 06:30:06 pal 06:30:17 so now did it to the pa stick 06:31:59 said 252 changesets, 615 changes to 191 files 06:32:18 145 files updated 06:32:38 That should all be correct and ready. 06:32:43 ok tyvm 06:32:52 Next time you come to update this new clone, you'll need to do "hg pull" and then "hg up". 06:32:56 did gringo tell you what all the stupidity was? 06:33:26 All I've seen is that it was a typo. 06:33:31 apparently I typo'd teh filename 06:33:38 Erk. 06:33:41 I feel so STUPID 06:33:59 wasted everyones time and all 06:35:28 *** Ashhh (~Ashhh@unaffiliated/ashhh) has joined #portableapps 06:35:49 If you want to test pull and up you can do so now as I've just committed another revision fixing the newline sequence in debug messages. 06:36:07 It's unimportant but it gives you an opportunity to make sure you've got it right. 06:36:13 opk one moment need to go give dog a med 06:36:15 In Command Prompt you can do hg pull&&hg up 06:36:43 Actually only one & is needed... in Linux it's two though so I use && on Windows as well as it does no harm. 06:37:54 * ChrisMorgan got a fix applied upstream for Sphinx (the documentation engine I used) :-) http://www.bitbucket.org/birkenfeld/sphinx/changeset/77eef74fd30a 06:39:38 * ChrisMorgan hates it when people use /me and use a first person pronoun. It really bugs me. Especially when I do it myself :P 06:40:34 back 06:41:10 I do hg pull says no mecurial found here] 06:41:23 should I have instaled mecurial to flash drive? 06:41:55 It needs to be somewhere in the PATH or a doskey macro. 06:42:01 Somewhere where it can find it. 06:42:17 well it found it to do the clone 06:42:34 If hg clone worked then hg pull will work. 06:42:47 hg pull not working 06:42:51 Make sure you're doing it inside the PAL clone directory. 06:43:16 It will have cloned it into a directory named launcher - rename that if you want to, but cd into it for hg pull. 06:44:46 ok now is it in the right place in PA Laucher? 06:45:17 I see launcher now 06:45:47 *** Mohammad (~7bece83a@gateway/web/freenode/x-fhwpgvtuqsaabmxp) has joined #portableapps 06:45:52 so when it runs where does it store the text file? 06:45:54 *** Mohammad has quit (Client Quit) 06:46:04 Data\debug.log 06:46:26 of PA LAuncher or of the app? 06:46:32 Noted in the manual (if you build it yourself :P) 06:46:36 The app. 06:46:45 k 06:46:51 Once you've built it it doesn't know where you built it from. It lives in its package directory only. 06:47:30 ty will look at manual more 06:48:16 To see the stuff about the new debug log to file stuff you'll need to look at Other\Source\Manual\advanced\debug.rst - it's not built. 06:48:56 kk 06:51:04 I'm about to go home now. Any last questions? 06:51:21 I like what I am reading thanks not sure if others will appreciate it but I do 06:51:36 can I ask one more hopefully easy question? 06:51:52 You can and you just did. You can't any more ;-) 06:51:52 a folder called .jajuk 06:52:04 Should I quote it ? 06:52:28 as I may ned to do a directory move not sure yet 06:52:54 No. Quotes are only needed when (a) there are leading spaces, (b) there are trailing spaces or (c) the value is literally quoted and the quotes must be maintained. 06:53:23 ok tyvm 06:53:40 I will leave you alon for a day or two :) 06:53:44 enjoy your day 06:54:25 Bye. I've got to finish off my FIT1029 assignment when I get home. 06:54:36 gl 06:54:36 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]) 06:54:42 So I'll try to avoid the temptation of participating in here until I'm finished :P 06:56:23 *** ChrisMorgan has quit (Quit: Quit messages are inane.) 08:32:37 *** dbdii407 has quit (Ping timeout: 246 seconds) 08:32:51 *** dbdii407 (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 09:08:56 *** Twinkletoes|W (~chatzilla@dze3bf81.brookes.ac.uk) has joined #portableapps 09:10:36 *** Horusofoz (~Jeffrey_S@122-49-165-9.ip.adam.com.au) has joined #portableapps 09:11:24 Hey All :) 09:16:55 Can anyone briefly join OT room as looking for advice on backup strategy. Thanks :) 09:37:41 *** Debray6379 has parted #portableapps (None) 09:40:43 *** Horusofoz has parted #portableapps (None) 09:42:16 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 10:01:23 *** Suiseiseki has quit (Read error: Connection reset by peer) 10:02:22 *** Suiseiseki (~desu@wikipedia/Antonio-Lopez) has joined #portableapps 10:33:25 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 10:40:17 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]) 10:48:57 *** Oni-Neoxes has quit (Quit: Quit... D:) 10:50:51 *** diib (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 10:53:51 *** dbdii407 has quit (Ping timeout: 245 seconds) 11:40:47 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 11:46:41 *** Bloodsong has quit (Quit: Leaving) 12:00:22 *** sar3th|away is now known as sar3th 12:05:03 *** rouilj1 has quit (Quit: Leaving.) 12:08:18 *** Gizmokid2005|AFK is now known as Gizmokid2005 12:18:06 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 12:18:08 ... 12:18:28 There, FIT1029 assignment submitted. 12:19:37 congratulations! 12:20:40 Now I've got till Friday to submit a MTH1030 assignment, then a couple of weeks till I have my next couple of assignments due... :-) 12:30:00 *** diib has quit (Read error: Connection reset by peer) 12:30:30 *** dbdii407 (~dbdii407@c-69-244-172-53.hsd1.mi.comcast.net) has joined #portableapps 12:30:30 *** dbdii407 has quit (Changing host) 12:30:30 *** dbdii407 (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 12:34:49 Bye, I'm off now. Any last comments, bugs or requests on PAL before Beta 4 will need to come within about the next 16 hours, as I hope to release it tomorrow afternoon. 12:37:30 Must try to get my nice flowchart into the Manual before that though. 12:38:11 can't wait for its release 12:38:22 threw a couple more thoughts at you in thread 12:43:33 I will await your response to thread when you have time to read it and thanks for all your help today 12:45:51 *** rcmaehl (~aab9e96b@gateway/web/freenode/x-tanjuauxirjfonss) has joined #portableapps 12:46:51 ChrisMOrgan by changing java to require No temp folder was created 12:47:01 oops ChrisMorgan 12:47:17 Anyone have any problems with kidsafe? 12:47:17 In that case I think it was a temporary problem caused by some unusual file handle lock at just the wrong time. 12:47:27 gonna go run another regshot and post it 12:47:45 thanks again 12:47:48 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]) 12:53:05 Now that I've done the flowchart integration (:P), goodnight. 12:53:17 *** ChrisMorgan has quit (Quit: Leaving.) 12:54:59 Has anyone had problems with the latest version of KidSafe? 13:08:39 *** EyeOSApacheissue (~48174a7b@gateway/web/freenode/x-zifzomyahpjsniod) has joined #portableapps 13:08:44 hello? 13:08:56 is ben online or AFK? 13:09:51 I have a question for Bensawsome about his eyeos portable dev release 13:10:19 it seems to be local only, how can I fix that to allow external connections 13:13:41 oh, well, I have to go.... 13:14:23 e-mail at jamieboysrule@hotmail.com or PM Flametail(I entirely forgot I had an account here untill just now 13:14:31 ) 13:14:34 bye 13:14:37 *** EyeOSApacheissue has quit (Quit: Page closed) 13:20:10 *** rcmaehl has quit (Quit: Page closed) 13:23:39 *** rouilj1 (~rouilj@216-107-210-99.Renesys.static.cust.seg.net) has joined #portableapps 14:16:12 *** Bloodsong (~Nimbus@bas2-barrie18-1242454821.dsl.bell.ca) has joined #portableapps 14:16:40 *** Bloodsong has quit (Client Quit) 14:17:22 *** Bloodsong (~Nimbus@bas2-barrie18-1242454821.dsl.bell.ca) has joined #portableapps 14:22:27 *** Flametail (~48174a7b@gateway/web/freenode/x-oxbacsipxrehxzez) has joined #portableapps 14:23:05 Hello? 14:23:33 is Ben back yet? 14:24:32 or anyone else who knows how to use eyeos? 14:24:37 *** Flametail has quit (Client Quit) 14:34:48 *** Flametail (~48174a7b@gateway/web/freenode/x-hnmdxidcemcblujh) has joined #portableapps 14:35:14 back, man my connection is epic today 14:45:30 * Flametail wonders if anyone is truly here 15:00:49 * Flametail is just going to have to get his own server, maybe with the xampp on here, and run the latest himself 15:01:40 * Flametail thinks someone should revive the eyeos project or remove it from the test release page to make room for a more alive project 15:01:54 *** Flametail has quit (Quit: Page closed) 15:07:41 *** guysoft42 has parted #portableapps ("Leaving") 15:51:34 when your computer gets this hot http://2.bp.blogspot.com/_PDMrlgSPsTk/SSKycjbj7RI/AAAAAAAABEY/dgWJdJjc7IQ/s320/computer+fire.jpg 15:51:47 its time to invest in liquid helium 16:23:56 *** dduffner (~426317c2@gateway/web/freenode/x-krjeovbwtkjrrgdf) has joined #portableapps 16:24:39 I have a question on settings retention for an app that I added to Portable Apps 16:26:13 hi dduffner, please ask your question :) 16:28:27 *** dduffner has quit () 16:51:23 *** Spaceghost (irssi@unaffiliated/spaceghost) has joined #portableapps 17:07:24 *** rouilj2 (~rouilj@28.sub-174-212-214.myvzw.com) has joined #portableapps 17:09:36 *** rouilj1 has quit (Ping timeout: 252 seconds) 17:15:06 *** rouilj1 (~rouilj@216-107-210-99.Renesys.static.cust.seg.net) has joined #portableapps 17:17:14 *** rouilj2 has quit (Ping timeout: 246 seconds) 17:28:04 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 17:50:53 *** Mir_ppc (~cfe96d63@gateway/web/freenode/x-iphkbaeiidevysnh) has joined #portableapps 17:55:16 *** Mir_ppc has quit (Ping timeout: 248 seconds) 18:21:34 *** Twinkletoes|W has quit (Remote host closed the connection) 18:32:22 *** Bloodsong has quit (Quit: Leaving) 18:39:40 *** qwertymodo (~Ben@140.211.141.248) has joined #portableapps 18:41:05 howdy qwertymodo 18:44:10 Zach how are you with commandline arguments? 18:50:49 all depends on the app in question 18:51:19 most command line apps usually have --help or -h or -? to list all the commands for you 18:51:56 I can not remmebr how to pass the command to run a jar 18:53:12 java apps, then I can't help you there, I don't know too much on how to run those other than through file association 18:53:22 ok 18:53:38 np trhanks 18:53:40 thanks 18:57:56 *** pa_1936 (~55b5183f@gateway/web/freenode/x-akmhngofvyhrnqae) has joined #portableapps 18:58:45 *** pa_1936 has parted #portableapps (None) 18:59:42 *** pa_5794 (~55b5183f@gateway/web/freenode/x-lpjipqaxgbjknuuo) has joined #portableapps 18:59:50 hello? 19:00:33 *** pa_5794 has quit (Client Quit) 19:04:21 *** vf2nsr_ (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 19:05:46 *** vf2nsr_ has quit (Client Quit) 19:07:14 *** vf2nsr has quit (Ping timeout: 240 seconds) 19:13:39 *** Spaceghost has quit (Quit: Leaving) 19:13:47 *** Spaceghost (irssi@unaffiliated/spaceghost) has joined #portableapps 19:33:20 *** diib (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 19:36:34 *** dbdii407 has quit (Ping timeout: 276 seconds) 19:56:14 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 19:58:43 *** rcmaehl (~4a8dd374@gateway/web/freenode/x-jhwfcbqbqfhxlynr) has joined #portableapps 20:04:21 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]) 20:18:43 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 20:19:05 *** vf2nsr has quit (Client Quit) 20:35:58 *** MaienM is now known as MaienM|Sleep 20:46:01 *** Zarggg has quit (Quit: Zarggg) 20:50:21 *** Zarggg (~zarggg@2001:0:4137:9e74:0:fbec:beb1:ba3d) has joined #portableapps 21:28:13 *** SrgSiler|Sleep is now known as SergentSiler 21:44:05 *** diib has quit (Read error: Connection reset by peer) 21:48:20 *** dbdii407 (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 22:00:49 *** rcmaehl has parted #portableapps (None) 22:11:26 *** ptmb (~PTMblogge@a83-132-129-116.cpe.netcabo.pt) has joined #portableapps 22:11:38 *** dbdii407 has quit (Read error: Connection reset by peer) 22:12:20 *** dbdii407 (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 22:23:14 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 22:23:16 ChrisMorgan is a PortableApps.com developer and moderator and works on the PortableApps.com Launcher (please test it!) 22:30:20 *** Bloodsong (~Nimbus@bas13-toronto12-1167984050.dsl.bell.ca) has joined #portableapps 22:34:40 *** Zarggg has quit (Ping timeout: 276 seconds) 22:37:55 *** excid3 has quit (Remote host closed the connection) 22:42:51 *** Zarggg (~zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com) has joined #portableapps 22:53:48 *** excid3 (~chris@student213-175.cv.siue.edu) has joined #portableapps 22:57:56 *** SergentSiler is now known as SrgSiler|AFK 23:01:50 *** dbdii407 has quit (Read error: Connection reset by peer) 23:06:21 *** dbdii407 (~dbdii407@unaffiliated/dbdii407) has joined #portableapps 23:06:29 *** Scriptdaemon (~8bb60bc0@gateway/web/freenode/x-lfvirbcbvwkentef) has joined #portableapps 23:20:50 ChrisMorgan: Is there any known issue with the launcher moving files of the form .file? 23:39:00 Scriptdaemon: no 23:39:21 Hmm... 23:39:58 Geoff Shearsmith thought he had an issue with it but managed to sort it out, I understand (though he hasn't said what it was he'd done wrong or whatever), and vf2nsr seems to have a file called .jajuk_bootstrap working in Jajuk Portable. 23:44:33 It might be the var I'm using. I'll look at it a little later, I'm gonna take a nap before work. 23:44:44 *** Scriptdaemon has quit (Quit: Page closed) 23:59:46 *** ptmb has quit (Quit: Bye everybody)