Warren Dumortier wrote: > Can you send the error and/or log? > Thanks I started wine from terminal. Output terminal: Code: wine CamPlay.exe fixme:ole:CoInitializeSecurity (0x571158,-1,(nil),(nil),6,2,(nil),64,(nil)) - stub! fixme:ntoskrnl:KeInitializeSpinLock 0x457a04 err:ole:CoGetClassObject class {24e669e1-e90f-4595-a012-b0fd3ccc5c5a} not registered err:ole:CoGetClassObject no class object {24e669e1-e90f-4595-a012-b0fd3ccc5c5a} could be created for context 0x1 fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7ebb6874): stub fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7ebb685c): stub fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7ebb685c): stub fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7ebb685c): stub If I try to run a video. Output Terminal: Code: fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented err:avifile:AVIFILE_ReadBlock : block 0 not found at 0x0001F6EC err:avifile:AVIFILE_ReadBlock : Index says: '01wb'(0x62773130) size 0x00000BB8 wine_dbg_vprintf: debugstr buffer overflow (contents: 'err:avifile:AVIFILE_ReadBlock : Data says: '') wine: Assertion failed at address 0x60000812 (thread 0009), starting debugger... CamPlay displays this error: "Assertion failed at address 0x60000812 Do you wish to debug it? [yes] [no]" if I answer "no", Output Terminal: Code: fixme:winmm:MMDRV_Exit Closing while ll-driver open fixme:winmm:MMDRV_Exit Closing while ll-driver open fixme:winmm:MMDRV_Exit Closing while ll-driver open fixme:winmm:MMDRV_Exit Closing while ll-driver open fixme:winmm:MMDRV_Exit Closing while ll-driver open fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7ebb6874): stub fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7ebb6874): stub if I answer "yes", The terminal displays 3 pages of code around. I have to set the output? To produce the log file, I must type this command: WINEDEBUG=+relay wine CamPlay.exe &>relay.log ??