Exception при переключении Enable #11

Closed
opened 2024-05-06 22:42:07 +00:00 by johnd0e · 2 comments

Problem/Request description

Если в контекстном меню иконки в области уведомлений деактивировать Mahou, сняв флажок с пункта Enable, то при попытке его заново включить получаю Unhandled exception.

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'LangDisplay'.
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Form.CreateHandle()
   at System.Windows.Forms.Control.get_Handle()
   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
   at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
   at Mahou.MahouUI.InitLangDisplays(Boolean destroyonly, Boolean lc)
   at Mahou.MahouUI.ToggleMahou()
   at Mahou.TrayIcon.EnaDisableHandler(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9232.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
Mahou
    Assembly Version: 2.9.0.1
    Win32 Version: 2.9.0.1
    CodeBase: file:///C:/Apps/Mahou/Mahou.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9181.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9236.0 built by: NET481REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9236.0 built by: NET481REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.CSharp
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
----------------------------------------
System.Dynamic
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
    Assembly Version: 0.0.0.0
    Win32 Version: 4.8.9232.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------
System.Dynamic.DynamicAssembly
    Assembly Version: 0.0.0.0
    Win32 Version: 4.8.9037.0
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

System information

  • Windows version: Windows 10
  • Windows architecture: x64
  • .Net version: ?
  • Mahou version: Latest

Or you can Paste here debug info from Mahou (version >1.4.4.1):

<details><summary>MAHOU DEBUG INFO</summary>

<details><summary>Environment info</summary>


- Mahou 2.9.0.1-dev <f0b755b> [Disabled]
- OS = [Microsoft Windows NT 6.2.9200.0]
- x64 = [True]
- .Net = [4.0.30319.42000]
</details>
<details><summary>All installed layouts</summary>

US(67699721)
German - ohne Tottasten(4039115783)
US(67700745)
English (Western European AltGr dead keys) v1.13(4039181321)
Russian(68755456)
Russian(4029882368)
Russian(4037550080)
German(67568647)

</details><details><summary>Mahou.ini</summary>

```ini
[FirstStart]
First=true
[Functions]
AutoStartAsAdmin=False
TrayIconVisible=True
ConvertSelectionLayoutSwitching=False
ReSelect=True
RePress=False
AddOneSpaceToLastWord=True
AddOneEnterToLastWord=False
ConvertSelectionLayoutSwitchingPlus=False
ScrollTip=False
StartupUpdatesCheck=False
SilentUpdate=False
Logging=False
CapsLockTimer=False
TrayFlags=True
BlockMahouHotkeysWithCtrl=False
SymbolIgnoreModeEnabled=true
MCDServerSupport=False
OneLayoutWholeWord=True
GuessKeyCodeFix=False
AppDataConfigs=False
RemapCapslockAsF18=True
UseJKL=False
ReadOnlyNA=False
WriteInputHistoryHourly=false
WriteInputHistoryByDate=false
WriteInputHistory=False
WriteInputHistoryBackSpaceType=0
TrayText=False
[Layouts]
SwitchBetweenLayouts=True
OneLayout=True
EmulateLayoutSwitch=False
EmulateLayoutSwitchType=Alt+Shift
ChangeToSpecificLayoutByKey=True
MainLayout1=Russian(68755456)
MainLayout2=German - ohne Tottasten(4039115783)
SpecificKey1=1
SpecificKey2=0
SpecificKey3=0
SpecificKey4=0
SpecificLayout1=Switch between layouts
SpecificLayout2=
SpecificLayout3=
SpecificLayout4=
SpecificKeysType=0
SpecificKeySets=set_0
QWERTZfix=True
CTRL_ALT_TemporaryChangeLayout=0
[PersistentLayout]
OnlyOnWindowChange=False
ChangeOnlyOnce=False
ActivateForLayout1=False
ActivateForLayout2=False
Layout1CheckInterval=50
Layout2CheckInterval=50
Layout1Processes=devenv.exe wdexpress.exe
Layout2Processes=notepad++.exe winword.exe
[Appearence]
DisplayLangTooltipForMouse=True
DisplayLangTooltipForMouseOnChange=True
DisplayLangTooltipForCaret=True
DisplayLangTooltipForCaretOnChange=True
DifferentColorsForLayouts=True
MouseLTAlways=False
Language=English
Layout1ForeColor=#000000
Layout1BackColor=#FFFFFF
Layout1TransparentBackColor=False
Layout1Font=Microsoft Sans Serif, 8.25pt
Layout1Height=14
Layout1Width=26
Layout1PositionX=8
Layout1PositionY=0
Layout2ForeColor=#000000
Layout2BackColor=#FFFFFF
Layout2TransparentBackColor=False
Layout2Font=Microsoft Sans Serif, 8.25pt
Layout2Height=14
Layout2Width=26
Layout2PositionX=8
Layout2PositionY=0
MouseLTForeColor=#000000
MouseLTBackColor=#FFFFFF
MouseLTFont=Microsoft Sans Serif, 8.25pt
MouseLTHeight=14
MouseLTWidth=26
MouseLTPositionX=8
MouseLTPositionY=0
CaretLTForeColor=#000000
CaretLTBackColor=#FFFFFF
MouseLTTransparentBackColor=False
CaretLTTransparentBackColor=False
CaretLTFont=Microsoft Sans Serif, 8.25pt
CaretLTHeight=14
CaretLTWidth=26
CaretLTPositionX=8
CaretLTPositionY=12
MCDS_Pos_X=58
MCDS_Pos_Y=13
MCDS_Top=60
MCDS_Bottom=45
MouseLTUseFlags=False
CaretLTUseFlags=False
Layout1LTText=
Layout2LTText=
MouseLTUpperArrow=False
CaretLTUpperArrow=False
WindowsMessages=True
[Timings]
DelayAfterBackspaces=100
UseDelayAfterBackspaces=False
LangTooltipForMouseRefreshRate=25
LangTooltipForCaretRefreshRate=25
DoubleHotkey2ndPressWait=350
FlagsInTrayRefreshRate=100
ScrollLockStateRefreshRate=100
CapsLockDisableRefreshRate=100
SelectedTextGetMoreTries=False
SelectedTextGetMoreTriesCount=5
ExcludedPrograms=LA.exe SomeProg.exe
UsePasteInCS=False
ExcludeCaretLD=false
ChangeLayoutInExcluded=True
ConvertSWLinExcl=False
LangTooltipForMouseSkipMessages=5
[Snippets]
SnippetsExpKeyOther=
NCRSets=set_0
SnippetsEnabled=False
SpaceAfter=False
SwitchToGuessLayout=False
SnippetExpandKey=Space
SnippetExpKeyOther=
[AutoSwitch]
Enabled=False
SpaceAfter=True
SwitchToGuessLayout=True
DownloadInZip=True
[Hotkeys]
ShowCMenuUnderMouse_Mods=
SelectedTextToCustomConv_Mods=
ToggleMainWindow_Enabled=True
ToggleMainWindow_Double=False
ToggleMainWindow_Modifiers=Win + Control + Shift + Alt
ToggleMainWindow_Key=45
ConvertLastWord_Enabled=False
ConvertLastWord_Double=False
ConvertLastWord_Modifiers=
ConvertLastWord_Key=19
ConvertSelectedText_Enabled=False
ConvertSelectedText_Double=False
ConvertSelectedText_Modifiers=
ConvertSelectedText_Key=145
ConvertLastLine_Enabled=False
ConvertLastLine_Double=False
ConvertLastLine_Modifiers=Shift
ConvertLastLine_Key=19
ConvertLastWords_Enabled=False
ConvertLastWords_Double=False
ConvertLastWords_Modifiers=Shift
ConvertLastWords_Key=122
ToggleSymbolIgnoreMode_Enabled=False
ToggleSymbolIgnoreMode_Double=False
ToggleSymbolIgnoreMode_Modifiers=Shift + Control
ToggleSymbolIgnoreMode_Key=122
SelectedTextToCustomConv_Enabled=False
SelectedTextToCustomConv_Double=False
SelectedTextToCustomConv_Modifiers=
SelectedTextToCustomConv_Key=0
SelectedTextToTitleCase_Enabled=False
SelectedTextToTitleCase_Double=False
SelectedTextToTitleCase_Modifiers=Shift
SelectedTextToTitleCase_Key=0
SelectedTextToRandomCase_Enabled=False
SelectedTextToRandomCase_Double=False
SelectedTextToRandomCase_Modifiers=Alt
SelectedTextToRandomCase_Key=0
SelectedTextToSwapCase_Enabled=False
SelectedTextToSwapCase_Double=False
SelectedTextToSwapCase_Modifiers=Win + 
SelectedTextToSwapCase_Key=190
SelectedTextTransliteration_Enabled=False
SelectedTextTransliteration_Double=False
SelectedTextTransliteration_Modifiers=Win + 
SelectedTextTransliteration_Key=191
SelectedToUpper_Enabled=False
SelectedToUpper_Double=False
SelectedToUpper_Modifiers=Win + 
SelectedToUpper_Key=90
SelectedToLower_Enabled=False
SelectedToLower_Double=False
SelectedToLower_Modifiers=Win + 
SelectedToLower_Key=88
ExitMahou_Enabled=False
ExitMahou_Double=False
ExitMahou_Modifiers=Win + Control + Shift + Alt
ExitMahou_Key=123
RestartMahou_Enabled=False
RestartMahou_Modifiers=Win + Shift + Alt
RestartMahou_Key=33
ToggleLangPanel_Enabled=False
ToggleLangPanel_Double=False
ToggleLangPanel_Modifiers=Shift
ToggleLangPanel_Key=120
ShowSelectionTranslate_Enabled=False
ShowSelectionTranslate_Double=False
ShowSelectionTranslate_Modifiers=Alt
ShowSelectionTranslate_Key=0
ToggleMahou_Enabled=False
ToggleMahou_Double=False
ToggleMahou_Modifiers=Win + Shift
ToggleMahou_Key=112
CycleCase_Enabled=False
CycleCase_Double=False
CycleCase_Modifiers=Shift
CycleCase_Key=114
ShowCMenuUnderMouse_Enabled=False
ShowCMenuUnderMouse_Double=False
ShowCMenuUnderMouse_Modifiers=
ShowCMenuUnderMouse_Key=0
[LangPanel]
Display=False
Transparency=90
RefreshRate=25
Position=X737 Y0
ForeColor=#000000
BackColor=#FFFFFF
Font=Microsoft Sans Serif, 8.25pt
BorderColor=#8B5FFF
BorderAeroColor=True
UpperArrow=True
[Updates]
Delay=5
Channel=LatestCommit(Beta)
LatestCommit=f0b755b
[Sounds]
CustomSound2=
UseCustomSound2=False
OnLayoutSwitch2=True
OnConvertLast2=False
OnSnippets2=True
OnAutoSwitch2=False
CustomSound=
UseCustomSound=False
OnLayoutSwitch=False
OnConvertLast=True
OnSnippets=False
OnAutoSwitch=True
Enabled=False
[TranslatePanel]
Transcription=False
LanguageSets=set_1/auto/ru|set_2/auto/en
BG=#FFFFFF
BorderC=#F1F100
FG=#8B5FFF
Transparency=90
BorderAero=False
OnDoubleClick=False
UseNA=True
UseGS=False
Enabled=True
TitleFont=Microsoft Sans Serif, 8.25pt
TextFont=Microsoft Sans Serif, 8.25pt
[Sync]
ZxZ=False
BLast=
RLast=
RBools=1|1|1|1|0|0
BBools=0|1|0|0|0|0
[Hidden]
IGNORE_exe_launch_show_window=False
AS_IngoreLSTimeout=5000
AS_IngoreRules=SWMCLT
AS_IngoreLS=False
AS_IngoreDel=False
AS_IngoreBack=False
__setlayout_ONLYWM=False
__setlayout_FORCED=False
onlyAutoSwitchExcluded=
onlySnippetsExcluded=
__selection_nomouse=False
__selection=False
CycleCaseReset=False
CycleCaseOrder=TULSR
LibreCtrlAltShiftV=False
ReSelectCustoms=tTRSULCN
AutoCopyTranslation=
ChangeLayoutOnTrayLMB=False
ChangeLayoutOnTrayLMB+DoubleClick=False
DisableMemoryFlush=False
ToggleAutoSwitchHK=
AutoRestartMins=0
NCS_tray=False
NCS=NCS
OverlayExcluded=
OverlayExcludedInterval=2500
SymbolClear=
TrayHoverMahouMM=0
Redefines=
ClipBackOnlyText=False
AutoSwitchEndingSymbols=
MahouMMTrayHoverLostFocusClose=true
CycleCaseSaveBase=False
Layout_1_Modifier_Key=0
Layout_2_Modifier_Key=0
Layout_D_Modifier_Key=0
Layout_S_Modifier_Key=0
Layout_S_Modifier_Layout=0
DARKTHEME=False
cmdbackfix=True


``` ## Attach logs (if logging were enabled)

Attach log from the day when problem happened from Logs folder.

## Problem/Request description Если в контекстном меню иконки в области уведомлений деактивировать Mahou, сняв флажок с пункта Enable, то при попытке его заново включить получаю Unhandled exception. <details> ``` See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ObjectDisposedException: Cannot access a disposed object. Object name: 'LangDisplay'. at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.Form.CreateHandle() at System.Windows.Forms.Control.get_Handle() at System.Windows.Forms.Control.SetVisibleCore(Boolean value) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at Mahou.MahouUI.InitLangDisplays(Boolean destroyonly, Boolean lc) at Mahou.MahouUI.ToggleMahou() at Mahou.TrayIcon.EnaDisableHandler(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.9232.0 built by: NET481REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- Mahou Assembly Version: 2.9.0.1 Win32 Version: 2.9.0.1 CodeBase: file:///C:/Apps/Mahou/Mahou.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.9181.0 built by: NET481REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.9236.0 built by: NET481REL1LAST_B CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.9037.0 built by: NET481REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.9037.0 built by: NET481REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.9236.0 built by: NET481REL1LAST_B CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.9037.0 built by: NET481REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.CSharp Assembly Version: 4.0.0.0 Win32 Version: 4.8.9037.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll ---------------------------------------- System.Dynamic Assembly Version: 4.0.0.0 Win32 Version: 4.8.9037.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll ---------------------------------------- Anonymously Hosted DynamicMethods Assembly Assembly Version: 0.0.0.0 Win32 Version: 4.8.9232.0 built by: NET481REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- System.Dynamic.DynamicAssembly Assembly Version: 0.0.0.0 Win32 Version: 4.8.9037.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.8.9037.0 built by: NET481REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. ``` </details> ## System information - Windows version: Windows 10 - Windows architecture: x64 - .Net version: ? - Mahou version: Latest Or you can Paste here debug info from Mahou (version >1.4.4.1): <details> ``` <details><summary>MAHOU DEBUG INFO</summary> <details><summary>Environment info</summary> - Mahou 2.9.0.1-dev <f0b755b> [Disabled] - OS = [Microsoft Windows NT 6.2.9200.0] - x64 = [True] - .Net = [4.0.30319.42000] </details> <details><summary>All installed layouts</summary> US(67699721) German - ohne Tottasten(4039115783) US(67700745) English (Western European AltGr dead keys) v1.13(4039181321) Russian(68755456) Russian(4029882368) Russian(4037550080) German(67568647) </details><details><summary>Mahou.ini</summary> ```ini [FirstStart] First=true [Functions] AutoStartAsAdmin=False TrayIconVisible=True ConvertSelectionLayoutSwitching=False ReSelect=True RePress=False AddOneSpaceToLastWord=True AddOneEnterToLastWord=False ConvertSelectionLayoutSwitchingPlus=False ScrollTip=False StartupUpdatesCheck=False SilentUpdate=False Logging=False CapsLockTimer=False TrayFlags=True BlockMahouHotkeysWithCtrl=False SymbolIgnoreModeEnabled=true MCDServerSupport=False OneLayoutWholeWord=True GuessKeyCodeFix=False AppDataConfigs=False RemapCapslockAsF18=True UseJKL=False ReadOnlyNA=False WriteInputHistoryHourly=false WriteInputHistoryByDate=false WriteInputHistory=False WriteInputHistoryBackSpaceType=0 TrayText=False [Layouts] SwitchBetweenLayouts=True OneLayout=True EmulateLayoutSwitch=False EmulateLayoutSwitchType=Alt+Shift ChangeToSpecificLayoutByKey=True MainLayout1=Russian(68755456) MainLayout2=German - ohne Tottasten(4039115783) SpecificKey1=1 SpecificKey2=0 SpecificKey3=0 SpecificKey4=0 SpecificLayout1=Switch between layouts SpecificLayout2= SpecificLayout3= SpecificLayout4= SpecificKeysType=0 SpecificKeySets=set_0 QWERTZfix=True CTRL_ALT_TemporaryChangeLayout=0 [PersistentLayout] OnlyOnWindowChange=False ChangeOnlyOnce=False ActivateForLayout1=False ActivateForLayout2=False Layout1CheckInterval=50 Layout2CheckInterval=50 Layout1Processes=devenv.exe wdexpress.exe Layout2Processes=notepad++.exe winword.exe [Appearence] DisplayLangTooltipForMouse=True DisplayLangTooltipForMouseOnChange=True DisplayLangTooltipForCaret=True DisplayLangTooltipForCaretOnChange=True DifferentColorsForLayouts=True MouseLTAlways=False Language=English Layout1ForeColor=#000000 Layout1BackColor=#FFFFFF Layout1TransparentBackColor=False Layout1Font=Microsoft Sans Serif, 8.25pt Layout1Height=14 Layout1Width=26 Layout1PositionX=8 Layout1PositionY=0 Layout2ForeColor=#000000 Layout2BackColor=#FFFFFF Layout2TransparentBackColor=False Layout2Font=Microsoft Sans Serif, 8.25pt Layout2Height=14 Layout2Width=26 Layout2PositionX=8 Layout2PositionY=0 MouseLTForeColor=#000000 MouseLTBackColor=#FFFFFF MouseLTFont=Microsoft Sans Serif, 8.25pt MouseLTHeight=14 MouseLTWidth=26 MouseLTPositionX=8 MouseLTPositionY=0 CaretLTForeColor=#000000 CaretLTBackColor=#FFFFFF MouseLTTransparentBackColor=False CaretLTTransparentBackColor=False CaretLTFont=Microsoft Sans Serif, 8.25pt CaretLTHeight=14 CaretLTWidth=26 CaretLTPositionX=8 CaretLTPositionY=12 MCDS_Pos_X=58 MCDS_Pos_Y=13 MCDS_Top=60 MCDS_Bottom=45 MouseLTUseFlags=False CaretLTUseFlags=False Layout1LTText= Layout2LTText= MouseLTUpperArrow=False CaretLTUpperArrow=False WindowsMessages=True [Timings] DelayAfterBackspaces=100 UseDelayAfterBackspaces=False LangTooltipForMouseRefreshRate=25 LangTooltipForCaretRefreshRate=25 DoubleHotkey2ndPressWait=350 FlagsInTrayRefreshRate=100 ScrollLockStateRefreshRate=100 CapsLockDisableRefreshRate=100 SelectedTextGetMoreTries=False SelectedTextGetMoreTriesCount=5 ExcludedPrograms=LA.exe SomeProg.exe UsePasteInCS=False ExcludeCaretLD=false ChangeLayoutInExcluded=True ConvertSWLinExcl=False LangTooltipForMouseSkipMessages=5 [Snippets] SnippetsExpKeyOther= NCRSets=set_0 SnippetsEnabled=False SpaceAfter=False SwitchToGuessLayout=False SnippetExpandKey=Space SnippetExpKeyOther= [AutoSwitch] Enabled=False SpaceAfter=True SwitchToGuessLayout=True DownloadInZip=True [Hotkeys] ShowCMenuUnderMouse_Mods= SelectedTextToCustomConv_Mods= ToggleMainWindow_Enabled=True ToggleMainWindow_Double=False ToggleMainWindow_Modifiers=Win + Control + Shift + Alt ToggleMainWindow_Key=45 ConvertLastWord_Enabled=False ConvertLastWord_Double=False ConvertLastWord_Modifiers= ConvertLastWord_Key=19 ConvertSelectedText_Enabled=False ConvertSelectedText_Double=False ConvertSelectedText_Modifiers= ConvertSelectedText_Key=145 ConvertLastLine_Enabled=False ConvertLastLine_Double=False ConvertLastLine_Modifiers=Shift ConvertLastLine_Key=19 ConvertLastWords_Enabled=False ConvertLastWords_Double=False ConvertLastWords_Modifiers=Shift ConvertLastWords_Key=122 ToggleSymbolIgnoreMode_Enabled=False ToggleSymbolIgnoreMode_Double=False ToggleSymbolIgnoreMode_Modifiers=Shift + Control ToggleSymbolIgnoreMode_Key=122 SelectedTextToCustomConv_Enabled=False SelectedTextToCustomConv_Double=False SelectedTextToCustomConv_Modifiers= SelectedTextToCustomConv_Key=0 SelectedTextToTitleCase_Enabled=False SelectedTextToTitleCase_Double=False SelectedTextToTitleCase_Modifiers=Shift SelectedTextToTitleCase_Key=0 SelectedTextToRandomCase_Enabled=False SelectedTextToRandomCase_Double=False SelectedTextToRandomCase_Modifiers=Alt SelectedTextToRandomCase_Key=0 SelectedTextToSwapCase_Enabled=False SelectedTextToSwapCase_Double=False SelectedTextToSwapCase_Modifiers=Win + SelectedTextToSwapCase_Key=190 SelectedTextTransliteration_Enabled=False SelectedTextTransliteration_Double=False SelectedTextTransliteration_Modifiers=Win + SelectedTextTransliteration_Key=191 SelectedToUpper_Enabled=False SelectedToUpper_Double=False SelectedToUpper_Modifiers=Win + SelectedToUpper_Key=90 SelectedToLower_Enabled=False SelectedToLower_Double=False SelectedToLower_Modifiers=Win + SelectedToLower_Key=88 ExitMahou_Enabled=False ExitMahou_Double=False ExitMahou_Modifiers=Win + Control + Shift + Alt ExitMahou_Key=123 RestartMahou_Enabled=False RestartMahou_Modifiers=Win + Shift + Alt RestartMahou_Key=33 ToggleLangPanel_Enabled=False ToggleLangPanel_Double=False ToggleLangPanel_Modifiers=Shift ToggleLangPanel_Key=120 ShowSelectionTranslate_Enabled=False ShowSelectionTranslate_Double=False ShowSelectionTranslate_Modifiers=Alt ShowSelectionTranslate_Key=0 ToggleMahou_Enabled=False ToggleMahou_Double=False ToggleMahou_Modifiers=Win + Shift ToggleMahou_Key=112 CycleCase_Enabled=False CycleCase_Double=False CycleCase_Modifiers=Shift CycleCase_Key=114 ShowCMenuUnderMouse_Enabled=False ShowCMenuUnderMouse_Double=False ShowCMenuUnderMouse_Modifiers= ShowCMenuUnderMouse_Key=0 [LangPanel] Display=False Transparency=90 RefreshRate=25 Position=X737 Y0 ForeColor=#000000 BackColor=#FFFFFF Font=Microsoft Sans Serif, 8.25pt BorderColor=#8B5FFF BorderAeroColor=True UpperArrow=True [Updates] Delay=5 Channel=LatestCommit(Beta) LatestCommit=f0b755b [Sounds] CustomSound2= UseCustomSound2=False OnLayoutSwitch2=True OnConvertLast2=False OnSnippets2=True OnAutoSwitch2=False CustomSound= UseCustomSound=False OnLayoutSwitch=False OnConvertLast=True OnSnippets=False OnAutoSwitch=True Enabled=False [TranslatePanel] Transcription=False LanguageSets=set_1/auto/ru|set_2/auto/en BG=#FFFFFF BorderC=#F1F100 FG=#8B5FFF Transparency=90 BorderAero=False OnDoubleClick=False UseNA=True UseGS=False Enabled=True TitleFont=Microsoft Sans Serif, 8.25pt TextFont=Microsoft Sans Serif, 8.25pt [Sync] ZxZ=False BLast= RLast= RBools=1|1|1|1|0|0 BBools=0|1|0|0|0|0 [Hidden] IGNORE_exe_launch_show_window=False AS_IngoreLSTimeout=5000 AS_IngoreRules=SWMCLT AS_IngoreLS=False AS_IngoreDel=False AS_IngoreBack=False __setlayout_ONLYWM=False __setlayout_FORCED=False onlyAutoSwitchExcluded= onlySnippetsExcluded= __selection_nomouse=False __selection=False CycleCaseReset=False CycleCaseOrder=TULSR LibreCtrlAltShiftV=False ReSelectCustoms=tTRSULCN AutoCopyTranslation= ChangeLayoutOnTrayLMB=False ChangeLayoutOnTrayLMB+DoubleClick=False DisableMemoryFlush=False ToggleAutoSwitchHK= AutoRestartMins=0 NCS_tray=False NCS=NCS OverlayExcluded= OverlayExcludedInterval=2500 SymbolClear= TrayHoverMahouMM=0 Redefines= ClipBackOnlyText=False AutoSwitchEndingSymbols= MahouMMTrayHoverLostFocusClose=true CycleCaseSaveBase=False Layout_1_Modifier_Key=0 Layout_2_Modifier_Key=0 Layout_D_Modifier_Key=0 Layout_S_Modifier_Key=0 Layout_S_Modifier_Layout=0 DARKTHEME=False cmdbackfix=True ``` </details> </details> </details>``` </details> ## Attach logs (if logging were enabled) Attach log from the day when problem happened from **Logs** folder.
Owner

@johnd0e Исправил в 8cfe6ad

@johnd0e Исправил в 8cfe6ad
Author

Спасибо!

Спасибо!
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BladeMight/Mahou#11
No description provided.