[RESOLVED] Screenpresso package

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Christophe
Messages: 85
Registration: June 5, 2018 - 8:31 AM
Location: Arras (62)
Contact :

May 29, 2024 - 3:35 PM

WAPT version 2.5.4.15342 on Windows Server 2016

Good morning,
I'm trying to install the Screenpresso package but I keep getting an error regarding dependencies:

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files (x86)\WAPT\common.py", line 4065, in install_wapt
    raise EWaptUnavailablePackage('Missing dependencies: %s' % (','.join(missing_depends,)))
waptpackage.EWaptUnavailablePackage: Missing dependencies: dsi-dotnetfx

EWaptUnavailablePackage: Missing dependencies: dsi-dotnetfx
However, dotnetfx and dotnetfx4.8 are indeed present in my repository.

Is there a problem with the package?
THANKS,
Christophe
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 29, 2024 - 5:01 PM

Can you directly assign the dsi-dotnet and dsi-dotnetfx4.8 packages to the machine to see if that helps?
Christophe
Messages: 85
Registration: June 5, 2018 - 8:31 AM
Location: Arras (62)
Contact :

May 30, 2024 - 08:02

By directly affecting the two Dotnetfx files (without Screenpresso), I still get the same error:

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files (x86)\WAPT\common.py", line 4065, in install_wapt
    raise EWaptUnavailablePackage('Missing dependencies: %s' % (','.join(missing_depends,)))
waptpackage.EWaptUnavailablePackage: Missing dependencies: dsi-dotnetfx4.8

EWaptUnavailablePackage: Missing dependencies: dsi-dotnetfx4.8
What is the purpose of dotnetfx, as this package appears empty to me (only 8.2kb)?
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

May 30, 2024 - 09:21

Hello Christophe,

the tis-dotnet package is a meta-package that points to tis-dotnetfx4.8. This allows you to change the package and point to tis-dotnetfx4.9 when it's released without modifying all the dependent packages.

If you've assigned the package and it's not accepted by the agent, it means there's a capability matching issue (language, x32 vs. x64 architecture, etc.).

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Christophe
Messages: 85
Registration: June 5, 2018 - 8:31 AM
Location: Arras (62)
Contact :

May 30, 2024 - 09:44

Oops, my bad.

I hadn't noticed there was a new dotnetfx4.8. I still had the old one in my repository (the one compatible with >=6.1).
By updating the package, everything now installs correctly.

Thanks and sorry for the mistake. Have
a good day,
Christophe
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

May 30, 2024 - 10:06

Hi Christophe,
thanks for the feedback :-), I'm marking the topic as resolved.
Feel free to spread the word about WAPT!
Best regards,
Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Locked