CHDK 1.4 release + bug reports - CHDK Releases - CHDK Forum
supplierdeeply

CHDK 1.4 release + bug reports

  • 57 Replies
  • 30639 Views
*

Offline reyalp

  • ******
  • 14080
CHDK 1.4 release + bug reports
« on: 29 / November / 2015, 15:02:40 »
Advertisements
Thanks to the hard work of many contributors, CHDK 1.4 is released.

What's new
See http://chdk.wikia.com/wiki/Releases#1.4 for an overview of signification changes and compatibility. See also the 1.4 development planning thread

Where to get it
Use stick, or download from Stable section of the download page

If downloading / updating manually, be sure to download the "complete" package.

If there's anything you wouldn't want to lose on the card you are installing it on (scripts, existing CHDK install or CFG files, precious cat photos), backing up is a good idea.

Reporting bugs
Post in this thread, or in the development thread for the particular feature if it's obvious.

If the camera crashes (shuts down unexpectedly) please get a romlog as described on http://chdk.wikia.com/wiki/Debugging#Camera_crash_logs_.28romlog.29 and post it as an attachment.

If a post looks like it will lead to a lot of back and forth, it may be split it to a new thread, or moved to a thread related to the particular feature. This doesn't mean you did anything wrong :)

Help us update the language files
See http://chdk.setepontos.com/index.php?topic=12655.0

Previous bug reporting thread
http://chdk.setepontos.com/index.php?topic=265.0

« Last Edit: 29 / November / 2015, 15:17:21 by reyalp »
Don't forget what the H stands for.

*

Offline TMHKR

  • **
  • 77
  • Canon PowerShot SX170 IS (1.01a firmware)
Re: CHDK 1.4 release + bug reports
« Reply #1 on: 29 / November / 2015, 15:36:22 »
mighty-hoernsche.de is still at 1.3 (trunk is at 1.5)

*

Offline reyalp

  • ******
  • 14080
Re: CHDK 1.4 release + bug reports
« Reply #2 on: 29 / November / 2015, 16:05:18 »
mighty-hoernsche.de is still at 1.3 (trunk is at 1.5)
You may need to do a full refresh in your browser. I see 1.4.1 on http://mighty-hoernsche.de/
Don't forget what the H stands for.

*

Offline c_joerg

  • *****
  • 1248
Re: CHDK 1.4 release + bug reports
« Reply #3 on: 30 / November / 2015, 03:19:24 »
Quote
Thanks to the hard work of many contributors, CHDK 1.4 is released.
Also from my side a big thanks you to all contributors…
 
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd


Re: CHDK 1.4 release + bug reports
« Reply #4 on: 11 / December / 2015, 08:41:57 »
Static Analysis from branch 1.4 with cppcheck 1.71-1, configured to C89 and builtin. 

[tools/elf2flt/elfflt.c:770]: (error) Memory leak: new_import_buf
[tools/finsig_dryos.c:5838]: (error) Memory leak: s
[tools/finsig_vxworks.c:4814]: (error) Memory leak: s
[tools/gen_conf_lua.c:123]: (error) Resource leak: f
[tools/gensig_vxworks.c:330]: (error) Resource leak: f
[tools/packfi2/fi2enc.c:151]: (error) Resource leak: fi
[tools/packfi2/fi2enc.c:156]: (error) Resource leak: fi
[tools/packfi2/fi2enc.c:160]: (error) Resource leak: fi
[tools/packfi2/fi2enc.c:160]: (error) Memory leak: upkbuf
[tools/packfi2/fi2enc.c:167]: (error) Memory leak: upkbuf
[tools/packfi2/fi2enc.c:173]: (error) Memory leak: buf
[tools/packfi2/fi2enc.c:212]: (error) Resource leak: fo
[tools/stubs_load.c:179]: (error) Resource leak: f
[tools/stubs_load.c:220]: (error) Resource leak: f
[tools/stubs_load.c:252]: (error) Resource leak: f
[tools/stubs_load.c:308]: (error) Resource leak: f
[tools/stubs_load.c:337]: (error) Resource leak: f

More issues, warnings int the complete log attached.

Re: CHDK 1.4 release + bug reports
« Reply #5 on: 19 / January / 2016, 04:53:43 »
I have two pcs of Canon A490 (100d, 100f) and when i install
a490-100d-1.3.0-4296-full it works of but when i want update and install the newer one for example:
a490-100d-1.4.1-4343-full or a490-100d-1.5.0-4356-full it won't start. After update in Play mode the camera turn off. Chceck at both my cameras ? What the problem ?


*

Offline reyalp

  • ******
  • 14080
Re: CHDK 1.4 release + bug reports
« Reply #6 on: 19 / January / 2016, 15:55:29 »
I have two pcs of Canon A490 (100d, 100f) and when i install
a490-100d-1.3.0-4296-full it works of but when i want update and install the newer one for example:
a490-100d-1.4.1-4343-full or a490-100d-1.5.0-4356-full it won't start. After update in Play mode the camera turn off. Chceck at both my cameras ? What the problem ?
Thanks for the report.

This is one of the cameras that was never tested after the keyboard re-write, so I probably broke it in 1.4

Interestingly, the a800 shares similar code and also apparently had problems.

Looking it this again, I may have an idea of the problem, the inline asm call in the middle of a function could be doing Bad Things with the compiler change.

Test build for a490 100d attached

edit:
Updated attachment with FI2 file
« Last Edit: 19 / January / 2016, 16:52:25 by reyalp »
Don't forget what the H stands for.

Re: CHDK 1.4 release + bug reports
« Reply #7 on: 19 / January / 2016, 16:35:21 »
Thanks for the report.

This is one of the cameras that was never tested after the keyboard re-write, so I probably broke it in 1.4

Interestingly, the a800 shares similar code and also apparently had problems.

Looking it this again, I may have an idea of the problem, the inline asm call in the middle of a function could be doing Bad Things with the compiler change.

Test build for a490 100d attached

I cant run this test, no Update firmware at menu in zip file missing PS.FI2


*

Offline reyalp

  • ******
  • 14080
Re: CHDK 1.4 release + bug reports
« Reply #8 on: 19 / January / 2016, 16:53:00 »
I cant run this test, no Update firmware at menu in zip file missing PS.FI2
Sorry about that, I've updated the post with a build including the FI2
Don't forget what the H stands for.

Re: CHDK 1.4 release + bug reports
« Reply #9 on: 19 / January / 2016, 17:18:20 »
Now its working :)

 

Related Topics