02-02-2012, 00:35
I saw somewhere in this forum that I only need vcrun2008 if I don't want to run plugins. I want to run plugins like promod, welcome, etc, so I don't installed it, but in this way the fixed linux binary won't start, because it requires the msvcp90.dll. I've tried to copy from my Win machine to Wine, but it makes error. So I installed vcrun2008 with winetricks and your Addon stands up successfully, but in data.log I've this error:
Everything works, timedmessages, I can connect to it but I can't load any Plugins. Am I using wrong wine version, or there is other requirements to run with wine? Thanks!
Code:
System.NotSupportedException: The given path's format is not supported.
at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at Addon.PluginCode.LoadAssemblies(String folder, String filter)
Everything works, timedmessages, I can connect to it but I can't load any Plugins. Am I using wrong wine version, or there is other requirements to run with wine? Thanks!