Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
368 stars 58 forks source link

cdir_events_dilemma_choice_details_tables decoding error #148

Closed dean-sullivan closed 3 years ago

dean-sullivan commented 3 years ago

Describe your problem

Trying to open the table cdir_events_dilemma_choice_details_tables in Total War Warhammer 2 I get the message "Error while trying to decode the DB table. There is no definition for this specific version of the table in the schema." RFPM is 100% set to the correct game in preferences.

Extra [info?]

RPFM v 2.3.4

image

Frodo45127 commented 3 years ago

Make sure your schemas are up-to-date, as that table is one of the ones that need the latest schema to be decoded.

dean-sullivan commented 3 years ago

Updating the schemas didn't work. Deleted rpfm and re-downloaded it did the trick. Cheers.