On 23.05.2011 09:06, Robert
Pliszko wrote:
On 20.05.2011
18:00, Jörg Knitter wrote:
---------------
NOTICE: [3DPlayer 1] Generating informations of 3D movie:
"/mnt/3DMovie.mkv"
ERROR: dll_fstat64 emulated function failed
WARNING: dll_setvbuf - May not be implemented correctly
ERROR: dll_fstat64 emulated function failed
WARNING: dll_setvbuf - May not be implemented correctly
NOTICE: [3DPlayer 1] Checking if movie is side-by-side or
over/under
NOTICE: [3DPlayer 1] Checking if movie is half sbs
INFO: -->Python script returned the following error<--
ERROR: Error Type: exceptions.NameError
ERROR: Error Contents: global name 'isHalfSBSSideBySide' is
not defined
ERROR: Traceback (most recent call last):
File "/var/lib/vdr/.xbmc/addons/plugin.3Dvideo.player/default.py",
line
105, in ?
mydisplay.handleListing()
File "/var/lib/vdr/.xbmc/addons/plugin.3Dvideo.player/default.py",
line
50, in handleListing
mystarter.play3DMovie(self.settings.playerLocation,
self.settings.mediainfoLocation, fileSelect,
self.settings.outputVideo,
self.settings.audioLang, self.settings.subtitleLang)
File "/var/lib/vdr/.xbmc/addons/plugin.3Dvideo.player/default.py",
line
65, in play3DMovie
Player.play(appMovie, appMediaInfo, fileLocation,
outVideoFormat, audio,
subtitle)
File
"/var/lib/vdr/.xbmc/addons/plugin.3Dvideo.player/resources/lib/xbmc3Dplayer.py",
line 351, in play
if isHalfSBSSideBySide(IN):
NameError: global name 'isHalfSBSSideBySide' is not defined
INFO: -->End of Python script error report<--
----------------
I see the problem is on undefined "isHalfSBSSideBySide" variable
when you try playing SBS movie. I'll give you link to newest
module of 3d player for xbmc.
It is http://systems-design.pl/xbmc/plugin.multimedia.players-1.0.2.zip
Download it and test. It shoud work correctly.
Robert
Hi Robert,
first of all: Thanks a lot for your reply.
I just downloaded and installed this new version, but I still get
the same error message in the logfile - that 'isHalfSBSSideBySide'
is not defined. Any more hints?
With kind regards
Joerg