31

Благодарю за подробное описание процедуры, попробую применить к себе.
Шрифты, кодеки, vcrun и много что устанавливается и так из winetricks.
Не помню, пробовал ли я раньше устанаваливать dotnet версии больше, чем 3.
mono вообще не устанавливал. С ie версий больше 6 были трудности - иногда
установятся, иногда нет. Мне бы главное dotnet и Physx, а также звук.

Пётр.

Пётр.

32

Забыл добавить, что дотнет сп 1 надо ставить без сети, когда при установке будет ошибка, то убиваем через консоль wineserver -k чтобы файлы не удалялись и сеова запускаем установку, вот в общем и все, работают все игры которым требуется директ икс 9

33 (15.09.2014 12:38:09 отредактировано shtoom)

Вот еще, после установки ie8 зайдите в папку с ним и запустие его для завершения обновления.

34

Отлично, попробую. ie8, кажется, и сам запустится после установки.
Тут в теме "Переходим на Ubuntu" вообще не помню, предлагается ли устанавливать dotnet1.

Пётр.

Пётр.

35 (15.09.2014 12:37:09 отредактировано shtoom)

Нет, не надо, только 2 затем 3, затем 3.5 сп1 как описал, он все доустановит и затем 4.

36

shtoom пишет:

apt-get install libjpeg-dev libopenal-dev libldap-dev libmpg123-dev libtiff-dev
apt-get install libgsm-tools libdbus-1-dev libgnutls-dev libsane-dev libgphoto2-2-dev
apt-get install libgphoto2-dev-doc libgstreamer-plugins-base0.10-dev cups libosmesa-dev
apt-get install libhal-dev liblcms2-dev libgsm1-dbg libgsm1-dev libcups2-dev oss4-dev
apt-get install ocl-icd-opencl-dev
Остался от джеси это для сборки пакета надо было.

а это для звука   ...

версии наверняка уже новее. ab

Всё это установлено, у меня Ubuntu-14.04, пытаюсь установить wine-1.7.26.
По-прежнему нет звука в winecfg при проверке.
Так же, как и раньше, если на вкладке Settings что-то пометить, например, sound=alsa,
то при следующем заходе на эти вкладку эти пункты остаются непомеченными.
Вообще не удаётся установить dotnet20 - wine заканчивается со статусом 5.
Хотя в wine-1.7.18 dotnet30 или 40 установился.

Пётр.

Пётр.

37 (21.09.2014 01:49:43 отредактировано shtoom)

Вредный все же этот вайн   ab   может как-то это поможет http://dropmefiles.com/K5SCS Попробуйте поставить их, или новее если есть. Раз и все остольное установили, то поблем со сборкой вайна возникнуть не должно как бы.  Наверняка чего-то не хватало вам при сборке. Звук же я менял только когда пробовал осс4 на который и менял, а так вечная алса. Сейчас на генте 1.7.27 версия, тоже проблем нет... az
http://i072.radikal.ru/1409/43/df89303cf509t.jpg

38 (21.09.2014 09:21:32 отредактировано Peter)

Так я его не собираю, я установил из *.deb. А что, обязательно собирать?
Почему wine  не может установить dotnetfx.exe, он же netframework20.exe?
Не может такого быть, что у меня скачивается не тот dotnetfx.exe, какой нужен, например, 64-разрядный?

Всё, что в архиве 7z, у меня установлено.

Пётр.

Пётр.

39

Конечно, лучше свой пакет собрать, для этого и расписал, что потребуется для сборки. Судя по всему пакет который у вас сейчас есть кривой и вам не подходит. Установите драйвер видео, выберите алсу вместо пульсы и соберите свой вайн. Должно работать, а то, что вы ставите левый пакет - есть проблема. ab
wget http://netcologne.dl.sourceforge.net/pr … 27.tar.bz2
tar xvf wine-1.7.27.tar.bz2
cd wine-1.7.27
su
apt-get install checkinstall
./configure && make depend && make && checkinstall -D
прокликайте ентер в чекинстале если нет желания выставлять данные. В каталоге wine-1.7.27 и будет ваш .deb, checkinstall конечно же по завершению сам установит пакет, но ведь сам пакет можно и на флешку закинуть чтобы не собирать версию снова. ab С дотнетом уверен, проблема решится тоже, как собственно и со звуком. bq

40

У меня действительно были случаи, что в некоторых версиях wine из deb dotnet устанавливался,
а в других нет. Wine-1.2.26 был установлен с помощью apt-get отсюда:
http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main
Попробую собрать wine, но как-то цтрашно за это браться, ему же многое надо.

Пётр.

Пётр.

41 (21.09.2014 17:52:39 отредактировано Peter)

wine у меня даже не собирается компилироваться, главное, там не хватает dev-пакетов для Xlib.
Когда на других компьютерах требовалось компилировать Qt, там тоже много чего требовалось
доустанавливать для X-ов. И другого много чего нет, я ещё не смотрел подробно.
Вот вывод configure:

+ открыть спойлер

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking whether gcc -m32 works... yes
checking for the directory containing the Wine tools... $(top_builddir)
checking for flex... flex
checking whether flex is recent enough... yes
checking for bison... bison
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ldconfig... /sbin/ldconfig
checking for msgfmt... msgfmt
checking for pkg-config... pkg-config
checking whether msgfmt supports contexts... yes
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking how to run the C preprocessor... gcc -m32 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking AL/al.h usability... yes
checking AL/al.h presence... yes
checking for AL/al.h... yes
checking ApplicationServices/ApplicationServices.h usability... no
checking ApplicationServices/ApplicationServices.h presence... no
checking for ApplicationServices/ApplicationServices.h... no
checking AudioToolbox/AudioConverter.h usability... no
checking AudioToolbox/AudioConverter.h presence... no
checking for AudioToolbox/AudioConverter.h... no
checking AudioUnit/AudioUnit.h usability... no
checking AudioUnit/AudioUnit.h presence... no
checking for AudioUnit/AudioUnit.h... no
checking AudioUnit/AudioComponent.h usability... no
checking AudioUnit/AudioComponent.h presence... no
checking for AudioUnit/AudioComponent.h... no
checking CL/cl.h usability... yes
checking CL/cl.h presence... yes
checking for CL/cl.h... yes
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking CoreServices/CoreServices.h usability... no
checking CoreServices/CoreServices.h presence... no
checking for CoreServices/CoreServices.h... no
checking DiskArbitration/DiskArbitration.h usability... no
checking DiskArbitration/DiskArbitration.h presence... no
checking for DiskArbitration/DiskArbitration.h... no
checking IOKit/IOKitLib.h usability... no
checking IOKit/IOKitLib.h presence... no
checking for IOKit/IOKitLib.h... no
checking IOKit/hid/IOHIDLib.h usability... no
checking IOKit/hid/IOHIDLib.h presence... no
checking for IOKit/hid/IOHIDLib.h... no
checking OpenAL/al.h usability... no
checking OpenAL/al.h presence... no
checking for OpenAL/al.h... no
checking OpenCL/opencl.h usability... no
checking OpenCL/opencl.h presence... no
checking for OpenCL/opencl.h... no
checking QuickTime/ImageCompression.h usability... no
checking QuickTime/ImageCompression.h presence... no
checking for QuickTime/ImageCompression.h... no
checking Security/Security.h usability... no
checking Security/Security.h presence... no
checking for Security/Security.h... no
checking alias.h usability... no
checking alias.h presence... no
checking for alias.h... no
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking asm/user.h usability... no
checking asm/user.h presence... no
checking for asm/user.h... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking gettext-po.h usability... yes
checking gettext-po.h presence... yes
checking for gettext-po.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking gsm.h usability... yes
checking gsm.h presence... yes
checking for gsm.h... yes
checking gsm/gsm.h usability... yes
checking gsm/gsm.h presence... yes
checking for gsm/gsm.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking inet/mib2.h usability... no
checking inet/mib2.h presence... no
checking for inet/mib2.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking libproc.h usability... no
checking libproc.h presence... no
checking for libproc.h... no
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking linux/cdrom.h usability... yes
checking linux/cdrom.h presence... yes
checking for linux/cdrom.h... yes
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking linux/filter.h usability... yes
checking linux/filter.h presence... yes
checking for linux/filter.h... yes
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking linux/ioctl.h usability... yes
checking linux/ioctl.h presence... yes
checking for linux/ioctl.h... yes
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking linux/major.h usability... yes
checking linux/major.h presence... yes
checking for linux/major.h... yes
checking linux/param.h usability... yes
checking linux/param.h presence... yes
checking for linux/param.h... yes
checking linux/serial.h usability... yes
checking linux/serial.h presence... yes
checking for linux/serial.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking linux/ucdrom.h usability... no
checking linux/ucdrom.h presence... no
checking for linux/ucdrom.h... no
checking lwp.h usability... no
checking lwp.h presence... no
checking for lwp.h... no
checking mach-o/nlist.h usability... no
checking mach-o/nlist.h presence... no
checking for mach-o/nlist.h... no
checking mach-o/loader.h usability... no
checking mach-o/loader.h presence... no
checking for mach-o/loader.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking mach/machine.h usability... no
checking mach/machine.h presence... no
checking for mach/machine.h... no
checking machine/cpu.h usability... no
checking machine/cpu.h presence... no
checking for machine/cpu.h... no
checking machine/limits.h usability... no
checking machine/limits.h presence... no
checking for machine/limits.h... no
checking machine/sysarch.h usability... no
checking machine/sysarch.h presence... no
checking for machine/sysarch.h... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/tcp_fsm.h usability... no
checking netinet/tcp_fsm.h presence... no
checking for netinet/tcp_fsm.h... no
checking pcap/pcap.h usability... no
checking pcap/pcap.h presence... no
checking for pcap/pcap.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking port.h usability... no
checking port.h presence... no
checking for port.h... no
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking scsi/scsi.h usability... yes
checking scsi/scsi.h presence... yes
checking for scsi/scsi.h... yes
checking scsi/scsi_ioctl.h usability... yes
checking scsi/scsi_ioctl.h presence... yes
checking for scsi/scsi_ioctl.h... yes
checking scsi/sg.h usability... yes
checking scsi/sg.h presence... yes
checking for scsi/sg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for stdint.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/asoundlib.h usability... yes
checking sys/asoundlib.h presence... yes
checking for sys/asoundlib.h... yes
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking sys/cdio.h usability... no
checking sys/cdio.h presence... no
checking for sys/cdio.h... no
checking sys/elf32.h usability... no
checking sys/elf32.h presence... no
checking for sys/elf32.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/exec_elf.h usability... no
checking sys/exec_elf.h presence... no
checking for sys/exec_elf.h... no
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/limits.h usability... no
checking sys/limits.h presence... no
checking for sys/limits.h... no
checking sys/link.h usability... no
checking sys/link.h presence... no
checking for sys/link.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/msg.h usability... yes
checking sys/msg.h presence... yes
checking for sys/msg.h... yes
checking sys/mtio.h usability... yes
checking sys/mtio.h presence... yes
checking for sys/mtio.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/protosw.h usability... no
checking sys/protosw.h presence... no
checking for sys/protosw.h... no
checking sys/ptrace.h usability... yes
checking sys/ptrace.h presence... yes
checking for sys/ptrace.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/scsiio.h usability... no
checking sys/scsiio.h presence... no
checking for sys/scsiio.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/socketvar.h usability... yes
checking sys/socketvar.h presence... yes
checking for sys/socketvar.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/strtio.h usability... no
checking sys/strtio.h presence... no
checking for sys/strtio.h... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/tihdr.h usability... no
checking sys/tihdr.h presence... no
checking for sys/tihdr.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeout.h usability... no
checking sys/timeout.h presence... no
checking for sys/timeout.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/user.h usability... yes
checking sys/user.h presence... yes
checking for sys/user.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/vm86.h usability... yes
checking sys/vm86.h presence... yes
checking for sys/vm86.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking valgrind/memcheck.h usability... yes
checking valgrind/memcheck.h presence... yes
checking for valgrind/memcheck.h... yes
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether stat file-mode macros are broken... no
checking for sys/mount.h... yes
checking for sys/statfs.h... yes
checking for sys/sysctl.h... yes
checking for sys/user.h... (cached) yes
checking for sys/vfs.h... yes
checking for netinet/ip.h... yes
checking for net/if.h... yes
checking for net/if_arp.h... yes
checking for net/if_dl.h... no
checking for net/if_types.h... no
checking for net/route.h... yes
checking for netinet/if_ether.h... yes
checking for netinet/if_inarp.h... no
checking for netinet/in_pcb.h... no
checking for netinet/ip_icmp.h... yes
checking for netinet/ip_var.h... no
checking for netinet/udp.h... yes
checking for netipx/ipx.h... yes
checking for sys/un.h... yes
checking for netinet/tcp_timer.h... no
checking for netinet/udp_var.h... no
checking for netinet/icmp_var.h... no
checking for netinet/tcp_var.h... no
checking for linux/ipx.h... yes
checking for linux/irda.h... yes
checking for linux/rtnetlink.h... yes
checking for mach-o/dyld_images.h... no
checking for resolv.h... yes
checking for ifaddrs.h... yes
checking for sys/ucontext.h... yes
checking for sys/thr.h... no
checking for pthread_np.h... no
checking for linux/videodev.h... no
checking for linux/videodev2.h... yes
checking for libv4l1.h... yes
checking for libprocstat.h... no
checking for ldd... /usr/bin/ldd
checking for readelf... readelf
checking whether we can build a GNU style ELF dll... yes
checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... yes
checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... yes
checking whether the compiler supports -fPIC -Wl,--export-dynamic... yes
checking whether the compiler supports -fPIC -Wl,--rpath,$ORIGIN/../lib... yes
checking whether the compiler supports -Wl,--enable-new-dtags... yes
checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... yes
checking for prelink... false
checking for i686-w64-mingw32-gcc... no
checking for i586-w64-mingw32-gcc... no
checking for i486-w64-mingw32-gcc... no
checking for i386-w64-mingw32-gcc... no
checking for i686-pc-mingw32-gcc... no
checking for i586-pc-mingw32-gcc... no
checking for i486-pc-mingw32-gcc... no
checking for i386-pc-mingw32-gcc... no
checking for i686-mingw32msvc-gcc... no
checking for i586-mingw32msvc-gcc... no
checking for i486-mingw32msvc-gcc... no
checking for i386-mingw32msvc-gcc... no
checking for i686-mingw32-gcc... no
checking for i586-mingw32-gcc... no
checking for i486-mingw32-gcc... no
checking for i386-mingw32-gcc... no
checking for mingw32-gcc... no
checking for pthread_create... no
checking for pthread_create in -lpthread... yes
checking for X... no
configure: error: X 32-bit development files not found. Wine will be built
without X support, which probably isn't what you want. You will need
to install 32-bit development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.

Пётр.

Пётр.

42 (21.09.2014 17:54:42 отредактировано Peter)

e

Пётр.

43 (21.09.2014 19:09:58 отредактировано shtoom)

Доустановите требуемое и все. ab  Когда пользовался дебианом мне необходимо было только то, что выложил вам списком, в вашем же случае недостаточно этого.  Думаю вам надо это https://packages.debian.org/search?keywords=ia32-libs

44 (21.09.2014 19:19:02 отредактировано shtoom)

Ого, чего нагуглил... ab явно ваш случай http://ubuntu-wine.ru/publ/sborka_32_bi … 4/1-1-0-13  Кстати, там описан более прогрессивный вариант сборки.

45

shtoom пишет:

Доустановите требуемое и все. ab  Когда пользовался дебианом мне необходимо было только то, что выложил вам списком, в вашем же случае недостаточно этого.  Думаю вам надо это https://packages.debian.org/search?keywords=ia32-libs

Разумеется, доустановлю и попробую скомпилировать. Однако в Ubuntu-14.04 команда

apt-cache search ia32-libs

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

Пётр.

Пётр.

46

shtoom пишет:

Ого, чего нагуглил... ab явно ваш случай http://ubuntu-wine.ru/publ/sborka_32_bi … 4/1-1-0-13  Кстати, там описан более прогрессивный вариант сборки.

Я на этот сайт когда-то давно заходил, когда настраивал bumblebee. Но он же устаревший.

Пётр.

Пётр.

47 (21.09.2014 23:49:48 отредактировано shtoom)

Гранаты видимо, не той системы. ac амд64 я только начал пользоваться, а Ubuntu похоже не хочет быть похожа даже на Debian bn  хотя и знаний в линуксе у меня не так много.  br

48

Peter пишет:

apt-cache search ia32-libs

https://wiki.debian.org/Multiarch

Истинный hotplug - это обычная электрическая розетка: воткнул - работает, и никаких драйверов.
Slackware64-current/Xfce/Lenovo G580

49

yars пишет:
Peter пишет:

apt-cache search ia32-libs

https://wiki.debian.org/Multiarch

Насколько я сейчас помню, сам пакет multiarch-support там установлен,
но для компиляции wine нужны ещё всякие dev-пакеты для x86.

Пётр.

Пётр.

50

Так вот же, ярс дал ссылку, конкретнее сделайте как здесь https://wiki.debian.org/Multiarch/HOWTO Таким образом установите ia32 и собирайте вайн. ab  Прикольно так-то, но на генте проще, здесь профили с мультилиб или нет bo

51

shtoom пишет:

Так вот же, ярс дал ссылку, конкретнее сделайте как здесь https://wiki.debian.org/Multiarch/HOWTO Таким образом установите ia32 и собирайте вайн. ab  Прикольно так-то, но на генте проще, здесь профили с мультилиб или нет bo

Вот всё это в полном объёме там не сделано. Видимо, придётся сделать,
если будет не обойтись без компилирования wine.

Пётр.

Пётр.

52

Так же можно установить и дотнет 4.5.2, после всех действий, что описаны выше запускаем оффлайн пакет 4.5.2 предварительно выбрав Windows 7 в настройке вайна, он нас предупредит о возможной не корректной работе из-за отсутствия служьы установки модулей. Игнорируем и кликаем продолжить, в ходе установки получаем окно с ошибкой и отменяем установку кнопкой отмена. Перезапускаем установщик и выбраав восстановление спокойно дожидаемся окончания.

53

shtoom пишет:

Так же можно установить и дотнет 4.5.2, после всех действий, что описаны выше запускаем оффлайн пакет 4.5.2 предварительно выбрав Windows 7 в настройке вайна, он нас предупредит о возможной не корректной работе из-за отсутствия служьы установки модулей. Игнорируем и кликаем продолжить, в ходе установки получаем окно с ошибкой и отменяем установку кнопкой отмена. Перезапускаем установщик и выбраав восстановление спокойно дожидаемся окончания.

Windows 7 сразу же выбирать, при запуске winecfg?

Пётр.

Пётр.

54

Привет, нет, иначе половину списка не установить. Я менял при установке 4.5.2 bx  Можно в принципе его и не ставить, так-как он поноценно не работает, на троечку где-то. Подвижки конечно есть в играх где желателен этот дотнет, но пока так себе результат. bn

55

Я сохранил вывод configure, она жалуется на отсутствие 32-разрядных
dev-файлов для X-ов, это понятно - надо установить, а ещё там много
подобных сообщений:

 Консоль:

checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no

checking io.h usability... no
checking io.h presence... no
checking for io.h... no


Это тоже она ищет и не находит h-файлы для 32-разрядной системы или что другое?

Сейчас я в Debian testing и почему-то команда whereis не находит io.h,
а locate находит, хотя io.h входит в пакет libc6-dev и whereis должна бы его находить.
CoreAudio/CoreAudio.h у меня на компьютере с Debian Testing вообще отсутствует,
установлена qt4. Так где находится CoreAudio.h? В qt5 или вообще это не Qt?
То же самое Carbon.h.

Пётр.

Пётр.

56

Важно лишь то, что показывает после проверки, а искать по каким-то модулям - полный писец, на которыей способны пожалуй только разрабы этих самых либ. ab

57

Сейчас попробовал запустить winecfg, звука нет, сообщение

 Консоль:
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threading to apartment thread

В свойствах выбрана alsa. М.б., какой-то пакет не установлен? Но я помню, что когда-то
проверял и что-то с alsa для wine нашлось.

Пётр.

Пётр.

58 (09.11.2014 22:37:42 отредактировано shtoom)

Честно признаться, Петр, мои познания иссякли. Единственное чем могу помочь- вероятно, в ядре не включена поддержка microsoft sound system.
а в alsamixer у меня так
http://s017.radikal.ru/i444/1411/ed/d929f4538fbft.jpg

59

Я, кажется, и не знал о её существовании, во всяком случае, не помню.
Благодарю, попробую посмотреть.

Пётр.

Пётр.

60

Недавно попробовал начать установку wine-1.7.32, при нажатии кнопки "проверить звук"
звука нет, а сообщение такое:

err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded

драйвер winealsa.drv. Что означает это сообщение?
Мне посоветовали также установить wine и запустить через padsp:

padsp wine game.exe

И что, при этом будет звук?

Пётр.

Пётр.