[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2022-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444296

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||7.7.0
 Resolution|--- |FIXED

--- Comment #22 from caulier.gil...@gmail.com ---
Thanks for the feedback

I close this file now...

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2022-06-22 Thread JRB
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #21 from JRB  ---
Bonjour,
J'ai réglé le pb en remettant complétement à neuf W11 avec formatage du C:.
Je me demande si cela ne venait pas du fait que j'avais décocher la case
concernant OpenCL dans la configuration

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2022-06-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #20 from caulier.gil...@gmail.com ---
Tom,

An important re-build of 7.7.0 pre-release installer for Windows is now
available here :

https://files.kde.org/digikam/

It includes plenty of internal component updates. Please check if the problem
still reproducible on your computer

Best

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2022-06-08 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=444296

Maik Qualmann  changed:

   What|Removed |Added

 CC||jrb.ander...@gmail.com

--- Comment #19 from Maik Qualmann  ---
*** Bug 455050 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2022-01-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #18 from caulier.gil...@gmail.com ---
Hi,

I suspect that the DrMinGW code for Windows, responsible to catch crash and
report information at run-time, can be not yet compatible with Windows 11. The
last version published that i updated in Windows installer was published at
April 2021.

The small code can be disabled with an environment variable set before to start
digiKam. All technical details are explained here to add a new variable in your
Windows account. In fact it just a variable name with a key.

https://www.thewindowsclub.com/system-user-environment-variables-windows

The variable is "DK_DISABLE_DRMINGW" and the value to set is "1". That all.
When digiKam start, it checks if variable exists in your account. If yes,
DrMinGW is not initialized.

Please verify if the new Windows 7.5.0 pre-release installer published this
morning can solve this issue with and without to set this variable in your
account.

https://files.kde.org/digikam/

Thanks in advance

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2022-01-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #17 from caulier.gil...@gmail.com ---
Git commit 3e9677cd13537a7880acc3c7b8306735c736931e by Gilles Caulier.
Committed on 07/01/2022 at 09:11.
Pushed by cgilles into branch 'master'.

Add new env.var under Windows to allow to disable DrMinGW at run time, in case
of imcompatibility with Windows 11
Related: bug 443471

M  +43   -35   core/app/utils/digikam_globals_bundles.cpp

https://invent.kde.org/graphics/digikam/commit/3e9677cd13537a7880acc3c7b8306735c736931e

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2022-01-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #16 from caulier.gil...@gmail.com ---
Hi Tom and happy new year,

With next 7.5.0, digiKam has an update of an helper component used to catch
dysfunctions and get a backtrace. I'm not sure if your dysfunction come from
here, but in case of, please try digiKam 7.5.0 pre-release installer available
here :

https://files.kde.org/digikam/

Thanks in advance

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2022-01-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444296

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/081966f
   ||3b2f1c236bc994c19a4cd9e7e82
   ||018271

--- Comment #15 from caulier.gil...@gmail.com ---
Git commit 081966f3b2f1c236bc994c19a4cd9e7e82018271 by Gilles Caulier.
Committed on 06/01/2022 at 17:38.
Pushed by cgilles into branch 'master'.

Update DrMingw to last stable 0.9.4

M  +22   -42   project/bundles/3rdparty/ext_drmingw/CMakeLists.txt
M  +29   -15   project/bundles/3rdparty/ext_drmingw/drmingw-coreonly.patch
M  +4-3project/bundles/mxe/01-build-mxe.sh
M  +4-1project/bundles/mxe/04-build-installer.sh
M  +2-1project/bundles/mxe/rll.py

https://invent.kde.org/graphics/digikam/commit/081966f3b2f1c236bc994c19a4cd9e7e82018271

diff --git a/project/bundles/3rdparty/ext_drmingw/CMakeLists.txt
b/project/bundles/3rdparty/ext_drmingw/CMakeLists.txt
index ae74fbb15b..6ffe0cd1bd 100644
--- a/project/bundles/3rdparty/ext_drmingw/CMakeLists.txt
+++ b/project/bundles/3rdparty/ext_drmingw/CMakeLists.txt
@@ -11,20 +11,24 @@ set(PREFIX_ext_drmingw "${EXTPREFIX}")
 # Compile DrMingw source code

 ExternalProject_Add(ext_drmingw
+
 DOWNLOAD_DIR ${EXTERNALS_DOWNLOAD_DIR}
-URL https://github.com/jrfonseca/drmingw/archive/0.9.2.tar.gz
-URL_MD5 08f6ab4587deeea2406a69a115d7a8c7
+
+GIT_REPOSITORY https://github.com/jrfonseca/drmingw.git
+GIT_TAG 0.9.4

 INSTALL_DIR ${EXTPREFIX_drmingw}

 PATCH_COMMAND ${PATCH_COMMAND} -p1 -i
${CMAKE_CURRENT_SOURCE_DIR}/drmingw-coreonly.patch

-CONFIGURE_COMMAND cp ${CMAKE_CURRENT_SOURCE_DIR}/../../../../bootstrap.mxe
/. &&
-  /bootstrap.mxe ${MXE_BUILDROOT}
RelWithDebInfo -DBUILD_TESTING=OFF
+CONFIGURE_COMMAND git submodule update --init &&
+  cp ${CMAKE_CURRENT_SOURCE_DIR}/../../../../bootstrap.mxe
/. &&
+  /bootstrap.mxe ${MXE_BUILDROOT}
RelWithDebInfo -DBUILD_TESTING=OFF -DCMAKE_DISABLE_FIND_PACKAGE_PythonInterp=1
-DCMAKE_DISABLE_FIND_PACKAGE_WinDbg=1

 BUILD_COMMAND cd /build.mxe && $(MAKE)

-INSTALL_COMMAND cd /build.mxe && make install/fast
+INSTALL_COMMAND cd /build.mxe && make install/fast &&
+${CMAKE_COMMAND} -E copy
/build.mxe/thirdparty/libz.dll ${PREFIX_ext_drmingw}/bin/

 UPDATE_COMMAND ""
 BUILD_IN_SOURCE 1
@@ -33,44 +37,20 @@ ExternalProject_Add(ext_drmingw

 # Deploying DrMingw run-time dependencies

-if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
-
-# 64 bits
-
-ExternalProject_Add(ext_drmingw_deps
-DOWNLOAD_DIR ${EXTERNALS_DOWNLOAD_DIR}
-URL
https://github.com/jrfonseca/drmingw/releases/download/0.9.2/drmingw-0.9.2-win64.7z
-URL_HASH MD5=687f29c0c6dc961890e7b4277a87c8a2
-
-INSTALL_DIR ${PREFIX_ext_drmingw}
-CONFIGURE_COMMAND ""
-BUILD_COMMAND ""
-INSTALL_COMMAND ${CMAKE_COMMAND} -E copy /bin/dbghelp.dll
${PREFIX_ext_drmingw}/bin/
-COMMAND ${CMAKE_COMMAND} -E copy /bin/symsrv.dll
${PREFIX_ext_drmingw}/bin/
-COMMAND ${CMAKE_COMMAND} -E copy /bin/symsrv.yes
${PREFIX_ext_drmingw}/bin/
-
-UPDATE_COMMAND ""
-   )
-
-else()
-
-# 32 bits
-
-ExternalProject_Add(ext_drmingw_deps
-DOWNLOAD_DIR ${EXTERNALS_DOWNLOAD_DIR}
-URL
https://github.com/jrfonseca/drmingw/releases/download/0.9.2/drmingw-0.9.2-win32.7z
-URL_HASH MD5=78783e43b3509041b86597add2b8c028
-
-INSTALL_DIR ${PREFIX_ext_drmingw}
-CONFIGURE_COMMAND ""
-BUILD_COMMAND ""
-INSTALL_COMMAND ${CMAKE_COMMAND} -E copy /bin/dbghelp.dll
${PREFIX_ext_drmingw}/bin/
-COMMAND ${CMAKE_COMMAND} -E copy /bin/symsrv.dll
${PREFIX_ext_drmingw}/bin/
-COMMAND ${CMAKE_COMMAND} -E copy /bin/symsrv.yes
${PREFIX_ext_drmingw}/bin/
+ExternalProject_Add(ext_drmingw_deps
+DOWNLOAD_DIR ${EXTERNALS_DOWNLOAD_DIR}
+URL
https://github.com/jrfonseca/drmingw/releases/download/0.9.3/drmingw-0.9.3-win64.7z
+URL_HASH MD5=f2a2e62a0214fe43525cf380d639b927

-UPDATE_COMMAND ""
-)
+INSTALL_DIR ${PREFIX_ext_drmingw}
+CONFIGURE_COMMAND ""
+BUILD_COMMAND ""
+INSTALL_COMMAND ${CMAKE_COMMAND} -E copy /bin/dbghelp.dll
${PREFIX_ext_drmingw}/bin/
+COMMAND ${CMAKE_COMMAND} -E copy /bin/dbgcore.dll
${PREFIX_ext_drmingw}/bin/
+COMMAND ${CMAKE_COMMAND} -E copy /bin/symsrv.dll
${PREFIX_ext_drmingw}/bin/
+COMMAND ${CMAKE_COMMAND} -E copy /bin/symsrv.yes
${PREFIX_ext_drmingw}/bin/

-endif()
+UPDATE_COMMAND ""
+)

 add_dependencies(ext_drmingw ext_drmingw_deps)
diff --git 

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-12-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #14 from caulier.gil...@gmail.com ---
Tom,

Stable digiKam 7.4.0 Windows Installer is published. Please check if problem is
reproducible.

Thanks in advance

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #13 from Maik Qualmann  ---
It will not be related to access to a network drive.
I could imagine that you have installed another software that is also based on
Qt and that software has set path variables or something similar. But it is
difficult to give help from outside how you can look for the cause.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-28 Thread Tom van Dijk
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #12 from Tom van Dijk  ---
I have added another user account on my PC and the program worked OK.
This new user did not have access to the NAS server. Is that where the problem
may exist?
Regards,
Tom

-Oorspronkelijk bericht-
Van: Maik Qualmann  
Verzonden: dinsdag 26 oktober 2021 8:00
Aan: tomvd...@home.nl
Onderwerp: [digikam] [Bug 444296] digiKam starts but does not open a window.
Showfoto does the same.

https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #10 from Maik Qualmann  --- We won't find a
solution here. I remember we had the same problem with a user some time ago.
His problem only existed on one user account, the problem did not occur on
other user accounts.

Maik

--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
You reported the bug.=

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-26 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #11 from Maik Qualmann  ---
Since no debug messages appear, which are output immediately after the start, I
suspect that Windows digiKam loaded but did not start, for whatever reason ...

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-26 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #10 from Maik Qualmann  ---
We won't find a solution here. I remember we had the same problem with a user
some time ago. His problem only existed on one user account, the problem did
not occur on other user accounts.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-25 Thread Tom van Dijk
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #9 from Tom van Dijk  ---
Yes I did. I have just tried it again and  there are no entries.
I do see digiKam in the list of background processes, but I don't get the icon
in the windows taskbar.
I'm using Kapsersky anti-virus, I have tried to start digiKam with the
Kaspersky app disabled but that did not change anything.

-Oorspronkelijk bericht-
Van: Maik Qualmann  
Verzonden: zondag 24 oktober 2021 16:42
Aan: tomvd...@home.nl
Onderwerp: [digikam] [Bug 444296] digiKam starts but does not open a window.
Showfoto does the same.

https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #7 from Maik Qualmann  --- Did you try to
start digiKam while the DebugView program was started? There is no entry at all
from digiKam, all entries come from other programs. Which anti-virus program do
you use?

Maik

--
You are receiving this mail because:
You are on the CC list for the bug.
You reported the bug.
You are the assignee for the bug.=

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-24 Thread Tom van Dijk
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #8 from Tom van Dijk  ---
Yes I did. I have just tried it again and  there are no entries.
I do see digiKam in the list of background processes, but I don't get the icon
in the windows taskbar.
I'm using Kapsersky anti-virus, I have tried to start digiKam with the
Kaspersky app disabled but that did not change anything.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #7 from Maik Qualmann  ---
Did you try to start digiKam while the DebugView program was started? There is
no entry at all from digiKam, all entries come from other programs. Which
anti-virus program do you use?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-24 Thread Tom van Dijk
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #6 from Tom van Dijk  ---
Created attachment 142818
  --> https://bugs.kde.org/attachment.cgi?id=142818=edit
list of windows background processes

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-24 Thread Tom van Dijk
https://bugs.kde.org/show_bug.cgi?id=444296

Tom van Dijk  changed:

   What|Removed |Added

 CC||tomvd...@home.nl
   Assignee|digikam-bugs-n...@kde.org   |tomvd...@home.nl

--- Comment #5 from Tom van Dijk  ---
Created attachment 142816
  --> https://bugs.kde.org/attachment.cgi?id=142816=edit
dbgview log file

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-24 Thread Tom van Dijk
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #4 from Tom van Dijk  ---
I have uploaded the dbgview.log file. 
For your info my system has a NAS system and I am using OneDrive.
The software is installed on a local drive.
regards,
Tom

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #3 from caulier.gil...@gmail.com ---
Ok. there is nothing special about Windows 10 and later. digiKam is compiled
for Windows >= 7.x compatibility.

Please install DebugView from Microsoft to get digiKam debug traces and follow
instructions on this page for Windows host :

https://digikam.org/contribute/

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-24 Thread Tom van Dijk
https://bugs.kde.org/show_bug.cgi?id=444296

--- Comment #2 from Tom van Dijk  ---
Windows 10

Verstuurd vanaf mijn iPhone

> Op 24 okt. 2021 om 05:00 heeft bugzilla_nore...@kde.org het volgende 
> geschreven:
> 
> https://bugs.kde.org/show_bug.cgi?id=444296
> 
> caulier.gil...@gmail.com changed:
> 
>   What|Removed |Added
> 
> CC||caulier.gil...@gmail.com
>  Component|general |Bundle-Windows
> 
> --- Comment #1 from caulier.gil...@gmail.com ---
> Which Windows version do you use exactly ?
> 
> -- 
> You are receiving this mail because:
> You reported the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=444296

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com
   Severity|critical|crash

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 444296] digiKam starts but does not open a window. Showfoto does the same.

2021-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444296

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
  Component|general |Bundle-Windows

--- Comment #1 from caulier.gil...@gmail.com ---
Which Windows version do you use exactly ?

-- 
You are receiving this mail because:
You are watching all bug changes.