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

Can't launch studio #443

Closed
1 task done
shaweel opened this issue Oct 4, 2024 · 6 comments
Closed
1 task done

Can't launch studio #443

shaweel opened this issue Oct 4, 2024 · 6 comments
Labels
bug Unexpected behavior of Vinegar

Comments

@shaweel
Copy link

shaweel commented Oct 4, 2024

Acknowledgement of preliminary instructions

  • I have read the preliminary instructions, and I am certain that my problem has not already been addressed.

What problem did you encounter?

I installed vinegar from source, having to alter the Makefile to make the directories 16, 32, 48, 64 and 128 in assets/icons however thats pretty irrelevant. I tried to do vinegar studio run and encountered this weird error, here's the image of the GUI error and the output:

[Alum1n@Arch ~]$ vinegar studio run
Oct  4 20:20:29.053 INF Logging to file path=/home/Alum1n/.cache/vinegar/logs/Studio-2024-10-04T20:20:29+02:00.log
Oct  4 20:20:29.268 WRN Using forced deployment! guid=version-ea7c4a2d814e4dc6
Oct  4 20:20:29.268 INF Binary is up to date! name=WindowsStudio64 guid=version-ea7c4a2d814e4dc6
Oct  4 20:20:29.268 INF Enabling WINE DXVK DLL overrides
Oct  4 20:20:29.268 INF DXVK up to date! version=2.3
Oct  4 20:20:29.268 INF Running Binary name=WindowsStudio64 cmd="/usr/bin/wine64 /home/Alum1n/.local/share/vinegar/versions/version-ea7c4a2d814e4dc6/RobloxStudioBeta.exe"
002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (126).
0024:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0024:fixme:win:RegisterPowerSettingNotification (000000000002005E,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
wine: Unhandled exception 0x20474343 in thread 24 at address 00006FFFFFC23E77 (thread 0024), starting debugger...
013c:fixme:dbghelp:elf_search_auxv can't find symbol in module
013c:fixme:dbghelp:elf_search_auxv can't find symbol in module
013c:err:dbghelp:pe_load_msc_debug_info -Debug info stripped, but no .DBG file in module L"d3d9"
terminate called after throwing an instance of 'dxvk::DxvkError'
Oct  4 20:20:41.502 ERR failed to run roblox: exit status 3
[Alum1n@Arch ~]$ 

2024-10-04_20-19

System information

[Alum1n@Arch ~]$ vinegar sysinfo
* Vinegar: v1.7.6 (aa795eded3276f37fb0d4f70bb644eff7a506d22)
* Distro: Arch Linux
* Processor: 13th Gen Intel(R) Core(TM) i5-13420H
  * Supports AVX: true
  * Supports split lock detection: true
* Kernel: 6.10.9-arch1-1
* Wine (Player): wine-9.18
* Wine (Studio): wine-9.18
* Cards:
  * Card 0: i915 0000:00:02.0 /sys/class/drm/card1
[Alum1n@Arch ~]$
@shaweel shaweel added the bug Unexpected behavior of Vinegar label Oct 4, 2024
@OverHash
Copy link

OverHash commented Oct 5, 2024

I think I'm also experiencing this. I see this in my case:

image

which eventually gets hung:

image

Key logs I can see at the moment before crash:

2024-10-05T10:31:42.860Z,46.860432,0158,12 [DFLog::HttpTraceError] CURLINFO_OS_ERRNO: Unknown error
2024-10-05T10:31:42.860Z,46.860432,0158,12 [DFLog::HttpTraceError] CURLOPT_ERRORBUFFER: Failed to connect to client-telemetry.roblox.com port 443 after 15 ms: Couldn't connect to server
2024-10-05T10:31:42.860Z,46.860432,016c,12 [DFLog::HttpTraceError] HttpResponse(#152 000000006CC04FF0) time:16.4ms (net:16.2ms callback:0.0ms timeInRetryQueue:0.0ms) error:3 message:HttpError: ConnectFail url:{ "https://client-telemetry.roblox.com" } ip: external:0 numberOfTimesRetried:0
2024-10-05T10:31:43.584Z,47.584572,0228,6,Info [FLog::CrashReportLog] Simulate crash with reason: RBXCRASH-ANRDetected
01e4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
2024-10-05T10:31:56.261Z,60.261143,0158,12 [DFLog::HttpTraceError] CURLINFO_OS_ERRNO: Unknown error
2024-10-05T10:31:56.261Z,60.261143,0158,12 [DFLog::HttpTraceError] CURLOPT_ERRORBUFFER: Failed to connect to client-telemetry.roblox.com port 443 after 5 ms: Couldn't connect to server
2024-10-05T10:31:56.261Z,60.261143,0164,12 [DFLog::HttpTraceError] HttpResponse(#155 000000004C2C0430) time:5.9ms (net:5.8ms callback:0.0ms timeInRetryQueue:0.0ms) error:3 message:HttpError: ConnectFail url:{ "https://client-telemetry.roblox.com" } ip: external:0 numberOfTimesRetried:0

a bit strange considering these are http calls that it crashes.

This happens for me when running with dxvk and Renderer="D3D11"

@plxert
Copy link

plxert commented Oct 6, 2024

same issue for me

@JustinBDev
Copy link

Got it yesterday as well since using the new version of the flatpak: #435 (comment)

Sysinfo:
image

@shaweel
Copy link
Author

shaweel commented Oct 6, 2024

Problem is not present after switching to the latest flatpak version instead of building from source.

@shaweel shaweel closed this as completed Oct 6, 2024
@JustinBDev
Copy link

@Alum1n I am using the latest flatpak version of Vinegar (1.7.6 stable)

image

I still seem to be hanging on the error you reported as the behavior is exactly the same

@Breadih
Copy link

Breadih commented Oct 26, 2024

I'm still experiencing this error.

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

No branches or pull requests

5 participants