Win NSIS installer not building on Win x64
#1
I was building Kodi on Win x64 VS 2017 using the BuildSetup.bat.  Everything ran OK except it errored out when attempting to build the NSIS installer -- error is
 
Code:
File: failed opening file "C:\Users\scottZ397\Documents\GitHub\build-xbmc\project\Win32BuildSetup\BUILD_WIN32\addons\visualization.projectm\resources\projectM\presets\presets_eyetune\Martin N AdamFX Infusion = Phat+Yin+EoS_Mandala Chaser Ft AdamFX n Martin - The Beast Mandala Chaser FX H.milk"
!include: error in script: "visualization-addons.nsi" on line 35
Error in script "genNsisInstaller.nsi" on line 246 -- aborting creation process

Also tried BuildSetup.bat nobinaryaddons clean  same results.

I can find that file and open it in notepad.  So I deleted the visualization.projectM folder from project\Win32BuildSetup\BUILD_WIN32\addons and reran BuildSetup.bat nobinaryaddons clean and it completed. (aside -- but it seems all the binaries are in the installer even with that switch.)

The resulting installer works fine, but wondering what went wrong?

scott s.
.
maintainer of skin  Aeon MQ5 mods for post-Gotham Kodi releases:
Matrix see: Aeon MQ5 Mod Matrix release thread
Nexus see: Aeon MQ5 Mod Nexus release thread
Aeon MQ 5 skin and addon repo 11.1.0
Reply
#2
Probably path length limits. Windows is hit and miss with support for long paths

https://docs.microsoft.com/en-us/windows...n?tabs=cmd
Reply
#3
Thanks, I was wondering a little about path length, but haven't experienced that in a long time.

scott s.
.
maintainer of skin  Aeon MQ5 mods for post-Gotham Kodi releases:
Matrix see: Aeon MQ5 Mod Matrix release thread
Nexus see: Aeon MQ5 Mod Nexus release thread
Aeon MQ 5 skin and addon repo 11.1.0
Reply

Logout Mark Read Team Forum Stats Members Help
NSIS installer not building on Win x640