[MacPorts] #22644: VLC preference dialog not working
#22644: VLC preference dialog not working -----------------------------------+---------------------------------------- Reporter: vaulse@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: vlc -----------------------------------+---------------------------------------- I installed the current vlc port under 10.5.8 (Intel). The build completed without error, but when I select "Preferences" from the "VLC" menu, nothing happens. I get the following entries in the system log: {{{ VLC[48253]: *** +[NSString stringWithUTF8String:]: NULL cString [0x0-0x99e99e].org.videolan.vlc[48253]: [0x4c12528] main interface error: option rtsp-tcp does not exist [0x0-0x99e99e].org.videolan.vlc[48253]: [0x4c12528] macosx interface error: option rtsp-tcp does not exist }}} The developer's build works as expected on my system. -- Ticket URL: <http://trac.macports.org/ticket/22644> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22644: VLC preference dialog not working -----------------------------------+---------------------------------------- Reporter: vaulse@… | Owner: mnick@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: vlc -----------------------------------+---------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => mnick@… -- Ticket URL: <http://trac.macports.org/ticket/22644#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22644: VLC preference dialog not working -----------------------------------+---------------------------------------- Reporter: vaulse@… | Owner: mnick@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: vlc -----------------------------------+---------------------------------------- Changes (by raimue@…): * cc: raimue@… (added) Comment: Seeing the exact same message with VLC @1.0.4 on Mac OS X 10.6.2. -- Ticket URL: <http://trac.macports.org/ticket/22644#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22644: VLC preference dialog not working -----------------------------------+---------------------------------------- Reporter: vaulse@… | Owner: mnick@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: vlc -----------------------------------+---------------------------------------- Comment(by cavinsays@…): As am I on 10.6.2 with VLC 1.0.5 64-bit. -- Ticket URL: <http://trac.macports.org/ticket/22644#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22644: VLC preference dialog not working -----------------------------------+---------------------------------------- Reporter: vaulse@… | Owner: mnick@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: vlc -----------------------------------+---------------------------------------- Comment(by kalen@…): First of all, sorry for my bad english. Added patch corrects error showing VLC Prefernces by inserting simple condition in file modules/gui/macosx/simple_prefs.m Error was in void - (void)setupButton: (NSButton *)object forBoolValue: (const char *)name in line [object setToolTip: [NSString stringWithUTF8String: config_GetLabel( p_intf, name )]]; Void produced error when config_GetLabel( p_intf, name ) returns NULL. You may see it in system log by opening Console. Corrected string is there: if( config_GetLabel( p_intf, name ) ) [object setToolTip: [NSString stringWithUTF8String: config_GetLabel( p_intf, name )]]; -- Ticket URL: <http://trac.macports.org/ticket/22644#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22644: VLC preference dialog not working -----------------------------------+---------------------------------------- Reporter: vaulse@… | Owner: mnick@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: vlc -----------------------------------+---------------------------------------- Comment(by ryandesign@…): Remember WikiFormatting, please. I believe I corrected the formatting in your post above. So why does the official dmg of VLC 1.0.5 not have the problem but our source build of it does? Has this patch of yours already been applied to the VLC sources upstream? -- Ticket URL: <http://trac.macports.org/ticket/22644#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22644: VLC preference dialog not working -----------------------------------+---------------------------------------- Reporter: vaulse@… | Owner: mnick@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: vlc -----------------------------------+---------------------------------------- Comment(by kalen@…): Replying to [comment:7 ryandesign@…]:
Remember WikiFormatting, please. I believe I corrected the formatting in your post above.
So why does the official dmg of VLC 1.0.5 not have the problem but our source build of it does?
Has this patch of yours already been applied to the VLC sources upstream?
Sorry for formatting, this is my very first post in MacPorts :) No, this patch I've created about one hour ago, so it doesnt applied to VLC source upstream. Can you help me with this? I'm not shure I'll do this because of my bad english. Thank you for help! -- Ticket URL: <http://trac.macports.org/ticket/22644#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22644: VLC preference dialog not working -----------------------------------+---------------------------------------- Reporter: vaulse@… | Owner: mnick@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: vlc -----------------------------------+---------------------------------------- Comment(by cavinsays@…): kalen's patch worked for me. Thanks :) -- Ticket URL: <http://trac.macports.org/ticket/22644#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22644: VLC preference dialog not working -----------------------------------+---------------------------------------- Reporter: vaulse@… | Owner: mnick@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: vlc -----------------------------------+---------------------------------------- Comment(by ryandesign@…): Any update on this situation? Has anybody informed the developers of VLC about this problem and our proposed solution? If not, somebody should please do so. -- Ticket URL: <http://trac.macports.org/ticket/22644#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22644: VLC preference dialog not working ------------------------------------+--------------------------------------- Reporter: vaulse@… | Owner: mnick@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: vlc | ------------------------------------+--------------------------------------- Changes (by mnick@…): * status: new => closed * resolution: => fixed Comment: Sorry, this ticket somehow ended up in my spam folder... Should be fixed in r66366 -- Ticket URL: <http://trac.macports.org/ticket/22644#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts