2023-01-02, 09:43
Here is a clear and concise description of what the problem is:
While compile KODI 19.90 (Nexus) I have error with VerifyField<uint64_t> in file xbmc/cores/RetroPlayer/savestates/SavestateFlatBuffer.cpp
On KODI Matrix 19.5 compilation runs fine with no errors.
Steps to reproduce the behavior:
Operating system version/name:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.10
Release: 22.10
Codename: kinetic
Kodi version:
APP_NAME Kodi
COMPANY_NAME XBMC Foundation
COPYRIGHT_YEARS 2005-2021
WEBSITE http://kodi.tv
VERSION_MAJOR 20
VERSION_MINOR 0
VERSION_TAG RC2
VERSION_CODE 19.90.905
ADDON_API 19.90.905
ADDON_REPOS repository.xbmc.org|https://mirrors.kodi.tv
APP_PACKAGE org.xbmc.kodi
PACKAGE_IDENTITY XBMCFoundation.Kodi
PACKAGE_PUBLISHER C62BD90A-CDD8-477F-96C3-B25992247B97
PACKAGE_DESCRIPTION Kodi is an open source (GPL) software media center for playing videos, music, pictures, games, and more.
Logs:
https://paste.kodi.tv/nayinizuze.kodi
While compile KODI 19.90 (Nexus) I have error with VerifyField<uint64_t> in file xbmc/cores/RetroPlayer/savestates/SavestateFlatBuffer.cpp
On KODI Matrix 19.5 compilation runs fine with no errors.
Steps to reproduce the behavior:
terminal:git clone -b Nexus https://github.com/xbmc/xbmc kodi
cd $HOME/kodi
sudo make -C tools/depends/target/crossguid PREFIX=/usr/local
sudo make -C tools/depends/target/flatbuffers PREFIX=/usr/local
sudo make -C tools/depends/target/fmt PREFIX=/usr/local
sudo make -C tools/depends/target/spdlog PREFIX=/usr/local
cd $HOME/kodi-build
cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DCORE_PLATFORM_NAME=x11 -DAPP_RENDER_SYSTEM=gl
cmake --build . -- VERBOSE=1 -j$(getconf _NPROCESSORS_ONLN) // I make this command without "VERBOSE=1"
Operating system version/name:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.10
Release: 22.10
Codename: kinetic
Kodi version:
APP_NAME Kodi
COMPANY_NAME XBMC Foundation
COPYRIGHT_YEARS 2005-2021
WEBSITE http://kodi.tv
VERSION_MAJOR 20
VERSION_MINOR 0
VERSION_TAG RC2
VERSION_CODE 19.90.905
ADDON_API 19.90.905
ADDON_REPOS repository.xbmc.org|https://mirrors.kodi.tv
APP_PACKAGE org.xbmc.kodi
PACKAGE_IDENTITY XBMCFoundation.Kodi
PACKAGE_PUBLISHER C62BD90A-CDD8-477F-96C3-B25992247B97
PACKAGE_DESCRIPTION Kodi is an open source (GPL) software media center for playing videos, music, pictures, games, and more.
Logs:
https://paste.kodi.tv/nayinizuze.kodi