- Geany 2.1 stable, using GTK+ v3.24.49 and GLib v2.84.3 runtime libraries - Windows 11 Home 24H2, OS build 26100.4652, fully patched - Acer Aspire 5 laptop, AMD Ryzen 7 5700U with Radeon Graphics (for what it's worth)
If I launch Geany normally (from the Start menu or Taskbar icon) it runs, but if Plugin support is enabled in Preferences about 3 to 5 seconds later it crashes. No debug info, no crash dialog -- it just vanishes. However, if I run it from a command prompt, i.e., `C:\Program Files\Geany\bin\geany.exe` it runs and doesn't crash (also done as my account with no elevated privileges). If I disable Plugin support, it runs fine regardless of the launch method. Note this is true even if no plugins are enabled in Plugin Manager. This is all under my local Windows account, which is a local administrator. I don't login to a Microsoft account. As far as I know there should be no environment difference between my desktop session and a command prompt session, at least as far as my account goes. The only evidence I can find of the crash is in the Windows Application event log. These are two separate crashes and per the exception codes the first is a heap corruption error while the second is an access violation. There were probably half a dozen crashes as I was narrowing down what triggered them, but they were all these two exception codes. ``` Faulting application name: geany.exe, version: 2.1.0.0, time stamp: 0x687157c0 Faulting module name: ntdll.dll, version: 10.0.26100.4652, time stamp: 0x6c6bd922 Exception code: 0xc0000374 Fault offset: 0x000000000011dc15 Faulting process id: 0x2D2C Faulting application start time: 0x1DC0181C78CAF87 Faulting application path: C:\Program Files\Geany\bin\geany.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: fd044db3-abfe-45d6-aaef-7dbb87669bb8 Faulting package full name: Faulting package-relative application ID: ``` ``` Faulting application name: geany.exe, version: 2.1.0.0, time stamp: 0x687157c0 Faulting module name: ntdll.dll, version: 10.0.26100.4652, time stamp: 0x6c6bd922 Exception code: 0xc0000005 Fault offset: 0x00000000000953ed Faulting process id: 0x3EC4 Faulting application start time: 0x1DC009C972CC55F Faulting application path: C:\Program Files\Geany\bin\geany.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: df2d76f9-76e8-4149-bb07-5ceb23362bbe Faulting package full name: Faulting package-relative application ID: ``` So is this a bug in Plugin Manager? Thanks. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4392 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/4...@github.com>