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] Windows: It doesn't open anymore #414

Closed
giuseppemangano1599 opened this issue Sep 20, 2024 · 5 comments
Closed

[BUG] Windows: It doesn't open anymore #414

giuseppemangano1599 opened this issue Sep 20, 2024 · 5 comments

Comments

@giuseppemangano1599
Copy link

giuseppemangano1599 commented Sep 20, 2024

Hi there! I'm on Windows, a week ago I was trying to connect to my console and then crashed, after that, the app never started again. I downloaded again the app multiple times and also previous versions but it is the same. Graphics drivers uninstalled and updated 2 times (Intel UHD Graphics 620).

Debug Log
[1200] FTH: (1200): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
[1200] chiaki.gui: [libplacebo] Initialized libplacebo v7.349.0 (v7.349.0) (API v349)
[1200] chiaki.gui: [libplacebo] Spent 12.207 ms enumerating instance layers
[1200] chiaki.gui: [libplacebo] Spent 128.531 ms enumerating instance extensions (slow!)
[1200] chiaki.gui: [libplacebo] Creating vulkan instance with extensions:
[1200] chiaki.gui: [libplacebo] VK_KHR_get_physical_device_properties2
[1200] chiaki.gui: [libplacebo] VK_KHR_surface
[1200] chiaki.gui: [libplacebo] VK_EXT_swapchain_colorspace
[1200] chiaki.gui: [libplacebo] VK_KHR_external_memory_capabilities
[1200] chiaki.gui: [libplacebo] VK_KHR_external_semaphore_capabilities
[1200] chiaki.gui: [libplacebo] VK_KHR_get_surface_capabilities2
[1200] chiaki.gui: [libplacebo] VK_KHR_win32_surface
[1200] chiaki.gui: [libplacebo] VK_KHR_surface
[1200] chiaki.gui: [libplacebo] Spent 14.656 ms creating vulkan instance
[1200] chiaki.gui: [libplacebo] Probing for vulkan devices:
[1200] chiaki.gui: [libplacebo] GPU 0: Intel(R) UHD Graphics 620 v1.3.215 (integrated)
[1200] chiaki.gui: [libplacebo] uuid: 86:80:17:59:07:00:00:00:00:00:00:00:00:00:00:00
[1200] chiaki.gui: [libplacebo] Vulkan device properties:
[1200] chiaki.gui: [libplacebo] Device Name: Intel(R) UHD Graphics 620
[1200] chiaki.gui: [libplacebo] Device ID: 8086:5917
[1200] chiaki.gui: [libplacebo] Device UUID: 86:80:17:59:07:00:00:00:00:00:00:00:00:00:00:00
[1200] chiaki.gui: [libplacebo] Driver version: 194852
[1200] chiaki.gui: [libplacebo] API version: 1.3.215
[1200] chiaki.gui: [libplacebo] Creating vulkan device with extensions:
[1200] chiaki.gui: [libplacebo] VK_KHR_swapchain
[1200] chiaki.gui: [libplacebo] VK_KHR_push_descriptor
[1200] chiaki.gui: [libplacebo] VK_KHR_external_memory_win32
[1200] chiaki.gui: [libplacebo] VK_EXT_external_memory_host
[1200] chiaki.gui: [libplacebo] VK_KHR_external_semaphore_win32
[1200] chiaki.gui: [libplacebo] VK_EXT_hdr_metadata
[1200] chiaki.gui: [libplacebo] VK_EXT_full_screen_exclusive
[1200] [OBS]
[1200] OBS_CreateDevice: texture sharing is not supported
[1200]
[1200] chiaki.gui: [libplacebo] Spent 12.229 ms creating vulkan device
[1200] chiaki.gui: [libplacebo] Memory heaps supported by device:
[1200] chiaki.gui: [libplacebo] 0: flags 0x1 size 15G
[1200] chiaki.gui: [libplacebo] Memory summary: 0 used 0 res 0 alloc, efficiency 100.00%, utilization 100.00%, max page: 1019M
[1200] chiaki.gui: [libplacebo] shaderc SPIR-V version 1.6 rev 1
[1200] chiaki.gui: [libplacebo] Initialized SPIR-V compiler 'shaderc'
[1200] chiaki.gui: [libplacebo] GPU information:
[1200] chiaki.gui: [libplacebo] GLSL version: 450 (vulkan)
[1200] chiaki.gui: [libplacebo] max_shmem_size: 32768
[1200] chiaki.gui: [libplacebo] max_group_threads: 1024
[1200] chiaki.gui: [libplacebo] max_group_size[0]: 1024
[1200] chiaki.gui: [libplacebo] max_group_size[1]: 1024
[1200] chiaki.gui: [libplacebo] max_group_size[2]: 64
[1200] chiaki.gui: [libplacebo] subgroup_size: 32
[1200] chiaki.gui: [libplacebo] min_gather_offset: -32
[1200] chiaki.gui: [libplacebo] max_gather_offset: 31
[1200] chiaki.gui: [libplacebo] Limits:
[1200] chiaki.gui: [libplacebo] thread_safe: 1
[1200] chiaki.gui: [libplacebo] callbacks: 1
[1200] chiaki.gui: [libplacebo] max_buf_size: 17098039296
[1200] chiaki.gui: [libplacebo] max_ubo_size: 134217724
[1200] chiaki.gui: [libplacebo] max_ssbo_size: 1073741820
[1200] chiaki.gui: [libplacebo] max_vbo_size: 17098039296
[1200] chiaki.gui: [libplacebo] max_mapped_size: 17098039296
[1200] chiaki.gui: [libplacebo] max_buffer_texels: 134217728
[1200] chiaki.gui: [libplacebo] align_host_ptr: 4096
[1200] chiaki.gui: [libplacebo] host_cached: 1
[1200] chiaki.gui: [libplacebo] max_tex_1d_dim: 16384
[1200] chiaki.gui: [libplacebo] max_tex_2d_dim: 16384
[1200] chiaki.gui: [libplacebo] max_tex_3d_dim: 2048
[1200] chiaki.gui: [libplacebo] blittable_1d_3d: 1
[1200] chiaki.gui: [libplacebo] buf_transfer: 1
[1200] chiaki.gui: [libplacebo] align_tex_xfer_pitch: 64
[1200] chiaki.gui: [libplacebo] align_tex_xfer_offset: 64
[1200] chiaki.gui: [libplacebo] max_variable_comps: 0
[1200] chiaki.gui: [libplacebo] max_constants: 18446744073709551615
[1200] chiaki.gui: [libplacebo] max_pushc_size: 256
[1200] chiaki.gui: [libplacebo] align_vertex_stride: 1
[1200] chiaki.gui: [libplacebo] max_dispatch[0]: 65536
[1200] chiaki.gui: [libplacebo] max_dispatch[1]: 65536
[1200] chiaki.gui: [libplacebo] max_dispatch[2]: 65536
[1200] chiaki.gui: [libplacebo] fragment_queues: 1
[1200] chiaki.gui: [libplacebo] compute_queues: 1
[1200] chiaki.gui: [libplacebo] External API interop:
[1200] chiaki.gui: [libplacebo] UUID: 86:80:17:59:07:00:00:00:00:00:00:00:00:00:00:00
[1200] chiaki.gui: [libplacebo] PCI: 0000:00:00:0
[1200] chiaki.gui: [libplacebo] buf export caps: 0x2
[1200] chiaki.gui: [libplacebo] buf import caps: 0x12
[1200] chiaki.gui: [libplacebo] tex export caps: 0x2
[1200] chiaki.gui: [libplacebo] tex import caps: 0x12
[1200] chiaki.gui: [libplacebo] sync export caps: 0x2
[1200] chiaki.gui: [libplacebo] sync import caps: 0x0
[1200] [OBS]
[1200] graphics-hook.dll loaded against process: chiaki.exe
[1200]
[1200] [OBS]
[1200] (half life scientist) everything.. seems to be in order
[1200]
[1200] chiaki.gui: Component not ready
[1200] QList(qrc:/Main.qml:167:5: Type ConfirmDialog unavailable
[1200] ConfirmDialog {
[1200] ^, qrc:/ConfirmDialog.qml:6:1: Type Dialog unavailable
[1200] Dialog {
[1200] ^, qrc:/qt-project.org/imports/QtQuick/Controls/Material/Dialog.qml: module "" is not installed)

To Reproduce
Steps to reproduce the behavior:

  1. Download the latest version for Windows
  2. Extract
  3. Run 'chiaki.exe'

Expected behavior:
Running as usual

Desktop:

  • OS: Windows 11
  • Device [ThinkPad T580]
  • chiaki-ng Version [latest and previous]

Additional context
Worked and played for a while.

@streetpea
Copy link
Owner

streetpea commented Sep 20, 2024

@giuseppemangano1599 have you tried 1.9.0? It looks like you are missing some files with your download. Please completely delete the old folder with chiaki-ng and then re-extract. Sometimes if the folder isn't deleted files don't get copied properly with Windows.

@giuseppemangano1599
Copy link
Author

giuseppemangano1599 commented Sep 20, 2024

@streetpea Yes I did, same issue, I also extracted with 7-zip, same log as before. I also did what you suggested to me.

Edit: grammar

@streetpea
Copy link
Owner

@giuseppemangano1599
Copy link
Author

giuseppemangano1599 commented Sep 20, 2024

@streetpea this build worked instantly, I imported my config and played for 5 minutes flawlessly. Thank you so much, I really appreciate your work, do you need any log or something?

@streetpea
Copy link
Owner

@giuseppemangano1599 that's fine you should be fine for future releases

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

2 participants