02:34:00 *** gluxon has parted #portableapps (None) 03:48:55 *** DannyMuniz (~Kiriko@c-71-192-128-148.hsd1.ma.comcast.net) has joined #portableapps 03:48:55 *** DannyMuniz has quit (Changing host) 03:48:55 *** DannyMuniz (~Kiriko@unaffiliated/kiriko) has joined #portableapps 04:25:34 *** DannyMuniz has quit (Quit: Never Drive Faster Than What Your Guardian Angel Can Fly! (Denise Wiedeman)) 04:38:01 *** Bensawsome (~Bensawsom@unaffiliated/bensawsome) has joined #portableapps 04:38:04 Bensawsome is from the PortableApps.com forums, likes waffles VERY MUCH, and has a site at http://www.bensawsome.com . He also maintains StatBot and the IRCStats pages @ http://www.bensawsome.com/ircstats 04:50:53 *** kAlug|Away has quit (Quit: Nettalk6 - www.ntalk.de) 04:58:30 *** kAlug|Away (~kalug@187.11.99.214) has joined #portableapps 05:34:27 *** PlauSocks is now known as Das_Ghostie 05:36:44 *** Das_Ghostie is now known as PlauSocks 06:04:45 *** PlauSocks is now known as PlauSocks|AFK 06:53:12 *** kAlug|Away is now known as Aerok 09:42:44 *** Konsi (97886daa@gateway/web/freenode/ip.151.136.109.170) has joined #portableapps 09:43:13 Is there somebody who can tell me how I can publish my Tool on portableapps.com? 10:50:36 *** SergentSiler (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 10:50:36 SergentSiler is a pony 10:51:29 *** PlauSocks|AFK has quit (Ping timeout: 258 seconds) 11:11:37 *** Konsi has quit (Quit: Page closed) 11:48:48 *** BrOwNeYeZ (~Phil@e178138150.adsl.alicedsl.de) has joined #portableapps 11:48:56 *** BrOwNeYeZ has parted #portableapps (None) 13:16:17 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 14:06:16 *** Vaevictus (~vae@184.91.160.244) has joined #portableapps 14:07:02 ahh cool. Greetings :D 14:09:12 yesterday i was working on portablizing star control 2 from the sc2.sf.net site... the game doesn't utilize the registry, and i was working on getting it through the portable generator piece 14:10:00 after i gave fixed a few things in appinfo and gave it an icon from somewhere else, it was able to make the wrapper, but still failed. it's my first one so i've got little experience debugging this 14:11:39 *** Aerok is now known as kAlug 14:13:34 Vaevictus: can you upload the INI file in App\AppInfo\Launcher to somewhere ( e.g. http://p.kalug.net/ )? 14:16:49 sure ... 14:17:00 wait ... 14:17:01 uh. 14:17:01 :d 14:17:08 there isn't one lol 14:17:32 just App/Appinfo/appinfo.ini 14:17:40 so that's probably the issue 14:17:59 Yep. Can you send that instead? 14:18:03 sure 14:18:08 it's probably wrong too 14:18:55 http://p.kalug.net/9 14:19:05 nice pastebin... did you write it? 14:19:56 oh , xan manning 14:20:01 :D 14:22:02 Nope. The original is at http://pzt.me/ 14:26:45 i may have to install that sometime :D 14:26:52 anyway... any thoughts on appinfo.ini? 14:27:27 Working on it... the latest version of UQM is 0.7.0, right? 14:27:40 yeah... i was just doing a "mimic pc" install 14:27:57 the installer touches the registry only for install/uninstall stuff 14:28:10 i copied the dir to a new dir and uninstalled... and the new dir worked fine 14:28:40 should i change App/AppName to UQM ? 14:28:45 er ... App/UQM ? 14:29:10 also, is there a good way to extract icons from exe? 14:32:34 Yep. 14:32:47 App\UQM. For icons, use IcoFX. 14:33:11 http://portableapps.com/apps/graphics_pictures/icofx_portable 14:33:28 tyvm 14:33:37 ahh... nm 14:33:41 just found it in the source for uqm 14:34:17 are you familiar with uqm? 14:34:33 No. 14:35:14 OK, check this: http://p.kalug.net/3 (I've written some comments in there too) 14:35:23 it's a great game 14:35:48 has been for dang 18 years now 14:35:52 soon 19 :D 14:36:08 is now GPL'd 14:36:38 http://en.wikipedia.org/wiki/Star_Control_II 14:39:25 okay... that builds, and wants a Launcher/UQMPortable.ini file 14:40:44 seems like i'm missing a task i need to do 14:43:01 Yeo. The Launcher\UQMPortable.ini files tells the launcher what to do to make the app portable. 14:43:47 *** ZachThibeau (~zachthibe@unaffiliated/zachthibeau) has joined #portableapps 14:43:47 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 14:43:52 There's an example of that file at http://portableapps.com/node/29045 14:45:31 is Launch the only section that's required? 14:47:15 Yes. But are the data files (players, scores, etc.) already in the Data directory? 14:48:31 i'd probably have to check that out 14:48:35 i.e. no 14:49:39 afaik it runs it all out of the main folder 14:50:22 You can use [FilesMove] to move files between App\UQM and Data. 14:50:57 oh crap 14:50:59 hmm 14:51:08 maybe it uses %appdata% after all 14:51:48 Then [DirectoriesMove]; something like AppData=%APPDATA%\UQM. 14:52:17 k ... lemme find it 14:52:55 on win7 it's appdata\roaming\uqm 14:53:57 Then it's the one I wrote. 14:55:37 killer ... should be close now 14:57:33 playing with commandline options 14:59:58 i need a string for App\UQM\content 15:00:18 CommandLineArguments=--contentdir="%PAL:AppDir%\UQM\Content" 15:00:23 ^-- i tried that to no avail 15:01:19 Try WorkingDirectory=%PAL:AppDir%\UQM 15:01:32 in Launch ? 15:02:21 Yep. 15:03:54 oooh 15:04:09 launched.... :D 15:04:13 now to test game saves 15:05:39 that worked! 15:07:17 now... i just zip it all up? 15:09:03 oh no, i've got yet another ini and exe to utilize :d 15:09:29 Just a new exe... the PortableApps.com Installer. 15:18:49 wierd... it can't open a nonexistant output file 15:19:27 Running out of space, maybe? 15:19:35 *** AlleyKat has quit (Read error: Connection reset by peer) 15:19:55 137gb free 15:20:47 Output: "c:\UQMPortable_0.7.0_Development_Test_1.paf.exe" 15:20:47 Can't open output file 15:20:48 Error - aborting creation process 15:21:04 Do you have permission to create files in C:\? 15:21:40 wtf. nope 15:21:43 i'm network admin 15:21:51 is that a new win7 "security feature" ? 15:21:58 can only create new folders 15:23:36 IDK. Move the folder where you're working on to somewhere else; you'll need to be able to create files on it's parent folder. 15:23:43 k 15:27:51 KILLER 15:27:56 all done 15:28:09 kAlug: thanks, couldn't have done it without you 15:28:21 any refinements i should make before going public? 15:29:38 I guess not. This is what the Development Test is for. 16:06:08 *** DannyMuniz (~Kiriko@c-71-192-128-148.hsd1.ma.comcast.net) has joined #portableapps 16:06:08 *** DannyMuniz has quit (Changing host) 16:06:08 *** DannyMuniz (~Kiriko@unaffiliated/kiriko) has joined #portableapps 16:08:11 *** benedikt93 has quit (Read error: Connection reset by peer) 16:08:38 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 16:09:37 *** DannyMuniz has quit (Client Quit) 16:20:06 *** kAlug is now known as kAlug|Away 16:56:05 *** Bensawsome has quit (Ping timeout: 260 seconds) 17:00:46 *** Bensawsome (~Bensawsom@unaffiliated/bensawsome) has joined #portableapps 17:00:46 Bensawsome is from the PortableApps.com forums, likes waffles VERY MUCH, and has a site at http://www.bensawsome.com . He also maintains StatBot and the IRCStats pages @ http://www.bensawsome.com/ircstats 17:25:22 *** Thasmo (~thasmo@d86-32-70-37.cust.tele2.at) has joined #portableapps 17:25:28 *** Bensawsome has quit (Quit: This computer has gone to sleep) 17:27:43 *** DannyMuniz (~Kiriko@c-71-192-128-148.hsd1.ma.comcast.net) has joined #portableapps 17:27:43 *** DannyMuniz has quit (Changing host) 17:27:43 *** DannyMuniz (~Kiriko@unaffiliated/kiriko) has joined #portableapps 17:46:13 *** andreasma (~andi@p5B07CF98.dip.t-dialin.net) has joined #portableapps 17:50:12 *** DannyMuniz has quit (Quit: Never Drive Faster Than What Your Guardian Angel Can Fly! (Denise Wiedeman)) 18:26:04 *** ZachThibeau has quit (Quit: Leaving) 19:00:55 *** benedikt93 has quit (Quit: Bye ;)) 19:18:06 *** SergentSiler is now known as PlauSocks 19:35:37 *** Bensawsome (~Bensawsom@unaffiliated/bensawsome) has joined #portableapps 19:35:40 Bensawsome is from the PortableApps.com forums, likes waffles VERY MUCH, and has a site at http://www.bensawsome.com . He also maintains StatBot and the IRCStats pages @ http://www.bensawsome.com/ircstats 20:45:29 *** PlauSocks is now known as PlauSocks|AFK 21:35:57 *** gluxon (~gluxon@unaffiliated/gluxon) has joined #portableapps 21:42:44 *** PlauSocks|AFK is now known as PlauSocks 21:50:02 *** kAlug|Away is now known as kAlug 22:01:21 *** MaienM has quit (Quit: Bye!!!!) 22:05:47 *** MaienM (~MaienM-F@ip545597ca.adsl-surfen.hetnet.nl) has joined #portableapps 22:05:47 *** MaienM has quit (Changing host) 22:05:47 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 22:06:50 *** AlleyKat (~Miranda@0x573a58b7.ronnqu1.dynamic.dsl.tele.dk) has joined #portableapps 22:10:29 kAlug: Hey! :) 22:10:51 gluxon: Aloh! 22:11:11 kAlug: Does modifying the value of %JAVA_HOME% really work? 22:11:38 I can see that it does from the screenshot, but it's a bit hard for me to believe. 22:11:45 It's what I'm doing since 2011-08-02. 22:12:39 The problem is, Firefox doesn't allow you to specify extra plugins. 22:15:44 And %JAVA_HOME% should be the solution to the Portable Java in browsers issue, right? 22:16:10 Chromium-based, yes. 22:16:53 Ah, so no solution for Firefox yet, right? 22:17:15 Right. Let me search their Bugzilla... 22:19:26 I bet an add-on would be able to make Firefox search for Java Portable. 22:19:35 Hm.. I wonder if our licensing with Mozilla allows us to include a PortableApps.com Integration add-on. :-/ 22:21:37 Wow... "If Chrome’s taking more than 25 seconds to close, it will now deliberately crash itself." 22:22:22 kAlug: I heard about that a while back :P 22:22:54 I'm guessing Chrome's shutdown isn't as important as other browsers. 22:24:06 *** luki- (~luki@193.106.246.54) has joined #portableapps 22:24:20 No. But 25 seconds! 22:24:35 hi, could you add a portable app for something like undeleting files? ;) 22:26:15 *** gluxon has quit (Quit: Leaving.) 22:26:16 gluxon: Do you know the status of the Piriform's apps? 22:29:36 luki-: It seems that we don't have any file recovery app yet (not even in development) :( 22:29:46 Can you suggest one? 22:30:30 hm, no, but i can look at some tomorrow and tell you (but propably i'll forgot it ;P) 22:39:11 gn 22:39:24 *** luki- has quit () 22:40:25 *** andreasma has quit (Quit: Verlassend) 23:23:35 *** Zarggg has quit (Read error: Connection reset by peer) 23:24:03 *** Zarggg (~zarggg@24.229.139.169.res-cmts.sm.ptd.net) has joined #portableapps 23:34:05 *** ZachThibeau (~ZachThibe@142.167.215.62) has joined #portableapps 23:34:05 *** ZachThibeau has quit (Changing host) 23:34:05 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 23:34:06 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 23:34:13 ... 23:50:08 *** PlauSocks is now known as Das_Ghostie 23:52:47 *** Das_Ghostie is now known as PlauSocks