You are not logged in.

#1 2010-02-10 00:53:36

Dethredic
Member
Registered: 2009-01-24
Posts: 361
Website

schroot + wine Problem

So, if I I start my chroot (chroot /opt/arch32) then type in:
/usr/bin/wine ~/.wine/drive_c/Program\ Files/Warcraft\ III/Frozen\ Throne.exe -opengl
The program launches fine.

But if I try to use schroot I get errors:
alias wine='schroot -pqd "$(pwd)" -- wine'

[phil@fml ~]$ wine ~/.wine/drive_c/Program\ Files/Warcraft\ III/Frozen\ Throne.exe -opengl
err:ole:CoCreateInstance apartment not initialised
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
fixme:advapi:SetSecurityInfo stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33f264,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f5ec,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f624,0x00000000), stub!
E: 10mount: umount: /var/lib/schroot/mount/Arch32-132c93b3-8ddf-42e9-8a65-0d6ca78733c5/home: device is busy.
E: 10mount:         (In some cases useful info about processes that use
E: 10mount:          the device is found by lsof(8) or fuser(1))

Offline

#2 2010-02-10 21:38:23

Dethredic
Member
Registered: 2009-01-24
Posts: 361
Website

Re: schroot + wine Problem

anyone?

Offline

#3 2010-02-11 01:50:38

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: schroot + wine Problem

If you simply run schroot -p then after that try running your app does it work?


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#4 2010-02-11 02:04:04

Dethredic
Member
Registered: 2009-01-24
Posts: 361
Website

Re: schroot + wine Problem

No it does not.

Last edited by Dethredic (2010-02-11 02:04:11)

Offline

#5 2010-02-11 03:48:08

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: schroot + wine Problem

You probably don't have the right mounts or something set in your /etc/schroot/* configuration files then.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#6 2010-02-11 04:05:21

Dethredic
Member
Registered: 2009-01-24
Posts: 361
Website

Re: schroot + wine Problem

ngoonee wrote:

You probably don't have the right mounts or something set in your /etc/schroot/* configuration files then.

Hrmm, I didn't change anything.
Here is what I have. Let me know if it would be beneficial to post the output of another file.

[phil@fml schroot]$ ls -l
total 40
drwxr-xr-x 2 root root 4096 Feb  2 06:27 chroot.d
-rw-r--r-- 1 root root  119 Feb  2 06:27 copyfiles-arch32
-rw-r--r-- 1 root root   30 Feb  2 06:27 copyfiles-defaults
-rw-r--r-- 1 root root  430 Feb  2 06:27 mount-arch32
-rw-r--r-- 1 root root  504 Feb  2 06:27 mount-defaults
-rw-r--r-- 1 root root   54 Feb  2 06:27 nssdatabases-defaults
-rw-r--r-- 1 root root 1958 Feb  2 06:27 schroot.conf
-rw-r--r-- 1 root root  377 Feb  2 06:27 script-arch32
-rw-r--r-- 1 root root  383 Feb  2 06:27 script-defaults
drwxr-xr-x 2 root root 4096 Feb  2 06:27 setup.d
[phil@fml schroot]$ cat mount-arch32 
# mount.defaults: static file system information for chroots.
# Note that the mount point will be prefixed by the chroot path
# (CHROOT_PATH)
#
# <file system>    <mount point>    <type>    <options>    <dump>    <pass>
proc        /proc        proc    defaults    0    0
/dev        /dev        none    rw,bind        0    0
#/dev/pts    /dev/pts    none    rw,bind        0    0
tmpfs        /dev/shm    tmpfs    defaults    0    0
/sys        /sys        none    rw,bind        0    0
/tmp        /tmp        none    rw,bind        0    0
/home        /home        none    rw,bind        0    0

Edit: The app seems to start right. I see the splash screen, but then instead of loading I just get pure black.

Last edited by Dethredic (2010-02-11 04:08:36)

Offline

Board footer

Powered by FluxBB