You are not logged in.

#1 2010-02-21 19:51:36

Jabb3r
Member
Registered: 2009-12-18
Posts: 63

Few things, schroot, pulseaudio 32bit in 64bit and nautilus

1. I'm trying to use schroot to run eve through my 32bit enviroment I setup

If I use the command "schroot -p wine EVE/eve.exe" I get...

fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1
fixme:heap:HeapSetInformation 0x7c9000 0 0x33fc6c 4
ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused

ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused

ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused

fixme:mixer:ALSA_MixerInit No master control found on Microsoft LifeChat LX-3000 , disabling mixer
fixme:win:EnumDisplayDevicesW ((null),0,0x338ea0,0x00000000), stub!
err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008
err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008
err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008
err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008
err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008
err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x20070 0x00000000
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x8ff0770,0x8ff0c50): stub
fixme:imm:ImmDisableTextFrameService Stub
fixme:imm:ImmReleaseContext (0x20070, 0x13f988): stub
E: 10mount: umount: /var/lib/schroot/mount/Arch32-00e5cfac-aa03-4aaa-839a-06acb3dc3ab2/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))
E: Arch32-00e5cfac-aa03-4aaa-839a-06acb3dc3ab2: Chroot setup failed: stage=setup-stop

I do see the wine desktop and eve's dominion splash screen for a few seconds before it goes black and closes.

But if I
sudo chroot /opt/arch32
su jabb3r
cd ~/EVE
wine eve.exe

Eve runs fine. How can I get around it? cause I'd like to put a launcher on my desktop to run eve usin the schroot command.


2. I setup pulseaudio in my 32bit enviroment as per wiki, but I don't seem to hear any audio from programs I run through it. Weird thing was I heard some audio for a few seonds after plugging in my usb headphones then nothin since. I havn't set a server though. Maybe I should?

3. Nautilus displays like it would when you open one from root. No toolbar, every folder opened opens a new window with the contents etc. How can I change it to get it to function like it does usually for a normal user?

Thanks  Any help is muchly appreciated.

Last edited by Jabb3r (2010-02-21 20:05:09)

Offline

#2 2010-02-21 19:53:22

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Few things, schroot, pulseaudio 32bit in 64bit and nautilus

Please use descriptive thread titles.

Offline

#3 2010-02-21 20:05:52

Jabb3r
Member
Registered: 2009-12-18
Posts: 63

Re: Few things, schroot, pulseaudio 32bit in 64bit and nautilus

Corrected.

Sorry.

Offline

#4 2010-02-22 02:22:54

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

Re: Few things, schroot, pulseaudio 32bit in 64bit and nautilus

The wiki on 32-bit chroot and pulseaudio should give you enough info. At least on the pulse side, I distinctly remember adding the appropriate instructions for using within a 32-bit chroot.


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

#5 2010-02-22 03:52:53

brando56894
Member
From: NYC
Registered: 2008-08-03
Posts: 681

Re: Few things, schroot, pulseaudio 32bit in 64bit and nautilus

until you get this figured out correctly here's a quick work around for the time being:

1. create a bash script with the contents something like this:

#!/bin/bash
sudo chroot /opt/arch32
kdesu jabb3r (or gksudo if you use gnome)
cd ~/EVE
wine eve.exe

2. place it somewhere in your home directory and give it executable permissions (sudo chmod +x [filename])
3. create a shortcut on your desktop with the link to the file as bash [filename]

Offline

#6 2010-02-25 12:57:30

Jabb3r
Member
Registered: 2009-12-18
Posts: 63

Re: Few things, schroot, pulseaudio 32bit in 64bit and nautilus

I thought about that, but I tried usin the && way and it didn't work so didn't think that would either, thanks smile

Offline

#7 2010-02-25 13:09:44

Jabb3r
Member
Registered: 2009-12-18
Posts: 63

Re: Few things, schroot, pulseaudio 32bit in 64bit and nautilus

Just tried it and I get

KDEInit could not launch error popup in a box.

Title of box is "Sorry Plasma Workspace" :S

Tried your suggestion and swapping first sudo for kdesu. Been trying KDE out.

Still runs doing it manually though. Strange...

Edit: Wasn't using sh. It asks for roots password, but now after I input that nothing happens.

Last edited by Jabb3r (2010-02-25 13:22:41)

Offline

#8 2010-06-13 16:59:36

vries
Member
Registered: 2008-04-20
Posts: 8

Re: Few things, schroot, pulseaudio 32bit in 64bit and nautilus

Well, topic is tad old but I've just encountered the similar problem and luckily solved it out.
schroot don't work for me either but command below should work:
sudo chroot /opt/arch32 su jabb3r -c 'wine /home/jabb3r/EVE/eve.exe'

Offline

Board footer

Powered by FluxBB