blob: 3f1225b7ff7b1b12f52ef0fd21f1d26f32a475cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Another missing symbol at Cisco Packet Tracer
When i do box64 ./packettracer at /opt/pt folder
And then it is return
```
/opt/pt/packettracer: line 8: 4850 Illegal instruction ./PacketTracer "$@" > /dev/null 2>&1
```
All Logs
```
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Cores:8 Params database has 6 entries
Box64 with Dynarec v0.2.1 built on Nov 28 2022 15:34:43
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/ Counted 12 Env var Looking for ./packettracer Not an ELF file (sign=#!/b)
Error: reading elf header of /opt/pt/packettracer, try to launch natively instead
Starting Packet Tracer 8.2.0 /opt/pt/packettracer: line 8: 4850 Illegal instruction ./PacketTracer "$@" > /dev/null 2>&1
```
And the APT like that too (box64 dpkg -i pt.deb && box64 apt --fix-broken install)
```
Setting up packettracer:amd64 (8.2) ... /var/lib/dpkg/info/packettracer.postinst: line 3: 3595 Illegal instruction sudo xdg-desktop-menu install /usr/share/applications/cisco-pt.desktop /var/lib/dpkg/info/packettracer.postinst: line 4: 3596 Illegal instruction sudo xdg-desktop-menu install /usr/share/applications/cisco-ptsa.desktop /var/lib/dpkg/info/packettracer.postinst: line 5: 3597 Illegal instruction sudo update-mime-database /usr/share/mime /var/lib/dpkg/info/packettracer.postinst: line 6: 3598 Illegal instruction sudo gtk-update-icon-cache --force /usr/share/icons/gnome /var/lib/dpkg/info/packettracer.postinst: line 7: 3599 Illegal instruction sudo xdg-mime default cisco-ptsa.desktop x-scheme-handler/pttp /var/lib/dpkg/info/packettracer.postinst: line 15: 3600 Illegal instruction sudo ln -sf $PTDIR/packettracer /usr/local/bin/packettracer
/var/lib/dpkg/info/packettracer.postinst: line 18: 3603 Illegal instruction sudo chown root:root $PTDIR/bin/updatepttp /var/lib/dpkg/info/packettracer.postinst: line 19: 3604 Illegal instruction sudo chmod 4755 $PTDIR/bin/updatepttp /var/lib/dpkg/info/packettracer.postinst: line 66: 3724 Illegal instruction sudo echo -e "$CONTENTS" > /etc/profile Processing triggers for dbus (1.12.20-0+deb10u1) ... Processing triggers for libc-bin (2.28-10) ... Processing triggers for systemd (241-7~deb10u8) ...
```
But yeah, Its installed successfully, but when i run the packettracer, Its return like that.
Do you know why?
My Termux Architecture: AARCH64 (arm64)
|