Render crash in windows 10

Hi there,

I’m Italian and I’ll try to explain the problem.

After I had to format the pc Kdenlive start to give me a big problem.

When I try to render any project the process crash with the following error message:

error: libxml2: out of memory
Failed to load “C:/Users/Pòl/AppData/Local/Temp/kdenlive-lplqcz-1.mlt”
error: libxml2: out of memory
Failed to load “C:/Users/Pòl/AppData/Local/Temp/kdenlive-lplqcz-1.mlt”

I’d allready tryed with many solutions searching in google but without success.

Kdenlive version: 25.08.2

CPU: intel core i7-3517u - GPU intel hd graphics 4000

GPU: nvidia geforce gt 635m "

RAM: 16 Gb

ROM: SSD 2T

thx

Same problem. Please let me know here if you found a solution

Change the folder name on your computer’s C drive to a combination of numbers and letters,Using Pòl may cause video export failure

same problem here, rendering keeps crashing

@Andynerv , @ResetTime, @liuzhihan Do you have the same error message as @Pol ?

Hi,

I had the same problem with version 25.08.3, with the same error message (error: libxml2: out of memory). I had to downgrade to version 25.04.3. I tried to solve the problem with the help of ChatGPT, but nothing helped…

Hello @Mark75 and welcome to the forum.

That means you could successfully render the the same project without any changes (from 25.08.3) with version 25.04.3. Correct?

Which render settings/profile do you have used?

If you have time, can you render with 25.08.0, 25.08.1, 25.08.2 to help narrow down the error.

Hello,

Yes, there is no issue with the version 25.04.3. I rendered with these profile :

image

On the download site of Kdenlive, I only can download the newest version or version 25.04.03.

Your are right, 25.08 is not in the attic yet.

Here the link to the 25.08 Windows versions.

Take the standalone version for testing.

Hi,

Only version 25.08.0 can render the video without crashing. With the others versions, I got the following message errors :

Thank you for testing. That narrowing down helps to find the issue. Maybe it’s not direct Kdenlive related.

Just to prove a point: Can you render successfully if none of the clips used and none of the folders have any special characters? This might be difficult for French language settings but it’s worth a try. Thanks!

@Mark75 Please try with the 25.12 RC . The issue should be fixed.

Hint, if you like to run Kdenlive as standalone:

Download the exe file. Open it with 7-zip. Drag the file kdenlive-release_25.12-11623-windows-gcc-x86_64 out to the desktop. Unpack it with 7-Zip. Go to the folder bin and double click Kdenlive.exe

Hi,
→ For berndmj: Even if the video clip files or folders do not have accents, the error message appears.
→ For Eugen_Mohr: I used version 25.12RC in standalone mode, and I was able to render the video without errors.
I hope I was able to help in some small way. Thank you very much.

Thank you for the feedback. Glad to hear redering was working with the RC. This fix is in the upcoming 25.12.0 verion.

Yes, I encountered the same problem. I changed the folder name in the C drive path of my computer and renamed the “乔禾木” folder in “C:/Users/乔禾木” to “Qiao123”. Then the video export was successful! However, renaming the folder is a complex process that can cause many system file configurations to change.

According to the information I have found, the problem may be that the underlying library libxml2 encounters issues when processing file paths containing non ASCII characters (such as Chinese, spaces, special symbols), especially on Windows systems.libxml2 is a library written in C language, and its default encoding and path handling methods do not fully support non English characters, which may cause it to fail directly when attempting to read or write temporary files.

For this issue: I am testing a new solution

1. Edit system environment variables: Point the temporary file directory of the current user to a pure English path using the TEMP and TMP variables

2. Check if Kdenlive supports changing temporary directories internally

I think this render issue should be fixed. Please try with the daily build: Index of /ci-builds/multimedia/kdenlive/master/windows

You can choose the 7z standalone version for testing.