You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the program runs and loads the nnue file, struct zip_t zip = zip_open(fpath.c_str(), 0, 'r'); decompressing the file here returns NULL, and the code is executed to this position: / Give up if we've searched the entire file, or we've gone back "too far"
* (~64kb) */
if ((!cur_file_ofs) || ((pZip->m_archive_size - cur_file_ofs) >=
(MZ_UINT16_MAX + record_size)))
return MZ_FALSE;
, the path is normal, I don’t know if it is a problem with the nnue file or a problem with the operating environment.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When the program runs and loads the nnue file, struct zip_t zip = zip_open(fpath.c_str(), 0, 'r'); decompressing the file here returns NULL, and the code is executed to this position: / Give up if we've searched the entire file, or we've gone back "too far"
* (~64kb) */
if ((!cur_file_ofs) || ((pZip->m_archive_size - cur_file_ofs) >=
(MZ_UINT16_MAX + record_size)))
return MZ_FALSE;
, the path is normal, I don’t know if it is a problem with the nnue file or a problem with the operating environment.
Beta Was this translation helpful? Give feedback.
All reactions