Need administration rights for first start

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Sascha
Newbie
Newbie
Posts: 1
Joined: Sun Mar 02, 2008 7:02 pm

Need administration rights for first start

Post by Sascha »

Hello,

i buy a new game called Perry Rhodan - The Adventure (German version) and want to use it with ubuntu linux 7.10 and wine 0.9.55. The installation works very fine but when i start the Game i get the following error:

Image

Translating by babelfish:
Insufficient rights of access:
You must be administrator, if you use this application for the first time.
Subsequently, you can call it over your user account.
Into the terminal i get the following output:

Code: Select all

sascha@workstation:~/.wine/drive_c/Programme/Perry Rhodan/bin> wine perry_rhodan.exe
ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default:0
fixme:reg:GetNativeSystemInfo (0x34f750) using GetSystemInfo()
fixme:ntoskrnl:KeInitializeTimer 0x110a98
sascha@workstation:~/.wine/drive_c/Programme/Perry Rhodan/bin>
First i thing OK you need root rights but with sudo wine perry_rhodan.exe i get only this output:

Code: Select all

sascha@workstation:~/.wine/drive_c/Programme/Perry Rhodan/bin> sudo wine perry_rhodan.exe
[sudo] password for sascha:
wine: /home/sascha/.wine is not owned by you
sascha@workstation:~/.wine/drive_c/Programme/Perry Rhodan/bin>
How could i get administration rights for the first start of the game?

Greetings from Germany
Sascha
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Need administration rights for first start

Post by austin987 »

On Mon, Mar 3, 2008 at 2:46 AM, Sascha <[email protected]> wrote:
Hello,

i buy a new game calles Perry Rhodan - The Adventure (http://releases.fluxbuntu.org/7.10/rc/f ... r-i386.iso) (German version) and want to use it with ubuntu linux 7.10 and wine 0.9.55. The installation works very fine but when i start the Game i get the following error:

[Image: http://img132.imageshack.us/img132/4436 ... hodqw8.png ]

Translating by babelfish:

Insufficient rights of access:
You must be administrator, if you use application for the first time.
Subsequently, you can call it over your user account.
Try updating wine, and if that doesn't work, please file a bug at
bugs.winehq.org. Wine emulates running as an administrator to your
apps, so this is likely a wine bug.

First i thing OK you need root rights but with sudo wine perry_rhodan.exe i get only this output:
Don't run wine as root!!! You'll open your system up to windows virii,
as well as the possibility to seriously fsck your system.

Before retesting, be sure to rm -rf ~/.wine to reset all your wine
settings (careful, this will remove any installed apps).
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Need administration rights for first start

Post by vitamin »

Sascha wrote:fixme:ntoskrnl:KeInitializeTimer 0x110a98
It's using a kernel driver - those are not guaranteed to work on Wine. It looks like it's using a "Solidshield 1.9.6.0 (Tages)" protection. I haven't heard of it and I'm not sure if Wine supports it.
Locked