blob: 9986f2309355440ab9e58658d2a2a4ff183ffc88 (
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
27
28
29
30
31
32
33
34
35
36
37
|
Box64 crashes if using CTR-C and Aseprite
Box64 runs Aseprite (both full version and trial), but as soon as the user try to Copy or Paste the app crashes.
Running Box64 wine64 aseprite.exe (Windows version) is able to use CTR-C and CTRL-V.
Bellow is the output when running Aseprite with box64 (Linux version)
I'm running this inside proot Termux ubuntu 22
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Cores:8
Params database has 11 entries
Box64 with Dynarec v0.2.1 67620b79 built on Dec 18 2022 07:02:29
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 35 Env var
Looking for aseprite
Rename process to "aseprite"
Using native(wrapped) libxcb.so.1
Using native(wrapped) libGL.so.1
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libXau.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libm.so.6
Error loading needed lib libXi.so
Warning: Cannot dlopen("libXi.so"/0x7ca45618d8, 101)
Using native(wrapped) libXi.so.6
Save operation is not supported in trial version.
Go to http://www.aseprite.org/download/ and get the full-version.Error: PltResolver: Symbol xcb_set_selection_owner_checked(ver 0: xcb_set_selection_owner_checked) not found, cannot apply R_X86_64_JUMP_SLOT 0x15e5c88 (0x40b496) in /home/v8/Desktop/usr/bin/aseprite
terminate called without an active exception
Aborted
|