Hey guys,
I'm definitly new to SFML and sfeMovie, so maybe my question seems stupid or silly.
I installed SFML and sfeMovie on my Windows XP 32bit machine in MSVC+ 2008 Express. Than I compiled and linked the given example for sfeMovie, which you can find on the wiki. But when I closed the SFML Window, everytime an error occured about memory overwrite. I think it comes with sfeMovie and not with SMFL itself, because without adding a movie widget everything works alright. I also tried to compile in Debug and in Release mod, but the error stayed the same.
This is the error message (i try to translate it to English, because at my computer it is German, so don't kill me for my English
)
Unhandled excaption at point 0x004c53cc in SMFL_Test.exe: 0xC0000005: Access violation while reading at position 0x056ac040.
The editor is not able to show a line in code where it happens. He can only give me the disassembly:
[...]
004C53B3 mov ecx,dword ptr [esi+10h]
004C53B6 mov dword ptr [esi+0Ch],1
004C53BD push ecx
004C53BE call 00495880
004C53C3 mov eax,dword ptr [esi+8]
004C53C6 mov dword ptr [esi+10h],edi
004C53C9 mov dword ptr [esi+0Ch],edi
004C53CC mov edx,dword ptr [eax]
004C53CE add esp,4
004C53D1 push eax
004C53D2 mov eax,dword ptr [edx+8]
004C53D5 call eax
004C53D7 mov eax,dword ptr [esi+4]
004C53DA mov dword ptr [esi+8],edi
004C53DD cmp eax,edi
[...]
The error occurs at 004C53CC mov edx, dword ptr [eax].
Is that a error based on my stupidnes or has it to do with the sfeMovie script? Can anyone tell me how to fix?