Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winutil searchbox/typebox crash #3252

Open
4 tasks done
KayCiiN opened this issue Mar 7, 2025 · 1 comment
Open
4 tasks done

Winutil searchbox/typebox crash #3252

KayCiiN opened this issue Mar 7, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@KayCiiN
Copy link

KayCiiN commented Mar 7, 2025

⚙️ Issue Checklist

  • I have read the guidelines.
  • I checked for duplicate issues.
  • I searched for existing discussions.
  • 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

❌ 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

@KayCiiN KayCiiN added the bug Something isn't working label Mar 7, 2025
@KayCiiN
Copy link
Author

KayCiiN commented Mar 8, 2025

Another test on a new fresh install from microwin:


Windows PowerShell transcript start
Start time: 20250308151849
Username: DESKTOP-0HTCHJ2\KayCiiN
RunAs User: DESKTOP-0HTCHJ2\KayCiiN
Configuration Name:
Machine: DESKTOP-0HTCHJ2 (Microsoft Windows NT 10.0.26100.0)
Host Application: C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe
Process ID: 11916
PSVersion: 5.1.26100.2161
PSEdition: Desktop
PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.26100.2161
BuildVersion: 10.0.26100.2161
CLRVersion: 4.0.30319.42000
WSManStackVersion: 3.0
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.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

  • $sync["Form"].ShowDialog() | out-null
  •   + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
      + FullyQualifiedErrorId : CultureNotFoundException
    

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

  • $sync["Form"].ShowDialog() | out-null
  •   + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
      + FullyQualifiedErrorId : CultureNotFoundException
    
    

Windows PowerShell transcript end
End time: 20250308151903


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant