Wine and Visual MINTEQ

Questions about Wine on macOS.
Locked
ebsith
Newbie
Newbie
Posts: 1
Joined: Sat Sep 22, 2012 4:40 pm

Wine and Visual MINTEQ

Post by ebsith »

Hi all,

I'm new to Wine and am trying to use it to allow me to run Visual MINTEQ on my mac.
I have been able to get VMINTEQ's setup.exe to start, but after hitting "Next" on the first screen of the setup wizard, the window vanishes and nothing takes its place (i.e. the setup does not continue).

I am using:
MacBook Pro
OS X 10.8.1
Wine 1.5.13 (tried it with the stable branch first, also failed there)
Winetricks v. 20120912
Xquartz 2.7.3
Xcode 4.5
Homebrew 0.9.3


I wiped the ~./wine directory and used

Code: Select all

$ winearch=win32 winecfg
to create a 32-bit environment.
When told to install the Wine mono installer I hit continue, but checksum didn't work out and it didn't install anyway.
Used

Code: Select all

$ wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}'
to make absolutely sure Wine's mono wasn't present.


Output when I try to run VMINTEQ setup:

Code: Select all

$ wine setup.exe 
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:storage:create_storagefile Storage share mode not implemented.
^C^Cfixme:console:CONSOLE_DefaultHandler Terminating process 3a on event 0
fixme:console:CONSOLE_DefaultHandler Terminating process 3c on event 0
I followed the guidelines given here for installing .NET Framework. I'm not sure if the service packs are necessary for VMINTEQ, but I tried to install them. I was unable to install the service packs due to a problem with hanging at the license agreement. Output here:

Code: Select all

$ winetricks dotnet20sp1
Executing w_do_call dotnet20sp1
Executing load_dotnet20sp1
Current wine does not have wine bug 16956, so not applying workaround
Executing w_do_call dotnet20
dotnet20 already installed, skipping
------------------------------------------------------
Working around wine bug 16956 -- Setting windows version so installer works
------------------------------------------------------
Setting Windows version to win2k
Executing winetricks_early_wine regedit C:\windows\Temp\_dotnet20sp1\set-winver.reg
wine: cannot find L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorsvw.exe"
fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v2.0.50727_32" failed to start: 2
ADD - HKLM\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727 Version 0 REG_SZ 2.0.50727 1
The operation completed successfully
Executing mkdir -p /Users/Katrina/Library/Caches/winetricks/dotnet20sp1
fixme:clusapi:GetNodeClusterState ((null),0x32ec64) stub!
fixme:ntdll:server_ioctl_file Unsupported ioctl 70000 (device=7 access=0 func=0 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 70000 (device=7 access=0 func=0 method=0)
fixme:advapi:DecryptFileA "y:\\04fa02098c64f5ae90bc936986\\" 00000000
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:ole:CoInitializeSecurity (0x0,-1,0x0,0x0,0,3,0x0,0,0x0) - stub!
fixme:advapi:LsaOpenPolicy ((null),0x33efe0,0x00000001,0x33eff8) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:advapi:LsaOpenPolicy ((null),0x33e660,0x00000001,0x33e684) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ngen:wmain stub: L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\ngen.exe" L"queue" L"pause"
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c00 (device=2d access=0 func=300 method=0)
fixme:cdrom:CDROM_GetMediaType : faking success
fixme:cdrom:CDROM_GetMediaType : faking success
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c00 (device=2d access=0 func=300 method=0)
fixme:advapi:LsaOpenPolicy ((null),0x33ddc0,0x00000001,0x33dde4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:MsiGetFeatureValidStatesW 1 L"NetFx20_SP1_enu_x86_net_SETUP" 0x33a9e0 stub returning 8
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 70c00 (device=7 access=0 func=300 method=0)
fixme:cdrom:CDROM_GetMediaType : faking success
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
fixme:cdrom:CDROM_GetMediaType : faking success
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 70c00 (device=7 access=0 func=300 method=0)
^C^Cfixme:console:CONSOLE_DefaultHandler Terminating process 29 on event 0
fixme:console:CONSOLE_DefaultHandler Terminating process 26 on event 0
Setting Windows version to winxp
Executing winetricks_early_wine regedit C:\windows\Temp\_dotnet20sp1\set-winver.reg
------------------------------------------------------
dotnet20sp1 install completed, but installed file ~/.wine/dosdevices/c:/windows/assembly/NativeImages_v2.0.50727_32/indexb.dat not found
------------------------------------------------------
Also hangs with service pack 2.

[UPDATE 2012-0923-1919GMT]: Just to be clear - I did the attempted service pack installs and the .NET install before attempting to run VMINTEQ's setup.exe and getting the related output above.

I've done a bunch of searching here and elsewhere on the web, but maybe just don't have the appropriate filter for finding the correct info to help me along. Any help would be much appreciated. For further information about the process I went through, ask.

Thanks!
Locked