Support multiple DLLs per Pop'n music version, update to not show stack traces on exceptions whish should show the user an error.

This commit is contained in:
Jennifer Taylor 2023-07-29 22:39:21 +00:00
parent 7fddcc06e1
commit bf15b2ee87
2 changed files with 905 additions and 802 deletions

View File

@ -14,7 +14,7 @@ from bemani.common.id import ID
from bemani.common.aes import AESCipher from bemani.common.aes import AESCipher
from bemani.common.time import Time from bemani.common.time import Time
from bemani.common.parallel import Parallel from bemani.common.parallel import Parallel
from bemani.common.pe import PEFile from bemani.common.pe import PEFile, InvalidOffsetException
__all__ = [ __all__ = [
@ -37,4 +37,5 @@ __all__ = [
"Parallel", "Parallel",
"intish", "intish",
"PEFile", "PEFile",
"InvalidOffsetException",
] ]

File diff suppressed because it is too large Load Diff