Hello everyone, my specs is Mackbook pro 2024 (M4 chip) i tried play the game but it did not work properly as expected. I looked in the game log to get more information about glitch GUIses and found out that the game shaders compiles with error that leads to broke the renderer pipeline. I took it from log:
Code:
Can not load shader mcsa: java.lang.RuntimeException: Error creating shader:
Parse error at prl_glsl_parse:269 ->>
(16,24): error: sampler arrays indexed with non-constant expressions are forbidden in GLSL 1.30 and later
[2024-12-13 01:31:13] [Game Startup/INFO] GL version: 4.1 Metal - 89.3
[2024-12-13 01:31:13] [Game Startup/INFO] GL vendor: Parallels and Apple
[2024-12-13 01:31:13] [Game Startup/INFO] GL device: Parallels using Apple M4 (Compat)
[2024-12-13 01:41:00] [Game thread/ERROR] GL ERROR (Post render): Invalid operation
There's also a known bug from the game forum: https://forum.exbo.net/d/145039-stalcraft-dlya-macos-v2
This is the image that it works well (expected)
![[IMG]](https://forum.parallels.com/data/attachments/22/22109-2115ad0b62d55efce53bc91164543dc3.jpg)
This is what I get with Parralels Desktop (Windows 11). In VMWare there's no a bug but I got 0-2 FPS...
![[IMG]](https://forum.parallels.com/data/attachments/22/22108-6eff1a5e58f94094026e878eb2057605.jpg)
![[IMG]](https://forum.parallels.com/data/attachments/22/22110-883a269fe11a78581a23b641cfaf8301.jpg)
But the game is working except mention bug with GUI. How to solve it?