Posts: 108
Threads: 16
Joined: Jan 2010
Reputation:
0
Location: NH, USA
06-09-2021, 06:41 AM
(This post was last modified: 06-09-2021, 06:42 AM by Melchior.)
I just wanted to report to the developers here that the build bot on GitHub Actions is failing
to build any of the Windows builds lately...
https://github.com/PCSX2/pcsx2/actions/w...rkflow.yml
the following build for Windows is the last successful build for the master branch..
https://github.com/PCSX2/pcsx2/actions/runs/882425837
which corresponds to Orphis build bot build
https://buildbot.orphis.net/pcsx2/
v1.7.0-dev-1280-ga35edc95c
any chance we can get this fixed asap???
(PC Specs)
CPU: AMD Ryzen 9 3900X 12-Core Processor
Motherboard: Asus PRIME X570-PRO (BIOS_r4021 [08/09/2021])
GPU: nVidia GTX 1070 Ti 8GB
GFX Drivers: Nvidia v471.96
OS: Windows 10 Pro (x64)(21H1)(Build 19043.1202)
RAM: 32GB, 2x G.Skill 16GB DDR4
Posts: 108
Threads: 16
Joined: Jan 2010
Reputation:
0
Location: NH, USA
06-09-2021, 07:29 AM
(This post was last modified: 06-09-2021, 07:50 AM by Melchior.)
I have MS Visual Studios 20019 community edition installed but have yet to use for anything..
so since PCSX2 is setup to build with it I gave it a whorl....
I set it to Release AVX2 and x64.. I tried to build the entire solution file...
I got 6 failed projects so it failed over all...
163 errors and 365 warnings...
there seems to be missing files...
like lzma in the xz folder
PCSX2\3rdparty\xz\xz <-- is empty
one error is
Cannot open source file: 'xz\src\common\tuklib_cpucores.c': No such file or directory liblzma
PCSX2\3rdparty\xz
if a mod or admin wants I will move this post to a new thread..
(PC Specs)
CPU: AMD Ryzen 9 3900X 12-Core Processor
Motherboard: Asus PRIME X570-PRO (BIOS_r4021 [08/09/2021])
GPU: nVidia GTX 1070 Ti 8GB
GFX Drivers: Nvidia v471.96
OS: Windows 10 Pro (x64)(21H1)(Build 19043.1202)
RAM: 32GB, 2x G.Skill 16GB DDR4
Posts: 3.091
Threads: 76
Joined: Dec 2008
Reputation:
57
06-09-2021, 07:50 AM
(This post was last modified: 06-09-2021, 07:51 AM by smartstrike.)
delete the pcsx2's repos directory
and reclone it from github and build it again
im at dev-1287 build now w/o an error after a clean up and reclone.
Main PC1:i5-4670,HD7770(Active!)
Main PC2:i5-11600K,GTX1660Ti(Active!)
PCSX2 Discord server IGN:smartstrike
PCSX2 version uses:Custom compiled build 1.7.0 64-bit(to be update regularly)
smartstk's YouTube Channel
Posts: 108
Threads: 16
Joined: Jan 2010
Reputation:
0
Location: NH, USA
(06-09-2021, 07:50 AM)smartstrike Wrote: delete the pcsx2's repos directory
and reclone it from github and build it again
im at dev-1287 build now w/o an error after a clean up and reclone.
ok I will give that a try..
(PC Specs)
CPU: AMD Ryzen 9 3900X 12-Core Processor
Motherboard: Asus PRIME X570-PRO (BIOS_r4021 [08/09/2021])
GPU: nVidia GTX 1070 Ti 8GB
GFX Drivers: Nvidia v471.96
OS: Windows 10 Pro (x64)(21H1)(Build 19043.1202)
RAM: 32GB, 2x G.Skill 16GB DDR4
Posts: 108
Threads: 16
Joined: Jan 2010
Reputation:
0
Location: NH, USA
still no good... still have missing files
the xz folder is empty..
F:\Dev-src\_Emulators\src_repo__git___PCSX2\3rdparty\fmt\fmt
F:\Dev-src\_Emulators\src_repo__git___PCSX2\3rdparty\xz\xz
F:\Dev-src\_Emulators\src_repo__git___PCSX2\3rdparty\yaml-cpp\yaml-cpp
these are empty and missing files need to compile.. PCSX2 it seems..
(PC Specs)
CPU: AMD Ryzen 9 3900X 12-Core Processor
Motherboard: Asus PRIME X570-PRO (BIOS_r4021 [08/09/2021])
GPU: nVidia GTX 1070 Ti 8GB
GFX Drivers: Nvidia v471.96
OS: Windows 10 Pro (x64)(21H1)(Build 19043.1202)
RAM: 32GB, 2x G.Skill 16GB DDR4
Posts: 108
Threads: 16
Joined: Jan 2010
Reputation:
0
Location: NH, USA
06-09-2021, 08:22 AM
(This post was last modified: 06-09-2021, 08:33 AM by Melchior.)
thx but that kinda was not what I was looking for...
I wanted to be able to compile it myself... but... thx anyway..
I tried out your version but it lacks the build version strings in the title bar...
EDIT:
ooh so I need to compile "Release and ReleaseAVX2" at x64 ok I will try that..
EDIT2(06/09/2021 @ 2:31am EDT):
I just tried Release build non AVX2 as x64
still no good... it keeps telling me there are missing files in the 3rd party folder... etc..
(PC Specs)
CPU: AMD Ryzen 9 3900X 12-Core Processor
Motherboard: Asus PRIME X570-PRO (BIOS_r4021 [08/09/2021])
GPU: nVidia GTX 1070 Ti 8GB
GFX Drivers: Nvidia v471.96
OS: Windows 10 Pro (x64)(21H1)(Build 19043.1202)
RAM: 32GB, 2x G.Skill 16GB DDR4
Posts: 108
Threads: 16
Joined: Jan 2010
Reputation:
0
Location: NH, USA
06-09-2021, 08:49 AM
(This post was last modified: 06-09-2021, 09:19 AM by Melchior.)
I found the website,
https://tukaani.org/xz/
which is the source of he XZ source code..
I have verified the missing files in the archive that that website has and matched them to the missing files in the directories that they need to be in so here is hoping it will compile now...
well probably not... because there were more missing files.. then just XZ code
EDIT:
it helped a bit from 163 errors down to just 72 now..
EDIT:2
I also found the websites for
- fmt
- yaml-cpp
- libchdr
(PC Specs)
CPU: AMD Ryzen 9 3900X 12-Core Processor
Motherboard: Asus PRIME X570-PRO (BIOS_r4021 [08/09/2021])
GPU: nVidia GTX 1070 Ti 8GB
GFX Drivers: Nvidia v471.96
OS: Windows 10 Pro (x64)(21H1)(Build 19043.1202)
RAM: 32GB, 2x G.Skill 16GB DDR4
Posts: 3.091
Threads: 76
Joined: Dec 2008
Reputation:
57
use "blend for visual studio 2019"
Main PC1:i5-4670,HD7770(Active!)
Main PC2:i5-11600K,GTX1660Ti(Active!)
PCSX2 Discord server IGN:smartstrike
PCSX2 version uses:Custom compiled build 1.7.0 64-bit(to be update regularly)
smartstk's YouTube Channel