hyperion-project / hyperion.ng

The successor to Hyperion aka Hyperion Next Generation
https://hyperion-project.org/
MIT License
3.05k stars 377 forks source link

Error while installing hyperion #1732

Closed paradox-sp closed 4 months ago

paradox-sp commented 5 months ago

Bug report

image

Steps to reproduce

What is expected?

What is actually happening?

System

Paulchen-Panther commented 4 months ago

Without a few lines of text from where you installed Hyperion, into which target directory, which OS etc. no one will be able to help you.

Thinner77 commented 4 months ago

Hi,

IMHO this is related to NSIS installer, see https://github.com/hyperion-project/hyperion.ng/blob/94850d890a152ce999289bb5b5ec3d44899abbd2/cmake/nsis/template/NSIS.template.in#L223

It has a length limit of 1024 chars. Your current Windows PATH environment variable is too long for the installer. See https://github.com/SWI-Prolog/swipl-devel/issues/450 and https://github.com/PointCloudLibrary/pcl/issues/5001

Simple solution is to add it manually. As i don't use Windows i can't tell you what to add, maybe @Paulchen-Panther can help out. wbr

Lord-Grey commented 4 months ago

Not a Hyperion issue