Search found 229 matches
- Sun Feb 28, 2021 1:37 pm
- Forum: News
- Topic: LuxCoreRender v2.5rc1
- Replies: 14
- Views: 799
Re: LuxCoreRender v2.5rc1
and I think a separate branch of BlendLuxCore is needed to conform to changes - Yes, that's what I meant. Providing a python39-compatible pyluxcore.pyd is just the easy part. Indeed, I've just tried it with the latest 2.93 alpha from 25 February and it is not working, as kintuX said BlendLuxCore al...
- Sat Feb 27, 2021 12:59 pm
- Forum: News
- Topic: LuxCoreRender v2.5rc1
- Replies: 14
- Views: 799
Re: LuxCoreRender v2.5rc1
Usually BlendLuxCore works fine in alpha versions, but the Python update has broken compatibility. I could set up automated Windows builds for both Python versions. We already did that in the past, when Blender switched from Python 3.5 to 3.7, but alpha versions were not supported, it was when Blen...
- Thu Feb 25, 2021 2:02 pm
- Forum: Development
- Topic: Windows Build FAILED
- Replies: 124
- Views: 23718
Re: Windows Build FAILED
Weird, I've just tried builds with 3 and 8 CPUs on my PC (16 GB) and they all succeeded. Maybe I was not using so much memory overall, even if I have some other programs open. By the way, if you don't need all samples like luxcoreconsole, luxcoreimplserializationdemo, etc., you can use: cmake-build-...
- Thu Feb 25, 2021 12:48 pm
- Forum: Development
- Topic: Windows Build FAILED
- Replies: 124
- Views: 23718
Re: Windows Build FAILED
2) LINK : fatal error C1002: compiler is out of heap space in pass 2 Are you using the "x64 Native Tools Command Prompt for VS 2019" command prompt to run the build process? You could also try to reduce to number of parallel processes used to build. RAM usage can be very high due to LTCG, normally ...
- Thu Feb 11, 2021 8:42 pm
- Forum: Development
- Topic: Windows Build FAILED
- Replies: 124
- Views: 23718
Re: Windows Build FAILED
I should have fixed this, now it's working here and on Azure.
Apparently some OpenImageIO headers messed up something with boost/lexical_cast.hpp. I moved their include's after those of LuxCore headers.
Apparently some OpenImageIO headers messed up something with boost/lexical_cast.hpp. I moved their include's after those of LuxCore headers.
- Tue Feb 09, 2021 7:04 am
- Forum: Development
- Topic: Windows Build FAILED
- Replies: 124
- Views: 23718
Re: Windows Build FAILED
This looks like the same problem described a few posts ago by user theoharkes.
We do not have a solution at the moment, the only suggestion I can give is to use Visual Studio 2017, which has always worked without problems.
We do not have a solution at the moment, the only suggestion I can give is to use Visual Studio 2017, which has always worked without problems.
- Sun Feb 07, 2021 8:50 pm
- Forum: Development
- Topic: Windows Build FAILED
- Replies: 124
- Views: 23718
- Sun Feb 07, 2021 8:11 pm
- Forum: Development
- Topic: Windows Build FAILED
- Replies: 124
- Views: 23718
Re: Windows Build FAILED
I've not been able to find a solution yet. I was thinking of some compatibility issues with Windows SDKs, but the problem persists with all those I have tried. Also googling has not helped yet: similar but different issues are found and the proposed solutions are not applicable here (and also my lit...
- Fri Feb 05, 2021 5:20 pm
- Forum: Development
- Topic: Windows Build FAILED
- Replies: 124
- Views: 23718
Re: Windows Build FAILED
Just checked and it's happening also here, I'm going to look into that. By the way, did you use the "cmake-build-x64.bat" to build with VS2019? Could you please let me know if the script has correctly detected VS2019 or you had to use the "/vs2019" switch? It should be possible to see that from the ...
- Thu Jan 28, 2021 1:24 pm
- Forum: User Support
- Topic: LuxCore Windows Compile Time
- Replies: 6
- Views: 639
Re: LuxCore Windows Compile Time
Also using the .bat file processes only the actual changes (unless you use the "/rebuild" switch), however the most time consuming task is linking all binaries with LTCG, and also the initial project generation by CMake is not super fast. You might want to check the following, which can give some pe...