Bugs item #3475110, was opened at 2012-01-17 13:49 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3475110...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: v0.43 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Pd-vanilla problem opening patches
Initial Comment: Pd-vanilla v0.43.1 Win7 x64 built-in soundcard
I made a patch, saved it, and got an error message when it opened. Afterward, couldn't interact with the menu bar or close the patch window. The problem does not occur in v0.43.0.
Here's the error message: ---------------------------------------------------------------------------------- couldn't load library "C:/pd vanilla/lib/tcl8.5/reg/tclreg12.dll": this library or a dependent library could not be found in library path couldn't load library "C:/pd vanilla/lib/tcl8.5/reg/tclreg12.dll": this library or a dependent library could not be found in library path while executing "load {C:/pd vanilla/lib/tcl8.5/reg/tclreg12.dll} registry" ("package ifneeded registry 1.2.1" script) invoked from within "package require registry" (procedure "write_config_win" line 2) invoked from within "write_config_win $data $adomain $akey $arr " (procedure "write_config" line 4) invoked from within "write_config $::recentfiles_list $::recentfiles_domain $::recentfiles_key true" (procedure "::pd_guiprefs::write_recentfiles" line 2) invoked from within "::pd_guiprefs::write_recentfiles " (procedure "::pd_menus::update_recentfiles_on_menu" line 24) invoked from within "::pd_menus::update_recentfiles_on_menu $menubar.file $write" (procedure "::pd_menus::update_recentfiles_menu" line 5) invoked from within "::pd_menus::update_recentfiles_menu" (procedure "::pd_guiprefs::update_recentfiles" line 8) invoked from within "::pd_guiprefs::update_recentfiles $filename" (procedure "open_file" line 11) invoked from within "open_file $filename" (procedure "menu_open" line 6) invoked from within "menu_open" (menu invoke) ----------------------------------------------------------------------------------
I found tclreg12.dll in the bin directory, so I copied it to the location it was search for it in and it fixed the problem, so it seems it's just looking for it in the wrong place, or the dll ends up in the wrong place.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3475110...