Bug 448597

Summary: Error pop-up: The application was unable to start correctly (0xc0000005)
Product: [Applications] digikam Reporter: frizzo
Component: Bundle-WindowsAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, metzpinguin
Priority: NOR    
Version First Reported In: 7.6.0   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In: 7.6.0
Sentry Crash Report:
Attachments: screenshot of error pop-up

Description frizzo 2022-01-16 14:33:39 UTC
Created attachment 145541 [details]
screenshot of error pop-up

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Start the application
 

OBSERVED RESULT
Error pop-up: The application was unable to start correctly (0xc0000005)
application terminated

EXPECTED RESULT
Application starting

SOFTWARE/OS VERSIONS
Windows: 19043.1466
Comment 1 caulier.gilles 2022-01-16 15:38:13 UTC
And it's reproducible with the non debug version of installer. 

If yes, i suspect a problem done while packaging, aka the debug symbols are too heavy and package size is over the 2Gb limit of NSIS.

Gilles Caulier
Comment 2 caulier.gilles 2022-01-16 15:55:34 UTC
Git commit f4e47ed0b5e0277839c7eb0605160c93639796e6 by Gilles Caulier.
Committed on 16/01/2022 at 15:54.
Pushed by cgilles into branch 'master'.

do not touch binaries which need debug symbols

M  +2    -2    project/bundles/mxe/04-build-installer.sh

https://invent.kde.org/graphics/digikam/commit/f4e47ed0b5e0277839c7eb0605160c93639796e6
Comment 3 frizzo 2022-01-16 17:05:17 UTC
(In reply to caulier.gilles from comment #1)
> And it's reproducible with the non debug version of installer. 
> 
> If yes, i suspect a problem done while packaging, aka the debug symbols are
> too heavy and package size is over the 2Gb limit of NSIS.
> 
> Gilles Caulier

Gilles,
I am happy to help with testing. But can not offer any ideas - our of my depth here.
FRizzo
Comment 4 caulier.gilles 2022-01-16 17:06:49 UTC
Can you reproduce the dysfunction with the standard installer (not debug) ?
Comment 5 frizzo 2022-01-16 17:26:06 UTC
(In reply to caulier.gilles from comment #4)
> Can you reproduce the dysfunction with the standard installer (not debug) ?

using digiKam-7.6.0-20220116T112317-Win64:
installs correctly
runs OK

(off -topic) wrt open RAW bug
8 bit directly OK
16 bit directly OK
also for uncalibrated color profile now the question which workspace to use pops-up correctly

via import srgb workspace OK
via import raw workspace OK
Comment 6 caulier.gilles 2022-01-16 17:56:59 UTC
Ok. I rebuild the Windows installer and published file 10 minutes ago.

Can you retry with the debug version to see if install work fine now ?

Gilles
Comment 7 caulier.gilles 2022-01-16 18:05:36 UTC
Oups sorry, i was too fast. the debug and non debug installer have the same size. It's abnormal. There is a typo in my script. I satrt again the debug version compilation. It will be online in 20 minutes
Comment 8 frizzo 2022-01-16 18:47:30 UTC
(In reply to caulier.gilles from comment #7)
> Oups sorry, i was too fast. the debug and non debug installer have the same
> size. It's abnormal. There is a typo in my script. I satrt again the debug
> version compilation. It will be online in 20 minutes

debug version now looks good! No error.
FRizzo