https://bugs.winehq.org/show_bug.cgi?id=54174
Bug ID: 54174 Summary: Instant Servo crash after opening (FromUtf8Error) Product: Wine Version: 7.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mikrutrafal@protonmail.com Distribution: ---
Created attachment 73695 --> https://bugs.winehq.org/attachment.cgi?id=73695 Log Servo
Steps to reproduce: Download and extract - https://download.servo.org/nightly/windows-msvc/servo-latest.zip Run - servo.exe
Short logs(full in attachement) ``` 0258:fixme:d3d11:d3d11_device_CheckFeatureSupport Returning fake Options support data. 0258:fixme:d3d11:d3d11_device_CheckFormatSupport iface 000000000026AB70, format 115, format_support 0000000002EE581C partial-stub! 0258:fixme:d3d9:D3DPERF_GetStatus (void) : stub
027c:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4. 027c:err:d3dcompiler:D3DCompile2 Shader log: 027c:err:d3dcompiler:D3DCompile2 C:\fakepath:3:35: E5000: syntax error, unexpected '(', expecting ';' or ',' 027c:err:d3dcompiler:D3DCompile2 0274:fixme:d3d9:D3DPERF_GetStatus (void) : stub 0278:fixme:d3dcompiler:D3DCompile2 Ignoring flags 0xc002. WARN: compileToBinary(259): C:\fakepath:119:35: E5000: syntax error, unexpected '(', expecting ';' or ','
called `Result::unwrap()` on an `Err` value: FromUtf8Error { bytes: [67, 58, 92, 102, 97, 107, 101, 112, 97, 116, 104, 58, 49, 49, 57, 58, 51, 53, 58, 32, 69, 53, 48, 48, 48, 58, 32, 115, 121, 110, 116, 97, 120, 32, 101, 114, 114, 111, 114, 44, 32, 117, 110, 101, 120, 112, 101, 99, 116, ........ 114, 115, 10], error: Utf8Error { valid_up_to: 743, error_len: Some(1) } } (thread main, at C:\Users\runneradmin.cargo\registry\src\github.com-1ecc6299db9ec823\gleam-0.12.1\src\gles_fns.rs:1662)
```