Path gets messed up on XSharp reinstall

This forum is meant for questions and discussions about the X# language and tools
Post Reply
JoeD
Posts: 11
Joined: Wed Apr 09, 2025 12:59 pm
Location: Deutschland

Path gets messed up on XSharp reinstall

Post by JoeD »

Hi everyone,

It seems that reinstalling XSharp messes up my PATH environment variable.

Before the reinstallation, my PATH looked like this:
Screenshot 2025-12-17 095449_2.png
Screenshot 2025-12-17 095449_2.png (9.43 KiB) Viewed 222 times
After the reinstall, it looks like this:
Screenshot 2025-12-18 160646_2.png
Screenshot 2025-12-18 160646_2.png (9.07 KiB) Viewed 222 times
It looks like an extra colon (":") is being removed, which causes two paths to merge and getting useless by this.

Has anyone else observed this behavior?

Best regards
Johannes
HansjoergP
Posts: 159
Joined: Mon Jul 25, 2016 3:58 pm
Location: Italy

Re: Path gets messed up on XSharp reinstall

Post by HansjoergP »

Hello,
I have observed also the problem with merged paths. Until now I was not able to figure out, what causes this

Regards
Hansjörg
User avatar
Irwin
Posts: 207
Joined: Wed Mar 23, 2022 10:24 am
Location: Spain

Re: Path gets messed up on XSharp reinstall

Post by Irwin »

Thanks for reporting this.

The merged PATH entries clearly indicate that the ; separator is being lost during the reinstall; which points to an installer issue when updating the PATH variable. We'll take a closer look at how the installer modifies PATH during reinstall/update.

Irwin.
XSharp Development Team (VFP)
Spain | irwin@xsharp.eu
User avatar
xinjie
Posts: 139
Joined: Wed May 20, 2020 10:05 am
Location: China
Contact:

Re: Path gets messed up on XSharp reinstall

Post by xinjie »

Hi,
I encountered this issue a long time ago. The EXE compiled with VFP simply fails to launch once the problem occurs.
简单的东西重复做,你能成为专家;重复的东西用心做,你能成为赢家!
Post Reply