I asked this same question to ptitseb as well and he replied that he doesn't know what causes this issue.
Since I am using your AnBox86_64.sh, I thought I'd ask you as well, if you don't mind.
When I try to run terminal.exe (a 32 bit windows application from metatrader 4), using box86 and wine, I get a POPUP titled 'terminal.exe' with the message:
"A debugger has been found in your system. Please remove it from memory and restart your program"
On pressing OK, the program terminates and doesn't start.
Can you help me to make this run please?
Thanks!
PS1 In case you need it, here is the output of the run.
root@localhost:~/Trader 4# wine ./terminal.exe
Box86 with Dynarec v0.2.7 da5a4c9f built on Sep 14 2022 21:53:12
Box86 with Dynarec v0.2.7 da5a4c9f built on Sep 14 2022 21:53:12
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096
Box64 with Dynarec v0.1.9 bf5ec1e built on Sep 14 2022 21:39:06
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 42 Env var
Looking for /root/wine/bin/wineserver
Rename process to "wineserver"
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
Starting: Intent { cmp=x.org.server/.RunFromOtherApp }
0078:err:module:open_builtin_so_file failed to load .so lib "/root/wine/lib/wine/i386-unix/wineusb.sys.so"
0078:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\wineusb": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1114
00b0:err:hid:sdl_bus_init could not init SDL: Could not initialize UDEV
0050:err:ole:start_rpcss Failed to start RpcSs service
Box86 with Dynarec v0.2.7 da5a4c9f built on Sep 14 2022 21:53:12
0024:fixme:ntdll:NtRaiseHardError 50000018 stub
0024:fixme:imm:ImeSetActiveContext (0x25e4e8, 1): stub
0024:fixme:imm:ImmReleaseContext (0001005C, 0025E4E8): stub
0118:fixme:imm:ImeSetActiveContext (0x4a4c68, 0): stub
0118:fixme:imm:ImmReleaseContext (00020032, 004A4C68): stub
Starting: Intent { cmp=com.termux/.app.TermuxActivity }
Warning: Activity not started, its current task has been brought to the front
root@localhost:~/Trader 4#
PS2: The run output above is after I made box86 without the BUILD_TYPE RelWithDebInfo because I was also getting "starting debugger" messages in the wine run output and thought it would help.
I don't get those anymore - BUT I still got the POPUP mentioned above and the program fails.
Hello WheezyE,
I asked this same question to ptitseb as well and he replied that he doesn't know what causes this issue.
Since I am using your AnBox86_64.sh, I thought I'd ask you as well, if you don't mind.
When I try to run terminal.exe (a 32 bit windows application from metatrader 4), using box86 and wine, I get a POPUP titled 'terminal.exe' with the message: "A debugger has been found in your system. Please remove it from memory and restart your program"
On pressing OK, the program terminates and doesn't start.
Can you help me to make this run please?
Thanks!
PS1 In case you need it, here is the output of the run.
root@localhost:~/Trader 4# wine ./terminal.exe Box86 with Dynarec v0.2.7 da5a4c9f built on Sep 14 2022 21:53:12 Box86 with Dynarec v0.2.7 da5a4c9f built on Sep 14 2022 21:53:12 Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Box64 with Dynarec v0.1.9 bf5ec1e built on Sep 14 2022 21:39:06 Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ Using default BOX64_PATH: ./:bin/ Counted 42 Env var Looking for /root/wine/bin/wineserver Rename process to "wineserver" 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 Starting: Intent { cmp=x.org.server/.RunFromOtherApp } 0078:err:module:open_builtin_so_file failed to load .so lib "/root/wine/lib/wine/i386-unix/wineusb.sys.so" 0078:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\wineusb": c0000142 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1114 00b0:err:hid:sdl_bus_init could not init SDL: Could not initialize UDEV 0050:err:ole:start_rpcss Failed to start RpcSs service Box86 with Dynarec v0.2.7 da5a4c9f built on Sep 14 2022 21:53:12 0024:fixme:ntdll:NtRaiseHardError 50000018 stub 0024:fixme:imm:ImeSetActiveContext (0x25e4e8, 1): stub 0024:fixme:imm:ImmReleaseContext (0001005C, 0025E4E8): stub 0118:fixme:imm:ImeSetActiveContext (0x4a4c68, 0): stub 0118:fixme:imm:ImmReleaseContext (00020032, 004A4C68): stub Starting: Intent { cmp=com.termux/.app.TermuxActivity } Warning: Activity not started, its current task has been brought to the front root@localhost:~/Trader 4#
PS2: The run output above is after I made box86 without the BUILD_TYPE RelWithDebInfo because I was also getting "starting debugger" messages in the wine run output and thought it would help. I don't get those anymore - BUT I still got the POPUP mentioned above and the program fails.