You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked for an existing pull request that addresses this issue.
📜 What part of Winutil are you having issues with?
Winutil in general
📝 Provide a clear and concise description of the issue.
Have just performed a clean windows 11 install using the winutil microwin and rufus.
Whenever I try to click a searchbox like for example in the install tab to search programs or in the microwin tab when I try to type a username in the typebox
🔄 Steps to reproduce the issue.
Step 1: Open winutil via Terminal(Admin)
Step 2: CTRL+F or click on searchbox in the install tab
MethodInvocationException:
Line |
16307 | $sync["Form"].ShowDialog() | out-null
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "ShowDialog" with "0" argument(s): "Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier."
MethodInvocationException:
Line |
16307 | $sync["Form"].ShowDialog() | out-null
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "ShowDialog" with "0" argument(s): "Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier."
MethodInvocationException:
MethodInvocationException:
Line |
16017 | $sync.SearchBar.Focus()
| ~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "Focus" with "0" argument(s): "Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier."
MethodInvocationException:
Line |
16017 | $sync.SearchBar.Focus()
| ~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "Focus" with "0" argument(s): "Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier."
🖼️ Additional context.
No response
The text was updated successfully, but these errors were encountered:
Exception calling "ShowDialog" with "0" argument(s): "Culture is not supported.
Parameter name: culture
4096 (0x1000) is an invalid culture identifier."
At line:16307 char:1
Exception calling "ShowDialog" with "0" argument(s): "Culture is not supported.
Parameter name: culture
4096 (0x1000) is an invalid culture identifier."
At line:16307 char:1
⚙️ Issue Checklist
📜 What part of Winutil are you having issues with?
Winutil in general
📝 Provide a clear and concise description of the issue.
Have just performed a clean windows 11 install using the winutil microwin and rufus.
Whenever I try to click a searchbox like for example in the install tab to search programs or in the microwin tab when I try to type a username in the typebox
🔄 Steps to reproduce the issue.
Step 1: Open winutil via Terminal(Admin)
Step 2: CTRL+F or click on searchbox in the install tab
❌ Paste the full error output (if available).
Test 1:
PowerShell transcript start
Start time: 20250307232458
Username: DESKTOP-OK9JC1A\KayCiiN
RunAs User: DESKTOP-OK9JC1A\KayCiiN
Configuration Name:
Machine: DESKTOP-OK9JC1A (Microsoft Windows NT 10.0.26100.0)
Host Application: C:\Program Files\PowerShell\7\pwsh.dll
Process ID: 13004
PSVersion: 7.5.0
PSEdition: Core
GitCommitId: 7.5.0
OS: Microsoft Windows 10.0.26100
Platform: Win32NT
PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1, 6.0, 7.0
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.1
WSManStackVersion: 3.0
MethodInvocationException:
Line |
16307 | $sync["Form"].ShowDialog() | out-null
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "ShowDialog" with "0" argument(s): "Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier."
MethodInvocationException:
Line |
16307 | $sync["Form"].ShowDialog() | out-null
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "ShowDialog" with "0" argument(s): "Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier."
Test 2:
PowerShell transcript start
Start time: 20250307232717
Username: DESKTOP-OK9JC1A\KayCiiN
RunAs User: DESKTOP-OK9JC1A\KayCiiN
Configuration Name:
Machine: DESKTOP-OK9JC1A (Microsoft Windows NT 10.0.26100.0)
Host Application: C:\Program Files\PowerShell\7\pwsh.dll
Process ID: 5816
PSVersion: 7.5.0
PSEdition: Core
GitCommitId: 7.5.0
OS: Microsoft Windows 10.0.26100
Platform: Win32NT
PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1, 6.0, 7.0
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.1
WSManStackVersion: 3.0
MethodInvocationException:
MethodInvocationException:
Line |
16017 | $sync.SearchBar.Focus()
| ~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "Focus" with "0" argument(s): "Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier."
MethodInvocationException:
Line |
16017 | $sync.SearchBar.Focus()
| ~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "Focus" with "0" argument(s): "Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier."
🖼️ Additional context.
No response
The text was updated successfully, but these errors were encountered: