Bug Reports against Recent Builds -- Report bugs here - page 15 - CHDK Releases - CHDK Forum  

Bug Reports against Recent Builds -- Report bugs here

  • 281 Replies
  • 135326 Views
Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #140 on: 01 / October / 2011, 15:33:25 »
Advertisements
Ok, now it works, thanks philmoz.

Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #141 on: 01 / October / 2011, 15:37:16 »
is_key is case sensitive. It'd be more convenient if is_key was case-blind. What do you think?
Code: [Select]
@title Shows that is_key function has a glitch.
rem Shows that is_key function has a glitch.

rem is_key k "Set"  //fail
rem is_key k "set"  //ok

print "Press the 'Set' key"
do
wait_click
is_key k "set"
until k=1


end

*

Offline msl

  • *****
  • 1280
  • A720 IS, SX220 HS 1.01a
    • CHDK-DE links
Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #142 on: 01 / October / 2011, 17:37:36 »
is_key is case sensitive. It'd be more convenient if is_key was case-blind. What do you think?

That makes not really sense. Not is_key is case sensitive, but the key definitions. They are used by many other commands.

All scripts commands use lowercase characters.

msl
CHDK-DE:  CHDK-DE links

Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #143 on: 25 / October / 2011, 04:12:05 »
Camera: SX30 IS
CHDK Version: 0.9.9-1369 Oct 16 2011
Issue: Can't autoboot after using "create cart with two partitions" option on debug menu

What I did: Created fat16 partition using pc, copied chdk files to it, booted chdk via firmware update method, then CHDK menu -> Miscellaneous stuff -> Debug parameters -> Create card with two partitions. Put card back on pc, format first as fat12 and second as fat32, load chdk files to sd, boot chdk via firmware update method, then CHDK menu -> Miscellaneous stuff -> Make card bootable. Flip write-protect switch on sd and try to power camera. Camera will boot 'normal' OS, not CHDK. Recognizes sd as write-protected. Will boot chdk via firmware update method. Putting the card back into the laptop's card reader (running Linux Ubuntu 10.04), I run the embedded Gnome Disk Utility (palimpsest) and, with the volume unmounted, try to flag the first partition as bootable. Utility will take forever "thinking" and will not mark it as bootable, which makes me believe there's some problem on the MBR written by CHDK.

What I did 2: Created both partitions on my computer and loaded chdk in the first one. CHDK will boot normally using FW update method and I'm able to flag partitions as bootable using palimpsest, but camera won't autoboot CHDK. Tried using the "CHDK menu -> Miscellaneous stuff -> Make card bootable" option, but it won't work either. And yes, I've remembered to turn on write protection on the SD when trying to boot.

How I made it work: Created 2mb fat12 partition, loaded chdk into it, booted chdk via FW update method, then CHDK menu -> Miscellaneous stuff -> Make card bootable. Put sd back into pc, and only then create the partition which will take all the space left on the card. Obviosly put the CHDK folder on fat32 partition, leaving only the boot files on the other partition, and flicked the write-protect switch.

Tricky bit for those using palimpsest (I don't know where to advice people about this, so I'll write it here and someone may please copy it to the right place): Probably your camera won't recognize the fat32 partition because (at least on Ubuntu 10.04) even if you format the first partition as fat12, it will be flagged with partition type W95 FAT32 LBA (0x0c). What you have to do is, using palimpsest, click on edit partition, then choose type fat12.
And I won't recommend using gparted, I had some issues with it.
« Last Edit: 25 / October / 2011, 04:30:04 by elias.alberto »


Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #144 on: 25 / October / 2011, 04:22:43 »
Camera: SX30 IS
CHDK Version: 0.9.9-1369 Oct 16 2011
Issue: Can't boot CHDK after using "swap partitions" option on CHDK menu

What I did: Using CHDK menu, swapped partitions on sdcard. After that, camera won't boot chdk anymore using neither method.

How I made it work: Re-partition and re-format the SD card using my pc. Maybe I could have just restored the MBR, if I had a backup of it. I may try to back up the mbr using Partition Saving.

Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #145 on: 30 / October / 2011, 15:16:47 »
got my sx120is dead by sx120is-100b-1.1.0-full_BETA_rev_840.zip

camera ejected lens as far as it can and blackscreen.

without chdk I now getting "Lens error turn on/off".

Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #146 on: 30 / October / 2011, 18:07:57 »
got my sx120is dead by sx120is-100b-1.1.0-full_BETA_rev_840.zip

camera ejected lens as far as it can and blackscreen.

without chdk I now getting "Lens error turn on/off".
Cross posted here :  http://chdk.setepontos.com/index.php?topic=4284.msg75118#msg75118. Followups in that thread.
Ported :   A1200    SD940   G10    Powershot N    G16

Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #147 on: 10 / November / 2011, 15:50:14 »
bug on a470 
chdk 0.9.9-1372
19 oct 2011
fw vers 102c

There is a bug on the menu  "raw parameters" option  Dark Frame Substraction. if it is on auto works like auto. If it is on "on" works like "on", but "off" option is not working and the images always have the auto option on this case. So if you put the option on "off" it does nothing. I can be a tester like before on it.


Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #148 on: 15 / December / 2011, 16:47:59 »
hello, my camera is the PowerShot sx200is fw 1.00D.
In CHDK version 0.9.9.1465 to the most recent having problems:
1-Error in the battery icon. (show in red)
2-The percentage of battery is not show

I use the CHDK version 0.9.9.1459 and all ok

I speak Spanish, I hope you understand the translation
Thank you all for your help.

Re: Bug Reports against Recent Builds -- Report bugs here
« Reply #149 on: 15 / December / 2011, 19:30:28 »
1-Error in the battery icon. (show in red)
Go to the CHDK <ALT> menu -> select OSD Parameters -> select Battery -> set the battery MAX voltage and MIN Voltage  ( try 4500 and 2000 to start ).

Quote
2-The percentage of battery is not show
Goto Show Battery Percent on that screen and select it.
« Last Edit: 15 / December / 2011, 19:32:35 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal