Jump to content

vladislavbelov

WFG Programming Team
  • Posts

    1.410
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by vladislavbelov

  1. You might attach errors about a "model_solid_tex" material. Did notice any difference with OpenGL? If you enabled Feedback in the main menu then it should be enough.
  2. Any other option maybe? It might mean limitation of 32bit application. Your GL crash says: "JavaScript error: out of memory", which means out of available RAM. Highly likely it's the same reason for Vulkan. Might want to build with --large-address-aware.
  3. Your logs report out of memory (Vulkan says out of GPU memory). Does the shader or texture quality option changes the behavior? I suppose there is new more expensive art in A27.
  4. Not yet. The first step is to reduce the number of driver dependent bugs and crashes and to have a more predictable performance.
  5. Currently no, but we plan to make an RC relatively soon and it'll be bundled with this mod.
  6. First you need to download it by the link in the first message and then install just like every other mod.
  7. Vulkan is disabled in Atlas, as wxWidgets doesn't provide loader for that by default. Then it seems the known problem of broken materials.
  8. Updated. Could you run the game with validation enabled? It'll cost too much my time now or too much space for shaders. So I chose a compromise, I believe there're not so many shaders left and I have a validation script to fill possible holes.
  9. If you'd try to resize the window by a mouse would fix the stretching?
  10. Only view or window as well? Did you experience any performance difference? Yeah, I'm aware of it. It needs some investigation as we can't distinguish that SDL error from a regular one.
  11. Can't say yet, it requires MoltenVk integration. It shouldn't be hard but might take a while.
  12. Nice! Missed shader, thanks! Does the game work for you except the missing shader?
  13. Seems the same reason. The problem is that D24_S8 isn't enough and we need to use D32_SFLOAT_S8_UINT following rP27379.
  14. Thanks for testing! Could you disable postproc in your user.cfg and upload userreport_hwdetect.txt here?
×
×
  • Create New...