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

[CRASH] Crash on load. Just recently started happening #1239

Closed
rolltidehero opened this issue Jul 26, 2023 · 4 comments · Fixed by #1246
Closed

[CRASH] Crash on load. Just recently started happening #1239

rolltidehero opened this issue Jul 26, 2023 · 4 comments · Fixed by #1246
Labels

Comments

@rolltidehero
Copy link

I don't recall making any changes in the settings. I tried running as admin as well just to see if that helped, but no luck.

Not sure why it says Windows 10. Here are my Windows specs:

Edition Windows 11 Pro
Version 22H2
Installed on ‎2/‎10/‎2023
OS build 22621.2070
Experience Windows Feature Experience Pack 1000.22659.1000.0

I did some minor research on my lunch break and tried to upgrade a couple of python pkgs but still no luck.

BTW — Great friggin' job with this app! It's probably my most important piece of software and that's coming from a software addict! Do you have a Patreon or some type of club membership for something like special feature requests for those who would like to be a part of the team but don't really have the time or even the ability to contribute via pull requests? I know you have the Kofi thing, but I think a Patreon or Locals would be pretty sweet as well. Regardless though, good job dude! Below is the crash report.

Hard crash experienced

Error details :

                        OS: Windows
                   Version: ('10', '10.0.22621', 'SP0', 'Multiprocessor Free')
           OS Architecture: AMD64
          APP Architecture: 64bit
                  Language: Unknown
               APP Version: Unknown
                   Program: WingetUI
           Program section: Main script

-----------------------------------------------------------------------------------------



WingetUI Log:




Traceback (most recent call last):
  File "__init__.py", line 77, in <module>
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
  File ".\customWidgets.py", line 7, in <module>
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
  File ".\genericCustomWidgets.py", line 10, in <module>
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
  File ".\tools.py", line 17, in <module>
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
  File "clr.py", line 6, in <module>
  File "pythonnet\__init__.py", line 143, in load
  File "clr_loader\types.py", line 64, in __call__

RuntimeError: cannot call null pointer pointer from cdata 'int(*)(void *, int)'<class 'RuntimeError'>: cannot call null pointer pointer from cdata 'int(*)(void *, int)'
@calbrecht
Copy link

Same log here on

              OS: Windows
         Version: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
 OS Architecture: AMD64
APP Architecture: 64bit

After fresh install of WingetUI 2.0.1 from Users PowerShell with

winget remove wingetui
...
winget install wingetui

is starts fine, however after closing the Application Window auto-selfupdates to Version 2.0.2 and crashes on next startup.

@marticliment
Copy link
Owner

Hello,

do you have .NET runtimes installed?

@marticliment
Copy link
Owner

marticliment commented Jul 30, 2023

Dear users,

A fix has been released on beta 2.0.3

The link to download this release is the following: https://github.com/marticliment/WingetUI/releases/download/2.0.3-beta/WingetUI.Installer.exe

@rolltidehero
Copy link
Author

Dear users,

A fix has been released on beta 2.0.3

The link to download this release is the following: 2.0.3-beta WingetUI.Installer.exe (download)

Thanks! That worked!

@marticliment marticliment removed this from the Bugs milestone Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants