CD-tag runs as root but not as user

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sike420
Newbie
Newbie
Posts: 2
Joined: Tue Aug 12, 2008 7:32 am

CD-tag runs as root but not as user

Post by sike420 »

After installing CD-Tag (mp3 tagging program) as root with wine, i tried it, it worked, i tagged even a few albums with it. Then i realised, i installed CD-Tag as root, so i cleaned out my root .wine directory (rm -rf .wine/ in my root homefolder, as wine is not supposed to run as root).
I reinstalled cd-tag, now as user... but as user there is no possibility to even start it up. I thought it would be no problem.

wine is configured as user with winecfg. Allthough i first configured as root... might that be the problem then?

I installed & ran it as root again, and it works again. while it is still not working as user.

The error when ran as user

Code: Select all

fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
wine: Call from 0x7ee0abce to unimplemented function netapi32.dll.NetUseGetInfo, aborting
wine: Unimplemented function netapi32.dll.NetUseGetInfo called at address 0x7ee0abce (thread 0009), starting debugger...

....

Backtrace:
=>1 0x7ef99113 __regs_RtlRaiseException+0x48() in ntdll (0x0032f788)
  2 0x7efd2c27 in ntdll (+0x62c27) (0x0032faf0)
  3 0x7ef98866 RtlRaiseException+0x6() in ntdll (0x0032fb68)
  4 0x7debed81 in netapi32 (+0xed81) (0x0032fb98)
  5 0x7deb487c in netapi32 (+0x487c) (0x0032fbd0)
  6 0x00742633 in cdtag (+0x342633) (0x0032fbe4)
  7 0x007426fd in cdtag (+0x3426fd) (0x0032fc0c)
  8 0x00742902 in cdtag (+0x342902) (0x0032fc28)
  9 0x00742d8f in cdtag (+0x342d8f) (0x0032fc40)
  10 0x00749505 in cdtag (+0x349505) (0x0032fc58)
  11 0x0066e053 in cdtag (+0x26e053) (0x0032fc94)
  12 0x006cdc2a in cdtag (+0x2cdc2a) (0x0032fdd8)
  13 0x00403f73 in cdtag (+0x3f73) (0x0032fe10)
  14 0x00403ea7 in cdtag (+0x3ea7) (0x0032fe48)
  15 0x006d5304 in cdtag (+0x2d5304) (0x0032fe6c)
  16 0x00401c70 in cdtag (+0x1c70) (0x0032feb4)
  17 0x00f00693 (0x0032fee4)
  18 0x00000000 (0x0032fef0)
  19 0x0032ffe8 (0x7ffdf000)
  20 0x00000000 (0x00010000)
  21 0x00000000 (0x00000000)
wine: Call from 0x7ee0abce to unimplemented function netapi32.dll.NetUserGetGroups, aborting
I am using version 1.1.0 on gentoo ... any suggestions?

In hope of some answer,
me ;)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

sike420
Newbie
Newbie
Posts: 2
Joined: Tue Aug 12, 2008 7:32 am

Post by sike420 »

ok tnx ;) didn`t know i had to do this for the user as well ;) thnx for helping me out
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

CD-tag runs as root but not as user

Post by austin987 »

On Tue, Aug 12, 2008 at 8:01 AM, sike420 <[email protected]> wrote:
ok tnx ;) didn`t know i had to do this the user as well ;) thnx for helping me out





If that doesn't fix it, check your permissions on the cd device/mount point.
Locked