HifiExperiments
HifiExperiments
okie dokie! just a few more errors: Windows (fixed): ``` 2025-01-14T01:12:04.9462247Z C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\ostream(155,1): error C2220: the following warning is treated as an error (compiling source file D:\a\overte\overte\libraries\shared\src\StreamUtils.cpp)...
(fixed) new windows error: ``` 2025-01-18T05:48:06.6445109Z D:\a\overte\overte\libraries\networking\src\SockAddr.cpp(25,10): fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory [D:\a\overte\overte\build\libraries\networking\networking.vcxproj] ``` offending lines: ``` #ifdef WIN32 #include #include #else...
(fixed) new linux issue inside crashpad? I don't think anything changed about the paths... ``` In file included from /__w/overte/overte/build/ext/makefiles/crashpad/project/src/crashpad/include/client/annotation_list.h:21, from /__w/overte/overte/build/ext/makefiles/crashpad/project/src/crashpad/include/client/crashpad_info.h:21, from /__w/overte/overte/libraries/networking/src/crash-handler/CrashHandlerBackend_Crashpad.cpp:37: /__w/overte/overte/build/ext/makefiles/crashpad/project/src/crashpad/include/client/annotation.h:30:10: fatal error: util/synchronization/scoped_spin_guard.h: No such...
on the server, an interesting one from tbb (fixed): ``` In member function 'store', inlined from 'store' at /usr/include/c++/12/atomic:104:20, inlined from 'abort_all_relaxed' at /github/home/overte-files/vcpkg/cd365c66-release/buildtrees/tbb/src/29ae22733f-af8f4edd65.clean/src/tbb/concurrent_monitor.h:431:53, inlined from 'abort_all' at /github/home/overte-files/vcpkg/cd365c66-release/buildtrees/tbb/src/29ae22733f-af8f4edd65.clean/src/tbb/concurrent_monitor.h:414:26, inlined...
success!! this is ready for testing and review
yeah, the problem only affects tags, which no one is using I’ll retarget this, since I’m working on some other protocol changes, hopefully it won’t be *too* long before we...
retargeted to protocol_changes! this is ready to merge from my end if it looks good to everyone!
maybe after #939 is merged we could audit the whole shutdown process. it’s always been finicky, especially script shutdown (although it’s been a lot better seemingly in the past few...
I added a new dependency (artery-font-format) here: https://github.com/overte-org/overte/pull/937 let me know if I can help migrate it for this
I believe that’s the version I used, but I did have to apply a patch