Page 1 of 1

[RESOLVED] - Zbrush Package

Published: July 12, 2022 - 4:07 PM
by Geoffroy
Hello,

we have an error installing the Zbrush

Installing package: ZBrush_2022.0.5_FL_Installer.exe
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 4035, in install_wapt
exitstatus = setup.install()
File "C:\Windows\TEMP\waptcc1w5217\setup.py", line 16, in install
File "C:\Program Files (x86)\wapt\common.py", line 3990, in new_func
return func(*args, **kwargs)
File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 1595, in install_exe_if_needed
run(r'"%s" %s' % (exe, silentflags), accept_returncodes=accept_returncodes, timeout=timeout, pidlist=pidlist)
File "C:\Program Files (x86)\wapt\waptutils.py", line 2108, in run
raise TimeoutExpired(cmd, ''.join(output), timeout)
waptutils.TimeoutExpired: Command '"ZBrush_2022.0.5_FL_Installer.exe" /VERYSILENT' timed out after 300 seconds with output ''''

TimeoutExpired: Command '"ZBrush_2022.0.5_FL_Installer.exe" /VERYSILENT' timed out after 300 seconds with output ''''

Thank you for your help.

Re: Zbrush Package

Published: July 12, 2022 - 4:24 PM
by dcardon
version? etc. (see forum rules)

Re: Zbrush Package

Published: July 12, 2022 - 4:47 PM
by Geoffroy
Sorry,

WAPT 2.2 Enterprise

, Zbrush 2022.0.5 Windows version,

Adobe Creative Cloud package (30GB).

All WAPT packages other than imports do not work. (Large packages, minimum 1.5GB)

Re: Zbrush Package

Published: July 12, 2022 - 5:13 PM
by dcardon
Geoffroy wrote: July 12, 2022 - 4:47 PM Sorry,

WAPT 2.2 Enterprise
THANKS :-)
Zbrush 2022.0.5 Windows version
The default installation timeout is 600 seconds. How long does it take to install manually? If the app takes longer to install, you can add the parameter `timeout=1800`
Adobe creative cloud package (30GB)
The nginx configuration limits the size to 10GB by default. You will need to increase this limit or perform the transfer using winscp.
All packages other than WAPT imports do not work. (Large packages, minimum 1.5GB)
There's no reason why a 1.5GB packet shouldn't work. We need a bit more precision.

Sincerely,

Denis

Re: Zbrush Package

Published: July 12, 2022 - 5:43 PM
by Geoffroy
Thank you for this clarification.

So I would like to edit my executable but it requires me to install waptdev.
Does it need to be installed on the machine hosting the console? If so, how do I do it because it appears in Package Development but not in the private repository.
2022-07-12 17_47_22-WAPTConsole Enterprise version 2.2.1.11957.png
2022-07-12 17_47_22-WAPTConsole Enterprise version 2.2.1.11957.png (20.4 KB) Viewed 4423 times
2022-07-12 17_45_50-Package creation wizard.png
2022-07-12 17_45_50-Package Creation Assistant.png (21.11 KB) Viewed 4423 times

Re: Zbrush Package

Published: July 12, 2022 - 6:03 PM
by dcardon
Hello again,

you need to install the waptdev package on the machine where you have a configured console; it will be simpler (ideally, you should use a different machine than the one you use for daily management, but this will do for now).

The waptdev package will install pyscripter3 on your machine. Pyscripter is launched by default with elevated privileges. Depending on the user account used for the console and local UAC configuration, you will need to enter a user account with local admin rights (necessary for testing the installation).

In pyscripter, you can test the installation and uninstallation of the application. After that, to upload the package, the best way is to use the console interface, in the "Private Repository" tab, and select "Build and Import Package into Repository".

Regards,

Denis

Re: Zbrush Package

Published: July 12, 2022 - 8:04 PM
by Geoffroy
I had to manually install Python and PyScripter on the machine hosting the WAPT console.
Our configuration, which we are currently testing, consists of:

a Hyper-V Windows Server 2019 VM (WAPT server outside of Active Directory),
a Hyper-V Windows Server 2019 VM (Active Directory Server),
and a Hyper-V Windows 10 Pro VM (WAPT Agent) – a test machine for testing package installations. There is also

a physical machine with the WAPT console (outside of Active Directory). On this machine, it is impossible to install packages (e.g., Waptdev) via the console.

I log in to the console with the admin account created during the WAPT installation.

Re: Zbrush Package

Published: July 20, 2022 - 3:11 PM
by Geoffroy
Problem Solved