User forums > Nightly builds

The 08 February 2014 build (9639) is out.

<< < (8/8)

Huki:
Glad to know the hang was fixed. :)


--- Quote from: ollydbg on February 14, 2014, 02:49:32 am ---I will prepare two commits:
1, fix the hang issue as you suggest.
2, code refactoring by remove the m_IsReplaceParsing variable.

--- End quote ---
I checked both commits, it's ok for me.. and yes, removing the redundant m_IsReplaceParsing var is a nice improvement.

stahta01:
Can someone apply this short fix?


--- Quote from: stahta01 on February 15, 2014, 06:54:23 pm ---Patch that get rid of the Install Plugin error on Windows; after 2 hours of trying semi-random stuff I found a fix.
Error message was "One or more plugins were not installed successfully".

Tim S.


--- Code: ---Index: src/sdk/pluginmanager.cpp
===================================================================
--- src/sdk/pluginmanager.cpp (revision 9653)
+++ src/sdk/pluginmanager.cpp (working copy)
@@ -282,7 +282,7 @@
         settingsOnName.Remove(0, 3);
     if (!platform::windows && settingsOffName.StartsWith(_T("lib")))
         settingsOffName.Remove(0, 3);
-    wxString pluginFilename = pluginDir + _T('/') + localName;
+    wxString pluginFilename = UnixFilename(pluginDir + _T('/') + localName);
 //    Manager::Get()->GetLogManager()->DebugLog(F(_T("Plugin filename: ") + pluginFilename));
 //    Manager::Get()->GetLogManager()->DebugLog(F(_T("Plugin resources: ") + ConfigManager::GetDataFolder() + _T('/') + resourceName));
 

--- End code ---

--- End quote ---

Thanks.

Tim S.

MortenMacFly:

--- Quote from: stahta01 on February 18, 2014, 05:05:35 pm ---Thanks.

--- End quote ---
I would, but currently I've no access to SVN. I've noted it down... stay tuned...

Navigation

[0] Message Index

[*] Previous page

Go to full version