[Bug 5073] winecfg crashes on audio tab due to nonexistant socket

Wine Bugs wine-bugs at winehq.org
Sun Jun 25 10:41:03 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5073


vitaliy at kievinfo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX




------- Additional Comments From vitaliy at kievinfo.com  2006-25-06 10:41 -------
I think it's a arts/distro problem. From one of the arts source files:

	if (!mcop_dir)
	   mcop_dir = locate_mcop_dir();
	}
	if (!mcop_dir)
	{
	   system("lnusertemp socket");
	   mcop_dir = locate_mcop_dir();
	}
	if (!mcop_dir)
	{
	   arts_fatal("can't create mcop directory");
	}

You can clearly see that it needs "lnusertemp" to setup that dir. But that
program is part of kdelibs package.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list