Wine cannot find l c windows system32 program exe

Last login: Tue Mar 26 20:13:58 on ttys000 Sagars-MacBook-Pro:~ 5ag_70$ test "$?BASH_VERSION" = "0" || eval 'setenv() { export "$1=$2"; }'; setenv PATH "/Applications/Wine Stable.app/Contents/Resources/start/bin:/Applications/Wine Stable.app/Contents/Resources/wine/bin:$PATH"; winehelp --clear

5ag70

Newbie
Newbie
Posts: 1
Joined: Tue Mar 26, 2019 3:15 pm

wine: cannot find L»C:\windows\system32\program.exe»

Last login: Tue Mar 26 20:13:58 on ttys000
Sagars-MacBook-Pro:~ 5ag_70$ test «$?BASH_VERSION» = «0» || eval ‘setenv() { export «$1=$2»; }’; setenv PATH «/Applications/Wine Stable.app/Contents/Resources/start/bin:/Applications/Wine Stable.app/Contents/Resources/wine/bin:$PATH»; winehelp —clear

################################################################################
# Wine Is Not an Emulator #
################################################################################

Welcome to wine-4.0.

In order to start a program:
.exe: wine program.exe
.msi: wine msiexec /i program.msi

If you want to configure wine:
winecfg

To get information about app compatibility:
appdb Program Name

Sagars-MacBook-Pro:~ 5ag_70$ gram:
-bash: gram:: command not found
Sagars-MacBook-Pro:~ 5ag_70$ wine program.exe
preloader: Warning: failed to reserve range 00007fff40000000-00007fff41ff0000
preloader: Warning: failed to reserve range 00007fff40000000-00007fff41ff0000
preloader: Warning: failed to reserve range 00007fff40000000-00007fff41ff0000
preloader: Warning: failed to reserve range 00007fff40000000-00007fff41ff0000
preloader: Warning: failed to reserve range 00007fff40000000-00007fff41ff0000
preloader: Warning: failed to reserve range 00007fff40000000-00007fff41ff0000
preloader: Warning: failed to reserve range 00007fff40000000-00007fff41ff0000
wine: cannot find L»C:\windows\system32\program.exe»
Sagars-MacBook-Pro:~ 5ag_70$

Gcenx

Level 6
Level 6
Posts: 695
Joined: Mon Dec 25, 2017 12:11 pm

Re: wine: cannot find L»C:\windows\system32\program.exe»

Post

by Gcenx » Wed Mar 27, 2019 8:24 am

You dumped your Terminal output withou code tags, and don’t explain what you were trying to do.
The example says “programs.exe” that does not mean run

The above would try to load “program.exe” from C:Windowzsystem32 but as it says it can’t find that as it doesn’t exist.

The above will launch wines version of Windows file explorer.

The above would launch the wine version of Windows Control panel.

The above launches the wine configuration utility

These are some basic tools you can use, if your not sure the path of your installer/game etc you can use the explorer example and navigate to where the install is then run it

Related to this issue>
This is regarding a wine bug https://bugs.winehq.org/show_bug.cgi?id=39403 described in this link
https://www.reddit.com/r/wine_gaming/comments/3vuuu9/steam_store_cant_connect_giving_me_black_screen/ . I want to show installing wine/windows steam games from The Linux Terminal is possible despite the black screen.This allows them to appear in your steam games Library.

There is one problem that must be fixed first and is shown is my work/ research:

In terminal issue:

wine steam.exe

you get this:
wine: cannot find L»C:windowssystem32steam.exe»

Wine wants any windows executable programs to be installed there for some reason. In my case steam.exe

Solution:

wine start /d «C:nameoffoldercontainingexecutable» example.exe

For example:

steamsetup.exe is installed in C:Program Files where i like it to be.

Therefore the magic key to issue a command for installing any windows game from the Linux terminal in wine steam is:

wine start /d «C:Program Filessteamfoldername» steam.exe -applaunch steamappID#

The steam app ID is found in the URL of the steam game’s web page.

wine start /d — Sets the working directory for the executable.

I apologise for combining multiple subjects but to me this is my first post to help others and this is a complicated issue but I hope my idea can be used effectively in a post.

Thank you

NOTE For some very rediculous reason when i finish editing this post the windows command line bars shows only 1 at a time. They should have 2 for each typed. I can’t explain this otherwise.

  • Home
  • Forum
  • The Ubuntu Forum Community
  • Ubuntu Specialised Support
  • Wine
  • wine: cannot find L»C:\windows\system32\program.exe»

  1. wine: cannot find L»C:\windows\system32\program.exe»

    Hi,

    I’m a relative newcomer to Ubuntu and have 18.04 installed alongside Windows 7. With Windows 7 approaching it’s end of life support I’m looking for alternatives to my Windows programs, but not finding any that do as good a job as Winamp so I’m trying to get Winamp 5.666 to run under WINE and installed WINE today. It appeared to complete successfully however, if I open the terminal and enter:

    «wine —version» returns «wine-3.0 (Ubuntu 3.0-1ubuntu1)»

    «winecfg» opens the WINE config and shows
    C: ../drive_c
    Z: /

    «wine program» returns «wine: cannot find L»C:\windows\system32\program.exe»

    Using the files utility I can navigate to Home .wine drive_c windows system32 and confirm that program.exe is not listed.

    I’ve tried uninstalling and purging WINE and reinstalling WINE. Nothing changes and «wine program» continues to return the same message.

    Can anyone give me a clue as to what has gone wrong, or what I’m doing wrong?

    Thanks in advance


  2. Re: wine: cannot find L»C:\windows\system32\program.exe»

    Hi,

    You are receiving the error due to you telling wine to run the program called «program» when you run «wine program» which clearly does not exist.

    What you can try is to download the winamp installation file and then in the terminal go to the folder you downloaded the file and run «wine <nameofthefileyoudownloaded.exe>». This should launch the installer. If it installs successfully you should see winamp in your menu. If it works congratulations.

    There are alternative methods that can be used with wine that often set-up things required for specific applications so that you are more likely to have them work, one is Play on Linux, another is Lutris. They might make your wine experience a better one.


  3. Re: wine: cannot find L»C:\windows\system32\program.exe»

    Many thanks for your reply, which clearly explained my error. I downloaded the Winamp 5.8 (beta) program and used your advice but it failed to install. Downloaded the previous version 5.666 and that installed without a problem. Went into the preferences and set the watch folder to my existing music folder and started a scan which ran to completion. Tested with a few tracks successfully and am now very happy. Thanks again.

    I’m now looking forward to switching over to other Linux programs before Windows 7 disappears.


  4. Re: wine: cannot find L»C:\windows\system32\program.exe»

    otherwise there are so many alternatives that run natively including a couple of Winamp clones:

    Audacious
    Rhythmbox
    Clementine
    Amarok
    Cantata
    DeadBeef
    gmusicbrowser
    Guayadeque
    Quod Libet
    MUSIQUE

    winamp clones:
    qmmp
    xmms


  5. Re: wine: cannot find L»C:\windows\system32\program.exe»

    Quote Originally Posted by hillwalker801
    View Post

    Many thanks for your reply, which clearly explained my error. I downloaded the Winamp 5.8 (beta) program and used your advice but it failed to install. Downloaded the previous version 5.666 and that installed without a problem. Went into the preferences and set the watch folder to my existing music folder and started a scan which ran to completion. Tested with a few tracks successfully and am now very happy. Thanks again.

    I�m now looking forward to switching over to other Linux programs before Windows 7 disappears.

    You can mark the thread as solved.

    My prefered music player is Clementine, even on Windows.


Bookmarks

Bookmarks


Posting Permissions

Александр Ческидов


cogniter


Александр Ческидов


18.03.2019

Из репозитория дистрибутива через менеджер пакетов.

18.03.2019

Не нужно под root запускать! Это первое. Второе нужно писать путь до вызываемого exe файла, тоесть wine ./test/test.exe если путь не писать то wine будет искать файл в своей абстракции C:\windows\system32\

Александр Ческидов


19.03.2019

Не нужно под root запускать! Это первое. Второе нужно писать путь до вызываемого exe файла, тоесть wine ./test/test.exe если путь не писать то wine будет искать файл в своей абстракции C:\windows\system32\

Прописывал, не получается, выдаёт:
sacha@malta:~$ /home/sacha/.wine/drive_c/windows/system32/program.exe
bash: /home/sacha/.wine/drive_c/windows/system32/program.exe: Нет такого файла или каталога
sacha@malta:~$
Хотя такой каталог есть и файл в нём тоже есть.

Скриншот.png

Скриншот.png

19.03.2019

Прописывал, не получается, выдаёт:
sacha@malta:~$ /home/sacha/.wine/drive_c/windows/system32/program.exe
bash: /home/sacha/.wine/drive_c/windows/system32/program.exe: Нет такого файла или каталога
sacha@malta:~$
Хотя такой каталог есть и файл в нём тоже есть.

wine /home/sacha/.wine/drive_c/windows/system32/program.exe

Александр Ческидов


20.03.2019

Не получается:
sacha@malta:~$ wine /home/sacha/.wine/drive_c/windows/system32/program.exe
wine: cannot find L»C:\windows\system32\program.exe»

Но решил проблему другим способом:
1. Скачал файлы установки, закинул их в каталог Wine: /home/sacha/.wine/drive_c/Program Files (x86)
2. Далее запустил файл winecfg — Настройка Wine (через терминал или утилиту Запуск приложений), добавил в него файлы установки, указав их месторасположения (Жмём Добавить приложение и указываем где находятся файлы .exe)
3. Далее зашёл в каталог Wine, куда закинул файлы установки, кликаем на файле правой кнопкой мыши — Открыть с помощью, далее в открывшемся окне отмечаем пункт Установить по умолчанию и жмём Другая, откроется каталог /usr/bin — в нём находим файл wine (или в строке Путь пишем wine) и жмём Открыть. Всё файлы прописаны и знают какой программой открываться.
4. Далее как в Винде — запускаем файл .exe и устанавливаем программу, ярлыки появятся на рабочем столе и запускаем программу.
5. Если ярлык не открывает программу удаляем его, затем заходим в каталог с программой /home/sacha/.wine/drive_c/Program Files (x86)/папка программы которую установили, находим файл запуска .exe и выполняем с ним пункт 3. Далее кликаем на файле правой кнопкой мыши — Отправить — Рабочий стол (создать ярлык).
Теперь программы запускаются и работают — путь конечно долгий, но что поделаешь если wine глючный, а другой не ставится.

P.S. Кстати после указания для файла .exe запускать его wine по умолчанию — все остальные файлы .exe открываются этой программой автоматически (даже Portable (портативные) версии).

P.P.S. Если у вас установлена вторая ОС (любая Windows) параллельно Линукс, то программы установленные в этой ОС тоже можно запускать из Линукс, только не из панели ярлыков меню пуск а из папки программы расположенной в Program Files (полный путь до папки: Накопители/Windows 7 Rus sda1/Program Files) где есть файл .exe. Запускаются все, а вот работают корректно не все (их надо будет устанавливать отдельно через wine в Линукс). Да, не забудьте примонтировать накопители.

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

20.03.2019

Не нужно под root запускать! Это первое. Второе нужно писать путь до вызываемого exe файла, тоесть wine ./test/test.exe если путь не писать то wine будет искать файл в своей абстракции C:\windows\system32\

А нормально допилить оболочку fly не пробовали, как и добавить в репозитарий winetricks?
Я конечно понимаю что у разработчиков похоже бзик по поводу виндовс программ которым не место в их ламповой сборке с понями ;)

cogniter


20.03.2019

А нормально допилить оболочку fly не пробовали, как и добавить в репозитарий winetricks?
Я конечно понимаю что у разработчиков похоже бзик по поводу виндовс программ которым не место в их ламповой сборке с понями ;)

а что вам нужно допилить в оболочке Fly?

20.03.2019

а что вам нужно допилить в оболочке Fly?

Вы пробовали установить wine?
Можете ответить почему программа из официального репозитария не добавляется в «меню пуск» и не добавляется в ассоциации. Причем как я понимаю эта болезнь с рождения так как я увидело это в версии 2,7, сейчас это версия 3.0 и я уверен что в версии 4.0 будет то же самое. Причем я такое же поведение видел как минимум еще у одной программы, не помню какой так как снес систему к чертовой матери. Я бы попросил добавить winetricks в основной репозитарий так как из дебиановского есть какие то косяки и когда я пробовал версию 2,7 система срала кучей ошибок при его использовании.

зы Расскажете как в «чудесном» fly сделать включенный NumLock при загрузки системы — numlockx не предлагать по причине, ну вы сами я думаю догадаетесь. Так же можете намекнуть как сделать чтобы пользователь автоматически логинился при старте компьютера (без залезания в конфиг это возможно же правда?). Или как с помощью fly скопировать настройки пользователя для другой учетной записи хотя бы для основных параметров типа питания, скринсервера, окружения и т.д. ;)

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

cogniter


20.03.2019

Вы пробовали установить wine?
Можете ответить почему программа из официального репозитария не добавляется в «меню пуск» и не добавляется в ассоциации. Причем как я понимаю эта болезнь с рождения так как я увидело это в версии 2,7, сейчас это версия 3.0 и я уверен что в версии 4.0 будет то же самое. Причем я такое же поведение видел как минимум еще у одной программы, не помню какой так как снес систему к чертовой матери. Я бы попросил добавить winetricks в основной репозитарий так как из дебиановского есть какие то косяки и когда я пробовал версию 2,7 система срала кучей ошибок при его использовании.

Понял, спасибо. Посмотрим это направление.

20.03.2019

Вы пробовали установить wine?
Можете ответить почему программа из официального репозитария не добавляется в «меню пуск» и не добавляется в ассоциации. Причем как я понимаю эта болезнь с рождения так как я увидело это в версии 2,7, сейчас это версия 3.0 и я уверен что в версии 4.0 будет то же самое. Причем я такое же поведение видел как минимум еще у одной программы, не помню какой так как снес систему к чертовой матери. Я бы попросил добавить winetricks в основной репозитарий так как из дебиановского есть какие то косяки и когда я пробовал версию 2,7 система срала кучей ошибок при его использовании.

зы Расскажете как в «чудесном» fly сделать включенный NumLock при загрузки системы — numlockx не предлагать по причине, ну вы сами я думаю догадаетесь. Так же можете намекнуть как сделать чтобы пользователь автоматически логинился при старте компьютера (без залезания в конфиг это возможно же правда?). Или как с помощью fly скопировать настройки пользователя для другой учетной записи хотя бы для основных параметров типа питания, скринсервера, окружения и т.д. ;)

Так же можете намекнуть как сделать чтобы пользователь автоматически логинился при старте компьютера (без залезания в конфиг это возможно же правда?).

— fly-admin-dm (вкладка дополнительно)

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

Код:

sudo cp -r ~/.fly /etc/skel
sudo cp -r ~/.config/rusbitech/ /etc/skel

Как-то так. Или вы хотите импорт из GUI?

Александр Ческидов


21.03.2019

Понял, спасибо. Посмотрим это направление.

Кстати в Alt Linux wine ставится и работает без косяков, при чём по умолчанию при установке системы. Может с ними пообщаетесь чтобы решить эту проблему.

21.03.2019

Кстати в Alt Linux wine ставится и работает без косяков, при чём по умолчанию при установке системы. Может с ними пообщаетесь чтобы решить эту проблему.

Там обычный DE, а тут fly, видимо в этом и разница

21.03.2019

— fly-admin-dm (вкладка дополнительно)

Код:

sudo cp -r ~/.fly /etc/skel
sudo cp -r ~/.config/rusbitech/ /etc/skel

Как-то так. Или вы хотите импорт из GUI?

Спасибо попробую.
Хотелось бы видеть копирование настроек для других пользователей т.е. настроив окружение одного пользователя с ярлыками на рабочем столе, в быстром запуске, настроек раскладки клавиатуры, картинки рабочего стола и скринсервера, настроек энергосбережения и т.д. перенести эти настройки другому созданному на этой машине пользователю, чтобы не настраивать это же самое под другим пользователем. Если сделать выбор что именно копируется было бы интересно.

21.03.2019

— fly-admin-dm (вкладка дополнительно)

По RDP не работает (xrdp) ;)
при простом запуске чекпоинты не активны, при запуске под привилегиями срет
sudo fly-admin-dm
No protocol specified
qt.qpa.screen: QXcbConnection: Could not connect to display :10.0
Could not connect to any X display.

21.03.2019

:~$ sudo apt update
Сущ:1 https://download.astralinux.ru/astra/current/orel/repository orel InRelease
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Может быть обновлено 20 пакетов. Запустите «apt list —upgradable» для их показа.
:~$ sudo apt upgrade
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Расчёт обновлений… Готово
Пакеты, которые будут оставлены в неизменном виде:
libreoffice libreoffice-astra libreoffice-avmedia-backend-gstreamer libreoffice-base libreoffice-base-core libreoffice-base-drivers libreoffice-calc libreoffice-common libreoffice-core
libreoffice-draw libreoffice-gtk2 libreoffice-help-ru libreoffice-impress libreoffice-l10n-ru libreoffice-math libreoffice-pdfimport libreoffice-report-builder-bin
libreoffice-style-tango libreoffice-writer python3-uno
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 20 пакетов не обновлено.

зы В панели управления в менеджере обновлений уже следующее — 25 и под rpd похоже тоже не хочет работать так как кнопка да неактивна :p:love:

зы2
sudo useradd user
sudo passwd user

Гы гы логинюсь и получаю болт с сообщением об том что чего то нет и будет загружена временная переменная среда. Залез в управление и сделал тестового пользователя — фоточки ниже (y)
Добавляю домашний каталог по аналогии, болт но профиль загружается с временной папкой как и до добавления пути. Создаю папку в home — болт в двойне так как вообще не загружается профиль, скорее всего нет прав на созданную папку user пользователю user :ROFLMAO:

  • 1.jpg

    137.9 КБ
    Просмотры: 532

  • 2.jpg

    55.3 КБ
    Просмотры: 498

  • 3.jpg

    66.4 КБ
    Просмотры: 481

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

22.03.2019

:~$ sudo apt update
Сущ:1 https://download.astralinux.ru/astra/current/orel/repository orel InRelease
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Может быть обновлено 20 пакетов. Запустите «apt list —upgradable» для их показа.
:~$ sudo apt upgrade
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Расчёт обновлений… Готово
Пакеты, которые будут оставлены в неизменном виде:
libreoffice libreoffice-astra libreoffice-avmedia-backend-gstreamer libreoffice-base libreoffice-base-core libreoffice-base-drivers libreoffice-calc libreoffice-common libreoffice-core
libreoffice-draw libreoffice-gtk2 libreoffice-help-ru libreoffice-impress libreoffice-l10n-ru libreoffice-math libreoffice-pdfimport libreoffice-report-builder-bin
libreoffice-style-tango libreoffice-writer python3-uno
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 20 пакетов не обновлено.

зы В панели управления в менеджере обновлений уже следующее — 25 и под rpd похоже тоже не хочет работать так как кнопка да неактивна :p:love:

зы2
sudo useradd user
sudo passwd user

Гы гы логинюсь и получаю болт с сообщением об том что чего то нет и будет загружена временная переменная среда. Залез в управление и сделал тестового пользователя — фоточки ниже (y)
Добавляю домашний каталог по аналогии, болт но профиль загружается с временной папкой как и до добавления пути. Создаю папку в home — болт в двойне так как вообще не загружается профиль, скорее всего нет прав на созданную папку user пользователю user :ROFLMAO:

А теперь читаем разницу между useradd и adduser https://ubuntu.fliplinux.com/adduser-useradd.html
И думаем, а создали мы $HOME для пользователя????

22.03.2019

:~$ sudo apt update
Сущ:1 https://download.astralinux.ru/astra/current/orel/repository orel InRelease
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Может быть обновлено 20 пакетов. Запустите «apt list —upgradable» для их показа.
:~$ sudo apt upgrade
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Расчёт обновлений… Готово
Пакеты, которые будут оставлены в неизменном виде:
libreoffice libreoffice-astra libreoffice-avmedia-backend-gstreamer libreoffice-base libreoffice-base-core libreoffice-base-drivers libreoffice-calc libreoffice-common libreoffice-core
libreoffice-draw libreoffice-gtk2 libreoffice-help-ru libreoffice-impress libreoffice-l10n-ru libreoffice-math libreoffice-pdfimport libreoffice-report-builder-bin
libreoffice-style-tango libreoffice-writer python3-uno
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 20 пакетов не обновлено.

зы В панели управления в менеджере обновлений уже следующее — 25 и под rpd похоже тоже не хочет работать так как кнопка да неактивна :p:love:

зы2
sudo useradd user
sudo passwd user

Гы гы логинюсь и получаю болт с сообщением об том что чего то нет и будет загружена временная переменная среда. Залез в управление и сделал тестового пользователя — фоточки ниже (y)
Добавляю домашний каталог по аналогии, болт но профиль загружается с временной папкой как и до добавления пути. Создаю папку в home — болт в двойне так как вообще не загружается профиль, скорее всего нет прав на созданную папку user пользователю user :ROFLMAO:

Ещё читаем чем отличается apt upgrede от apt dist-upgrade

22.03.2019

Спасибо попробую.
Хотелось бы видеть копирование настроек для других пользователей т.е. настроив окружение одного пользователя с ярлыками на рабочем столе, в быстром запуске, настроек раскладки клавиатуры, картинки рабочего стола и скринсервера, настроек энергосбережения и т.д. перенести эти настройки другому созданному на этой машине пользователю, чтобы не настраивать это же самое под другим пользователем. Если сделать выбор что именно копируется было бы интересно.

Это решается достаточно простым скриптом за 10-15 минут. Нужно только точно знать какие настройки нужны.

Содержание

  1. Thread: wine: cannot find L»C:windowssystem32program.exe»
  2. wine: cannot find L»C:windowssystem32program.exe»
  3. Re: wine: cannot find L»C:windowssystem32program.exe»
  4. Re: wine: cannot find L»C:windowssystem32program.exe»
  5. Re: wine: cannot find L»C:windowssystem32program.exe»
  6. Thread: wine: could not load L»C:windowssystem32program]#.exe»: Module not found
  7. wine: could not load L»C:windowssystem32program]#.exe»: Module not found
  8. Re: wine: could not load L»C:windowssystem32program]#.exe»: Module not found
  9. Re: wine: could not load L»C:windowssystem32program]#.exe»: Module not found
  10. Re: wine: could not load L»C:windowssystem32program]#.exe»: Module not found
  11. Re: wine: could not load L»C:windowssystem32program]#.exe»: Module not found
  12. Re: wine: could not load L»C:windowssystem32program]#.exe»: Module not found
  13. 4 Answers 4
  14. wine: cannot find L”C:windowssystem32python.exe” #53
  15. Comments
  16. atipico commented Dec 29, 2015
  17. atipico commented Jan 4, 2016
  18. apprenticeharper commented Jan 6, 2016
  19. atipico commented Jan 6, 2016
  20. Wine cannot find l c windows system32 program exe
  21. wine cannot find L «c:/windows/system32/plugplay.exe

Thread: wine: cannot find L»C:\windows\system32\program.exe»

Thread Tools
Display

wine: cannot find L»C:\windows\system32\program.exe»

I’m a relative newcomer to Ubuntu and have 18.04 installed alongside Windows 7. With Windows 7 approaching it’s end of life support I’m looking for alternatives to my Windows programs, but not finding any that do as good a job as Winamp so I’m trying to get Winamp 5.666 to run under WINE and installed WINE today. It appeared to complete successfully however, if I open the terminal and enter:

«wine program» returns «wine: cannot find L»C:\windows\system32\program.exe»

I’ve tried uninstalling and purging WINE and reinstalling WINE. Nothing changes and «wine program» continues to return the same message.

Can anyone give me a clue as to what has gone wrong, or what I’m doing wrong?

avatar423177 31

Re: wine: cannot find L»C:\windows\system32\program.exe»

You are receiving the error due to you telling wine to run the program called «program» when you run «wine program» which clearly does not exist.

What you can try is to download the winamp installation file and then in the terminal go to the folder you downloaded the file and run «wine «. This should launch the installer. If it installs successfully you should see winamp in your menu. If it works congratulations.

There are alternative methods that can be used with wine that often set-up things required for specific applications so that you are more likely to have them work, one is Play on Linux, another is Lutris. They might make your wine experience a better one.

Re: wine: cannot find L»C:\windows\system32\program.exe»

Many thanks for your reply, which clearly explained my error. I downloaded the Winamp 5.8 (beta) program and used your advice but it failed to install. Downloaded the previous version 5.666 and that installed without a problem. Went into the preferences and set the watch folder to my existing music folder and started a scan which ran to completion. Tested with a few tracks successfully and am now very happy. Thanks again.

I’m now looking forward to switching over to other Linux programs before Windows 7 disappears.

avatar964486 3

Re: wine: cannot find L»C:\windows\system32\program.exe»

otherwise there are so many alternatives that run natively including a couple of Winamp clones:

Audacious
Rhythmbox
Clementine
Amarok
Cantata
DeadBeef
gmusicbrowser
Guayadeque
Quod Libet
MUSIQUE

Источник

Thread: wine: could not load L»C:\windows\system32\program]#.exe»: Module not found

Thread Tools
Display

wine: could not load L»C:\windows\system32\program]#.exe»: Module not found

I installed wine but i cannot see it in the Applications menu. When i try to add in ‘Edit Menus’ it can’t be seen anywhere.

I had a look through previous threads and found: winecfg. Typing winecfg does load the config window but with the following error msg:

$ winecfg
err:winecfg:load_drives GetVolumeInformation() for ‘D:’ failed, setting serial to 0
«

When i try to load the program from terminal i get the following:

»
wine: could not load L»C:\windows\system32\program]#.exe»: Module not found
«

Does this mean that the installation of the program came a cropper somewhere along the line? If so what i the safest way of removing Wine 1.0.1 and trying again?

Any help would be much appreciated.

avatar150191 16

Re: wine: could not load L»C:\windows\system32\program]#.exe»: Module not found

Either your installation is borked, or you are doing something wrong. Run:

Then reinstall WINE.

I’m not sure what you’re expecting to find in the applications menu aside from
winecfg and a few other small programs. WINE is not an application launcher by
and means, but something that applications are launched upon.

After you’ve installed whatever program you would like to run under WINE go to
it’s installation directory and test it from the console there first before trying
any icons it may have created. For example:

/.wine/drive_c/Program Files/Photoshop/
wine photoshop.exe

You may see some fixme messages but these are not errors, if the software loads up
from here go ahead and exit it then test any desktop or menu items WINE may have
created for said software. This way you can be sure it runs before aimlessly
clicking around your desktop. ^_^

Please try to be as specific as possible when posting for help here, I’m not 100%
sure as to what you were saying in a few segments of your post and it’s likely
others may not understand some of it either.

Re: wine: could not load L»C:\windows\system32\program]#.exe»: Module not found

Ah right thanks a lot.
I removed Wine from Terminal with the command you gave me, however i just thought i’d see if it had deleted the Wine directory my «home» folder on the HDD. the «.wine» folder is still there will all its contents.

Should i delete this folder before i reinstall?
Or will the re-installation see the folder and accept it?

avatar150191 16

Re: wine: could not load L»C:\windows\system32\program]#.exe»: Module not found

It will accept it, but if you’ve already messed something up in that folder you may still have problems after reinstallation.
I personally never remove my WINE folder nor do I usually advise others to do so, however if it’s not too much trouble you should probably consider it.

Installed wine once again.

Still wine is not visible anywhere in the apps menu.

The program i am trying get running is AutoCAD 2000, i found from another user a page to help: http://appdb.winehq.org/objectManage. estingId=26162

However after this fresh installation of wine, right clicking on the setup.exe file on the AutoCAD CD doesn’t offer a run in wine. Furthermore when i click find other programs Wine isn’t there.

Any ideas?? (It’s now half one and i’ve had enough for this eve)

Sorry take that last bit back, i can load the setup file in wine.

Its still not in the apps menu though.

Anyway thanks for the help

Re: wine: could not load L»C:\windows\system32\program]#.exe»: Module not found

Re: wine: could not load L»C:\windows\system32\program]#.exe»: Module not found

Hi, i’m using the latest Ubuntu version.
No i do not think that it has any special mountings. I have absolutely no idea what’s going on with it. Quite annoying really because now when ever i want to load the config page for wine i have to go through the terminal. kind of defeats the point of the GUI of Ubuntu.

Anyway, the following instructions to install AutoCAD 2000 using Wine 1.0.1 on Ubuntu 8.10 works:

__________________________________________________ ________________________
by xaser on Wednesday June 21st 2006, 11:32
HOWTO Install AutoCAD 2000 on LiNUX-Debian-Knoppix5.0.1+Wine0.9

1)Install Wine 0.9
2)Install winetools
3)Use wintools and install a w98 system and all updates possible.
4)Install Acad 2000 (using «open with» option on konkeror over setup.exe, and type wine, in short: open setup.exe with wine)
5)after finnish install copy all the files & libs from the ACAD dir on the acad installer cd to the following wine directories: windows, system32 (was the only way found that always make Acad to found all the libs all the time)
6)copy the fonts from a W98 fonts dir to the wine font dir.
7)Chech that the dir windows on wine install have the msvcrt.dll library present.
8)run by desktop icon created by Acad and Wine.

this was the procedure to got me working acad install, since other install helps was somewhat partial info and well detailed so I was almost mad because had to repeat ful procedure 12 times before got this install sequence working.

If things goes wrong, uninstalls acad2000 by uninstall option of winetools AND then by hand and with konkeror search /.wine dir inside your user dir and then erase the acad200 that was left behind by the uninstall winetools option, and that is inside program files of the wine directory. After a long test, I have it working on and old IBM ThinkPad 600E (pentium II with around 200k memory and IT WORKS VERY Fast and well, in fact the Zooming & Panning feels similar fast than the same machine in the acad2k test install over the W98 installed partition.

Good Luck and patience.
__________________________________________________ ________________________

If anyone does think of a reason for Wine not being visible i would really like to know.
Thanks,
John.

Источник

I have installed wine 1.8 and winetricks on my Xubuntu 16.04 but I have the error below when I try to install an exe file:

Any ideas why and how I can fix it?

4 Answers 4

Run the Configure Wine application from the launcher or open a terminal with Ctrl Alt T and issue the command winecfg Either way you will get a Configuration Window for Wine. Insure that you are emulating the right version of Windows for your application and that the settings on all the tabs are sane. Drive Mapping Example Below:

Note: In a typical installation of Wine The directory noted in your question can be found at

/.wine/drive_c/windows/system32 and you can examine the content with the command.

You can find the location of the Set-up.exe file in your question with the terminal command find

If anything in this answer is unclear please leave me a comment and I’ll do my best to clarify.

Cfz2Q

If you don’t provide full path (or relative path), wine will only search in «c:windowssystem32»

Just execute your file along with the path

There is one problem that must be fixed first and is shown is my work/ research:

you get this: wine: cannot find L»C:windowssystem32steam.exe»

Wine wants any windows executable programs to be installed there for some reason. In my case steam.exe

wine start /d «C:nameoffoldercontainingexecutable» example.exe

steamsetup.exe is installed in C:Program Files where i like it to be.

Therefore the magic key to issue a command for installing any windows game from the Linux terminal in wine steam is:

The steam app ID is found in the URL of the steam game’s web page.

I apologise for combining multiple subjects but to me this is my first post to help others and this is a complicated issue but I hope my idea can be used effectively in a post.

NOTE For some very rediculous reason when i finish editing this post the windows command line bars shows only 1 at a time. They should have 2 for each typed. I can’t explain this otherwise.

Источник

wine: cannot find L”C:\windows\system32\python.exe” #53

Wine 1.9.0 Installed following steps from http://wiki.winehq.org/Ubuntu

This time, ActivePython installer was able to create

I don’t know if this is a problem related to Calibre or the DeDRM script, but, as we can see in the debug below, python.exe is called from the wrong path:
wine: cannot find L”C:windowssystem32python.exe”
As I said above, the 64bit version installs the «python.exe» file under: «

Don’t know what I can do any further.

Would be a way to define the correct path to python.exe inside the DeDRM script?

/.mtpz-data for reading, MTPZ disabled.Started up in 1.37 seconds with 11 books
Worker Launch took: 0.0650780200958
Job: 1 Read metadata (0 of 1) finished
Read metadata (0 of 1)
DeDRM v6.3.4: Trying to decrypt B00BMWEFR4_EBOK.azw
Using Library AlfCrypto DLL/DYLIB/SO
MobiDeDrm v0.41.
Copyright © 2008-2012 The Dark Reverser et al.
MOBI header version 8, header length 264
Extra Data Flags: 3
Decrypting Kindle Format 8 ebook: The Boron Letters
Found 0 keys to try after 0.0 seconds
Crypto Type is: 2
DeDRM v6.3.4: Failed to decrypt with error: No key found in 0 keys tried.
DeDRM v6.3.4: Looking for new default Kindle Key after 0.0 seconds
DeDRM v6.3.4: Running kindlekey.py under Wine
DeDRM v6.3.4: Command line: “WINEPREFIX=”/home/rgr” wine python.exe “/home/rgr/.config/calibre/plugins/DeDRM/libraryfiles/kindlekey.py” “/home/rgr/.config/calibre/plugins/DeDRM/libraryfiles/winekeysdir””
wine: cannot find L”C:windowssystem32python.exe”
DeDRM v6.3.4: Found and decrypted 0 key files
DeDRM v6.3.4: Ultimately failed to decrypt after 1.1 seconds.
Read the FAQs at Alf’s blog: https://apprenticealf.wordpress.com/
Running file type plugin DeDRM failed with traceback:
Traceback (most recent call last):
File “/usr/lib/calibre/calibre/customize/ui.py”, line 154, in _run_filetype_plugins
nfp = plugin.run(path_to_file)
File “calibre_plugins.dedrm.init”, line 590, in run
File “calibre_plugins.dedrm.init”, line 540, in KindleMobiDecrypt
DeDRMError: DeDRM v6.3.4: Ultimately failed to decrypt after 1.1 seconds

Added The Boron Letters to db in: 1.74273991585 seconds

The text was updated successfully, but these errors were encountered:

Changing the 2 occurrences of «python.exe» in the file «wineutils.py» by the correct path «C:Python27python.exe» I was able to overcome the error «wine: cannot find L”C:windowssystem32python.exe”». However I continue to receive this error:

/.mtpz-data for reading, MTPZ disabled.Started up in 1.37 seconds with 11 books
Worker Launch took: 0.10120010376
Job: 1 Read metadata (0 of 1) finished
Read metadata (0 of 1)
DeDRM v6.3.4: Trying to decrypt B00BMWEFR4_EBOK.azw
Using Library AlfCrypto DLL/DYLIB/SO
MobiDeDrm v0.41.
Copyright © 2008-2012 The Dark Reverser et al.
MOBI header version 8, header length 264
Extra Data Flags: 3
Decrypting Kindle Format 8 ebook: The Boron Letters
Found 0 keys to try after 0.4 seconds
Crypto Type is: 2
DeDRM v6.3.4: Failed to decrypt with error: No key found in 0 keys tried.
DeDRM v6.3.4: Looking for new default Kindle Key after 0.4 seconds
DeDRM v6.3.4: Exception when getting default Kindle Key after 0.4 seconds
Traceback (most recent call last):
File «calibre_plugins.dedrm.init«, line 511, in KindleMobiDecrypt
File «/usr/lib/calibre/calibre/customize/zipplugin.py», line 175, in load_module
import_name), ‘exec’, dont_inherit=True)
File «calibre_plugins.dedrm.wineutils», line 31
cmdline = u»WINEPREFIX=»<2>» wine «C:Python27python.exe» «<0>» «<1>«».format(scriptpath,outdirpath,wineprefix)
^
SyntaxError: invalid syntax
DeDRM v6.3.4: Ultimately failed to decrypt after 0.4 seconds.
Read the FAQs at Alf’s blog: http://apprenticealf.wordpress.com/
Running file type plugin DeDRM failed with traceback:
Traceback (most recent call last):
File «/usr/lib/calibre/calibre/customize/ui.py», line 154, in _run_filetype_plugins
nfp = plugin.run(path_to_file)
File «calibre_plugins.dedrm.init«, line 590, in run
File «calibre_plugins.dedrm.init«, line 540, in KindleMobiDecrypt
DeDRMError: DeDRM v6.3.4: Ultimately failed to decrypt after 0.4 seconds

Added The Boron Letters to db in: 1.9603509903 seconds

That looks like it would work, except that you have not escaped the quotation marks around the path to python.exe, or the back slashes in the path. Try changing line 31 from

cmdline = u»WINEPREFIX=»<2>» wine «C:Python27python.exe» «<0>» «<1>«».format(scriptpath,outdirpath,wineprefix)

cmdline = u»WINEPREFIX=»<2>» wine «C:Python27python.exe» «<0>» «<1>«».format(scriptpath,outdirpath,wineprefix)

Python.exe appears in line 31 and 33. But I tried the suggestion you made on 31 only and both lines. This is what I got respectively:

/.mtpz-data for reading, MTPZ disabled.Started up in 1.42 seconds with 11 books
Worker Launch took: 0.0667860507965
Job: 1 Read metadata (0 of 1) finished
Read metadata (0 of 1)
DeDRM v6.3.4: Trying to decrypt B00BMWEFR4_EBOK.azw
Using Library AlfCrypto DLL/DYLIB/SO
MobiDeDrm v0.41.
Copyright © 2008-2012 The Dark Reverser et al.
MOBI header version 8, header length 264
Extra Data Flags: 3
Decrypting Kindle Format 8 ebook: The Boron Letters
Found 0 keys to try after 0.0 seconds
Crypto Type is: 2
DeDRM v6.3.4: Failed to decrypt with error: No key found in 0 keys tried.
DeDRM v6.3.4: Looking for new default Kindle Key after 0.0 seconds
DeDRM v6.3.4: Exception when getting default Kindle Key after 0.0 seconds
Traceback (most recent call last):
File «calibre_plugins.dedrm.init«, line 511, in KindleMobiDecrypt
File «/usr/lib/calibre/calibre/customize/zipplugin.py», line 175, in load_module
import_name), ‘exec’, dont_inherit=True)
File «calibre_plugins.dedrm.wineutils», line 33
cmdline = u»wine «C:Python27python.exe» «<0>» «<1>«».format(scriptpath,outdirpath)
^
SyntaxError: invalid syntax
DeDRM v6.3.4: Ultimately failed to decrypt after 0.0 seconds.
Read the FAQs at Alf’s blog: http://apprenticealf.wordpress.com/
Running file type plugin DeDRM failed with traceback:
Traceback (most recent call last):
File «/usr/lib/calibre/calibre/customize/ui.py», line 154, in _run_filetype_plugins
nfp = plugin.run(path_to_file)
File «calibre_plugins.dedrm.init«, line 590, in run
File «calibre_plugins.dedrm.init«, line 540, in KindleMobiDecrypt
DeDRMError: DeDRM v6.3.4: Ultimately failed to decrypt after 0.0 seconds

Added The Boron Letters to db in: 1.99438691139 seconds

/.mtpz-data for reading, MTPZ disabled.Started up in 1.38 seconds with 11 books
Worker Launch took: 0.0889258384705
Job: 1 Read metadata (0 of 1) finished
Read metadata (0 of 1)
DeDRM v6.3.4: Trying to decrypt B00BMWEFR4_EBOK.azw
Using Library AlfCrypto DLL/DYLIB/SO
MobiDeDrm v0.41.
Copyright © 2008-2012 The Dark Reverser et al.
MOBI header version 8, header length 264
Extra Data Flags: 3
Decrypting Kindle Format 8 ebook: The Boron Letters
Found 0 keys to try after 0.2 seconds
Crypto Type is: 2
DeDRM v6.3.4: Failed to decrypt with error: No key found in 0 keys tried.
DeDRM v6.3.4: Looking for new default Kindle Key after 0.2 seconds
DeDRM v6.3.4: Running kindlekey.py under Wine
DeDRM v6.3.4: Command line: “WINEPREFIX=»/var/www/teste.com» wine «C:Python27python.exe» «/home/rgr/.config/calibre/plugins/DeDRM/libraryfiles/kindlekey.py» «/home/rgr/.config/calibre/plugins/DeDRM/libraryfiles/winekeysdir»”
wine: cannot find ‘C:Python27python.exe’
DeDRM v6.3.4: Found and decrypted 0 key files
DeDRM v6.3.4: Ultimately failed to decrypt after 0.7 seconds.
Read the FAQs at Alf’s blog: http://apprenticealf.wordpress.com/
Running file type plugin DeDRM failed with traceback:
Traceback (most recent call last):
File «/usr/lib/calibre/calibre/customize/ui.py», line 154, in _run_filetype_plugins
nfp = plugin.run(path_to_file)
File «calibre_plugins.dedrm.init«, line 590, in run
File «calibre_plugins.dedrm.init«, line 540, in KindleMobiDecrypt
DeDRMError: DeDRM v6.3.4: Ultimately failed to decrypt after 0.7 seconds

Added The Boron Letters to db in: 2.197026968 seconds

Источник

Wine cannot find l c windows system32 program exe

Post by bflojoe6 » Thu Mar 31, 2011 1:09 pm

However, the C drive ‘browse’ button is greyed out, so I cannot link Wine to this drive, which in fact does appear in my file system

What is wrong and how can I fix this problem? Thanks.

wine cannot find L «c:/windows/system32/plugplay.exe

Post by James McKenzie » Thu Mar 31, 2011 1:35 pm

However, the C drive ‘browse’ button is greyed out, so I cannot link Wine to this drive, which in fact does appear in my file system.

Is this really what it says or is the response what you entered as the
Title of the forum thread?

Back to my original question. What is it that you are trying to do?
If you want to run programs out of your Windows directory, I will
advise against it for two reasons:
1. Wine presently does fully implement NTFS file permissions. This
can cause problems when you try to use files created under Wine in
Windows.
2. Most programs, when installed, write information to the Windows
Directory. Wine cannot use your Windows registry ‘hive’ and has one
of its own. You will need to re-install each program you want to use
in Wine. Wine is a Linux program and will use, for the moment, Linux
related file permissions. It is much better to use a Linux partition
for your programs and a FAT32 partition for your program’s data
elements so you can move them to a Windows partition if needed.

Post by bflojoe6 » Thu Mar 31, 2011 9:11 pm

$ cd Desktop
joseph@joseph-laptop:

/Desktop$ wine msmoney.exe
wine: cannot find L»C:\windows\system32\plugplay.exe»
fixme:actctx:parse_depend_manifests Could not find dependent assembly L»Microsoft.VC80.CRT» (8.0.50608.0)
err:module:import_dll Library UTLSRF08.DLL (which is needed by L»Z:\home\joseph\Desktop\msmoney.exe») not found
err:module:import_dll Library MNYSL08.dll (which is needed by L»Z:\home\joseph\Desktop\msmoney.exe») not found
err:module:LdrInitializeThunk Main exe initialization for L»Z:\home\joseph\Desktop\msmoney.exe» failed, status c0000135
joseph@joseph-laptop:

file.php?avatar=g10 1343681647

Post by DanKegel » Thu Mar 31, 2011 11:12 pm

I think
wine: cannot find L»C:\windows\system32\plugplay.exe»
happens when you revert back to an older wine, or something.
It’s probably harmless. Your real problem may be elsewhere.

file.php?avatar=3853 1344450065

Post by André H. » Fri Apr 01, 2011 1:12 pm

Post by bflojoe6 » Sat Apr 02, 2011 10:58 am

OK. But I’m having trouble installing apps via Wine. Following the Ubuntu Documentation directions, I download a Windowss app (USMoneyDixSunset.exe) and save it to my Desktop (I’m using Firefox & Chrome browsers and perhaps I need to use IE? for Microsoft apps?). Then I open a Terminal and change to Desktop directory. I then type «wine USMoneyDixSunset.exe» (without the quotes of course) and I get: «wine cannot find L «C:\windws\system32\USMoneyDixSunset.exe» I don’t know why wine looks in that folder instead of on the desktop? Again, I’m using the wine 1.2.2 that came with Ubuntu 10.04 (Lucid). I noticed that when I installed wine via SPM, the hidden /.wine folder was established as it was supposed to. But there appears to be 2 locations for drive c:

/home/user/.wine/dosdevices/c (which contains pgm files, users, windows)
and
/home/user.wine
dos devices (c d e z)
drive c (pgm files, users, windows)

Is this a problem with installing wine or is this how it should be? Thanks for your patience. I’d love to get the MM Sunset program working so I can leave Windows forever!

file.php?avatar=3853 1344450065

Post by André H. » Sat Apr 02, 2011 11:05 am

/.winemmsunset wine USMoneyDixSunset.exe
on your desktop

file.php?avatar=g10 1343681647

Post by DanKegel » Sat Apr 02, 2011 1:05 pm

Probably because you typed the filename wrong. Use tab completion,
that frees you from accidental typos. e.g. do wine US and it should
fill out the line with the execuable’s full filename. If it doesn’t autocomplete,
you either typed the wrong first few letters, or you’re in the wrong directory and the file isn’t there.

and it installed fine. I also had to do ‘winetricks ie6’ to get the app to
behave, as noted in the appdb. Haven’t really used it, though.

Post by bflojoe6 » Sun Apr 03, 2011 10:22 pm

Tried WINEPREFIX and got message wine mmsunset has been updated. But it did not help. Using tab auto completion trick worked, since the actual file name required was different from the downloded file name! Anyway, it did install but is still not working. I downloaded and installed the MM file from your link. It installed. I downloaded and installed IE6. All seems ok.

Looking in apps/wine/configuration/apps tab I see Default Settings, IEXPLORE.EXE and msmoney.exe; I set Windows Version as XP (not global).

Looking in appls/wine/uninstall wine apps I see Microsoft IE 6, MM Plus and MM Shared Libraries

With winefile in browser it opens and at top it says winefile Z:NTFS and contains a lot of typical Ubuntu folders (bin, etc, etc). Is this supposed to be Z drive? It seems like I’ve installed everything correctly, but some little thing is blocking my opening/running these programs (MM and IE). Any thoughts?

Источник


Русские дебианщики против цифрового слабоумия !


огромное спасибо. Процесс пошел.
А не могли бы Вы еще пояснить что такое DISTRO/stretch и как оно работает? мне поможет в освоении ОС

появилась новая проблемка:

tenen@NK-Ten:~$ wine
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
tenen@NK-Ten:~$ wine program
Could not load wine-gecko. HTML rendering will be disabled.
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/tenen/.wine' has been updated.
wine: cannot find L"C:\windows\system32\program.exe"
tenen@NK-Ten:~$ wine
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
tenen@NK-Ten:~$ wine program
wine: cannot find L"C:\windows\system32\program.exe"


Цитата: Tenen от 26 ноября 2017, 21:27:50А не могли бы Вы еще пояснить что такое DISTRO/stretch и как оно работает?

просто вы невнимательно читаете, в инструкции скорее всего написано заменить DISTRO на название вашего дистрибутива.

Цитата: Tenen от 26 ноября 2017, 21:27:50tenen@NK-Ten:~$ wine program
wine: cannot find L»C:\windows\system32\program.exe»

опять невнимательность. вместо program нужно прописать виндовую программу, которую вы хотите запустить через wine.
Советую вам читать инструкции, вместо того, чтобы тупо копировать их в терминал.



Oz.Evgeniy

  • Новичок форума
  • Сообщения: 3
  • Записан

Подскажите ещё.. Сделал всё как тут всё отлично. но установка не пошла. битые файлы какие то.. в синаптике есть.. 3,0 но установка запрещена. красненкий квадрат по выделению. Интересно.. как установка то пошла..


всё делаю как написано….но у меня вывод такой…Муняю distro на stretch но пишет что запись искаженная….
sagd@sagd:~$ sudo dpkg —add-architecture i386
[sudo] пароль для sagd:
sagd@sagd:~$ wget -nc https://dl.winehq.org/wine-builds/Release.key
—2019-03-02 11:11:42—  https://dl.winehq.org/wine-builds/Release.key
Распознаётся dl.winehq.org (dl.winehq.org)… 151.101.14.217
Подключение к dl.winehq.org (dl.winehq.org)|151.101.14.217|:443… соединение установлено.
HTTP-запрос отправлен. Ожидание ответа… 200 OK
Длина: 3122 (3,0K) [application/pgp-keys]
Сохранение в: «Release.key»

Release.key         100%[===================>]   3,05K  —.-KB/s    in 0s     

2019-03-02 11:11:43 (7,14 MB/s) — «Release.key» сохранён [3122/3122]

sagd@sagd:~$ sudo apt-key add Release.key
OK
sagd@sagd:~$ sudo apt update
E: Искажённая запись 16 в list из файла /etc/apt/sources.list (Component)
E: Не читается перечень источников.
sagd@sagd:~$ sudo apt-get update
E: Искажённая запись 16 в list из файла /etc/apt/sources.list (Component)
E: Не читается перечень источников.


1. используйте тег «код»
2. sources.list у вас неправильный — ошибка так и пишет
3. установка из сторонних источников на ваш страх и риск. под сторонними источниками имею ввиду все источники, не относящиеся к debian.org




Русские дебианщики против цифрового слабоумия !


Вроде все установилось….Всу пакеты…Как запустить не могу найти…даже добавил winetriks….


Можно какой нибудь командой открыть рафическую оболочку….Посмотреть что это такое…


Вы ни чего не установили.

Русские дебианщики против цифрового слабоумия !



Русские дебианщики против цифрового слабоумия !


Ошибка при входе в терминал

У меня проблема с запуском программы с использованием wine на моей Ubuntu.

Всякий раз, когда я использую терминальную команду для запуска своего exe-файла, я получаю эту ошибку ниже и не могу ее выполнить:

0009:err:module:__wine_process_init L"C:\windows\system32\PROGRAM.exe" not found

Также я пытался использовать опцию Open with another application из GUI, но вина не появляется в списке доступных программ.

Какова, по-видимому, причина этой проблемы?

задан
14 February 2021 в 22:23

поделиться

1 ответ

Похоже, что вы пытаетесь запустить программу с неправильным каталогом / именем или ее вообще нет на вашей машине, поэтому вино пытается запустить ее так, как если бы это была программа под Windows’ $PATH переменная окружения (C:\windows\system32).

В общем, чтобы запустить exe с помощью wine с терминалом, ваша команда должна быть wine и каталог, в котором находится этот exe-файл:

user@machine:~/Desktop$ wine my_prog.exe

Или:

user@machine:~$ wine Desktop/my_prog.exe

Если программа не существует в данном каталоге, то win будет искать ее в вашем эмулируемом каталоге system32.

Это также метод запуска программ Windows, расположенных в системе32 — попробуйте:

  • wine cmd
  • wine notepad
  • wine ipconfig

Относительно Open с помощью другого приложения из графического интерфейса — я не уверен, что наткнулся на эту опцию с вином, и уверен, что она не поддерживается.

ответ дан
18 March 2021 в 23:34

поделиться

Другие вопросы по тегам:

Похожие вопросы:

/media/shared не внесён в список дисков, в которых Wine может работать.

Внес — ничего не изменилось.
А в первом случае, все в родном пространстве wine запускается — и всё прописано изначально.
Это и удивило, обычно «оттуда» всё нормально запускалось, даже в качестве эксперимента старый cstrike и UT2004 запускал (из под opensuse).

Что-то у вас не то с winecfg

Об этом я и сам догадываюсь, только не могу понять что-именно.

$ apt-cache show wine
Package: wine
Section: Emulators
Installed Size: 11444392
Maintainer: Vitaly Lipatov <lav@altlinux.ru>
Version: 1:1.2_rc2-alt1
Pre-Depends: /bin/sh, /bin/sh, /bin/sh, /usr/sbin/groupadd, /usr/sbin/post_service, /usr/sbin/preun_service, rpmlib(PayloadIsLzma)
Depends: webclient, wine-gecko, fonts-ttf-liberation, libwine (= 1:1.2_rc2-alt1), /bin/sh, /etc/rc.d/init.d, /etc/udev/rules.d, /lib/ld-linux.so.2, /sbin/modprobe, /usr/bin/env, bash, coreutils, findutils, glibc-locales, grep, libX11.so.6, libXpm.so.4, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.2.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.1), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libwine.so.1(WINE_1.0), mount, procps, rtld(GNU_HASH), sed, sh, tar, termutils, which
Provides: wine-utils, wine (= 1:1.2_rc2-alt1)
Obsoletes: wine-utils, wine-test
Architecture: i586
Size: 1709948
MD5Sum: ecd678867864241c7ed4896e44c9f557
Filename: wine-1.2_rc2-alt1.i586.rpm
Description: Среда для запуска программ Windows (сборка от Etersoft)
 WINE Не Является Эмулятором. Это альтернативная реализация API Windows
 3.x и Win32. Wine предоставляет как инструментарий разработки (Winelib)
 для переноса унаследованных исходных кодов из среды Windows в среду
 Unix, так и программный загрузчик, позволяющий исполнять двоичный код, разработанный
 для Windows 3.1/95/NT, в среде разных вариантов
 Unix на платформе Intel. Wine не требует наличия Microsoft Windows,
 поскольку это полностью альтернативная реализация, состоящая из полностью
 свободного кода.

  WINE всё ещё находится в стадии разработки, поэтому
 не ожидайте, что всё будет работать.

  Это сборка Wine, содержащая дополнительные изменения по отношению к официальной версии.
 Обращайтесь за дополнительной информацией на сайт http://winehq.org.ru
 Система регистрации ошибок: http://bugs.etersoft.ru

Понравилась статья? Поделить с друзьями:
  • Windvr для windows 7 на русском
  • Windowsfix ru скачать бесплатно для windows 10 с официального сайта
  • Windscribe скачать торрент бесплатно для windows 10
  • Windowsfix ru скачать бесплатно для windows 10 64 на русском
  • Windscribe не запускается на windows 7