Welcome to Camera Bits Forums
Tataaaaaaaa, there is NO Sound-Problem PM has libSDL Path problem with special Characters like Ü,ö,ä - witch i found with the Sysinternals Process Explorer:Photo Mechanic.exe ReadFile C:\Users\Public\Pictures\BG74-Göttingen\D3C_3083.JPG SUCCESS Generic Read, Photo Mechanic.exe ReadFile C:\Windows\System32\SDL.dll SUCCESS Offset: 135.168, Length: 32.768, Photo Mechanic.exe CreateFile C:\Users\Public\Pictures\BG74-Göttingen\D3C_3083.WAV PATH NOT FOUND Desired Access failedPlease check the libSDL Path Programming, it don't work with national Characters. After renaming the the path sound works
Does what you said concerning wav files aply to other sound files as well (e.g. aiff, ALAC, etc.)?
libSDL opens the files and appears to have some Unicode handling (at least in the latest version [I didn't download older code to see if it's been there for a while]) so perhaps updating to the latest libSDL (SDL.dll) will help. You can get a pre-built library for Windows here:http://www.libsdl.org/release/SDL-1.2.14-win32.zipJust replace the current C:\Windows\System32\SDL.dll with the one from the above link (well, I'd move the current one to some place safe in case there are serious issues so you can always move it back.) (Quit PM first before replacing.)Let me know if that solves the problem.Thanks,-Kirk
Quote from: Kirk Baker on October 24, 2010, 07:47:34 AMlibSDL opens the files and appears to have some Unicode handling (at least in the latest version [I didn't download older code to see if it's been there for a while]) so perhaps updating to the latest libSDL (SDL.dll) will help. You can get a pre-built library for Windows here:http://www.libsdl.org/release/SDL-1.2.14-win32.zipJust replace the current C:\Windows\System32\SDL.dll with the one from the above link (well, I'd move the current one to some place safe in case there are serious issues so you can always move it back.) (Quit PM first before replacing.)Let me know if that solves the problem.Thanks,-KirkHey,with this new SDL.dll replace it works also with the special characters, thanks!