From 19b0bb9c9ecaf5ba17fd08a6aad2e143a7965c3f Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Wed, 5 Dec 2018 10:25:00 +0200 Subject: Fix 'Bad allocation' error in Windows Due to bug in QTextDocument (QTBUG-65865), installer will crash if it will write a lot of logs to 'Details View' in 'PerformInstallationPage'. Fixed so that instead of writing all extracted filenames to log, write only the name of package which is extracted. This will reduce the huge amount of log written and thus prevents the 'Bad allocation' crash. Task-number: QTIFW-1242 Change-Id: I98ff0df25bcc10d0f7bb79d6c4010665b5e2ac51 Reviewed-by: Iikka Eklund --- src/sdk/translations/ifw_pl.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sdk/translations/ifw_pl.ts') diff --git a/src/sdk/translations/ifw_pl.ts b/src/sdk/translations/ifw_pl.ts index 98af6f62d..64cd6ac7f 100644 --- a/src/sdk/translations/ifw_pl.ts +++ b/src/sdk/translations/ifw_pl.ts @@ -1895,9 +1895,9 @@ Przerwano uaktualnianie. -Installing component %1 +Installing component %1... -Instalacja komponentu %1 +Instalacja komponentu %1... Installer Error -- cgit v1.2.3