-
Posts
1.373 -
Joined
-
Last visited
-
Days Won
22
Everything posted by vladislavbelov
-
Could you share your userreport_hwdetect.txt?
-
And try to switch OpenGL.
-
How to verify that Vulkan is being used
vladislavbelov replied to andy5995's topic in Help & Feedback
If your backend is set to Vulkan and no errors on start (like switching to GL) then Vulkan is working. 100% check is to look at the userreport_hwdetect file at "renderer_backend"."name". -
Maybe a different folder? Like C:\Games\ Hmm, do you have an antivirus? Also did you have the previous version of the game? If yes was it working?
-
Which OS and which version of it do you use? Maybe try to install the game to a different location (if possible)? Like another disk. Also maybe redownload the game installer or use a different source (https vs torrent).
-
Could attach logs? (You might find a path to them here: http://gitea.wildfiregames.com/0ad/0ad/wiki/GameDataPaths) Currently it sounds like an incorrectly installed application. Maybe try to delete all installed 0 A.D. games and install the 0.27 version again.
-
A27: Very poor performance on weak hardware?
vladislavbelov replied to Meister's topic in Bug reports
I might suggest a bit techy way: open in-game profiler with F11 on a laggy scene and share result of the appeared window. -
Help > R0.27 cursor lag / mouse stuttering
vladislavbelov replied to dmzerocold's topic in Help & Feedback
Does it lag when moving with keyboard? -
Hi! You need to disable GPU skinning in the graphics settings. The command for screenshots is F2
-
It seems Vulkan wasn't able to start for you. Maybe you need to update video drivers. Could you attach logs after a run when you got that message (https://gitea.wildfiregames.com/0ad/0ad/wiki/GameDataPaths)?
-
Why is the 0 A.D community so small?
vladislavbelov replied to Doctor Moist's topic in General Discussion
And that the only people who enabled reports, we might have noticeably more. Yes, I'm waiting for the release. There is no daily statistics, only for some period. -
The great find!
-
Hi! According to: [E] pw.loop [loop.c:69 pw_loop_new()] 0x60457b6edb60: can't make support.system handle: No such file or directory [ALSOFT] (EE) Failed to create PipeWire event thread loop (errno: 2) It seems like an OpenAL or the system problem. We can make a workaround to disable sounds for that case. Did you try any other game/software using OpenAL with the new version?
-
Vulkan - new graphics API
vladislavbelov replied to vladislavbelov's topic in Game Development & Technical Discussion
We don't do so. Shaders are compiled each time they're loaded (or used in a pipeline state). Some (but not all) drivers might cache results on a disk. I have plans for that. We need a library which can be used on all platforms (shaderc is a possible candidate). Though we can't rely on it and we still need to build SPIR-V for releases. Because there might be platforms without such libraries in regular repos. -
Vulkan - new graphics API
vladislavbelov replied to vladislavbelov's topic in Game Development & Technical Discussion
Yep: https://trac.wildfiregames.com/wiki/Vulkan#Buildingshaders -
Yes, it's possible. You can make a mod with resized cursor images (https://trac.wildfiregames.com/wiki/Modding_Guide). Default cursor is at mod/art/textures/cursors/default-arrow.png, in-game cursors are inside public/art/textures/cursors.
-
You need to update the 0ad-spirv mod, the latest version is 0.27.22 from January 15, 2024.
-
I've made a fix: https://code.wildfiregames.com/D5257.
-
Could you share your graphics settings (both tabs or user.cfg)?
-
Alpha 27 release is temporarily halted
vladislavbelov replied to wraitii's topic in Announcements / News
It's not settled yet, we're still working on A27, there're still release blockers: https://trac.wildfiregames.com/query?status=assigned&status=new&status=reopened&group=status&milestone=Alpha+27. -
Unfortunately not yet, @Itms was the last one with plans on the migration. Currently he is very busy to have some ETA. I have a plan for writing a script to detect the trac is down and log recent events or even try to restart it.