[Bug 50778] TortoiseMerge closes before showing a window

WineHQ Bugzilla wine-bugs at winehq.org
Fri Mar 5 04:38:58 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50778

--- Comment #3 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
Just an additional note:

Tortoise github suggests there are several registry-keys to tweak it ***


.......    , m_regUseRibbons(L"Software\\TortoiseGitMerge\\UseRibbons", TRUE)

.......    if (m_bUseRibbons)


Except from relay log i found the regkey is not called TortoiseGitMerge but
rather TortoiseMerge:

00f4:Call ucrtbase.wcslen(14009a4e0 L"Software\\TortoiseMerge\\UseRibbons")
ret=00addd8b


So after creating a DWORD "HKCU\Software\\TortoiseMerge\\UseRibbons" and set it
to FALSE the application starts fine.

Maybe it doesn`t look as fancy, but the workaround is I guess easier then using
 native dlls.






***:
(https://gitlab.com/tortoisegit/tortoisegit/blob/915850470bf4cbc530bf25698918f280c0c6bdde/src/TortoiseMerge/MainFrm.cpp)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list