Universal-x86-Tuning-Utility icon indicating copy to clipboard operation
Universal-x86-Tuning-Utility copied to clipboard

[BUG] App opens only for a brief moment.

Open xxSENPAIxx opened this issue 2 years ago • 5 comments

Describe the bug The application opens the window only for a brief moment and closes.

To Reproduce Steps to reproduce the behavior:

  1. Double clicking on app
  2. wait for it to load
  3. see a flash of the window
  4. closes very quickly (under second)

Expected behaviour Window stays open, application stays running.

Screenshots Happens too fast to take a screen shot.

Desktop (please complete the following information):

  • OS Version: Windows 11 23H2
  • Asus Zephyrus G14 2022, Ryzen 6900hs and Radeon 6700s

Additional context Add any other context about the problem here.

xxSENPAIxx avatar Apr 02 '24 21:04 xxSENPAIxx

Do you see UXTU window or something else? You could try to use snipping tool (win+shift+s) and record a video It may be somehow related to administrator pemissions. UXTU does check admin permissions and restart if necessary, but I would suggest you run it as administrator manually. On my machine shortcut does not provide "run as administrator" option, but .exe does

1MrEnot avatar Apr 05 '24 15:04 1MrEnot

Do you see UXTU window or something else? You could try to use snipping tool (win+shift+s) and record a video It may be somehow related to administrator pemissions. UXTU does check admin permissions and restart if necessary, but I would suggest you run it as administrator manually. On my machine shortcut does not provide "run as administrator" option, but .exe does

I got the same problem, yes the window appear for like .. half a sec then go away. Running as admin change nothing.

Honusnap avatar Apr 06 '24 18:04 Honusnap

I added logging to file, so it will be easier to troubleshoot. Now you can wait for next beta release and download it or build UXTU locally. Then run it and send log file here, it will help a lot

To built app locally you have to:

  • download and install .NET 8 SDK here
  • clone this repository
  • go to cloned repo and run these commands
dotnet build
dotnet run --project 'Universal x86 Tuning Utility'

Log file will be in ./logs/ and called something like uxtu_log20240408.txt

1MrEnot avatar Apr 07 '24 21:04 1MrEnot

I added logging to file, so it will be easier to troubleshoot. Now you can wait for next beta release and download it or build UXTU locally. Then run it and send log file here, it will help a lot

To built app locally you have to:

  • download and install .NET 8 SDK here
  • clone this repository
  • go to cloned repo and run these commands
dotnet build
dotnet run --project 'Universal x86 Tuning Utility'

Log file will be in ./logs/ and called something like uxtu_log20240408.txt

I will wait next Beta and supply the logfile aftwerward.

Honusnap avatar Apr 08 '24 08:04 Honusnap

Hello,

Exact same issue here, and I tried the last 4 versions (3 betas and 1 stable).

Windows 10, Realme Book Prime CloudPro - i5 11320h.

I tried to disable Windows Defender and to run as Administrator to no avail.

Here is the log:

2024-04-24 10:26:27.552 +02:00 [INF] Application started. Press Ctrl+C to shut down.
2024-04-24 10:26:27.574 +02:00 [INF] Hosting environment: Production
2024-04-24 10:26:27.575 +02:00 [INF] Content root path: C:\Temp\Universal-x86-Tuning-Utility-master
2024-04-24 10:26:27.670 +02:00 [INF] Application is shutting down...

Edit: for some reason after multiple reboots it now works.

guilamu avatar Apr 24 '24 08:04 guilamu