What Au_.exe?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Akbari
Newbie
Newbie
Posts: 4
Joined: Mon Oct 24, 2011 2:43 am

What Au_.exe?

Post by Akbari »

Hello
I want to install a Windows installation, but the drawback of this option.
What should I do? :roll:
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: What Au_.exe?

Post by dimesio »

Akbari wrote:Hello
I want to install a Windows installation, but the drawback of this option.
What should I do? :roll:
If you really mean you want to install Windows, you're in the wrong place. You can't install Windows in Wine; for that you need something like VM Player or VirtualBox.

Now, if you mean you want to install a Windows application and are having problems, you are going to have to give us a lot more details, including what distro you're using, what version of Wine, what application you're trying to install, and exactly what is going wrong.
Akbari
Newbie
Newbie
Posts: 4
Joined: Mon Oct 24, 2011 2:43 am

Post by Akbari »

Hello
I installed Ubuntu 11.10 installation with wine and problem solved with the installation of the library. But after opening the program, the program will crash and close
I plan to send a link below
http://www.vivotek.com/downloads/downlo ... d=software
Central management software ST7501
Akbari
Newbie
Newbie
Posts: 4
Joined: Mon Oct 24, 2011 2:43 am

Post by Akbari »

is Error in Terminal :
fixme:win:LockWindowUpdate (0x7005e), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x443df10,0x443de9c): stub
err:ntdll:RtlpWaitForCriticalSection section 0x692a22c0 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 0057, blocked by 005e, retrying (60 sec)
fixme:dbghelp:elf_search_auxv can't find symbol in module
Akbari
Newbie
Newbie
Posts: 4
Joined: Mon Oct 24, 2011 2:43 am

Post by Akbari »

Terminal Log : WINEDEBUG=+tid,+seh wine nameprogram.exe

Code: Select all

00c1:trace:seh:call_vectored_handlers calling handler at 0x69122d70 code=c0000005 flags=0
00c1:trace:seh:call_vectored_handlers handler at 0x69122d70 returned ffffffff
00c1:trace:seh:raise_exception code=c0000005 flags=0 addr=0x689211e1 ip=689211e1 tid=00c1
00c1:trace:seh:raise_exception  info[0]=00000001
00c1:trace:seh:raise_exception  info[1]=04100000
00c1:trace:seh:raise_exception  eax=00000000 ebx=689c0ff4 ecx=00000000 edx=00000000 esi=00000000 edi=00000000
00c1:trace:seh:raise_exception  ebp=04100000 esp=0032ec60 cs=0073 ds=007b es=007b fs=0033 gs=003b flags=00010246
00c1:trace:seh:call_vectored_handlers calling handler at 0x69122d70 code=c0000005 flags=0
00c1:trace:seh:call_vectored_handlers handler at 0x69122d70 returned ffffffff
00c9:fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x3881010,0x3880f9c): stub
00c1:err:ntdll:RtlpWaitForCriticalSection section 0x6919f2c0 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 00c1, blocked by 00c8, retrying (60 sec)

http://pastebin.com/d7mEdgBG
Locked