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

[BUG] App opens only for a brief moment. #186

Open
xxSENPAIxx opened this issue Apr 2, 2024 · 5 comments
Open

[BUG] App opens only for a brief moment. #186

xxSENPAIxx opened this issue Apr 2, 2024 · 5 comments
Assignees

Comments

@xxSENPAIxx
Copy link

xxSENPAIxx commented Apr 2, 2024

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.

@1MrEnot
Copy link
Contributor

1MrEnot commented Apr 5, 2024

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

@Honusnap
Copy link

Honusnap commented Apr 6, 2024

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.

@1MrEnot 1MrEnot mentioned this issue Apr 7, 2024
@1MrEnot
Copy link
Contributor

1MrEnot commented Apr 7, 2024

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

@Honusnap
Copy link

Honusnap commented Apr 8, 2024

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.

@guilamu
Copy link

guilamu commented Apr 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants