Windows GUI for trunk building - page 12 - General Discussion and Assistance - CHDK Forum

Windows GUI for trunk building

  • 771 Replies
  • 308622 Views
*

Offline pixeldoc2000

  • ****
  • 356
  • IXUS900Ti 1.00C, IXUS300HS 1.00D
    • pixel::doc homebase
Re: Windows GUI for trunk building
« Reply #110 on: 10 / October / 2008, 15:05:43 »
Advertisements
Just tested v1.72, "After Checking" options are messed up:
- Log details only - works not allways
- Download/Keep - OK
- Download/Unzip/Keep & Download/Unzip/Delete - Download = OK, Unzip = does nothing at all, Keep = always deletes downloaded files, Delete = works flawless :-)

why does it always download trunk AND juciphox?

Currently i stay with v1.63, its the last "useable" and bugfree version as far as i tested... sorry.

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #111 on: 11 / October / 2008, 05:54:16 »
hi p::d,

Quote
1 - Log details only - works not allways
2 - Download/Keep - OK
3 - Download/Unzip/Keep & Download/Unzip/Delete - Download = OK, Unzip = does nothing at all, Keep = always deletes downloaded files, Delete = works flawless :-)

4 why does it always download trunk AND juciphox?

@1 : true, i should remove it (useless anyway) -> to-do list
@2 : confirmed 
@3 : works OK for me, D/U/K downloads to /archive and unzips archive to /branches or /trunk
                                   D/U/D does the same, but deletes the archive after unzipping.
       don't understand how it can not unzip ... (you do have unzip.exe in gcc/bin, right ?)
       i DO understand it deletes even when D/U/K is selected :
       i'm using a non-zero return value of unzip.exe to detect empty archives, so if the call
       to unzip fails, the archive gets deleted - i should probably add a security check on
       unzip.exe's presence
       BTW just noticed Manual unzip doesn't obey Autoselect latest -> fixed in next version
@4 : making branch support optional is on the to-do list
 

thanks for reporting,

wim     

[edit: to-do's in 1, 3, 4 implemented, now testing ...]
« Last Edit: 11 / October / 2008, 11:18:27 by whim »

*

Offline pixeldoc2000

  • ****
  • 356
  • IXUS900Ti 1.00C, IXUS300HS 1.00D
    • pixel::doc homebase
Re: Windows GUI for trunk building
« Reply #112 on: 12 / October / 2008, 15:31:39 »
don't understand how it can not unzip ... (you do have unzip.exe in gcc/bin, right ?)
gcc\bin\unzip.exe does not exist, your right.
Reinstalled 1.72, this time unzip.exe was correctly moved by chdk-shell. Now its working!

i should probably add a security check on unzip.exe's presence
Sanity_Check() should check if important files like unzip.exe, unrar.exe, wget.exe and maybe gcc.exe exist and give a message like "foo.ba is missing, please reinstall!" (basicly every programm should ALWAYS check if important files exist >>> Best Practice).

Keep your good work going on!
Greetz, p::d

*

Offline pixeldoc2000

  • ****
  • 356
  • IXUS900Ti 1.00C, IXUS300HS 1.00D
    • pixel::doc homebase
Re: Windows GUI for trunk building
« Reply #113 on: 12 / October / 2008, 17:14:45 »
@whim

i was a little bored, so i created a little md5sum check for gcc directory... maybe it's completly useless, maybe you like to include it with chdk-shell... it's up to you own to decide...

Download:
Code: [Select]
http://pixeldoc.kicks-[admin: avoid swearing please].net/projects/chdk/chdk-shell/chdk-shell_md5sum_check_v1.0.zip(zip content must be extracted to chdk-shell root directory like c:\CHDK-Shell-v172)

EDIT: sorry, forum does not like my domain... but i do!!! (you MUST replaced $$ with ss).
Code: [Select]
http://pixeldoc.kicks-a$$.net/projects/chdk/chdk-shell/chdk-shell_md5sum_check_v1.0.zip
So i attached the file to this post...

stay CHDKed folks!
Greetz, p::d
« Last Edit: 12 / October / 2008, 17:23:52 by pixeldoc2000 »

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #114 on: 12 / October / 2008, 17:42:29 »
kicks-[admin: avoid swearing please]  :lol  :lol

wim

[it would be good if spelling checkers were more tolerant intelligent - what about our poor animal friend: "[admin: avoid swearing please]" ? - i'd call that downright discrimination  :D]

thanks, btw, i'll look into it soon
« Last Edit: 12 / October / 2008, 18:06:56 by whim »

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #115 on: 14 / October / 2008, 12:16:35 »
OK, after a 24h burn-in test here's  CHDK-Shell-v173.zip  [edit: link removed]

  • removed: 'Log Details Only' from 'after checking...' options (useless)

  • added: branch checking option 'none' ( now: none/default only/all )

  • bugfix: saved cam selections were not reloaded, so autocompile would not work

  • added runtime check on presence of unzip, wget and SSL dlls


enjoy,

wim
« Last Edit: 20 / October / 2008, 03:10:40 by whim »

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #116 on: 15 / October / 2008, 15:42:35 »
some more bugfixes  CHDK-Shell-v174.zip - 1.06MB [edit: link changed to point to RapidShare]

  • when using some of the setting dialogs (branch, GUI, etc.) directly after toggling
    checkboxes in the main GUI, settings would not be written to the .ini file, and on
    return from dialogs would go back to previous position(s)

  • on first run, pressing 'After Checking' and then Cancel would cause a crash caused by a faulty default value


wim

« Last Edit: 19 / October / 2008, 03:49:57 by whim »

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Windows GUI for trunk building
« Reply #117 on: 16 / October / 2008, 00:57:34 »
I hope one day we can get a chdk version starting with 1.x as well, keep up the good work,whim :)
Btw check your pm inbox please ;)

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #118 on: 19 / October / 2008, 03:37:34 »
Due to zShare not functioning since their last 'Maintenance', I have uploaded

version 1.74 1.75 to RapidShare, see first post in this thread or go here:

1.75 now also uses RS link to dowload the dev kit (+ the usual small GUI tweaks)

edit: link removed, please use 1.76

sorry,

wim
« Last Edit: 20 / October / 2008, 03:04:46 by whim »

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #119 on: 19 / October / 2008, 17:39:21 »
Progam crashed on trying to write it's log (another faulty default !)

Should be fixed now ...  CHDK-Shell-v176.zip - 1.06MB

sorry, sloppy error checking
wim
« Last Edit: 19 / October / 2008, 17:48:17 by whim »

 

Related Topics


SimplePortal © 2008-2014, SimplePortal