Dan Paulat
Dan Paulat
> There's another dump file from a few days ago too. I can look to confirm that's the same problem.
> I can look to confirm that's the same problem. ```Unhandled exception at 0x00007FFCBCC2A2D0 (ig9icd64.dll) in supercell-wx.exe.19188.dmp: 0xC0000005: Access violation reading location 0x0000000000000004.``` ``` [Frames may be missing, no binary...
Back to the GL 1282 error, I'm not having any luck reproducing it with my Intel graphics card. I'm hoping to see something similar to the following near when shaders...
This should be implementable now. Qt 6.7 has been released, and aqtinstall now supports the Arm architecture.
I haven't gone through the install yet, but it appears to show up with the latest version (3.1.15): ``` $ aqt list-qt linux_arm64 desktop 6.7.0 6.7.1 $ aqt list-qt linux...
It'll only help you if you're developing, because the rest of the software still needs built for Arm64, or if you're checking it out for another reason. I do not...
Qt 6.7.x issues were fixed a week or 2 ago, removing that blocker. To make this happen, one of two things needs to be done: - Add cross compile job...
Required environment variables on some systems: ``` MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE=330 ``` If you have older hardware, you must also force software rendering (e.g., Raspberry Pi 3). ``` LIBGL_ALWAYS_SOFTWARE=true ``` The arm64...
Not currently, but something that could be done. The level 2 and level 3 data is currently only held in memory, and never saved to disk.
No problem. Is this v0.4.3? I'll need the crash dump to debug this further. 1. Open Windows Explorer 2. In the address bar, enter: %LocalAppData%\CrashDumps\ 3. Attach supercell-wx.exe.#####.dmp either here,...