Closed maxduke closed 2 years ago
Sorry for late reply, try new version
(use docker pull
to update the image before retrying)
Thank you! I can confirm now this is working in Debian 11 with kernel 5.10.0. It's an interesting implementation for Linux.
Just for your information, before the latest fix, I've tried below: Windows VPS => works fine with those exes Debian 9 => failed before AHK running Debian 10 => failed before AHK running Debian 11 => After AHK running Then, I realized that wine must depend on the Linux kernel version.
Yup, kernel < 4.17 are way too old in 2022. Newer tool needs newer kernel lol
I've tried this for several hours. Below is the log which I think is most closed to success.
If after 60 seconds you are still not seeing "Anisette Server running at http://0.0.0.0:6969/" Please re-run the docker container as the initialize process are stucked
wine 'C:\Program Files\Common Files\Apple\Internet Services\iCloud.exe' dbus[54]: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file ../../../dbus/dbus-connection.c line 3544. This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace wine: Assertion failed at address F7F07559 (thread 0150), starting debugger...
Error: EINVAL: invalid argument, uv_pipe_open at new Socket (net.js:330:26) at createWritableStdioStream (internal/bootstrap/switches/is_main_thread.js:72:18) at process.getStdout [as stdout] (internal/bootstrap/switches/is_main_thread.js:122:12) at console.get (internal/console/constructor.js:204:42) at console.value (internal/console/constructor.js:322:50) at console.log (internal/console/constructor.js:358:61) at Server. (Z:\app\server.js:56:11)
at Object.onceWrapper (events.js:421:28)
at Server.emit (events.js:315:20)
at emitListeningNT (net.js:1352:10) {
errno: -4071,
code: 'EINVAL',
syscall: 'uv_pipe_open'
}