Trouble running Cambridge Playway English

Questions about Wine on Linux
Locked
grekhss
Newbie
Newbie
Posts: 1
Joined: Fri Aug 17, 2012 1:12 pm

Trouble running Cambridge Playway English

Post by grekhss »

Hello to all!
I have installed Cambridge Playway English and found a strange behavior when executing it: after trying to play a so-called sketch (do not know what is it - could not make it working - but for sure it is something about graphics), the application totally hangs up without any messages. Launching in terminal also does not give any useful info. I tried winedbg and this is all meaningful info:

Code: Select all

winedbg .wine/drive_c/Program\ Files/CUP/Playway\ to\ English\ 1/bin/playway.exe 
WineDbg starting on pid 0023
0x7b85cdd3: movl	%edi,0x4(%esp)
Wine-dbg>finish
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
Ctrl-C: only stopping the first process
0xb77c8422 __kernel_vsyscall+0xe in [vdso].so: int	$0x80
Wine-dbg>bt
Backtrace:
=>0 0xb77c8422 __kernel_vsyscall+0xe() in [vdso].so (0x0033f780)
  1 0xb76369db __libc_read+0x4a() in libpthread.so.0 (0x0033f780)
  2 0x7bc767e8 in ntdll (+0x667e7) (0x0033f780)
  3 0x7bc78ec3 in ntdll (+0x68ec2) (0x0033f9a0)
  4 0x7bc78fcb NtWaitForMultipleObjects+0x5a() in ntdll (0x0033f9d0)
  5 0x7b86e15f WaitForMultipleObjectsEx+0xee() in kernel32 (0x0033fb20)
  6 0x7e1ee51d in winex11 (+0x1e51c) (0x0033fb60)
  7 0x7e957738 in user32 (+0x97737) (0x0033fba0)
  8 0x7e91c22a MsgWaitForMultipleObjectsEx+0x109() in user32 (0x0033fd70)
  9 0x7e91c27e WaitMessage+0x3d() in user32 (0x0033fda0)
  10 0x0045dc3a in playway (+0x5dc39) (0x0033fdd0)
  11 0x0045d0f0 in playway (+0x5d0ef) (0x0033fe24)
  12 0x004eed33 in playway (+0xeed32) (0x0033fe70)
  13 0x7b85bb6c call_process_entry+0xb() in kernel32 (0x0033fe88)
  14 0x7b85cddf in kernel32 (+0x4cdde) (0x0033fec8)
  15 0x7bc72050 call_thread_func_wrapper+0xb() in ntdll (0x0033fed8)
  16 0x7bc74b2d call_thread_func+0x7c() in ntdll (0x0033ffa8)
  17 0x7bc7202e RtlRaiseException+0x21() in ntdll (0x0033ffc8)
  18 0x7bc4a1ae call_dll_entry_point+0x61d() in ntdll (0x0033ffe8)
Wine-dbg>q
Does anyone know how to understand what is the problem and how to solve it?
Thanks in advance.
Sergey.
Locked