Hello, For installing MatLab under wine, I need to have a java VM on my windows system. I know two candidates. Sun's Java (most logical) and JBuilder by IBM. Neither of them seem to co-operate with wine. This is the result I get when I run Sun's installer fixme:msi:MsiGetProductInfoA "ess/license.dat" "PackageCode" 0x40660b98 0x40660bd0 fixme:process:CreateProcessA (E:\_is5d5a\instmsia.exe,...): NORMAL_PRIORITY_CLASS ignored fixme:win32:PE_CreateModule Security directory ignored fixme:process:CreateProcessA (E:\IXP003.TMP\msiinst.exe,...): NORMAL_PRIORITY_CLASS ignored fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only) fixme:ntdll:NtQueryInformationToken (0x3c,1,0x406622dc,80,0x4066232c): stub fixme:advapi:SetThreadToken ((nil), 0x38): stub (NT impl. only) fixme:process:CreateProcessA (MsiExec.exe,...): NORMAL_PRIORITY_CLASS ignored fixme:process:CreateProcessA (MsiExec.exe,...): STARTF_FORCEONFEEDBACK ignored fixme:process:CreateProcessA (MsiExec.exe,...): NORMAL_PRIORITY_CLASS ignored fixme:process:CreateProcessA (MsiExec.exe,...): STARTF_FORCEONFEEDBACK ignored U++ ??@D?@>?~? g?@i?f@`@#?f@+?`@\?~? (interesting last line, eh?) And the installation manager window shows a progress bar which has got as far as: `configuring Windows installer') The JBuilder installer says this fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. And the installation manager window shows the text `F:\jb9_windows\per_install.exe [3.5] 08/31/03 22:55:17 Dispatcher initialisation error 02'. As said, I would like to have j2sdk rather than JBuilder, but JBuilder seems to get closer. Does anybody have a clue whether or not one of these two *can* be installed at all? Regards Alle Meije Wink PS: I saw JBuilder in the application database, but the comment there says that it is not necessary to install JBuilder. Duh! I *do* need to have a *windows* java VM
As far as I can see from the mathworks web site, matlab has a native linux version, all there linux products are listed here: http://www.mathworks.com/products/matrix/test.shtml/Linux so wine is not neede at all to run this software.
> As far as I can see from the mathworks web site, > matlab has a native linux version, all there > linux products are listed here: > http://www.mathworks.com/products/matrix/test.shtml/Linux > so wine is not neede at all to run this software.Right, but I have a cd with the windows version on it, so I'm not going to buy the linux version. Try this one first... Alle Meije
> As far as I can see from the mathworks web site, > matlab has a native linux version, all there > linux products are listed here: > http://www.mathworks.com/products/matrix/test.shtml/Linux > so wine is not neede at all to run this software.Right, but I have a cd with the windows version on it, so I'm not going to buy the linux version. Try this one first... Alle Meije
Hi, I took the liberty of returning to my subject. Here are the latest error messages I get when I try to install the sun j2sdk java VM. wink:~$ wine j2sdk-1_4_2_01-windows-i586-iftw.exe fixme:msi:MsiGetProductInfoA "me/wink" "PackageCode" 0x40660b98 0x40660bd0 fixme:ntdll:NtQueryInformationToken (0x40,2,(nil),0,0x4065de00): stub fixme:ntdll:NtQueryInformationToken (0x40,2,0x41341020,12,0x4065de00): stub fixme:process:CreateProcessA (E:\_isef06\instmsiw.exe,...): NORMAL_PRIORITY_CLASS ignored fixme:win32:PE_CreateModule Security directory ignored fixme:process:CreateProcessA (E:\IXP001.TMP\msiinst.exe,...): NORMAL_PRIORITY_CLASS ignored fixme:ntdll:NtQueryInformationToken (0x38,2,0x40f84838,2048,0x40661e78): stub fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only) fixme:ntdll:NtQueryInformationToken (0x3c,1,0x4066172c,80,0x4066177c): stub fixme:advapi:SetThreadToken ((nil), 0x38): stub (NT impl. only) fixme:ntdll:NtQueryInformationToken (0x38,2,0x40660ef8,1024,0x40661304): stub fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only) fixme:ntdll:NtQueryInformationToken (0x3c,1,0x40661028,80,0x40661078): stub fixme:advapi:SetThreadToken ((nil), 0x38): stub (NT impl. only) fixme:ntdll:RtlMakeSelfRelativeSD (0x406612a8,0x7723a378,0x406612bc(94)) fixme:advapi:GetFileSecurityW (L"C:\\WINDOWS\\Installer") : stub fixme:process:CreateProcessA (MsiExec.exe,...): NORMAL_PRIORITY_CLASS ignored fixme:process:CreateProcessA (MsiExec.exe,...): STARTF_FORCEONFEEDBACK ignored So there's ntdll, advapi and a number of dll's starting with msi (must have something to do with my mainboard :). It's still hazy as far as I'm concerned. Are there requirements for the kernel, perhaps? I recompiled mine a few times. regards Alle Meije
>(must >have something to do with my mainboard :)No, it had nothing to do with hardware or kernel, msi.dll is a microsoft dll used to install msi packages (They are a bit like rpms, but not as good), they all end with a .msi extension, but usually you get an exe that extracts the msi.exe to a tmp directory, and asks the microsoft installer to install the package. As the ms installer can' t decompress the file, it fails. msi.dll has bean added to wine very recently, and even if a lot of programming has bean done, it can' t be used yet to install software, so you should just wait for a future release, when it starts working, you will probably read about it in the wine weekly news. In the mean time, you can try a native msi.dll if you have a windows license.