ramensoftware / windhawk-mods

The official collection of Windhawk mods
276 stars 53 forks source link

Taskbar Clock Customization: only crashes when explorer is restarted #373

Open MuscularPuky opened 10 months ago

MuscularPuky commented 10 months ago

uh so weired problem. the mod works perfectly. however, when the explorer was restarted, the explorer starts to crash. strange.

Taskbar Clock Customization configs:

{
    "DateFormat": "yyyy년 M월 d일",
    "WeekdayFormat": "dddd",
    "TopLine": "%date% %weekday%│%time%",
    "BottomLine": "%web% ",
    "MiddleLine": "%weekday%",
    "Width": 180,
    "Height": 60,
    "WebContentsUrl": "https://news.google.com/rss?hl=ko&gl=KR&ceid=KR:ko",
    "WebContentsBlockStart": "<item>",
    "WebContentsStart": "<title>",
    "WebContentsEnd": "</title>",
    "WebContentsMaxLength": 19,
    "WebContentsUpdateInterval": 1,
    "ShowSeconds": 0,
    "TimeFormat": "",
    "TooltipLine": "%web_full%",
    "oldTaskbarOnWin11": 0,
    "TextSpacing": -1,
    "TimeStyle": {
        "Visible": 1,
        "TextColor": "",
        "FontSize": 0,
        "FontFamily": "",
        "FontWeight": "Thin",
        "FontStyle": "",
        "FontStretch": "",
        "CharacterSpacing": -32,
        "TextAlignment": ""
    },
    "DateStyle": {
        "TextColor": "",
        "FontSize": 0,
        "FontFamily": "",
        "FontWeight": "Thin",
        "FontStyle": "Oblique",
        "FontStretch": "",
        "CharacterSpacing": -32
    },
    "WebContentsItems": [
        {
            "Url": "https://feeds.bbci.co.uk/news/world/rss.xml",
            "BlockStart": "<item>",
            "Start": "<title><![CDATA[",
            "End": "]]></title>",
            "MaxLength": 28
        }
    ]
}

log: 새 텍스트 문서.txt

m417z commented 10 months ago

Can you capture a crash dump? You should be able to get it with the following steps: