I get a popup saying "LoadLibrary is failed" when I start my windows software.
I can't run it.
It was working a week ago.
Please help me.
Operating System: Ubuntu 18.04.6 LTS
Kernel: Linux 4.15.0-166-generic
Architecture: x86
wine-7.0
Message is below.
055c:fixme:nls:RtlGetThreadPreferredUILanguages 00000034, 0021F344, 0021F3B4 0021F34C
055c:fixme:nls:get_dummy_preferred_ui_language (0x34 0021F344 0021F3B4 0021F34C) returning a dummy value (current locale)
055c:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
055c:err:msxml:doparse Unsupported encoding shift-jis
055c:fixme:imm:ImeSetActiveContext (0x2652c0, 1): stub
055c:fixme:imm:ImmReleaseContext (00AC0132, 002652C0): stub
055c:fixme:msvcrt:__clean_type_info_names_internal (020EE64C) stub
055c:fixme:msvcrt:__clean_type_info_names_internal (00396D24) stub
055c:fixme:msvcrt:__clean_type_info_names_internal (100095A4) stub
055c:fixme:msvcrt:__clean_type_info_names_internal (78E1ABB4) stub
wine-7 Loadlibrary is failed.
Re: wine-7 Loadlibrary is failed.
What program are you trying to run?
Besides a new Wine version, has anything changed on your computer?
Besides a new Wine version, has anything changed on your computer?
Re: wine-7 Loadlibrary is failed.
Thank you for your reply.
The program is a trading board of a well known Japanese brokerage firm.
Maybe the version of wine has changed.
The program is a trading board of a well known Japanese brokerage firm.
Maybe the version of wine has changed.
Re: wine-7 Loadlibrary is failed.
Wine-7 has been upgraded to 2022-01-19, which is close to the date when it stopped working. wine-6 might work. However, I don't know how to downgrade.
Remove wine-7 and wine-stable_6.0.0~bionic-1_i386.deb
installed, but no luck.
Remove wine-7 and wine-stable_6.0.0~bionic-1_i386.deb
installed, but no luck.
Re: wine-7 Loadlibrary is failed.
You can downgrade Wine with:
You can also try running the program with Wine 7.
I expect that during the installation of the program, the Visual C++ libraries were also installed.
Wine 7 has some of these components built in. Unfortunately, these libraries don't work with the program.
Installing Visual C++ libraries with winetricks may be a solution.
Code: Select all
sudo apt install winehq-stable=6.0.2~bionic-1 wine-stable=6.0.2~bionic-1 wine-stable-i386=6.0.2~bionic-1
I expect that during the installation of the program, the Visual C++ libraries were also installed.
Wine 7 has some of these components built in. Unfortunately, these libraries don't work with the program.
Installing Visual C++ libraries with winetricks may be a solution.
Re: wine-7 Loadlibrary is failed.
Dear jkfloris.
It works! Thank you very much.
It works! Thank you very much.