Kindle.exe on Arch Linux

Questions about Wine on Linux
Locked
psygo
Level 1
Level 1
Posts: 8
Joined: Tue Aug 30, 2022 8:24 am

Kindle.exe on Arch Linux

Post by psygo »

I'm trying to install Kindle.exe on my Arch Linux desktop, and this is what I get with `wine64 KindleForPC-installer-2.3.70673.exe`:

Code: Select all

007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
ERROR: ld.so: object '/usr/${LIB}/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/${LIB}/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
013c:err:module:loader_init "KRFDynamic.dll" failed to initialize, aborting
013c:err:module:loader_init Initializing dlls for L"C:\\Program Files (x86)\\Amazon\\Kindle\\Kindle.exe" failed, status c0000005
What's this `KRFDynamic.dll` exactly? Anyone with ideas of how to solve this?
raymondgonzalez
Newbie
Newbie
Posts: 2
Joined: Thu Jan 11, 2024 5:54 am

Re: Kindle.exe on Arch Linux

Post by raymondgonzalez »

You can try overriding the "KRFDynamic.dll" by following these steps:
Open a terminal and navigate to the directory where KindleForPC-installer-2.3.70673.exe is located.
Run the following command to set the "KRFDynamic.dll" override:
WINEPREFIX=~/.wine32 WINEARCH=win32 winecfg
In the Wine Configuration window, go to the "Libraries" tab.
In the "New override for library" field, enter "KRFDynamic.dll" and click "Add."
Select "KRFDynamic.dll" from the list and click "Edit."
Choose "Native (Windows)" and click "OK."
psygo
Level 1
Level 1
Posts: 8
Joined: Tue Aug 30, 2022 8:24 am

Re: Kindle.exe on Arch Linux

Post by psygo »

Thanks for the suggestion, @raymondgonzalez !

But it's apparently not working still:

Code: Select all

007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
ERROR: ld.so: object '/usr/${LIB}/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/${LIB}/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
013c:err:module:loader_init "KRFDynamic.dll" failed to initialize, 

aborting                                 ─╯
013c:err:module:loader_init Initializing dlls for L"C:\\Program Files (x86)\\Amazon\\Kindle\\Kindle.exe" failed, status c0000005
raymondgonzalez
Newbie
Newbie
Posts: 2
Joined: Thu Jan 11, 2024 5:54 am

Re: Kindle.exe on Arch Linux

Post by raymondgonzalez »

psygo wrote: Fri Jan 12, 2024 2:55 pm Thanks for the suggestionuno online, @raymondgonzalez !

But it's apparently not working still:

Code: Select all

007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
ERROR: ld.so: object '/usr/${LIB}/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/${LIB}/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
013c:err:module:loader_init "KRFDynamic.dll" failed to initialize, 

aborting                                 ─╯
013c:err:module:loader_init Initializing dlls for L"C:\\Program Files (x86)\\Amazon\\Kindle\\Kindle.exe" failed, status c0000005
So, I'm sorry, I don't know other ways. Good luck!
Locked