CE-Programming / CEmu

Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
https://ce-programming.github.io/CEmu/
Other
1.1k stars 78 forks source link

Sending .8ek Files not Working? #392

Closed JWBstuhr closed 3 years ago

JWBstuhr commented 3 years ago

(Thanks for reporting an issue! Please make sure to fill out the blanks below.)

What's wrong, and with what software version?

Operating System: MacOS CEmu version: CEmu v1.3 (git: 87c3b43) Describe your issue:
Sending the files does nothing, they don't appear in the memory at all. The console also seems to report nothing?

What are the steps to reproduce this issue?

  1. Send files, any 8ek- specifically for me, the standard apps like Inequalz
  2. Nothing happens?
adriweb commented 3 years ago

This is normal for the released version, it's only supported on the development builds for now. (#362). You can try downloading a recent mac build, for instance from here: https://github.com/CE-Programming/CEmu/issues/341#issuecomment-811477894

JWBstuhr commented 3 years ago

I don't know if I should make a new issue for this or not, but something isn't working for me with that build. Screen Shot 2021-04-21 at 2 26 35 PM Screen Shot 2021-04-21 at 2 28 44 PM

adriweb commented 3 years ago

Hmm, interesting. I guess I'll have to fix that somehow with install_name_tool magic...

In the meantime, you can try to install some libs (whichever it's complaining about) with brew: for instance for liblzma.5.dylib, you'd do brew install xz

Also, which macOS version do you have?

JWBstuhr commented 3 years ago

MacOS Catalina 10.15.7 (19H524)

Also, I unfortunately can't try installing the libs like that, as I don't have permission to run anything in terminal.

JWBstuhr commented 3 years ago

There's a bit in the error that says Reason: unsafe use of relative rpath */liblzma.5.dylib in /Users/USER/Downloads/CEmu App.app/Contents/MacOS/../Frameworks/libarchive.13.dylib with restricted binary

adriweb commented 3 years ago

Yes I know, that's what I have to manually fix, apparently. Should be doable.

adriweb commented 3 years ago

See follow up on #393