Thread: BUG #18646: The problem with the installer
The following bug has been logged on the website: Bug reference: 18646 Logged by: Daniil Email address: 28muskin06@gmail.com PostgreSQL version: 17.0 Operating system: Windows Description: When the installer starts, the first window pops up, after which it closes and an error pops up after a couple of seconds: ******************************************************************* There has been an error. A debug file has been created at: C:/Users/D!5}/AppData/Local/Temp/installbuilder_debug_1444.xml Please attach it to any bug report. The application will exit now. **************************************** Here is the contents of the log file: **************************************** Log started 09/20/2024 at 23:59:09 Preferred installation mode: qt Trying to init installer in mode qt Mode qt successfully initialized Setting variable whoami from C:\Windows\System32\whoami Script exit code: 0 Script output: desktop-2m6du91\d!5(} Script stderr: Exiting with code 1 ********************** In this case, the xml file contains many encrypted characters. Other users have the reason for the error in the log file, but I only have the exit code 1. I have Visual Studio Code installed with the following extensions: C/C++, C/C++ Compile Run, C/C++ Runner and their dependencies thank you in advance
Hello,
I tried the PostgreSQL 17 RC1 on Windows 11 x86_64, and it's working fine. Before installation please make sure following pre-req
1. Your logon user follow the standard naming conventions
2. All the required system updates applied.
3. Installer supported on 64-bit architecture.
Regards,
Zaid
On Fri, Oct 4, 2024 at 7:35 PM PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:
Bug reference: 18646
Logged by: Daniil
Email address: 28muskin06@gmail.com
PostgreSQL version: 17.0
Operating system: Windows
Description:
When the installer starts, the first window pops up, after which it closes
and an error pops up after a couple of seconds:
*******************************************************************
There has been an error. A debug file has been created at:
C:/Users/D!5}/AppData/Local/Temp/installbuilder_debug_1444.xml
Please attach it to any bug report.
The application will exit now.
****************************************
Here is the contents of the log file:
****************************************
Log started 09/20/2024 at 23:59:09
Preferred installation mode: qt
Trying to init installer in mode qt
Mode qt successfully initialized
Setting variable whoami from C:\Windows\System32\whoami
Script exit code: 0
Script output:
desktop-2m6du91\d!5(}
Script stderr:
Exiting with code 1
**********************
In this case, the xml file contains many encrypted characters. Other users
have the reason for the error in the log file, but I only have the exit code
1. I have Visual Studio Code installed with the following extensions: C/C++,
C/C++ Compile Run, C/C++ Runner and their dependencies
thank you in advance
Thank you for the update! Glad that you were able to install the package!
On Sat, Oct 12, 2024 at 7:12 PM Даниил <28muskin06@gmail.com> wrote:
Sorry for not answering for a long time. The problem really turned out to be the username. I already had this assumption, but apparently I didn't change the username in the registry editor or somewhere else (I think it's because of the PATH environment variable). I had the name 'D!5(}', but I changed it to 'diso' and the program was installed without problems. Thanksпн, 7 окт. 2024 г. в 07:36, Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>:Hi,
is "d!5(}" the real account name or is it being printed wrongly by the installer?On Fri, Oct 4, 2024 at 8:06 PM Даниил <28muskin06@gmail.com> wrote:пт, 4 окт. 2024 г. в 16:50, PG Bug reporting form <noreply@postgresql.org>:The following bug has been logged on the website:
Bug reference: 18646
Logged by: Daniil
Email address: 28muskin06@gmail.com
PostgreSQL version: 17.0
Operating system: Windows
Description:
When the installer starts, the first window pops up, after which it closes
and an error pops up after a couple of seconds:
*******************************************************************
There has been an error. A debug file has been created at:
C:/Users/D!5}/AppData/Local/Temp/installbuilder_debug_1444.xml
Please attach it to any bug report.
The application will exit now.
****************************************
Here is the contents of the log file:
****************************************
Log started 09/20/2024 at 23:59:09
Preferred installation mode: qt
Trying to init installer in mode qt
Mode qt successfully initialized
Setting variable whoami from C:\Windows\System32\whoami
Script exit code: 0
Script output:
desktop-2m6du91\d!5(}
Script stderr:
Exiting with code 1
**********************
In this case, the xml file contains many encrypted characters. Other users
have the reason for the error in the log file, but I only have the exit code
1. I have Visual Studio Code installed with the following extensions: C/C++,
C/C++ Compile Run, C/C++ Runner and their dependencies
thank you in advance--Sandeep Thakkar
Sandeep Thakkar