Does RPCS3 support the Lego Dimensions Pad?
Started by Lego Dimensions Master




14 posts in this topic
Lego Dimensions Master
Member


0
12 posts 2 threads Joined: Mar 2020
03-10-2020, 10:28 PM -
#1
I was wondering if RPCS3 supports the Lego Dimensions Pad. I noticed you guys added compatibility for the Skylanders Toy Pad, I was wondering if you guys know how to hook up the Lego Dimensions  Pad. Because I tried to just hook it up normally by USB and that didn't work. Then I followed this guide: https://wiki.rpcs3.net/index.php?title=H...ccessories

I tried changing the driver of the Lego Dimensions Pad to WinUSB with Zadig , but RPCS3 didn't detect it. Is there any way to get the Lego Dimensions Pad to work with RPCS3?
Ani
Administrator
*******


16
4,264 posts 105 threads Joined: Aug 2017
03-10-2020, 10:44 PM -
#2
What is the Vendor ID and Device ID of that pad?
    Desktop: Ryzen 7 5800X,   Radeon RX 6800 XT, 2x8G DDR4 3600MHz, Manjaro Linux
     Laptop: Ryzen 9 5900HX,  Radeon RX 6700M,   2x8G DDR4 3200MHz, Manjaro Linux
Old Desktop: AMD FX-8350,     Radeon R9 280X,    2x4G DDR3 1600MHz, Manjaro Linux
Lego Dimensions Master
Member


0
12 posts 2 threads Joined: Mar 2020
03-10-2020, 10:52 PM -
#3
(03-10-2020, 10:44 PM)Ani Wrote: What is the Vendor ID and Device ID of that pad?

The device name is called LEGO READER V2.10. Where do I find the Vendor IDs and Device IDs in Device Manager?

Do you mean Vendor ID and Product ID? Because I followed this guide here: https://support.shippingeasy.com/hc/en-u...ntegration-

I think the Vendor ID is: 0E6F

I think the Device ID (Product ID) is: 0241

This is what Device Manager gives me. This is the Lego Dimensions Pad when it is installed using the WinUSB drivers. I don't know if drivers affect the Vendor ID or Device ID of the peripheral.

EDIT: I can confirm that switching back to Windows USB Input Device drivers keeps the Vendor ID and the Device ID. I also realized that Zadiag gives these in the program.

So I am certain that the Ids for the Lego Dimensions Pad Are:

Vendor ID is: 0E6F

Device ID is : 0241

But I am not sure how that will help us. Any ideas?
This post was last modified: 03-11-2020, 12:11 AM by Lego Dimensions Master.
Ani
Administrator
*******


16
4,264 posts 105 threads Joined: Aug 2017
03-11-2020, 12:59 PM -
#4
You can add the device check for those IDs in https://github.com/RPCS3/rpcs3/blob/mast...d.cpp#L164 and compile to see if it works
It's not whitelisted because no one had one so far. I'm assuming the game uses that pad through sys_usbd.
    Desktop: Ryzen 7 5800X,   Radeon RX 6800 XT, 2x8G DDR4 3600MHz, Manjaro Linux
     Laptop: Ryzen 9 5900HX,  Radeon RX 6700M,   2x8G DDR4 3200MHz, Manjaro Linux
Old Desktop: AMD FX-8350,     Radeon R9 280X,    2x4G DDR3 1600MHz, Manjaro Linux
Lego Dimensions Master
Member


0
12 posts 2 threads Joined: Mar 2020
03-11-2020, 02:22 PM -
#5
(03-11-2020, 12:59 PM)Ani Wrote: You can add the device check for those IDs in https://github.com/RPCS3/rpcs3/blob/mast...d.cpp#L164 and compile to see if it works
It's not whitelisted because no one had one so far. I'm assuming the game uses that pad through sys_usbd.
I have never compiled something on Github before. How would I go about compiling this in QT Creator 4.9.2: https://www.qt.io/product

Like what do I download from Github as a build environment?
This post was last modified: 03-11-2020, 02:26 PM by Lego Dimensions Master.
Ani
Administrator
*******


16
4,264 posts 105 threads Joined: Aug 2017
03-11-2020, 04:32 PM -
#6
Qt Creator isn't a compiler, it's an UI design tool.

I opened an issue for discussion, maybe someone can provide an implementation
https://github.com/RPCS3/rpcs3/issues/7761
    Desktop: Ryzen 7 5800X,   Radeon RX 6800 XT, 2x8G DDR4 3600MHz, Manjaro Linux
     Laptop: Ryzen 9 5900HX,  Radeon RX 6700M,   2x8G DDR4 3200MHz, Manjaro Linux
Old Desktop: AMD FX-8350,     Radeon R9 280X,    2x4G DDR3 1600MHz, Manjaro Linux
Lego Dimensions Master
Member


0
12 posts 2 threads Joined: Mar 2020
03-11-2020, 04:35 PM -
#7
(03-11-2020, 04:32 PM)Ani Wrote: Qt Creator isn't a compiler, it's an UI design tool.

I opened an issue for discussion, maybe someone can provide an implementation
https://github.com/RPCS3/rpcs3/issues/7761
Alright, thank you! Smile
Lego Dimensions Master
Member


0
12 posts 2 threads Joined: Mar 2020
03-24-2020, 01:30 AM -
#8
(03-11-2020, 04:32 PM)Ani Wrote: Qt Creator isn't a compiler, it's an UI design tool.

I opened an issue for discussion, maybe someone can provide an implementation
https://github.com/RPCS3/rpcs3/issues/7761
So any progress on this? I decided to try to tackle this myself using this tutorial: https://github.com/RPCS3/rpcs3/blob/master/BUILDING.md

I already added the required Hardware IDs to the sys_usbd.cpp:

Code:
check_device(0x0E6F, 0x0241, 0x0100, "Lego Dimensions Portal");

[Image: H8zJxeo.png]

I installed Visual Studio 2019 and I was wondering how do you run these commands within the IDE:

Code:
git clone https://github.com/RPCS3/rpcs3.git
cd rpcs3
git submodule update --init

Because I tried just cloning the git repository directly from within the IDE but I am not sure if I have all of the submodules. The build of the project fails and I am having similar problems as this user did: https://forums.rpcs3.net/thread-199009.html

"The errors I ran into were:
  • \rpcs3\3rdparty\libpng\pngpriv.h(72): fatal error C1083: Cannot open include file: 'pnglibconf.h': No such file or directory

  • fatal error LNK1181: cannot open input file 'LLVMProfileData.lib'

  • \rpcs3\llvm\include\llvm\support\compiler.h(18): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory

  • fatal error LNK1181: cannot open input file 'LLVMProfileData.lib'

  • \rpcs3\Emu\RSX\VK\VKGSRender.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

  • fatal error LNK1104: cannot open file 'OpenAL.lib'"
This happens every time I try to compile the rpcs3.sln project file. I made sure to install all of these dependencies:
I installed CMake and Python with an installer within Visual Studio 2019. I also installed Vulkan SDK with an installer too. Do I have to manually add them to the project path or do they automatically get detected. I think the problem is that I don't know how to manually update the submodules within the project file so I am missing some dependencies. Is there any way to manually update the submodules or does Visual Studio 2019 do this automatically when you clone the github repository. Any help would be appreciated, thanks!

EDIT:
List of steps followed:

1. Cloned github repository https://github.com/RPCS3/rpcs3.git using Visual Studio 2019.

2. Configured Cmake settings and directed Cmake to Qt directory: <QtInstallFolder>\5.14.1\msvc2017_64

3. Checked github repository for any updates by going to Team Explorer tab and clicking on sync and pull. Github repository reported that everything in the local repository was updated.

4. Made sure I was building with the Release - LLVM. Selected Build - Build Solution.

5. Done building project "rpcs3.vcxproj" -- FAILED.

6. No RPCS3 exe was created.

Build Log:
Code:
1>------ Build started: Project: pnglibconf, Configuration: Release x64 ------
2>------ Build started: Project: zlib (zlib\zlib), Configuration: Release x64 ------
3>------ Build started: Project: asmjit (asmjit\asmjit), Configuration: Release - LLVM x64 ------
4>------ Build started: Project: yaml-cpp (yaml-cpp\yaml-cpp), Configuration: Release x64 ------
5>------ Build started: Project: xxhash (xxhash\xxhash), Configuration: Release x64 ------
6>------ Build started: Project: glslang-build, Configuration: Release x64 ------
7>------ Build started: Project: wolfssl (wolfssl\wolfssl), Configuration: Release x64 ------
8>------ Build started: Project: hidapi (hidapi\hidapi), Configuration: Release x64 ------
1>Generating pnglibconf.h
1>        1 file(s) copied.
9>------ Build started: Project: libusb-1.0 (static), Configuration: Release x64 ------
2>adler32.c
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
7>Performing Custom Build Tools
7>Microsoft (R) Macro Assembler (x64) Version 14.25.28610.4
7>Copyright (C) Microsoft Corporation.  All rights reserved.
7>
7> Assembling: wolfcrypt\src\aes_asm.asm
5>xxhash.c
3>arch.cpp
3>assembler.cpp
3>codebuilder.cpp
3>codecompiler.cpp
3>codeemitter.cpp
3>codeholder.cpp
3>constpool.cpp
3>cpuinfo.cpp
6>'cmake' is not recognized as an internal or external command,
6>operable program or batch file.
6>Microsoft (R) Build Engine version 16.5.0+d4cbfca49 for .NET Framework
6>Copyright (C) Microsoft Corporation. All rights reserved.
6>
4>binary.cpp
4>convert.cpp
6>MSBUILD : error MSB1008: Only one project can be specified.
6>Switch: Emulator\Build\rpcs3-master\rpcs3\rpcs3_glslang.props
6>
6>For switch syntax, type "MSBuild -help"
6>H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command "cmake -G "Visual Studio 16" -A x64 -DCMAKE_CONFIGURATION_TYPES="Debug;Release" ../glslang
6>H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(44,5): error MSB3073: msbuild.exe ALL_BUILD.vcxproj /t:build /p:Configuration=Release /p:ForceImportBeforeCppTargets=H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\rpcs3_glslang.props /m" exited with code 1.
6>Done building project "glslang-build.vcxproj" -- FAILED.
10>------ Build started: Project: 7zlib, Configuration: Release x64 ------
4>directives.cpp
4>emit.cpp
4>emitfromevents.cpp
4>emitter.cpp
4>emitterstate.cpp
2>compress.c
3>func.cpp
4>emitterutils.cpp
3>globals.cpp
9>core.c
3>inst.cpp
3>logging.cpp
3>osutils.cpp
3>operand.cpp
3>regalloc.cpp
8>hid.c
7>crl.c
7>internal.c
3>runtime.cpp
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
2>crc32.c
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
10>7zAlloc.c
10>7zArcIn.c
2>deflate.c
10>7zBuf.c
10>7zBuf2.c
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
2>infback.c
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
10>7zCrc.c
10>7zCrcOpt.c
2>inffast.c
10>7zDec.c
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
2>inflate.c
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
2>inftrees.c
9>descriptor.c
10>7zFile.c
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(641,49): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(681,15): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(671,1): warning C4267: 'initializing': conversion from 'size_t' to 'DWORD', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(698,77): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data
2>trees.c
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(752,17): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(768,68): warning C4267: 'function': conversion from 'size_t' to 'ULONG', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(774,15): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(796,15): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(797,15): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(838,111): warning C4267: 'function': conversion from 'size_t' to 'ULONG', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(851,106): warning C4267: 'function': conversion from 'size_t' to 'ULONG', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(864,111): warning C4267: 'function': conversion from 'size_t' to 'ULONG', possible loss of data
8>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\hidapi\windows\hid.c(877,120): warning C4267: 'function': conversion from 'size_t' to 'ULONG', possible loss of data
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
2>uncompr.c
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
2>zutil.c
7>wolfio.c
2>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
4>exceptions.cpp
4>exp.cpp
4>memory.cpp
4>node.cpp
5>xxhash.vcxproj -> H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\lib\Release-x64\xxhash.lib
4>nodebuilder.cpp
2>Done building project "zlib.vcxproj" -- FAILED.
9>hotplug.c
7>keys.c
11>------ Build started: Project: libpng (libpng\libpng), Configuration: Release Library x64 ------
10>7zStream.c
12>------ Build started: Project: llvm_build, Configuration: Release x64 ------
10>Aes.c
10>AesOpt.c
4>nodeevents.cpp
10>Alloc.c
4>node_data.cpp
7>ocsp.c
7>ssl.c
3>string.cpp
3>vmem.cpp
3>zone.cpp
3>x86assembler.cpp
3>x86compiler.cpp
4>null.cpp
9>io.c
8>hidapi.vcxproj -> H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\lib/hidapi.lib
12>'cmake' is not recognized as an internal or external command,
12>operable program or batch file.
8>Done building project "hidapi.vcxproj".
11>png.c
10>Bcj2.c
12>Microsoft (R) Build Engine version 16.5.0+d4cbfca49 for .NET Framework
12>Copyright (C) Microsoft Corporation. All rights reserved.
9>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\libusb\libusb\io.c(2300,30): warning C4018: '<': signed/unsigned mismatch
9>poll_windows.c
12>
10>Bcj2Enc.c
12>MSBUILD : error MSB1009: Project file does not exist.
12>Switch: ALL_BUILD.vcxproj
7>tls.c
4>ostream_wrapper.cpp
3>x86inst.cpp
3>x86instimpl.cpp
4>parse.cpp
12>H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command "
12>H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(44,5): error MSB3073:       cmake -G "Visual Studio 16" -A x64 -Thost=x64 -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF -DLLVM_INCLUDE_UTILS=OFF -DWITH_POLLY=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=10.0 ../llvm
12>H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(44,5): error MSB3073:       msbuild.exe ALL_BUILD.vcxproj /t:build /p:Configuration=Release /m
12>H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(44,5): error MSB3073:     " exited with code 1.
12>Done building project "llvm_build.vcxproj" -- FAILED.
10>Bra.c
10>Bra86.c
4>parser.cpp
9>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\libusb\libusb\os\poll_windows.c(156,16): warning C4018: '<': signed/unsigned mismatch
9>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\libusb\libusb\os\poll_windows.c(168,16): warning C4018: '<': signed/unsigned mismatch
10>BraIA64.c
4>regex_yaml.cpp
9>strerror.c
11>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory
4>scanner.cpp
10>CpuArch.c
7>tls13.c
10>Delta.c
11>Done building project "libpng.vcxproj" -- FAILED.
4>scanscalar.cpp
7>aes.c
10>DllSecur.c
9>sync.c
3>x86internal.cpp
3>x86logging.cpp
7>arc4.c
7>asn.c
4>scantag.cpp
3>x86operand.cpp
4>scantoken.cpp
4>simplekey.cpp
4>singledocparser.cpp
7>blake2b.c
9>threads_windows.c
7>blake2s.c
7>camellia.c
7>chacha.c
10>Compiling...
10>LzFind.c
10>LzFindMt.c
7>chacha20_poly1305.c
9>windows_nt_common.c
7>cmac.c
3>x86operand_regs.cpp
9>windows_usbdk.c
3>x86regalloc.cpp
10>Lzma2Dec.c
10>Lzma2DecMt.c
7>coding.c
4>stream.cpp
4>tag.cpp
9>windows_winusb.c
10>Lzma2Enc.c
7>curve25519.c
7>cpuid.c
10>Lzma86Dec.c
10>Lzma86Enc.c
10>LzmaDec.c
10>LzmaEnc.c
7>Compiling...
7>des3.c
10>LzmaLib.c
10>MtCoder.c
7>dh.c
10>MtDec.c
4>yaml-cpp.vcxproj -> H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\lib\Release-x64\yaml-cpp.lib
7>dsa.c
7>ecc.c
9>libusb_static.vcxproj -> H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\lib/libusb-1.0.lib
9>Done building project "libusb_static.vcxproj".
10>Ppmd7.c
7>ed25519.c
10>Ppmd7Dec.c
7>error.c
10>Ppmd7Enc.c
10>Sha256.c
10>Sort.c
10>Threads.c
7>fe_operations.c
7>ge_low_mem.c
7>ge_operations.c
7>hash.c
10>Xz.c
7>hc128.c
10>XzCrc64.c
7>hmac.c
10>Compiling...
10>XzCrc64Opt.c
10>XzDec.c
7>idea.c
7>integer.c
7>logging.c
10>XzEnc.c
7>md2.c
7>md4.c
7>md5.c
10>XzIn.c
7>memory.c
7>pkcs7.c
7>Compiling...
7>pkcs12.c
7>poly1305.c
7>pwdbased.c
7>rabbit.c
7>random.c
7>ripemd.c
7>rsa.c
7>sha.c
7>sha256.c
7>sha3.c
10>7zlib.vcxproj -> H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\lib/Release-x64/7zlib.lib
7>sha512.c
3>LINK : fatal error LNK1181: cannot open input file 'LLVMProfileData.lib'
7>signature.c
3>Done building project "asmjit.vcxproj" -- FAILED.
13>------ Build started: Project: emucore, Configuration: Release - LLVM x64 ------
13>Updating git-version.h
7>sp_c32.c
13>Git not on path, trying default Msysgit paths
13>Unable to update git-version.h, git not found.
13>If you don't want to add it to your path, set the GIT environment variable.
7>sp_c64.c
13>stdafx.cpp
7>sp_int.c
7>sp_x86_64.c
7>srp.c
7>tfm.c
7>wc_encrypt.c
7>wc_pkcs11.c
7>Compiling...
7>wc_port.c
7>wolfmath.c
13>GHLtar.cpp
13>AudioBackend.cpp
13>KeyboardHandler.cpp
13>pad_config.cpp
13>pad_config_types.cpp
13>overlay_osk_panel.cpp
7>wolfevent.c
13>overlay_utils.cpp
13>shader_loading_dialog.cpp
13>shader_loading_dialog_native.cpp
13>system_config_types.cpp
13>title.cpp
13>system_config.cpp
13>np_handler.cpp
13>dynamic_library.cpp
13>Config.cpp
13>rXml.cpp
13>Thread.cpp
13>version.cpp
13>VirtualMemory.cpp
13>sys_config.cpp
13>sys_gpio.cpp
13>sys_net.cpp
13>StaticHLE.cpp
13>sys_overlay.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_overlay.cpp)
13>PPUAnalyser.cpp
13>PadHandler.cpp
13>lv2.cpp
13>sys_cond.cpp
13>sys_dbg.cpp
13>sys_event.cpp
7>wolfssl.vcxproj -> H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\x64\Release\wolfssl.lib
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\lv2.cpp)
13>sys_event_flag.cpp
13>sys_fs.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_event.cpp)
14>------ Build started: Project: libcurl (libcurl\libcurl), Configuration: LIB Release - LIB wolfSSL x64 ------
13>sys_gamepad.cpp
13>sys_interrupt.cpp
13>sys_lwcond.cpp
14>altsvc.c
13>sys_lwmutex.cpp
14>amigaos.c
13>sys_memory.cpp
13>sys_mmapper.cpp
13>sys_mutex.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_mmapper.cpp)
14>asyn-ares.c
13>sys_ppu_thread.cpp
13>sys_process.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_process.cpp)
13>sys_prx.cpp
13>sys_rsx.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_ppu_thread.cpp)
13>sys_rwlock.cpp
14>asyn-thread.c
13>sys_semaphore.cpp
13>sys_spu.cpp
13>sys_time.cpp
14>base64.c
13>sys_timer.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_prx.cpp)
14>conncache.c
13>sys_trace.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_spu.cpp)
13>sys_tty.cpp
13>sys_usbd.cpp
13>sys_vm.cpp
14>connect.c
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_timer.cpp)
13>sys_ss.cpp
13>sys_hid.cpp
13>sys_io.cpp
13>sys_rsxaudio.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_hid.cpp)
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\lv2\sys_ss.cpp)
14>content_encoding.c
13>sys_sm.cpp
13>sys_storage.cpp
13>sys_uart.cpp
13>sys_bdemu.cpp
13>sys_console.cpp
13>sys_btsetting.cpp
13>sys_crypto_engine.cpp
13>sys_libc_.cpp
13>PPUModule.cpp
13>cellAdec.cpp
13>cellAtrac.cpp
13>cellAtracMulti.cpp
13>cellAudio.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\PPUModule.cpp)
13>cellAudioOut.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\cellAudio.cpp)
13>cellAuthDialog.cpp
14>cookie.c
14>curl_addrinfo.c
13>cellAvconfExt.cpp
13>cellBgdl.cpp
13>cellCamera.cpp
13>cellCelp8Enc.cpp
13>cellCelpEnc.cpp
13>cellCrossController.cpp
14>curl_ctype.c
13>cellDaisy.cpp
13>cellDmux.cpp
13>cellDtcpIpUtility.cpp
13>cellFiber.cpp
13>cellFont.cpp
14>curl_des.c
13>cellFontFT.cpp
13>cell_FreeType2.cpp
14>curl_endian.c
13>cellFs.cpp
13>cellGame.cpp
13>cellGameExec.cpp
13>cellGcmSys.cpp
14>curl_fnmatch.c
14>curl_gethostname.c
13>cellGem.cpp
13>cellGifDec.cpp
14>curl_get_line.c
13>cellHttp.cpp
13>cellHttpUtil.cpp
14>curl_gssapi.c
13>cellImeJp.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\cellImeJp.cpp)
13>cellJpgDec.cpp
14>curl_memrchr.c
13>cellJpgEnc.cpp
13>cellKb.cpp
14>curl_multibyte.c
13>cellKey2char.cpp
13>cellL10n.cpp
14>curl_ntlm_core.c
13>cellLibprof.cpp
14>Generating Code...
13>cellMic.cpp
13>cellMouse.cpp
13>cellMsgDialog.cpp
13>cellMusic.cpp
13>cellMusicDecode.cpp
14>Compiling...
14>curl_ntlm_wb.c
13>cellMusicExport.cpp
14>curl_path.c
14>curl_range.c
13>cellNetAoi.cpp
13>cellNetCtl.cpp
14>curl_rtmp.c
13>cellOskDialog.cpp
13>cellOvis.cpp
13>cellPad.cpp
13>cellPamf.cpp
13>cellPesmUtility.cpp
14>curl_sasl.c
14>curl_sspi.c
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\cellPad.cpp)
13>cellPhotoDecode.cpp
13>cellPhotoExport.cpp
14>curl_threads.c
13>cellPhotoImport.cpp
13>cellPngDec.cpp
13>cellPngEnc.cpp
13>cellPrint.cpp
13>cellRec.cpp
14>dict.c
13>cellRemotePlay.cpp
13>cellResc.cpp
13>cellRtc.cpp
13>cellRtcAlarm.cpp
13>cellRudp.cpp
13>cellSail.cpp
14>doh.c
13>cellSailRec.cpp
14>dotdot.c
13>cellSaveData.cpp
13>cellScreenshot.cpp
13>cellSearch.cpp
13>cellSheap.cpp
13>cellSpudll.cpp
14>easy.c
13>cellSpurs.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\cellSaveData.cpp)
13>cellSpursJq.cpp
14>escape.c
13>cellSpursSpu.cpp
13>cellSsl.cpp
13>cellStorage.cpp
13>cellSubDisplay.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\cellSpurs.cpp)
13>cellSync.cpp
14>file.c
13>cellSync2.cpp
13>cellSysconf.cpp
13>cellSysCache.cpp
14>fileinfo.c
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\cellSync.cpp)
13>cellSysmodule.cpp
14>formdata.c
13>cellSysutil.cpp
13>cellSysutilAp.cpp
13>cellSysutilAvc.cpp
14>ftp.c
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\cellSysutil.cpp)
13>cellSysutilAvc2.cpp
13>cellSysutilAvcExt.cpp
13>cellSysutilMisc.cpp
13>cellSysutilNpEula.cpp
13>cellUsbd.cpp
13>cellUsbpspcm.cpp
14>ftplistparser.c
13>cellUserInfo.cpp
13>cellVdec.cpp
13>cellVideoExport.cpp
13>cellVideoOut.cpp
13>cellVideoPlayerUtility.cpp
14>getenv.c
13>cellVideoUpload.cpp
13>cellVoice.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\cellVdec.cpp)
13>cellVpost.cpp
13>cellWebBrowser.cpp
14>getinfo.c
13>libad_async.cpp
13>libad_core.cpp
13>libmedi.cpp
14>gopher.c
13>libmixer.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\cellVoice.cpp)
13>libsnd3.cpp
13>libsynth2.cpp
13>sceNp.cpp
13>sceNp2.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\llvm\include\llvm\Support\Compiler.h(18,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory (compiling source file Emu\Cell\Modules\cellSpursSpu.cpp)
13>sceNpClans.cpp
13>sceNpCommerce2.cpp
14>Generating Code...
13>sceNpMatchingInt.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\sceNp.cpp)
13>sceNpSns.cpp
13>sceNpTrophy.cpp
13>sceNpTus.cpp
13>sceNpUtil.cpp
13>sysPrxForUser.cpp
13>sys_game.cpp
13>sys_heap.cpp
14>Compiling...
14>hash.c
13>sys_io_.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\sysPrxForUser.cpp)
13>sys_libc.cpp
13>sys_lv2dbg.cpp
13>sys_lwcond_.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\sceNpTrophy.cpp)
13>sys_lwmutex_.cpp
13>sys_mempool.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\sys_game.cpp)
13>sys_mmapper_.cpp
13>sys_net_.cpp
14>hmac.c
13>sys_ppu_thread_.cpp
14>hostasyn.c
14>hostcheck.c
14>hostip.c
13>sys_prx_.cpp
13>sys_rsxaudio_.cpp
14>hostip4.c
13>sys_spinlock.cpp
13>sys_spu_.cpp
13>PPUDisAsm.cpp
13>PPUFunction.cpp
13>PPUInterpreter.cpp
13>SPUAnalyser.cpp
13>SPUASMJITRecompiler.cpp
13>SPUDisAsm.cpp
13>SPUInterpreter.cpp
14>hostip6.c
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\Cell\Modules\sys_spu_.cpp)
13>IdManager.cpp
14>hostsyn.c
13>Skylander.cpp
13>usb_device.cpp
13>rsx_capture.cpp
14>http.c
14>http2.c
14>http_chunks.c
14>http_digest.c
13>rsx_replay.cpp
13>CgBinaryFragmentProgram.cpp
13>CgBinaryVertexProgram.cpp
14>http_negotiate.c
14>http_ntlm.c
13>BufferUtils.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\llvm\include\llvm\Support\Compiler.h(18,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory (compiling source file Emu\Cell\SPUInterpreter.cpp)
13>FragmentProgramDecompiler.cpp
14>http_proxy.c
14>idn_win32.c
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\llvm\include\llvm\Support\Compiler.h(18,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory (compiling source file Emu\Cell\SPUASMJITRecompiler.cpp)
14>if2ip.c
13>ProgramStateCache.cpp
13>surface_store.cpp
14>imap.c
14>inet_ntop.c
14>inet_pton.c
13>TextureUtils.cpp
13>VertexProgramDecompiler.cpp
13>NullGSRender.cpp
13>overlays.cpp
14>Generating Code...
13>overlay_animation.cpp
14>Compiling...
14>krb5.c
13>overlay_edit_text.cpp
14>ldap.c
14>llist.c
13>overlay_fonts.cpp
13>overlay_list_view.cpp
14>md4.c
13>overlay_message_dialog.cpp
13>overlay_osk.cpp
14>md5.c
13>overlay_perf_metrics.cpp
13>overlay_progress_bar.cpp
13>overlay_save_dialog.cpp
13>overlay_shader_compile_notification.cpp
14>memdebug.c
13>overlay_trophy_notification.cpp
13>RSXFIFO.cpp
14>mime.c
13>RSXOffload.cpp
13>rsx_methods.cpp
14>mprintf.c
14>multi.c
13>rsx_utils.cpp
14>netrc.c
14>non-ascii.c
13>unedat.cpp
14>nonblock.c
14>nwlib.c
13>unpkg.cpp
14>nwos.c
14>openldap.c
14>parsedate.c
13>unself.cpp
13>AudioDumper.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Crypto\unself.cpp)
13>MFC.cpp
14>pingpong.c
13>PPUThread.cpp
13>RawSPUThread.cpp
13>SPURecompiler.cpp
13>SPUThread.cpp
14>pop3.c
13>CPUThread.cpp
13>VFS.cpp
13>GSRender.cpp
13>RSXTexture.cpp
14>progress.c
13>RSXThread.cpp
13>vm.cpp
14>psl.c
13>System.cpp
14>Generating Code...
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\llvm\include\llvm\Support\Compiler.h(18,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory (compiling source file Emu\Cell\SPUThread.cpp)
13>GDB.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\llvm\include\llvm\Support\Compiler.h(18,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory (compiling source file Emu\Cell\PPUThread.cpp)
13>ELF.cpp
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file Emu\System.cpp)
13>PSF.cpp
13>PUP.cpp
14>Compiling...
13>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\llvm\include\llvm\Support\Compiler.h(18,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory (compiling source file Emu\Cell\SPURecompiler.cpp)
14>rand.c
13>TAR.cpp
13>TROPUSR.cpp
13>TRP.cpp
14>rename.c
13>rpcs3_version.cpp
13>stb_image.cpp
14>rtsp.c
14>security.c
14>select.c
14>sendf.c
14>setopt.c
14>sha256.c
14>share.c
14>slist.c
14>smb.c
14>smtp.c
14>socketpair.c
14>socks.c
14>socks_gssapi.c
14>socks_sspi.c
14>speedcheck.c
14>splay.c
14>strcase.c
14>strdup.c
14>Generating Code...
14>Compiling...
14>strerror.c
14>strtok.c
14>strtoofft.c
14>system_win32.c
14>telnet.c
14>tftp.c
14>timeval.c
14>transfer.c
14>url.c
14>urlapi.c
14>version.c
14>warnless.c
14>wildcard.c
14>x509asn1.c
14>cleartext.c
14>cram.c
14>digest.c
14>digest_sspi.c
14>krb5_gssapi.c
14>krb5_sspi.c
14>Generating Code...
14>Compiling...
14>ntlm.c
14>ntlm_sspi.c
14>oauth2.c
14>spnego_gssapi.c
14>spnego_sspi.c
14>vauth.c
14>ngtcp2.c
14>quiche.c
14>libssh.c
14>libssh2.c
14>wolfssh.c
14>bearssl.c
14>gskit.c
14>gtls.c
14>mbedtls.c
14>mbedtls_threadlock.c
14>mesalink.c
14>nss.c
14>openssl.c
14>schannel.c
14>Generating Code...
14>Compiling...
14>schannel_verify.c
14>sectransp.c
14>vtls.c
14>wolfssl.c
14>Warning: For timing resistance / side-channel attack prevention consider using harden options
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn_public.h(208,19): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\ssl.h(479,24): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\ssl.h(480,28): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(923,29): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(924,29): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(925,29): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(927,34): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(929,18): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(930,27): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(931,27): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(932,28): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(933,31): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(934,27): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(935,28): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(936,30): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(937,31): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(938,30): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(939,24): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(977,30): warning C4214: nonstandard extension used: bit field types other than int
14>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\wolfssl\wolfssl\wolfcrypt\asn.h(978,27): warning C4214: nonstandard extension used: bit field types other than int
14>Generating Code...
14>libcurl.vcxproj -> H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\curl\rpcs3_projects\..\build\Win64\VC15\LIB Release - LIB wolfSSL\libcurl.lib
14>Done building project "libcurl.vcxproj".
13>Done building project "emucore.vcxproj" -- FAILED.
15>------ Build started: Project: GLGSRender, Configuration: Release - LLVM x64 ------
16>------ Build started: Project: XAudio, Configuration: Release - LLVM x64 ------
17>------ Build started: Project: OpenAL, Configuration: Release - LLVM x64 ------
18>------ Build started: Project: VKGSRender, Configuration: Release - LLVM x64 ------
17>OpenALBackend.cpp
16>XAudio2Backend.cpp
15>GLCommonDecompiler.cpp
15>GLDraw.cpp
15>GLFragmentProgram.cpp
15>GLGSRender.cpp
15>GLVertexProgram.cpp
15>GLHelpers.cpp
15>GLPresent.cpp
15>GLRenderTargets.cpp
18>VKCommandStream.cpp
18>VKCommonDecompiler.cpp
18>VKDMA.cpp
18>VKDraw.cpp
18>VKFormats.cpp
18>VKFragmentProgram.cpp
18>VKFramebuffer.cpp
18>VKGSRender.cpp
15>GLShaderInterpreter.cpp
17>LINK : fatal error LNK1181: cannot open input file 'LLVMProfileData.lib'
17>Done building project "OpenAL.vcxproj" -- FAILED.
15>OpenGL.cpp
16>LINK : fatal error LNK1181: cannot open input file 'LLVMProfileData.lib'
16>Done building project "XAudio.vcxproj" -- FAILED.
18>VKHelpers.cpp
15>GLTexture.cpp
15>GLVertexBuffers.cpp
18>VKPresent.cpp
18>VKProgramPipeline.cpp
18>VKRenderPass.cpp
18>VKResolveHelper.cpp
18>VKResourceManager.cpp
18>VKShaderInterpreter.cpp
18>VKTexture.cpp
15>LINK : fatal error LNK1181: cannot open input file 'LLVMProfileData.lib'
15>Done building project "GLGSRender.vcxproj" -- FAILED.
18>VKVertexBuffers.cpp
18>VKVertexProgram.cpp
18>VKMemAlloc.cpp
18>LINK : fatal error LNK1181: cannot open input file 'LLVMProfileData.lib'
18>Done building project "VKGSRender.vcxproj" -- FAILED.
19>------ Build started: Project: rpcs3, Configuration: Release - LLVM x64 ------
19>Moc'ing headless_application.h...
19>Moc'ing basic_keyboard_handler.h...
19>Moc'ing basic_mouse_handler.h...
19>Moc'ing gs_frame.h...
19>Moc'ing log_frame.h...
19>Moc'ing main_window.h...
19>Moc'ing pad_settings_dialog.h...
19>Moc'ing rpcs3qt\pad_led_settings_dialog.h...
19>Moc'ing settings_dialog.h...
19>Moc'ing auto_pause_settings_dialog.h...
19>Moc'ing debugger_frame.h...
19>Moc'ing game_list_frame.h...
19>Moc'ing cg_disasm_window.h...
19>Moc'ing memory_string_searcher.h...
19>Moc'ing gui_settings.h...
19>Moc'ing kernel_explorer.h...
19>Moc'ing emu_settings.h...
19>Moc'ing game_list_grid.h...
19>Moc'ing about_dialog.h...
19>Moc'ing rpcs3qt\breakpoint_list.h...
19>Moc'ing rpcs3qt\custom_dialog.h...
19>Moc'ing rpcs3qt\cheat_manager.h...
19>Moc'ing rpcs3qt\debugger_list.h...
19>Moc'ing rpcs3qt\input_dialog.h...
19>Moc'ing rpcs3qt\osk_dialog_frame.h...
19>Moc'ing rpcs3qt\gui_application.h...
19>Moc'ing rpcs3qt\pkg_install_dialog.h...
19>Moc'ing rpcs3qt\settings.h...
19>Moc'ing rpcs3qt\persistent_settings.h...
19>Moc'ing rpcs3qt\localized.h...
19>Moc'ing rpcs3qt\screenshot_manager_dialog.h...
19>Moc'ing rpcs3qt\screenshot_preview.h...
19>Moc'ing rpcs3qt\update_manager.h...
19>Moc'ing rpcs3qt\tooltips.h...
19>Moc'ing game_compatibility.h...
19>Moc'ing syntax_highlighter.h...
19>Moc'ing msg_dialog_frame.h...
19>Moc'ing rsx_debugger.h...
19>Moc'ing save_data_list_dialog.h...
19>Moc'ing register_editor_dialog.h...
19>Moc'ing save_data_info_dialog.h...
19>Moc'ing save_manager_dialog.h...
19>Moc'ing rpcs3qt\user_manager_dialog.h...
19>Moc'ing welcome_dialog.h...
19>Moc'ing vfs_dialog.h...
19>Moc'ing vfs_dialog_tab.h...
19>Moc'ing rpcs3qt\trophy_manager_dialog.h...
19>Generate moc_predefs.h
19>Rcc'ing resources.qrc...
19>Uic'ing rpcs3qt\about_dialog.ui...
19>Uic'ing rpcs3qt\main_window.ui...
19>Uic'ing rpcs3qt\pad_settings_dialog.ui...
19>Uic'ing rpcs3qt\settings_dialog.ui...
19>Uic'ing rpcs3qt\welcome_dialog.ui...
19>Rcc'ing windows.qrc...
19>Uic'ing rpcs3qt\pad_led_settings_dialog.ui...
19>H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(231,5): warning MSB8064: Custom build for item "release\moc_predefs.h.cbt" succeeded, but specified dependency "h:\emulation\ps3 emulator\build\rpcs3-master\rpcs3\rpcs3\release\moc_predefs.h.cbt" does not exist. This may cause incremental build to work incorrectly.
19>display_sleep_control.cpp
19>main.cpp
19>main_application.cpp
19>basic_keyboard_handler.cpp
19>basic_mouse_handler.cpp
19>ds3_pad_handler.cpp
19>ds4_pad_handler.cpp
19>evdev_joystick_handler.cpp
19>keyboard_pad_handler.cpp
19>mm_joystick_handler.cpp
19>pad_thread.cpp
19>moc_about_dialog.cpp
19>moc_auto_pause_settings_dialog.cpp
19>moc_basic_keyboard_handler.cpp
19>moc_basic_mouse_handler.cpp
19>moc_breakpoint_list.cpp
19>moc_cg_disasm_window.cpp
19>moc_cheat_manager.cpp
19>moc_custom_dialog.cpp
19>moc_debugger_frame.cpp
19>moc_debugger_list.cpp
19>moc_emu_settings.cpp
19>moc_game_compatibility.cpp
19>moc_game_list_frame.cpp
19>moc_game_list_grid.cpp
19>moc_gs_frame.cpp
19>moc_gui_application.cpp
19>moc_gui_settings.cpp
19>moc_headless_application.cpp
19>moc_input_dialog.cpp
19>moc_kernel_explorer.cpp
19>moc_localized.cpp
19>moc_log_frame.cpp
19>moc_main_window.cpp
19>moc_memory_string_searcher.cpp
19>moc_msg_dialog_frame.cpp
19>moc_osk_dialog_frame.cpp
19>moc_pad_led_settings_dialog.cpp
19>moc_pad_settings_dialog.cpp
19>moc_persistent_settings.cpp
19>moc_pkg_install_dialog.cpp
19>moc_register_editor_dialog.cpp
19>moc_rsx_debugger.cpp
19>moc_save_data_info_dialog.cpp
19>moc_save_data_list_dialog.cpp
19>moc_save_manager_dialog.cpp
19>moc_screenshot_manager_dialog.cpp
19>moc_screenshot_preview.cpp
19>moc_settings.cpp
19>moc_settings_dialog.cpp
19>moc_syntax_highlighter.cpp
19>moc_tooltips.cpp
19>moc_trophy_manager_dialog.cpp
19>moc_update_manager.cpp
19>moc_user_manager_dialog.cpp
19>moc_vfs_dialog.cpp
19>moc_vfs_dialog_tab.cpp
19>moc_welcome_dialog.cpp
19>about_dialog.cpp
19>breakpoint_handler.cpp
19>breakpoint_list.cpp
19>cheat_manager.cpp
19>curl_handle.cpp
19>custom_dialog.cpp
19>debugger_list.cpp
19>gui_application.cpp
19>input_dialog.cpp
19>localized.cpp
19>osk_dialog_frame.cpp
19>pad_led_settings_dialog.cpp
19>pkg_install_dialog.cpp
19>persistent_settings.cpp
19>screenshot_manager_dialog.cpp
19>screenshot_preview.cpp
19>settings.cpp
19>skylander_dialog.cpp
19>tooltips.cpp
19>update_manager.cpp
19>_discord_utils.cpp
19>find_dialog.cpp
19>game_compatibility.cpp
19>game_list_grid.cpp
19>game_list_grid_delegate.cpp
19>progress_dialog.cpp
19>qt_utils.cpp
19>syntax_highlighter.cpp
19>save_data_info_dialog.cpp
19>save_manager_dialog.cpp
19>trophy_manager_dialog.cpp
19>trophy_notification_frame.cpp
19>trophy_notification_helper.cpp
19>user_account.cpp
19>user_manager_dialog.cpp
19>vfs_dialog.cpp
19>vfs_dialog_tab.cpp
19>welcome_dialog.cpp
19>headless_application.cpp
19>auto_pause_settings_dialog.cpp
19>cg_disasm_window.cpp
19>debugger_frame.cpp
19>emu_settings.cpp
19>game_list_frame.cpp
19>gl_gs_frame.cpp
19>gs_frame.cpp
19>gui_settings.cpp
19>instruction_editor_dialog.cpp
19>kernel_explorer.cpp
19>log_frame.cpp
19>main_window.cpp
19>memory_string_searcher.cpp
19>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file rpcs3qt\kernel_explorer.cpp)
19>memory_viewer_panel.cpp
19>msg_dialog_frame.cpp
19>pad_settings_dialog.cpp
19>register_editor_dialog.cpp
19>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file rpcs3qt\main_window.cpp)
19>rsx_debugger.cpp
19>save_data_dialog.cpp
19>save_data_list_dialog.cpp
19>settings_dialog.cpp
19>xinput_pad_handler.cpp
19>H:\Emulation\PS3 Emulator\Build\rpcs3-master\rpcs3\3rdparty\zlib\zlib.h(34,10): fatal error C1083: Cannot open include file: 'zconf.h': No such file or directory (compiling source file rpcs3qt\settings_dialog.cpp)
19>Done building project "rpcs3.vcxproj" -- FAILED.
========== Build: 8 succeeded, 11 failed, 0 up-to-date, 0 skipped ==========

Error Log:
[Image: FWJ8Fms.png]

[Image: CADQl6P.png]

[Image: 5BUEFTB.png]

What am I doing wrong? I didn't edit the repository at all. What you see is exactly what was on the official RPCS3 Github Repository. I am guessing that the github page is missing dependancies. Any help would be most appreciated, thanks! Big Grin
This post was last modified: 03-24-2020, 02:12 AM by Lego Dimensions Master.
Lego Dimensions Master
Member


0
12 posts 2 threads Joined: Mar 2020
03-29-2020, 02:52 AM -
#9
Anyone know what to do? I am completely stumped here. I cannot build the RPCS3 project because there are missing dependencies. How do I fix these errors? Any help would be appreciated. Wink
Lego Dimensions Master
Member


0
12 posts 2 threads Joined: Mar 2020
04-09-2020, 08:58 PM -
#10
Never mind. The RPCS3 team fixed this issue already here: https://github.com/RPCS3/rpcs3/pull/7953

The Lego Dimensions Portal works perfect!


Forum Jump:


Users browsing this thread: 1 Guest(s)