-
Posts
1.411 -
Joined
-
Last visited
-
Days Won
24
Posts posted by vladislavbelov
-
-
On 14/01/2023 at 12:14 PM, hyperion said:
it's getting harder to find missing one
0ad-spirv-0.27.10:
Updated.
-
On 14/01/2023 at 8:44 PM, andy5995 said:
On Ubuntu bionic, the build fails. These are the packages I'm installing
Made a patch: https://code.wildfiregames.com/D4890
-
1
-
-
3 hours ago, Leyto said:
Should I report here some logs
You might attach errors about a "model_solid_tex" material.
3 hours ago, Leyto said:it works quit well!
Did notice any difference with OpenGL?
3 hours ago, Leyto said:automatic data upload system is enough for you?
If you enabled Feedback in the main menu then it should be enough.
-
25 minutes ago, OptimusShepard said:
Texture or shader quality doesn't change anything.
Any other option maybe?
25 minutes ago, OptimusShepard said:My GPU memory usage is at 2GB when it crashes.
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.
-
1 hour ago, OptimusShepard said:
I did some quick test with every graphic backend in Sahyadri, complete map visible. The game crashes reproducible when too many units were produced (I used "gift from the gods", it crashes around 400 units). It crashed with all backends.
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.
-
6 hours ago, hyperion said:
0ad-spirv-0.27.9
Thanks! Updated.
-
1
-
-
1 minute ago, Leyto said:
Should we expect some visual awesomeness/differences
Not yet.
1 minute ago, Leyto said:or it's more a performance boost targetted with this API ? (which is also welcome of course )
The first step is to reduce the number of driver dependent bugs and crashes and to have a more predictable performance.
-
3 minutes ago, Leyto said:
is it possible to test this mod with a 0AD installed through windows installer, or does it require to use the SVN version of the game?
Currently no, but we plan to make an RC relatively soon and it'll be bundled with this mod.
-
1
-
-
44 minutes ago, gameboy said:
@vladislavbelov How do I install this MOD?
First you need to download it by the link in the first message and then install just like every other mod.
-
5 minutes ago, hyperion said:
Anyway, I opened the atlas and found it to still use gl.
Vulkan is disabled in Atlas, as wxWidgets doesn't provide loader for that by default.
6 minutes ago, hyperion said:There I played with various textures and nubia dirt 1 2 3 but not 4 all show the same shadowing behavior, it's just a lot less obvious with gl than with vulkan. Ie less dark and can barely pass as just wet.
Then it seems the known problem of broken materials.
-
2 hours ago, hyperion said:
two new errors, the texture decode issue possibly not related to vulkan specifically:
Updated.
6 minutes ago, hyperion said:There are some shadow like artifacts (map nubian frontier)
Could you run the game with validation enabled?
28 minutes ago, phosit said:Isn't there a bether solution than asking the users to report all missing shaders? Surely it will not be tested exhaustively and some shader will be missing in the release.
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.
-
29 minutes ago, hyperion said:
Thanks!
after update:
Now should be fixed.
-
1 hour ago, hyperion said:
Maybe time to update shader mod so as not to loose track which were already reported and allow me to test decent looking water. *wink*
The new version is now available at the same URL.
-
1
-
-
7 hours ago, nwtour said:
Render Vulkan: ~34 avg fps
Render OpenGL: ~78 avg fps
Render OpenGL ARB: ~49 avg fpsThanks! Is that without any renderer.backend.debug*, right?
-
16 minutes ago, hyperion said:
It does "inverse" stretching, ie reducing width makes stretching worse.
Could you try D4879?
-
1
-
-
9 minutes ago, nwtour said:
Max settings, first screen of campaign :
Could you try Deep forest Large?
-
-
50 minutes ago, hyperion said:
Switching from fullscreen to windowed stretches the view horizontally possibly by gui.scale
Only view or window as well?
41 minutes ago, nwtour said:Game starts successfully with Vulkan renderer
Did you experience any performance difference?
4 minutes ago, asterix said:@vladislavbelov there is also new ticket https://trac.wildfiregames.com/ticket/6681
Yeah, I'm aware of it. It needs some investigation as we can't distinguish that SDL error from a regular one.
-
5 minutes ago, real_tabasco_sauce said:
Will MacOS support be ready in time for the first release candidate? Or will this take longer?
Can't say yet, it requires MoltenVk integration. It shouldn't be hard but might take a while.
-
1
-
-
2 minutes ago, hyperion said:
Combat demo huge runs much better than using gl.
What's the difference?
2 minutes ago, hyperion said:So except for missing shaders probably ok.
Working on that.
-
1
-
-
2 minutes ago, hyperion said:
Fixes the segfault for me.
Nice!
2 minutes ago, hyperion said:So next one
Missed shader, thanks! Does the game work for you except the missing shader?
-
-
16 minutes ago, nwtour said:
Hello. Good news!
But after changing render:Seems the same reason. The problem is that D24_S8 isn't enough and we need to use D32_SFLOAT_S8_UINT following rP27379.
-
1
-
-
4 minutes ago, hyperion said:
with user.cfg:
sharpening = "disabled" antialiasing = "disabled"same result
I got the reason, will make a patch tonight. Thank you!
-
2
-

Garbage on main menu
in Bug reports
Posted
So if you're making a screenshot or recording a video the game looks correctly?
Which version do you use? Could you attach a userreport log file (path to it you can find here: https://trac.wildfiregames.com/wiki/GameDataPaths)?