C3RV1 / UndertaleNDS

Undertale port for Nintendo DS (src only, no copyrighted material).
GNU General Public License v2.0
179 stars 24 forks source link

Patch Error on Fedora 39 #39

Open paulth67 opened 8 months ago

paulth67 commented 8 months ago

Hello, so i tried to patch my data.win and there is an error with the patch :

Traceback (most recent call last):
  File "/home/.../UndertaleNDS/patcher.py", line 84, in <module>
    main()
  File "/home/.../UndertaleNDS/patcher.py", line 71, in main
    patch(patch_file, key, zip_path)
  File "/home/.../UndertaleNDS/patcher.py", line 38, in patch
    cipher = AES.new(key, AES.MODE_EAX, nonce)
                          ^^^^^^^^^^^^
AttributeError: module 'Crypto.Cipher.AES' has no attribute 'MODE_EAX'. Did you mean: 'MODE_ECB'?

I don't know if it's a problem with Devkit...