Beep6581 / RawTherapee

A powerful cross-platform raw photo processing program
https://rawtherapee.com
GNU General Public License v3.0
2.75k stars 313 forks source link

[win10] After maximazing the window, application doesn't show up on screen anymore. #7135

Open r4qq opened 1 month ago

r4qq commented 1 month ago

Short description After fresh install, the windows shows up not maximized. When i click on maximize window button, app "hides". I can still see it on taskbar, i can still see it as option when alt tabbing, but the window doesn't show up on screen. When i close the app when i try to open it again, it just doesn't show the window, just shows up on taskbar.

I tried checking it on debug version but, its still the same problem. Here is what i got from debug console:

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.943: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.946: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.948: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.949: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.951: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.953: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.955: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.956: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.958: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.960: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.962: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.963: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.974: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.976: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.980: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.982: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.984: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.986: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.988: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.990: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.993: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.996: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:42.999: GFileInfo created without standard::type

(rawtherapee.exe:20696): GLib-GIO-CRITICAL **: 22:15:43.000: file ../glib-2.78.4/gio/gfileinfo.c: line 1611 (g_file_info_get_file_type): should not be reached

Additional information

r4qq commented 1 month ago

Additional info: after uninstalling and clearing files in C:\Users\"user"\AppData\Local\RawTherapee folder, after installing again it works, but the bug still happens.

Lawrence37 commented 1 month ago

Could it be that the window is positioned off screen? In the RawTherapee AppData folder, there is a file called options containing the window position. Can you upload that file? Make a copy and rename it to options.txt and GitHub will allow you to attach it.

r4qq commented 1 month ago

options.txt here you go

Lawrence37 commented 1 month ago

This is in your options file:

WindowMonitor=1

Do you have an external monitor? The main monitor is 0. I changed the value to 0 and uploaded the new options file: options.txt. Could you try replacing your options with this one?

r4qq commented 1 month ago

options.txt unfortunately, still doesn't work