On Wed, May 6, 2009 at 9:59 PM, BillBurt <wineforum-user@xxxxxxxxxx> wrote: > I ran the commands you gave me.. And now I am getting these errors: > > I run this command: > wine '/home/Bill/.wine/drive_c/Program Files/RobloxVersions/version-b7d710b83ef74c14/RobloxApp.exe' Don't do that...cd to the directory first. > I get these errors: > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) > err:module:import_dll Library mfc90.dll (which is needed by L"C:\\Program Files\\RobloxVersions\\version-b7d710b83ef74c14\\RobloxApp.exe") not found > err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\RobloxVersions\\version-b7d710b83ef74c14\\RobloxApp.exe" failed, status c0000135 That dll should be included with the program. If not, use 'winetricks vcrun2008' -- -Austin