chenyunecjtu / coreavc-for-linux

Automatically exported from code.google.com/p/coreavc-for-linux
GNU General Public License v2.0
0 stars 1 forks source link

Cannot open CoreAVC 2.0 installer with various wine versions #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install CoreAVC with "wine CoreAVC\ 2.0\ Professional\ Edition.exe" like
recommended in the wiki.

What is the expected output? What do you see instead?
2. The CoreAVC logo will pop up.
3. you get the following error in te console:
err:ntdll:RtlpWaitForCriticalSection section 0x7bca27e4 "loader.c:
loader_section" wait timed out in thread 001c, blocked by 0009, retrying
(60 sec)
wine: Critical section 7bca27e4 wait failed at address 0x7bc34fad (thread
001c), starting debugger...
Unhandled exception: wait failed on critical section 0x7bca27e4
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc34fad
4. after 60 seconds an error message pops up:
The program has encountered a serious problem and needs to close.

What version of the product are you using? On what operating system?

Ubuntu 9.10 64 bit.
wine 1.1.42-0ubuntu1
or wine 1.0.1-0ubuntu8 (same error)

Please provide any additional information below.

A quick search with winehq and google resulted in nothing relevant.
Possible workaround: I can extract the CoreAVCDecoder.ax from the installer
with an archiver but I have no idea how to register the CoreAVC 2.0 codec
manually.

Original issue reported on code.google.com by markus.k...@gmail.com on 13 Apr 2010 at 1:29

GoogleCodeExporter commented 8 years ago
Try either removing your ~/.wine directory (note this will destroy any 
previously 
installed programs) or set WINEPREFIX to ~/.wine_coreavc
and try installing again.  I ghave generally only seen this issue when 
installing nito 
an existing Wine install (I don't know what causes it though)

Original comment by alannis...@gmail.com on 13 Apr 2010 at 4:21

GoogleCodeExporter commented 8 years ago
Ubuntu 9.10 64-bit 2.6.31-20-generic
wine 1.1.42-0ubuntu1

I can confirm this bug as well; same console output. Changing my prefix didn't 
help...

Original comment by ringbear...@gmail.com on 13 Apr 2010 at 5:20

GoogleCodeExporter commented 8 years ago
Interesting: If I send SIGINT (STRG+C) to wine after
"err:ntdll:RtlpWaitForCriticalSection" the installation continues.

Original comment by markus.k...@gmail.com on 13 Apr 2010 at 5:33

GoogleCodeExporter commented 8 years ago
That's CTRL+C on english keyboards.

Original comment by markus.k...@gmail.com on 13 Apr 2010 at 5:34