Error in visual studio when building hise
-
@pcs800 said in Error in visual studio when building hise:
I do not know how to clean the build.
If I run git log from a cmd, I get this.Did you watch the whole video? I show both of these things.
You clean the Build from the Build menu within visual studio.
For git commands you need to run them from within the git repo - the folder of source code on your system. I show how to set the working directory for the terminal on both Win11 and Win10 in the video above.
-
@d-healey I'll try those, but here's a list of everything with the word hise in it, on all my hard drives.
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_HISE.exe_645d9349c83c221b016f0c71eca719e5f97f51_ae7d91d3_6e77a52f-eb55-444d-874a-147ccf4e25f3
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_HISE.exe_d3fba8ee6d9c19bccb4454af94b85a9481e7862_ae7d91d3_7616b6ff-cd5c-485c-b7a9-df85c3e49f2e
C:\Users\pcs80\AppData\Local\Temp\Mixcraft\E\Documents\HISE Projects
E:\Documents\HISE Projects
I:\Studio Data Drive E\Documents\HISE Projects
C:\Users\pcs80\Desktop\HISE Projects.lnk
C:\Users\pcs80\Desktop\HISE.lnk
C:\Users\pcs80\Downloads\HISE-develop.zip
C:\Windows\Prefetch\HISE.EXE-132DAB06.pf
E:\Documents\HISE Projects\Custom Graphics\Analog GUI Kit 1\GUI_image_hise.PNG
E:\Documents\HISE Projects\Custom Graphics\Analog GUI Kit 1\Filmstrips 128 Frames\hise_knob_big.png
E:\Documents\HISE Projects\Custom Graphics\Analog GUI Kit 1\Filmstrips 128 Frames\hise_Knob_medium.png
E:\Documents\HISE Projects\Custom Graphics\Analog GUI Kit 1\Filmstrips 128 Frames\hise_knob_small.png
E:\Documents\HISE Projects\Snippets\Assets\Images\hise.png
I:\Studio Data Drive E\Documents\HISE Projects\Custom Graphics\Analog GUI Kit 1\GUI_image_hise.PNG
I:\Studio Data Drive E\Documents\HISE Projects\Custom Graphics\Analog GUI Kit 1\Filmstrips 128 Frames\hise_knob_big.png
I:\Studio Data Drive E\Documents\HISE Projects\Custom Graphics\Analog GUI Kit 1\Filmstrips 128 Frames\hise_Knob_medium.png
I:\Studio Data Drive E\Documents\HISE Projects\Custom Graphics\Analog GUI Kit 1\Filmstrips 128 Frames\hise_knob_small.png
I:\Studio Data Drive E\Documents\HISE Projects\Snippets\Assets\Images\hise.png
N:\Common\Custom Graphics\Analog GUI Kit 1\GUI_image_hise.PNG
N:\Common\Custom Graphics\Analog GUI Kit 1\Filmstrips 128 Frames\hise_knob_big.png
N:\Common\Custom Graphics\Analog GUI Kit 1\Filmstrips 128 Frames\hise_Knob_medium.png
N:\Common\Custom Graphics\Analog GUI Kit 1\Filmstrips 128 Frames\hise_knob_small.png -
@d-healey
Ok cleaned, and here are log results.E:\Documents\HISE>git log
commit d7b5a121a825bf9a3fb6153d5e81d3f6a5242420 (HEAD -> develop, origin/develop, origin/HEAD)
Author: Christoph Hart christoph-hart@gmx.de
Date: Tue Jul 1 12:50:26 2025 +0200- fixed various regressions & crashes at shutdown - changed default CPU instruction set to AVX on Windows
commit e30c121e4e416173d7f4eaf3cf4a8fa781b6f891
Author: Christoph Hart christoph-hart@gmx.de
Date: Tue Jul 1 10:54:09 2025 +0200- remove warnings & fix crash when shutting down HISE
commit 9b4ae638cafa2ae7d5c3e6e0ff87fa8e1f5805fe
Author: Christoph Hart christoph-hart@gmx.de
Date: Tue Jul 1 09:53:02 2025 +0200- cleanup comments
commit 268a66dacb822c88bc8e3c1152aed609bff0542b
Author: Christoph Hart christoph-hart@gmx.de
Date: Tue Jul 1 09:50:56 2025 +0200- added dynamic component container! (WIP)
commit b31195dcc43d84b17cd5de80ae3575a5c5e0c65e
Author: Christoph Hart christoph-hart@gmx.de
Date: Sun Jun 29 16:40:00 2025 +0200:
-
@pcs800 Also, I get the same error when building.
-
@pcs800 said in Error in visual studio when building hise:
everything with the word hise in it, on all my hard drives.
I don't see the HISE source code in the list
Is Visual Studio installed on your C drive?
-
@d-healey Hise source is not on that list because this is after I delete everything before I clone.
Yes VS is installed on the C drive -
@pcs800 said in Error in visual studio when building hise:
Ok cleaned, and here are log results.
So that's showing you're on the latest commit
Date: Tue Jul 1 12:50:26 2025 +0200
You need to checkout the commit from May 30th
Follow the video. After the part where I show
git checkout develop
you then rungit checkout a20873ea7a8c00b251ddae7df8d6e3007f8c5f71
-
@d-healey Ok, i will try that but I did use the latest only a few days ago on my other dev machine and it worked fine.
-
@pcs800 said in Error in visual studio when building hise:
Ok, i will try that but I did use the latest only a few days ago on my other dev machine and it worked fine.
Yes the latest one was from May 30th, until today when Christoph pushed a bunch of commits he's been working on since then.
-
Just my 2¢ - you can see which commits are passing or failing CI on GitHub. It's probably a good idea not to try building from one of the commits that's failing for your OS (Mac/Win).
-
@dannytaurus yes I noticed that. I'll try may 30th again.
-
@d-healey
May 30th build, same error.
Cleaned the build first.
Here's logE:\Documents\HISE>git log
commit d7b5a121a825bf9a3fb6153d5e81d3f6a5242420 (HEAD -> develop, origin/develop, origin/HEAD)
Author: Christoph Hart christoph-hart@gmx.de
Date: Tue Jul 1 12:50:26 2025 +0200- fixed various regressions & crashes at shutdown - changed default CPU instruction set to AVX on Windows
commit e30c121e4e416173d7f4eaf3cf4a8fa781b6f891
Author: Christoph Hart christoph-hart@gmx.de
Date: Tue Jul 1 10:54:09 2025 +0200- remove warnings & fix crash when shutting down HISE
commit 9b4ae638cafa2ae7d5c3e6e0ff87fa8e1f5805fe
Author: Christoph Hart christoph-hart@gmx.de
Date: Tue Jul 1 09:53:02 2025 +0200- cleanup comments
commit 268a66dacb822c88bc8e3c1152aed609bff0542b
Author: Christoph Hart christoph-hart@gmx.de
Date: Tue Jul 1 09:50:56 2025 +0200- added dynamic component container! (WIP)
commit b31195dcc43d84b17cd5de80ae3575a5c5e0c65e
Author: Christoph Hart christoph-hart@gmx.de
Date: Sun Jun 29 16:40:00 2025 +0200:
-
@pcs800 Sorry, haven't read the whole thread but have you tried with the HISE source on C: drive? Just to rule out anything related to different drives and unexpected paths
-
@pcs800 said in Error in visual studio when building hise:
May 30th build, same error.
You're still using the commit from today
This is from your git log.
Date: Tue Jul 1 12:50:26 2025 +0200
-
@dannytaurus Yep, I sure did. Got the same error.
-
@d-healey Not sure how that is possible, I went right to the may 30 release. I will try again
-
@pcs800 said in Error in visual studio when building hise:
Not sure how that is possible, I went right to the may 30 release. I will try again
Instead of writing
git log
usegit checkout a20873ea7a8c00b251ddae7df8d6e3007f8c5f71
and you'll be on the correct commit -
@d-healey said in Error in visual studio when building hise:
git checkout a20873ea7a8c00b251ddae7df8d6e3007f8c5f71
It just switches that fast without downloading anything?
-
@pcs800
E:\Documents\HISE>git checkout a20873ea7a8c00b251ddae7df8d6e3007f8c5f71
M projects/standalone/JuceLibraryCode/AppConfig.h
D tools/SDK/sdk.zip
HEAD is now at a20873ea7 - fix typoE:\Documents\HISE>
-
@pcs800 said in Error in visual studio when building hise:
It just switches that fast without downloading anything?
Yep, you already have everything when you download the repo, it's just moving between different states when you change commit/branch.
When Christoph pushes some new changes you'll need to download those, for that you use
git pull