Failed to load library

Questions about Wine on Linux
Locked
mate64
Newbie
Newbie
Posts: 2
Joined: Thu Oct 10, 2019 1:30 am

Failed to load library

Post by mate64 »

Installation was pretty easy but it library won't load

[10/10/19 07:25:31] - Running wine- SlopeStability_5_CS.exe (Working directory : /home/mate/.PlayOnLinux/wineprefix/geo2/drive_c/Program Files (x86)/Fine/GEO5 2019)
0009:err:module:import_dll Library rtl260.bpl (which is needed by L"C:\\Program Files (x86)\\Fine\\GEO5 2019\\Delphi\\vclext260.bpl") not found
0009:err:module:import_dll Library vcl260.bpl (which is needed by L"C:\\Program Files (x86)\\Fine\\GEO5 2019\\Delphi\\vclext260.bpl") not found

Thank you
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Failed to load library

Post by Bob Wya »

@mate64

Play On Linux isn't supported on this site.
You should visit the Play On Linux website for end user support...

See: WineHQ Wiki: 8.7 I used a third party application (PlayOnLinux, WineBottler, etc.) to install or manage applications in Wine and need help.

Also it's better if you delimit terminal commands, output and logs with forum Code tags:

Code: Select all

...
It will make your posts easier to read (especially for longer logs).

Thanks
Bob
mate64
Newbie
Newbie
Posts: 2
Joined: Thu Oct 10, 2019 1:30 am

Re: Failed to load library

Post by mate64 »

when I run it on wine, same output
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Failed to load library

Post by DarkShadow44 »

Did you did a clean install of Delphi with wine?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Failed to load library

Post by Bob Wya »

mate64 wrote: Fri Oct 11, 2019 5:20 am when I run it on wine, same output
In that case we'd need the full Wine terminal log from the application installer.
This would need to be run with vanilla Wine, or Wine Staging, using a clean WINEPREFIX.
See: WineHQ FAQ: 6.5 Wineprefixes.
See: WineHQ FAQ: 10.1.1 How can I get a debugging log (a.k.a. terminal output)?

You would also need to inform us of what:
  • Linux Distribution
  • Wine version
you are using.

You can copy an entire log file into your Linux Desktop Environment clipboard with the xclip utility:

Code: Select all

cat <log file> | xclip -i -selection clipboard
- if you are not already aware of this.

Bob
Locked