Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inexact length for entry table #1

Open
jlcvp opened this issue Aug 15, 2023 · 0 comments
Open

Inexact length for entry table #1

jlcvp opened this issue Aug 15, 2023 · 0 comments

Comments

@jlcvp
Copy link

jlcvp commented Aug 15, 2023

I'm trying to decompile an old football managing shareware game but I'm receiving this Inexact length for entry table error on both the game and the team editor executables:

  • ELIFOOT.EXE - The game
  • EDITEQ.EXE - Teams Editor

The game is available at: https://marmota.org/elifoot98/elifoot98.zip

Here is my setup:

  • Macbook pro with Apple silicon - MacOS Ventura
  • rust version 1.71.1 (eb26296b5 2023-08-03)
cargo run ~/Downloads/elifoot98/ELIFOOT.EXE
warning: method `peek` is never used
   --> src/x86.rs:417:8
    |
392 | impl<'a> SimpleEater<'a> {
    | ------------------------ method in this implementation
...
417 |     fn peek(&self) -> Option<u8> {
    |        ^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: `win16ne` (bin "win16ne") generated 1 warning
    Finished dev [unoptimized + debuginfo] target(s) in 0.07s
     Running `target/debug/win16ne /Users/joaoleonardo/Downloads/elifoot98/ELIFOOT.EXE`
Error: Custom { kind: InvalidData, error: "Inexact length for entry table" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant