u/goodt2023

WinBox 4.1 clipboard listener causes Excel "clipboard in use by another application" errors on Windows 11 — anyone else?

Spent a few hours diagnosing this today and want to see if others are hitting it.

**Symptom:** Excel 365 on Windows 11 throws the "We couldn't copy the content to the clipboard because it's in use by another application" popup constantly during normal copy/paste work. Happens many times an hour during heavy Excel use.

**Setup:**

- Windows 11 Enterprise 23H2

- Excel 365 (current channel)

- WinBox 4.1 on Windows (the Qt-based cross-platform build)

- typically 4-8 WinBox windows open simultaneously for management work

**Diagnostic approach:** Wrote a PowerShell polling script using `GetOpenClipboardWindow()` that logs which process holds the clipboard every 50ms. Ran it during normal work for a few hours.

**What I found:** WinBox 4.1 dominates the clipboard-hold log. Each open WinBox window appears to install its own clipboard listener (Qt's `QClipboard` behavior) that briefly opens the clipboard whenever anything system-wide changes. With multiple WinBox sessions open, the listeners race each other and race Excel.

Example collision pattern from my log (timestamps in HH:MM:SS.ms):

```

09:24:35.249 EXCEL.EXE grabs clipboard

09:24:35.427 WinBox grabs it 178ms later

```

```

09:26:46.023 EXCEL.EXE

09:26:46.123 WinBox 100ms later

09:26:46.391 explorer

09:26:46.544 WinBox (different PID)

```

Excel writes multiple clipboard formats sequentially (text, RTF, HTML, biff, OLE). When WinBox's Qt listener interrupts mid-write, Excel can't complete the write atomically and throws the popup.

**Confirmation:** Closing all WinBox windows eliminates the errors immediately. Reopening multiple WinBox sessions brings them back.

**Things I ruled out first** (so people don't suggest them):

- Not malware (Bitdefender + Malwarebytes scans clean)

- Not Logi Options+ (disabled, errors persist with WinBox running)

- Not StreamFab clipboard monitor (disabled)

- Not Excel Live Preview (disabled)

- Not Adobe Acrobat COM add-in (disabled)

- Not the known Windows 11/Office 365 Microsoft bug alone — that contributes baseline residue, but WinBox is the proximate trigger for my specific high-rate failures

**Workaround:** Close WinBox windows when doing heavy Excel work. Not great when you're managing a fleet.

**Questions for the community:**

  1. Anyone else on a seeing this with WinBox 4.1?

  2. Workarounds beyond "close WinBox"?

Will post the PowerShell diagnostic script in a comment if anyone wants to verify on their setup.

*Edit: also reporting this on forum.mikrotik.com for visibility with MT staff.*

reddit.com
u/goodt2023 — 3 days ago

Manually-added Blocked zone returns RCODE=Refused instead of NXDOMAIN — is this expected?

Running Technitium DNS Server in a cluster (dns1 + dns2). I added stun.l.google.com via the Blocked tab (top nav, not Settings → Blocking). The zone got auto-created with NS + SOA records pointing to dns1.home.arpa, no A or AAAA records, which matches what I'd expect for an empty Blocked-tab entry.

The Query Logs (Sqlite app) show this when a client queries the blocked domain:

Client: 10.99.0.11
Protocol: Udp
Response Type: Authoritative
RCODE: Refused
Domain: stun.l.google.com
Type: A (and AAAA)

So Technitium is responding authoritatively with RCODE=Refused — not NXDOMAIN, not NoError/NODATA.

I expected NXDOMAIN given:

  • The zone exists locally as an empty zone (NS + SOA, no resource records)
  • No "Allow Recursion Only For Private Networks" path is involved (the client is on RFC1918 10.0.0.0/8 and the log says response source is Authoritative, not Recursive)
  • The CHANGELOG mentions: "Fixed critical bug in block list condition check causing server to respond with RCODE=Refused when only using Blocked zone. Added option to respond with RCODE=NxDomain for blocked domains instead of returning 0.0.0.0 address."

That changelog entry suggests there's a setting to control this, but I can't find a "Blocking Type" control in Settings → Blocking on my version. Some older Reddit threads mention a "Blocking Type" radio (NX Domain / Anyone Address / Custom Address), but on my UI that section doesn't appear that way.

Questions:

  1. Is Refused the expected/correct response code for a manually-added Blocked-tab entry on current versions of Technitium, or is there a setting I'm missing that would make it return NXDOMAIN?
  2. Is the "Blocking Type" setting that older posts reference still present in the current UI? If so, where? If not, what replaced it?
  3. Does the Blocking Type setting (if present) only apply to Block List Zone (URL-based lists) entries, or does it also affect the manually-added Blocked tab entries?
  4. The dashboard "Blocked" counter doesn't increment for these Refused responses — they show up under "Refused" instead. Is that the intended categorization, or should manually-blocked-zone Refused responses count toward the Blocked counter?

Functionally the block is working — the client (kvmd-janus on a GL.iNet KVM) makes a few retries on Refused then gives up, which is actually the desired behavior. But I'd like to understand the response code logic so I can configure it deliberately rather than accidentally.

Version: 14.3

Thanks!

reddit.com
u/goodt2023 — 8 days ago

Mellanox MSN2700 Switch Bios

Does anyone have any experience with fixing the bios on a Mellanox MSN2700 to add the missing information regarding installing th le OS?

Thanks

reddit.com
u/goodt2023 — 10 days ago

Wi-Fi went down this morning, looks like a memory problem on the box, has happened before (also: AP7C stuck "offline" in iOS app only) ticket -- #118271

Figured I would post here that i submitted a ticket this morning with a lot of detail and logs from the firewalla as well as iOS screenshots. Seems like my tickets are just filtered out unless I post. I get an email from someone at firewalla after I post on here saying my ticket has received no responses in like 6-8 days and someone finally looks at it. In the same response I get you should change your email address. I always say why and never really get a response :) So hopefully someone will actually look at my ticket before 6-8 days this time. The bottom line is the all AP7's go offline and no WiFi works and it seems to be memory issues on the Firewalla Gold Pro or some other type of bug. This has happened several times but this time I actually logged into SSH session and got all the logs before they disappeared and captured diagnostic output. Unfortunately, I know of no way to login to the AP7's to capture their diagnostic logs like doing SSH to the Gold Pro. This seems to be a recurring problem and the ticket has the details. Thanks in Advance.

reddit.com
u/goodt2023 — 11 days ago