Playonlinux выдает ошибку

Here is a list of common errors and possible solutions. Not everything will be here, but this list will get a lot bigger as time goes on, and hopefully, with the help of the community, we can make this list very, very robust.

When trying a possible solution for an issue, please only try ONE solution at a time, and test to see if it worked.

Contents

  • 1 p11-kit: couldn’t load module: …
    • 1.1 Debian-based variant
      • 1.1.1 Error
      • 1.1.2 Who might encounter this error?
      • 1.1.3 What causes this error?
      • 1.1.4 Common solutions
        • 1.1.4.1 Install 32-bit version of p11-kit-trust.so
        • 1.1.4.2 Create a symlink
    • 1.2 RPM-based variant
      • 1.2.1 Error
      • 1.2.2 Who might encounter this error?
      • 1.2.3 What causes this error?
      • 1.2.4 Common solutions
  • 2 Error in FS_Check
    • 2.1 Error
    • 2.2 Who might encounter this error?
    • 2.3 What causes this error?
    • 2.4 Common solutions
      • 2.4.1 Move executable to a native Linux filesystem
  • 3 Failed to use ICMP
    • 3.1 Error
    • 3.2 Who might encounter this error?
    • 3.3 What causes this error?
    • 3.4 Common solutions
      • 3.4.1 Switch to WineBuild 1.7.45-staging or higher
      • 3.4.2 Give rights to POL’s WineBuild
  • 4 Error! Files mismatch
    • 4.1 Error
    • 4.2 Who might encounter this error?
    • 4.3 What causes this error?
    • 4.4 Common solutions
      • 4.4.1 File bug report with POL
  • 5 The application you are trying to install needs administrator rights…
    • 5.1 Error
    • 5.2 Who might encounter this error?
    • 5.3 What causes this error?
    • 5.4 Common solutions
      • 5.4.1 File bug report with WineHQ
  • 6 League of Legends Stuck on Logo (after Champ Select)
    • 6.1 Error
    • 6.2 Who might encounter this error?
    • 6.3 What causes this error?
    • 6.4 Common solutions
      • 6.4.1 Install needed components
  • 7 SECUR32_initNTLMSP ntlm_auth was not found or is outdated
    • 7.1 Error
    • 7.2 Who might encounter this error?
    • 7.3 What causes this error?
    • 7.4 Common solutions
      • 7.4.1 PlayOnLinux
      • 7.4.2 PlayOnMac Edit the Bash script to properly set path
  • 8 No sound (err:module:load_builtin_dll… libasound.so.2…)
    • 8.1 Error
    • 8.2 Who might encounter this error?
    • 8.3 What causes this error?
    • 8.4 Common solutions
      • 8.4.1 Install the 32-bit version of libasound2
  • 9 About a script stored in ‘Supported software’, how to install it with a newer Wine version ?
  • 10 Missing files
    • 10.1 libFaudio.so.0 (libFaudio)
    • 10.2 libpng12.so.0 (libpng)
    • 10.3 libncurses.so.5 (libncurses)
    • 10.4 libudev.so.0 (libudev)
    • 10.5 libSM.so.6 (libSM)
    • 10.6 libjpeg.so.62 (libjpeg)
    • 10.7 libpulse.so (libpulse)
    • 10.8 ‘PresentationFramework, Version=4.0.0.0, …’ (dotnet40)
    • 10.9 Vulkan missing
    • 10.10 Xterm missing
    • 10.11 libodbc.so
  • 11 FreeType font library

p11-kit: couldn’t load module: …

Debian-based variant

Error

p11-kit: couldn’t load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory

Who might encounter this error?

Mostly users of Debian, Ubuntu, Kubuntu, etc., Mint (and derivatives), 64-bit systems.

What causes this error?

The 32-bit version of p11-kit-trust.so is either not installed, or is not located in an area that Wine expected it to be.

Common solutions

Install 32-bit version of p11-kit-trust.so
sudo apt-get install p11-kit-modules:i386
Create a symlink

(for systems before multiarch feature?)

found at http://askubuntu.com/a/384018

sudo /usr/local/bin/getlibs -p p11-kit:i386
sudo ln -s /usr/lib32/i386-linux-gnu/pkcs11/p11-kit-trust.so /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so

RPM-based variant

Error

p11-kit: couldn’t load module: /usr/lib/pkcs11/p11-kit-trust.so: /usr/lib/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory

Who might encounter this error?

Users of Fedora, 64-bit systems.

What causes this error?

The 32-bit version of p11-kit-trust.so is either not installed, or is not located in an area that Wine expected it to be.

We need a 32-bit version of the package p11-kit-trust, but as explained here, there is a packaging issue, requiring manual install.

Common solutions

Go on the web interface of a RPM mirror, and search for `p11-kit-trust`, for i386 architecture. (this link does most of the job for you)

Download the package corresponding with your Fedora version, and install it with `dnf install /path/to/downloaded/file`

You may then run into similar errors, but with different files. You can find the missing packages with `dnf provides /path/to/missing/file`, then install them simply with `dnf install package-name`

Error in FS_Check

Error

The following file is located on a fuse filesystem. It might prevent wine from working

Who might encounter this error?

Anyone trying to run an executable file in Wine/POL that is located on an NTFS filesystem.

What causes this error?

Wine can get grumpy with how NTFS, Linux, and Wine interact with each other. This warning is simply there to alert you to this fact. Most of the time, this error can be ignored.

Common solutions

Move executable to a native Linux filesystem

Simply move the executable file in question to your native Linux filesystem, and this error will go away. It will only appear when trying to execute a file that is located on a FUSE filesystem.

Failed to use ICMP

Error

err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.

Who might encounter this error?

Anyone trying to run an application that wants to ping out. On POSIX-compliant systems, ping needs admin rights. NOTE: NEVER run Wine or POL as root.

What causes this error?

When a program tries to send an ICMP packet running through POL/Wine, it will fail, as it needs administrative rights, and we never run POL or Wine as root, do we?  ;)

Common solutions

Switch to WineBuild 1.7.45-staging or higher

There is a fix for this in the Wine-Staging builds found in Manage Wine Versions, so that should be tried first.

Give rights to POL’s WineBuild

In most instances, you will see a command to remedy this. Most of the time, it is missing the final argument, which is the particular instance of Wine that you are running. These solutions work fine for Vanilla Wine, but not POL. For POL, you have to point the particular command to POL’s WineBuild for that particular virtual drive.

For instance, AION.

All of POL’s WineBuilds are stored in ~/.PlayOnLinux/wine/

Within this folder, you have different sub-folders for architecture, and then Wine version. In the case of AION:

/home/username/.PlayOnLinux/wine/linux-x86/1.7.36

Find out which Wine version your application needs:

  1. Open the Configuration Window
  2. In the General tab, when your virtual drive is selected, look at the name of the version of Wine in use.

Now, the command you would want to run is:

NOTE: Do NOT copy and paste these commands. They need to be modified for your particular situation.

sudo setcap cap_net_raw+epi /home/username/.PlayOnLinux/wine/linux-x86/1.7.36/bin/wine

or

sudo setcap cap_net_raw+epi /home/username/.PlayOnLinux/wine/linux-x86/1.7.36/bin/wine-preloader

NOTE: I have seen both bin/wine and bin/wine-preloader shown in examples, so for posterity, I am including both.

Essentially, the syntax for this is as follows:

sudo setcap cap_net_raw+epi /home/username/.PlayOnLinux/wine/WineArchitecture/WineVersion/bin/wine

Replace:

  • username with your current username
  • Wine Architecture with either linux-x86 (32-bit virtual drive) or linux-amd64 (64-bit virtual drive)
  • Wine Version with the EXACT name listed in the Wine dropdown menu in the General tab of the Configuration Window

Error! Files mismatch

Error

someurl

Error! Files mismatch

Local: md5resultexpected

Server: md5resultdownloaded

Do you want to retry?

Who might encounter this error?

This can happen to any user on any system. It is also architecture agnostic.

What causes this error?

When POL scripts use certain API calls, there is a positional argument for the MD5 hash, to make sure that the downloaded file is intact and is not different than what has been tested.
If the server (hosting the file to download) does updates or changes or remove the file in question, or if the download fails, the MD5 will be different, and will throw an error.

Common solutions

File bug report with POL

If this happens, it is something that the POL team should be made aware of. Please let us know so that we can take measures to correct this issue. As long as we can get the new file successfully, we can grab the MD5 hash and change the script so that this error will not pop up again (of course, if the file changes, this will happen again, and should be reported.).

The application you are trying to install needs administrator rights…

Error

The application you are trying to install needs administrator rights to function correctly.

Who might encounter this error?

Anyone on any distro may see this error

What causes this error?

Wine does not implement privileges as some Windows applications may expect, so if a program relies on certain aspects of Windows’ user rights that Wine does not or cannot implement, it will fail.

Common solutions

File bug report with WineHQ

Anything like this should be reported directly to WineHQ’s team, as they would need to troubleshoot and possibly develop a workaround to the permissions issue. You can find their bug system here:

  • WineHQ’s Bugzilla

Error

League of Legends simply stalls at the logo after the champion select dialogue.

Who might encounter this error?

Anyone on any distro may see this error

What causes this error?

Multiple d3d libraries that come with Wine apparently, according to threads like this, do not offer the performance that the native d3d libraries do.

Common solutions

Install needed components

Instructions adapted from this thread:

https://www.playonlinux.com/en/topic-11344-HOWTO_Fix_League_Of_Legends_stuck_on_Logo_after_champ_select.html

  1. Install in POL: d3dx10, d3dx11, d3dx9 (only d3dx9, not the other d3dx9_etc) and directx9
  2. It will break your Adobe Air (already installed in the virtual drive). I really don’t know why but it does it, so we have to fix, go to Configure Wine, then select the tab Libraries and add the lib «dnsapi» and set it to «builtin, native»

SECUR32_initNTLMSP ntlm_auth was not found or is outdated

Error

err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

Who might encounter this error?

PlayOnMac users, even if Samba and winbind are installed.

PlayOnLinux users, if winbind is not installed.

What causes this error?

PlayOnMac is not reading the correct path for some reason.

Common solutions

PlayOnLinux

Do install WinBind.

Example on Ubuntu 18.xx : From Terminal, do type: ‘sudo apt install winbind’.

PlayOnMac Edit the Bash script to properly set path

Instructions adapted from this thread:

https://www.playonlinux.com/en/topic-13072-Dreaded_ntlm_auth.html

  1. Edit /Applications/PlayOnMac.app/Contents/MacOS/playonmac
  2. Change #!/bin/bash to #!/bin/bash —login, save, and try to start PlayOnMac

No sound (err:module:load_builtin_dll… libasound.so.2…)

Error

err:module:load_builtin_dll failed to load .so lib for builtin L»winealsa.drv»: libasound.so.2: cannot open shared object file: No such file or directory.

Who might encounter this error?

Any user on any system may experience this.

What causes this error?

Missing 32-bit library; in this case, libasound2.

Common solutions

Install the 32-bit version of libasound2

Refer to your distro’s docs for the package name for that system. 64-bit systems, because of how Wine/POL works, will almost always need the 32-bit version of libraries used for Wine/POL. Multiarch system’s with support for package management with mixed-architectures should check manually if this error is coming up (some distros put things in odd places or don’t handle multiarch support very well.).

About a script stored in ‘Supported software’, how to install it with a newer Wine version ?

When a script is becoming very old (ie: 5 years), it sometimes might fail to run on some newer operating system. If it fail to complete, it is impossible to upgrade later the Wine version from the Configuration window.

Here is how to workaround the issue:

  • Find the page of the script/software you want to install, inside ‘Supported apps’ of this website.
  • Display the code from the ‘Source code’ button.
  • Open (or copy) a text file on your computer.
  • Edit the text file with a text editor software.
  • Copy then paste the content from the website to the text file (replace all the content).
  • Search for the following text: WORKING_WINE_VERSION=»1.3.2″ (the number is a example).
  • Replace the Wine version with something else.
  • Save the text file.
  • Rename it in order to give it a ‘.pol’ file extension.
  • Now in POL/POM v4, run this new script file from the menu ‘Tools’ then ‘Run a local script’.

Note: if you get better results, please contribute by reporting in the forum (post the OS version and the Wine version used).

Missing files

libFaudio.so.0 (libFaudio)

0009:err:module:load_so_dll failed to load .so lib «/home/YourUseNname/.PlayOnLinux/wine/linux-amd64/4.15/bin/../lib/wine/x3daudio1_7.dll.so»: libFaudio.so.0: cannot open shared object file: No such file or directory

Explanation:
From Wine 4.5, Wine requires libfaudio0 as a dependency (ref). FAudio is a drop in replacement for XAudio2, X3DAudio, XAPO, and XACT3 (ref). A full FAQ.

Workaround (examples):

  • Ubuntu 20.04:

sudo apt install libfaudio0

  • Ubuntu 18.04: howto (outdated as of 2019-09-28, because broken links)
  • This way (OK as of 2019-09-28):

libpng12.so.0 (libpng)

DOSBox: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

This file is not included anymore in Ubuntu from v18.04.

Workaround:

  • Fix libpng12-0 Missing In Ubuntu 18.04 Or 18.10 (2018)

libncurses.so.5 (libncurses)

DOSBox: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

Workaround: unknown.

libudev.so.0 (libudev)

err:module:load_builtin_dll failed to load .so lib for builtin L»winebus.sys»: libudev.so.0: : cannot open shared object file: No such file or directory

Udev is a device manager for the Linux kernel (Wikipedia).
This software is not included anymore in Ubuntu from v18.04.

Workaround:

  • How to fix Cannot open shared object file libudev.so.0 error on Ubuntu 18.04 Bionic Beaver Linux (2019)

libSM.so.6 (libSM)

err:module:load_builtin_dll failed to load .so lib for builtin L»winex11.drv»: libSM.so.6: cannot open shared object file: No such file or directory

Fix: install of 32-bit version of this package:

sudo apt install libsm6:i386

libjpeg.so.62 (libjpeg)

002d:err:wincodecs:JpegDecoder_CreateInstance Failed reading JPEG because unable to find libjpeg.so.62

Occured with POL 4.3.4 and Wine 4.0.1
This file is not included anymore in Ubuntu from v18.04

Workaround:

  • sudo apt-get install libjpeg62
  • sudo apt-get install libjpeg62:i386

libpulse.so (libpulse)

:err:module:load_so_dll failed to load .so lib «/home/username/.PlayOnLinux/wine/linux-x86/4.20/bin/../lib/wine/winepulse.drv.so»: libpulse.so.0: cannot open shared object file: No such file or directoryALSA lib conf.c:3357:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so

Occured with POL 4.3.4 and Wine 4.20

Workaround:

  • Ubuntu: apt-get install libpulse0 libpulse0:i386
  • Archlinux: lib32-libpulse

‘PresentationFramework, Version=4.0.0.0, …’ (dotnet40)

{{{1}}}

This mean that Microsoft Dotnet 4.0 is missing and required.

Fix:

  • From POL/POM Config window, do install ‘dotnet40’.

Vulkan missing

0055:err:vulkan:wine_vk_init Failed to load libvulkan.so.1.

0055:err:vulkan:wine_vk_init Failed to load Wine graphics driver supporting Vulkan.

This mean that a Vulkan file (Wikipedia) is not installed.

Fix:

  • Look at: this page.

Xterm missing

POL v4 need this software.

Fix: install it from the packages manager of your OS.

Example on Ubuntu (command line to type into a Terminal software):

sudo apt install xterm

libodbc.so

ODBC_LoadDriverManager failed to open library «libodbc.so»

Fix: install it from the packages manager of your OS.

Example on Ubuntu (command line to type into a Terminal software):

sudo apt install unixodbc

FreeType font library

Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5.

This issue occurs when the FreeType font (Wikipedia) is not installed, or outdated.

Workaround:

  • Ubuntu 18.04: edit the script in order to use at least Wine v2.22 (you may need to read in this page: ‘About a script stored in ‘Supported software’, how to install it with a newer Wine version ?’).

При попытке установить версию wine (любую) выскакивает такое сообщение с ошибкой. Раньше такого не было. Переустанавливал PlayOnLinux и в частности использовал команду apt purge playonlinux. Не помогает.

Проблема с PlayOnLinux.png

oko


to Iskatel_znaniy
imho, не ответит.
Primo, потому что не понятно, что вы делаете и зачем. Если у вас уже был установлен PlayOnLinux, то зачем Wine ставить отдельно? PoL — надстройка над Wine, т.е. требует его наличия в системе. И позволяет установить несколько версий Wine — разные для каждого приложения для Windows, эмулируемого PoL. Управление установленными Wine производится через соответствующие опции PoL. А еще он стал дюже умным, как я погляжу — в этом у вас и проблема (которую следовало бы объяснить внятнее)…
Secundo, потому что Гугл по запросу «Error in pol_wine_install version» выдает исчерпывающее количество аналогичных случаев, в которых объясняется, что делать и как. А самое главное, почему так происходит (и почему PoL ругается на конкретную версию Wine)…

Вообще то устанавливается (см. рис). Если на Астру не ставиться. то наверное что то с системой, чего то не хватает. Надо будет попробовать на обеде, но, чую, будет та же ошибка.

Да, с Астрой косяк, или система глючит или сама программа, вообще ни какую версию wine не смогла установить :( что то тут не так.

  • Снимок.PNG

    194.4 КБ
    Просмотры: 401

Последнее редактирование:

Ciberz


winetricks попробуйте установить из репозитория. запустите его и попробуйте заменить версию wine по умолчанию.

winetricks попробуйте установить из репозитория. запустите его и попробуйте заменить версию wine по умолчанию.

Спасибо Вам большое! Еще не знаю как им пользоваться но попробую.

Вопрос решен благодаря совету Montfer вот тут. Сделал по этой статье и версии wine в PlayOnLinux устанавливаются как раньше!!!(y)

  • Печать

Страницы: [1]   Вниз

Тема: Playonlinux не желает устанавливаться (битые пакеты)  (Прочитано 1444 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн
buloshnik

Собственно выдает

гуглил. все делал что там писали (и прописывал поддержку i386(хотя у самого стоит именно 32х битная система) и авторемув, и автоклин и инстал с ключом ф…) — бесполезно. Последняя надежда на Вас. Система 13.10, ядро 3.11.0-12-generic.
Заранее благодарен.


Пользователь решил продолжить мысль 10 Января 2014, 18:00:32:


забыл, если пробовать ставить сам wine — ругается на icoutils, а icoutils на libwww-perl(пробовал собирать из исходников — ничего это мне не дало).

« Последнее редактирование: 10 Января 2014, 18:00:32 от buloshnik »


Оффлайн
omni64

Ubuntu 13.10 взята с сайта ubuntu.com? или это сборка?


Оффлайн
peregrine

buloshnik,
вывод

sudo apt-get update
sudo apt-get upgrade


Оффлайн
buloshnik

Ubuntu 13.10 взята с сайта ubuntu.com? или это сборка?

Конечно же с ubuntu.com

buloshnik,
вывод
sudo apt-get update
sudo apt-get upgrade

update проходит как обычно, а upgrade пишет, что обновлять нечего. Вот прилагаю их вывод в файле


Пользователь решил продолжить мысль 13 Января 2014, 08:38:19:


Проблема вроде бы решилась:)
Зашел в «Программы и обновления», там не было галочки на «Бесплатное и свободное ПО с поддержкой Canonical(main)», поставил галку, sudo apt-get update && sudo apt-get upgrade и sudo apt-get install playonlinux !:) Всем спасибо.

« Последнее редактирование: 13 Января 2014, 08:38:19 от buloshnik »


Pilot6

там не было галочки на «Бесплатное и свободное ПО с поддержкой Canonical(main)»

Сами же и выключили.


Оффлайн
buloshnik

да не выключал я ничего, я туда вообще не заходил, все делал через консоль, может где то и не то ввел…


  • Печать

Страницы: [1]   Вверх

You don’t need any external solution to play army men rts on ubuntu or linux in general, just use native steam.

«Steam, you say? but this doesn’t solve the problem that this is a windows-only game!»

Actually, yes.

There’s a difference between native and non native linux games.

All native linux games can be played on linux as is with steam and as it happens non native games can also be played on linux with steam but thanks to a steam option called «steam play» (which is pretty much essentially wine) that came out relatively recently.

it allows a simplifying of the whole thing. Installing a non linux game with steam comes down essentially to the same easy process you’d have under installing that same game natively, under windows.

So if you’re willing to buy the game on steam then,

Simply install steam from : https://store.steampowered.com/about/

this will open up the software center, once it has finished loading, click «install» it will ask for your system password.

then once it is done installing steam, you can run it.

now you may log into steam.

then go into «File»-> «Preferences»-> last tab called «Steam Play», tick the box that says «enable steam play for all titles» then «Ok»

after this steam will ask to restart and after it does you will be able to install and play army men rts in the most hassle-free manner on linux.

If you wish you may play this game with lutris instead :

to do so install lutris (in a terminal) :

sudo add-apt-repository ppa:lutris-team/lutris -y && sudo apt-get update && sudo apt-get install lutris -y 

then you can run it from the start menu. Ideally connect a lutris account.

then go here :

https://lutris.net/games/league-of-legends/ (yes this is for league of legends but we won’t be running league of legends with it)

click on the first «install» icon on the page. this should link to your Lutris (you must tell your browser to allow this, when it asks you.)

Let the installer start but when it starts downloading league of legens, close it.

Use the runspace it created, by right-click «browse files» drag and drop the army men rts inside that runspace then right click «execute with» find the install.exe and run it and it should install.

then once you’re finished you can edit the rest of the League of legends runner to turn it into a army men rts runner, you must change the run file path to that or you army men rts exe and you can change the name and the icon also.

Ты дорого мой друг, заплатишь за ошибку,..
Когда оскал мой милый, ты приймешь за улыбку.


Добрый день, уважаемые форумчане!

Проблема похожая. Дабы не засорять этот прекрасный форум, не стал создавать новую тему.

Небольшая предистория:
Третий месяц пытаюсь перейти на Иксы, являюсь чайником в этом вопросе. Очень понравился дистрибутив Минт, но после установки проприетарных дров при последующей загрузке системы выдавало чёрный экран после появления логотипа ЛМ.
Скажу сразу, почему заговорил о видеодрайвере. Хочется запустить пару старых игр под PoL.
Решил установить Debian, окружение KDE. Не знаю почему, но мне кажется, что Debian надежнее остальных дистрибов.

Итак, подобрались к «телу»… Имею ноут Acer Aspire TimelineX 4820TG, проц Корка i3, видео ATI Mobility Radeon 5470.

После мучений на Минтах решил в Debian не трогать видео, оставить как есть свободный драйвер. Установил из репозиториев PoL, Wine… Wine, как я понял, встал 32-разрядный. При запуске PoL выдаёт ошибку, что и у автора темы. Пробовал добавить архитектуру x86 через терминал, затем aptitude update, но не находит ссылки репозиториев, указанные, насколько я знаю, в sources.list.

Как быть? Помогите пожалуйста. :o


Cообщение объединено 07 июля 2015, 10:36:13


Ещё могу сказать, что шестерни крутились, Open GL машет, а вот команду fglrx не находит.


Cообщение объединено 07 июля 2015, 10:37:35


…в смысле Open GL пашет.


Скорей всего драва придётся ставить. Но для начала ответе на следующий вопрос. Пробовали ли запускать программу не через PoL, а напрямую, через wine?

~$ dpkg -l | grep -i mesa
~$ dpkg -l | grep -i wine
~$ lspci | grep -i vga
~$ uname -a

Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290


Через Wine не получается напрямую. Даже мою простенькую прошу, когда-то написанную на дэлфи, не хочет запускать. Сейчас приеду домой, поподробнее распишу. Команды попробую. Mesa вроде установлена.


Cообщение объединено 08 июля 2015, 22:22:51


Итак, начну по порядку и сначала. После каждого своего шага отписываю сюда.

Переустановил, поставил последний Debian с xfce. Нарыл в инструкции по установке, что некоторое оборудование может потребовать микропрограмму. Скачал пакет firmware-linux-nonfree_0.43_all.deb. Кстати говоря, скачал потому что при загрузке системы пишет:

[   12.688110] [drm:radeon_pci_probe] *ERROR* radeon kernel modesetting for R600 or later requires firmware-linux-nonfree


Cообщение объединено 08 июля 2015, 22:26:33


Результат установки через терминал:

Открыть содержимое (спойлер)

Выбор ранее не выбранного пакета firmware-linux-nonfree.
(Чтение базы данных … на данный момент установлено 102922 файла и каталога.)
Подготовка к распаковке firmware-linux-nonfree_0.43_all.deb …
Распаковывается firmware-linux-nonfree (0.43) …
Настраивается пакет firmware-linux-nonfree (0.43) …
update-initramfs: deferring update (trigger activated)
Обрабатываются триггеры для initramfs-tools (0.120) …
update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64

[свернуть]

После перезагрузки буду ставить Wine. Отпишу о результатах.


Cообщение объединено 08 июля 2015, 22:30:04


Перезагрузился, шрифтики при загрузке стали более мелкими, красивенькими. Ошибка пропала.


Cообщение объединено 08 июля 2015, 22:34:30


apt-get install wine

Открыть содержимое (спойлер)

Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Будут установлены следующие дополнительные пакеты:
  libmpg123-0 libopenal-data libopenal1 libwine libwine-gecko-2.21 wine64
Предлагаемые пакеты:
  binfmt-support ttf-mscorefonts-installer winbind avscan klamav clamav
Рекомендуемые пакеты:
  wine32
НОВЫЕ пакеты, которые будут установлены:
  libmpg123-0 libopenal-data libopenal1 libwine libwine-gecko-2.21 wine wine64
обновлено 0, установлено 7 новых пакетов, для удаления отмечено 0 пакетов, и 43 пакетов не обновлено.
Необходимо скачать 58,4 MБ архивов.
После данной операции, объём занятого дискового пространства возрастёт на 168 MB.
Хотите продолжить? [Д/н] д
Получено:1 http://ftp.ru.debian.org/debian/ jessie/main libmpg123-0 amd64 1.20.1-2 [133 kB]
Получено:2 http://ftp.ru.debian.org/debian/ jessie/main libopenal-data all 1:1.15.1-5 [11,5 kB]
Получено:3 http://ftp.ru.debian.org/debian/ jessie/main libopenal1 amd64 1:1.15.1-5 [165 kB]
Получено:4 http://ftp.ru.debian.org/debian/ jessie/main libwine amd64 1.6.2-20 [15,9 MB]
Получено:5 http://ftp.ru.debian.org/debian/ jessie/main libwine-gecko-2.21 all 2.21+dfsg2-1 [42,1 MB]
Получено:6 http://ftp.ru.debian.org/debian/ jessie/main wine64 amd64 1.6.2-20 [69,8 kB]
Получено:7 http://ftp.ru.debian.org/debian/ jessie/main wine amd64 1.6.2-20 [103 kB]   
Получено 58,4 MБ за 35с (1 629 kБ/c)                                                   
Выбор ранее не выбранного пакета libmpg123-0:amd64.
(Чтение базы данных … на данный момент установлено 103149 файлов и каталогов.)
Подготовка к распаковке …/libmpg123-0_1.20.1-2_amd64.deb …
Распаковывается libmpg123-0:amd64 (1.20.1-2) …
Выбор ранее не выбранного пакета libopenal-data.
Подготовка к распаковке …/libopenal-data_1%3a1.15.1-5_all.deb …
Распаковывается libopenal-data (1:1.15.1-5) …
Выбор ранее не выбранного пакета libopenal1:amd64.
Подготовка к распаковке …/libopenal1_1%3a1.15.1-5_amd64.deb …
Распаковывается libopenal1:amd64 (1:1.15.1-5) …
Выбор ранее не выбранного пакета libwine:amd64.
Подготовка к распаковке …/libwine_1.6.2-20_amd64.deb …
Распаковывается libwine:amd64 (1.6.2-20) …
Выбор ранее не выбранного пакета libwine-gecko-2.21.
Подготовка к распаковке …/libwine-gecko-2.21_2.21+dfsg2-1_all.deb …
Распаковывается libwine-gecko-2.21 (2.21+dfsg2-1) …
Выбор ранее не выбранного пакета wine64.
Подготовка к распаковке …/wine64_1.6.2-20_amd64.deb …
Распаковывается wine64 (1.6.2-20) …
Выбор ранее не выбранного пакета wine.
Подготовка к распаковке …/wine_1.6.2-20_amd64.deb …
Распаковывается wine (1.6.2-20) …
Обрабатываются триггеры для man-db (2.7.0.2-5) …
Настраивается пакет libmpg123-0:amd64 (1.20.1-2) …
Настраивается пакет libopenal-data (1:1.15.1-5) …
Настраивается пакет libopenal1:amd64 (1:1.15.1-5) …
Настраивается пакет libwine:amd64 (1.6.2-20) …
Настраивается пакет libwine-gecko-2.21 (2.21+dfsg2-1) …
Настраивается пакет wine64 (1.6.2-20) …
Настраивается пакет wine (1.6.2-20) …
Обрабатываются триггеры для libc-bin (2.19-18) …

[свернуть]

Ого! Вроде бы Wine x64 установился. Круто! Но пока не вижу его нигде в меню…


Cообщение объединено 08 июля 2015, 22:35:50


Цитата: ihammers от 08 июля 2015, 05:21:16dpkg -l | grep -i mesa

Открыть содержимое (спойлер)

ii  libegl1-mesa:amd64                    10.3.2-1                             amd64        free implementation of the EGL API — runtime
ii  libegl1-mesa-drivers:amd64            10.3.2-1                             amd64        free implementation of the EGL API — hardware drivers
ii  libgl1-mesa-dri:amd64                 10.3.2-1                             amd64        free implementation of the OpenGL API — DRI modules
ii  libgl1-mesa-glx:amd64                 10.3.2-1                             amd64        free implementation of the OpenGL API — GLX runtime
ii  libglapi-mesa:amd64                   10.3.2-1                             amd64        free implementation of the GL API — shared library
ii  libgles1-mesa:amd64                   10.3.2-1                             amd64        free implementation of the OpenGL|ES 1.x API — runtime
ii  libgles2-mesa:amd64                   10.3.2-1                             amd64        free implementation of the OpenGL|ES 2.x API — runtime
ii  libglu1-mesa:amd64                    9.0.0-2                              amd64        Mesa OpenGL utility library (GLU)
ii  libopenvg1-mesa:amd64                 10.3.2-1                             amd64        free implementation of the OpenVG API — runtime
ii  libtxc-dxtn-s2tc0:amd64               0~git20131104-1.1                    amd64        Texture compression library for Mesa
ii  libwayland-egl1-mesa:amd64            10.3.2-1                             amd64        implementation of the Wayland EGL platform — runtime

[свернуть]


Cообщение объединено 08 июля 2015, 22:36:42


Цитата: ihammers от 08 июля 2015, 05:21:16dpkg -l | grep -i wine

Открыть содержимое (спойлер)

ii  libwine:amd64                         1.6.2-20                             amd64        Windows API implementation — library
ii  libwine-gecko-2.21                    2.21+dfsg2-1                         all          Windows API implementation — web browser module
ii  wine                                  1.6.2-20                             amd64        Windows API implementation — standard suite
ii  wine64                                1.6.2-20                             amd64        Windows API implementation — 64-bit binary loader

[свернуть]


Cообщение объединено 08 июля 2015, 22:37:27


Цитата: ihammers от 08 июля 2015, 05:21:16lspci | grep -i vga

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470]


Cообщение объединено 08 июля 2015, 22:39:33


Цитата: ihammers от 08 июля 2015, 05:21:16uname -a

Linux ****** 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 GNU/Linux

Вот неожиданность-то! Вроде все в порядке, я так понимаю?
Попробую свою прогу сейчас запустить через Wine.


Cообщение объединено 08 июля 2015, 22:41:34


Все же Wine нет нигде в менюшке, где искать-то?


На вид нормально, ещё лучше установить wine32, некоторые программы могут не заработать с wine64. Насчёт menu не знаю, я всегда запускаю через терминал. Если я правильно понимаю, то в menu у вас максимум будет конфигурация wine и установленные программы, но не сам wine.

Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290


Цитата: ihammers от 09 июля 2015, 05:04:46Если я правильно понимаю, то в menu у вас максимум будет конфигурация wine и установленные программы, но не сам wine.

Да, это обычно. Но меню xFce такое простенькое, что в нем ничего нет. Не подскажете, как через терминал запустить? Знаю, что надо писать WIne [параметры]… А что за параметры?


Cообщение объединено 09 июля 2015, 09:36:53


По секрету скажу, мечтаю запустить готику первую и вторую на Debian. Это все, чего мне в Иксах не хватает. Не соображу где Wine спрятался. Через папку в домашней директории глянуть что ли?


Цитата: sagara.deb от 09 июля 2015, 06:32:35По секрету скажу, мечтаю запустить готику первую и вторую на Debian. Это все, чего мне в Иксах не хватает. Не соображу где Wine спрятался.

Вам нужно во-первых установить требуемые приложения/игры, например так:

~$ wine Downloads/program.exe
Во-вторых: запустить её через терминал, либо если появиться через menu, например так:

~$ wine ~/.wine/drive_c/Program\ Files/program/prog.exe

Для поиска/проверки работоспособности программ под wine используйте appdb.winehq.org.

PS: иксы это всё-таки оконная система, а не операционная система.

Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290


Цитата: ihammers от 10 июля 2015, 04:57:33PS: иксы это всё-таки оконная система, а не операционная система.

Спасибо, что просветили :) Ай, ж , блин, точно! X-Window!

Вечером буду пробовать.  Спасибо за поддержку!

P.S. У игр серии «Готика» статус Gold на WineHq.

Я для эксперимента решил поставить Mint рядом с Debian. Там пара игр сами собой пошли, просто через Wine поставил и все. А вот Готика не пошла, звук есть, но черный экран, как и при предыдущих попытках. Может быть из-за того, что я отменил установку через Wine DirectX после установки игры?


Уважаемый ihammers, я что-то намудрил. Не могли бы Вы помочь? Или посоветовать тему на форуме по этому поводу. Поставил через терминал wine 32, пишет ошибку, что приложение wine является 64-битным. Удалил все, установил только wine 32, теперь не находит, говорит неизвестная команда wine. Удалял через терминал apt-get remove… Как быть?


Показывайте какие пакеты установлены:

~$ dpkg -l | grep -i wine

Есть ли пакет wine?

В большинстве случаев установка DX не требуется.

Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290


Переустановил систему. Все нормально встало. Вывод команды нормальный:

Открыть содержимое (спойлер)

dpkg -l | grep -i wine
ii  libwine:amd64                         1.6.2-20                             amd64        Windows API implementation — library
ii  libwine-gecko-2.21                    2.21+dfsg2-1                         all          Windows API implementation — web browser module
ii  wine                                  1.6.2-20                             amd64        Windows API implementation — standard suite
ii  wine64                                1.6.2-20                             amd64        Windows API implementation — 64-bit binary loader

[свернуть]

Установил wine32. Вывод команды:

Открыть содержимое (спойлер)

dpkg -l | grep -i wine
ii  libwine:amd64                         1.6.2-20                             amd64        Windows API implementation — library
ii  libwine:i386                          1.6.2-20                             i386         Windows API implementation — library
ii  libwine-gecko-2.21                    2.21+dfsg2-1                         all          Windows API implementation — web browser module
ii  wine                                  1.6.2-20                             amd64        Windows API implementation — standard suite
ii  wine32                                1.6.2-20                             i386         Windows API implementation — 32-bit binary loader
ii  wine64                                1.6.2-20                             amd64        Windows API implementation — 64-bit binary loader

[свернуть]

Пытался запустить свою программу:

wine home/sagara/PGK/PGK.exe
wine: cannot find ‘home/sagara/PGK/PGK.exe’

Пытался запустить установку Morrowind:

/home/sagara/MORROWIND/Setup.exe
bash: /home/sagara/MORROWIND/Setup.exe: cannot execute binary file: Ошибка формата выполняемого файла

Не получается :(


Cообщение объединено 12 июля 2015, 21:27:00


Свою программу запустил, но не через терминал. После запуска winecfg добавил каталог с прогой в папку Program Files. После запуска winecfg также появилось в меню открыть с помощью -> A Wine Application. Пошел копать дальше…




Покорнейше благодарю всех за помощь!  :)


Понравилась статья? Поделить с друзьями:

Интересное по теме:

  • Playlistfinder ошибка открытия плейлиста
  • Playkey ошибка сети
  • Playkey ошибка игры
  • Playing video rust ошибка
  • Playgtav exe скачать файл для гта 5 ошибка

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии