Hi all, I am having an issue with a program that I use for work called "Snuffler". It's a freeware program that plots geophysical data into maps. I would provide the URL to the download, but just now when I've gone to find it, the website is offline... (Don't know why). Regardless, I have a copy of the .exe installer should anyone desire it for testing purposes. Anyway, the program opens fine and runs ok (graphics are a bit shonky, but it's manageable - and that's all I really want from freeware anyway!). The problem is that at random, the program - when run under Wine - becomes unstable (that is, it "encounters an unexpected error... [yadda yadda yadda that Windows error message crap]"). I am running Wine 1.1.32 on Linux Mint 7 (Ubuntu 9.04). When I open Snuffler in a terminal, I only get one error message, and that's immediately upon start: Code: fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" (8.0.50608.0) That's the only error message that I get, including when the crash occurs (which seems to be at random). This random crashing does not occur when it is running on Windows normally (so I can rule out a shonky programmer who made Snuffler!). So I don't know if the above error message may be contributing to this issue. If so, does anyone know how to fix it? Thanks in advance for help given.
David Hunter wrote:> The problem is that at random, the program - when run under Wine - becomes unstable (that is, it "encounters an unexpected error... [yadda yadda yadda that Windows error message crap]"). I am running Wine 1.1.32 on Linux Mint 7 (Ubuntu 9.04).Post complete terminal output when the program crashes.
>David Hunter wrote: >> The problem is that at random, the program - when run under Wine - becomes unstable (that is, it "encounters an unexpected error... [yadda yadda yadda that Windows error message crap]"). I am running Wine 1.1.32 on Linux Mint 7 (Ubuntu 9.04). > >Post complete terminal output when the program crashes. >If the output is lengthy, please use a site like pastebin.com. James McKenzie
Hi James, David Hunter wrote:> > > > Code: > > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" (8.0.50608.0) > > > > That's the only error message that I get, including when the crash occurs (which seems to be at random).I only get that fixme line at app start up. Nothing else, not even at crash. Thanks for your help.
OK during installation of v0.81 of Snuffler, I get the following messages, but all seems to work fine otherwise: Code: david at hunter-geophys ~/Desktop/Snuffler v0.81 $ wine Setup.exe fixme:reg:GetNativeSystemInfo (0x32f3ac) using GetSystemInfo() fixme:reg:GetNativeSystemInfo (0x33fb10) using GetSystemInfo() fixme:advapi:LookupAccountNameW (null) L"david" (nil) 0x32ed08 (nil) 0x32ed0c 0x32ed00 - stub fixme:advapi:LookupAccountNameW (null) L"david" 0x18f568 0x32ed08 0x18da18 0x32ed0c 0x32ed00 - stub fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders" fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 1 ignored L"Upgrade" table values fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 4 ignored L"MsiAssembly" table values fixme:msi:msi_unimplemented_action_stub UnregisterExtensionInfo -> 6 ignored L"Extension" table values fixme:msi:msi_unimplemented_action_stub UnregisterProgIdInfo -> 6 ignored L"ProgId" table values fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 3 ignored L"Shortcut" table values fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut err:msi:register_progid L"Snuffler Project" has no class err:msi:register_progid L"Snuffler Map" has no class err:msi:register_progid L"Snuffler View" has no class err:msi:register_progid L"Snuffler Preview" has no class err:msi:register_progid L"Snuffler Import" has no class err:msi:register_progid L"Snuffler Data" has no class fixme:shell:DllCanUnloadNow stub fixme:shell:DllCanUnloadNow stub fixme:shell:DllCanUnloadNow stub fixme:shell:DllCanUnloadNow stub About to try Snuffler itself and will post new test data on AppDB listing.
OK bug link: http://bugs.winehq.org/show_bug.cgi?id=20661
David Hunter wrote:> Is there a way of uninstalling that and reverting back to how it was?Remove comctl32 override in winecfg -> libraries tab.
Hi vitamin, Sorry for asking silly questions... But I lost my Wine entries (including the config link) in the menu when I upgraded to v1.1.32... how do I access the config screen via terminal? Cheers...