regedit not working

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kajekar
Newbie
Newbie
Posts: 2
Joined: Tue Apr 01, 2008 12:28 pm

regedit not working

Post by kajekar »

Hi,
I am running
wine 0.9..58
ubuntu 8.04

Dual booting Windows Vista and configured Wine to use the Windows partition.

When I try running regedit, I get the following error.

cat s2.reg

[HKEY_LOCAL_MACHINE\SOFTWARE\Secure Computing]

[HKEY_LOCAL_MACHINE\SOFTWARE\Secure Computing\Agent]

[HKEY_LOCAL_MACHINE\SOFTWARE\Secure Computing\Agent\preetham]
"OKAuth"="Successful"
"StartAction"=""
"PWPrompt"="Password:"
"ModeFlag"=dword:00000001
"OKAction"=""
"MSPrompt"="Password:"
"Path"="C:\\Program Files\\Secure Computing\\SofToken-II\\preetham"
"CHValue"="Challenge:"
"IDPrompt"="ID:"

[HKEY_LOCAL_MACHINE\SOFTWARE\Secure Computing\SofToken II]

[HKEY_LOCAL_MACHINE\SOFTWARE\Secure Computing\SofToken II\2.1.1]



preetham@preetham-laptop:~/.wine$ regedit s2.reg 2>err.log

err.log contains :

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls.Resources"
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:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls.Resources"
fixme:shell:LinkWindow_RegisterClass ()
wine: Call from 0x6c025a14 to unimplemented function msvcrt.dll._snwprintf_s, aborting
wine: Call from 0x6c03664b to unimplemented function msvcrt.dll._except_handler4_common, aborting
<snip>
msvcrt.dll._except_handler4_common, aborting
wine: Call from 0x6c03664b to unimplemented function wine: Call from 0x6c03664b to unimplemented function msvcrt.dll._except_handler4_common, aborting
err:seh:setup_exception stack overflow 12 bytes in thread 0009 eip b7d8be6e esp 00230ff4 stack 0x231000-0x330000
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

regedit not working

Post by austin987 »

On Tue, Apr 1, 2008 at 12:36 PM, kajekar <[email protected]> wrote:
Hi,
I am running
wine 0.9..58
ubuntu 8.04

Dual booting Windows Vista and configured Wine to use the Windows partition.
Don't do this!

Remove your ~/.wine directory and recreate it with:
$ wineprefixcreate

Wine does not support this. Reinstall your apps in wine.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: regedit not working

Post by vitamin »

kajekar wrote:Dual booting Windows Vista and configured Wine to use the Windows partition.
Don't! Wine no longer support such setup. Let Wine create it's own "fake c:" drive. And us that instead. That means you have to reinstall all the programs you want to use on Wine.
kajekar
Newbie
Newbie
Posts: 2
Joined: Tue Apr 01, 2008 12:28 pm

Post by kajekar »

I did the mentioned steps (deleting and re-running wineprefi...)
And now when I try to install, I get


preetham@preetham-laptop:/tmp$ wine setup.msi
wine: could not load L"Z:\\tmp\\setup.msi": Bad EXE format for
preetham@preetham-laptop:/tmp$
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

kajekar wrote:preetham@preetham-laptop:/tmp$ wine setup.msi
That's not correct. It is not an executable file. This is how to do it:

Code: Select all

wine start setup.msi
Locked