Problems installling wine 43 bit on a 64 bit os

Questions about Wine on Linux
Locked
Hermes14
Level 2
Level 2
Posts: 14
Joined: Sun Mar 30, 2014 1:38 pm

Problems installling wine 43 bit on a 64 bit os

Post by Hermes14 »

Hi all

I was previously running metatrader4 on my system but it wasn't running properly
The only program that I need wine for is MT4 therefore I only need wine with a 32 bit prefix
I uninstalled wine & tried to install the 64bit Wine version, with a 32bit compatibility package.
https://en.opensuse.org/Wine#Repositories & it still gave me the same problem.
I then installed wine again following the instruction 4.4 & 4.5 http://wiki.winehq.org/FAQ#uninstall
I then removed all the other wine folders with zypper & tried to re install only the 32 bit with yast.
I have tried to find my wine prefix but can't find it anywhere on my computer.
According to 7.2 wine must create my wineprefix but it hasn't
How do I de a wine 32 bit running properly on my machine?
It is possible I deleted the old one when I uninstalled wine.

Code: Select all

 linux-hhz5:/home/warren # zypper info wine
Loading repository data...
Reading installed packages...
Information for package wine:
-----------------------------
Repository: wine
Name: wine
Version: 1.7.24-357.1
Arch: x86_64
Vendor: obs://build.opensuse.org/Emulators
Installed: No
Status: not installed
Installed Size: 133.6 MiB
Summary: An MS Windows Emulator
Description: 
An MS Windows emulator, consisting of both runtime and also source
compatibility functions. You can run your MS executables with it, and
you can write your Windows programs under Linux and link against the
WINE libraries.

It is not necessary to have a Windows installation to run WINE.

Please have a look at /usr/share/doc/packages/wine/README.SUSE. There
is more documentation available in that directory. Read 'man wine' for
further information.

You can invoke wine by entering: 'wine program.exe' wine can be
configured by running 'winecfg'.
linux-hhz5:/home/warren # wine --version
wine-1.7.24
linux-hhz5:/home/warren # whereis wine
wine: /usr/bin/wine /usr/lib/wine /usr/lib64/wine /usr/include/wine /usr/share/wine /usr/share/man/man1/wine.1.gz
linux-hhz5:/home/warren # 
opensuse 13.1 x64
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems installling wine 43 bit on a 64 bit os

Post by dimesio »

Deleting the wineprefix is precisely what you did. A new one will not be created until you run something in Wine. Since you need a 32 bit wineprefix, follow these instructions to create it: http://wiki.winehq.org/FAQ#32_bit_wineprefix.
Hermes14
Level 2
Level 2
Posts: 14
Joined: Sun Mar 30, 2014 1:38 pm

Re: Problems installling wine 32 bit on a 64 bit os

Post by Hermes14 »

Hi Dimesio

How do I find where my wineprefix is?
I have started wine notepad through bash & I have been running MetaTrader4 for a full day & still can't find wineprefix.

Code: Select all

 warren@linux-hhz5:~> whereis wine
wine: /usr/bin/wine /usr/lib/wine /usr/lib64/wine /usr/include/wine /usr/share/wine /usr/share/man/man1/wine.1.gz
warren@linux-hhz5:~> find wineprefix
find: ‘wineprefix’: No such file or directory
warren@linux-hhz5:~> find WINEPREFIX
find: ‘WINEPREFIX’: No such file or directory
warren@linux-hhz5:~> whereis wineprefix
wineprefix:warren@linux-hhz5:~> whereis WINEPREFIX
WINEPREFIX:warren@linux-hhz5:~> 
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems installling wine 43 bit on a 64 bit os

Post by dimesio »

The default wineprefix is ~/.wine.
Hermes14
Level 2
Level 2
Posts: 14
Joined: Sun Mar 30, 2014 1:38 pm

Re: Problems installling wine 43 bit on a 64 bit os

Post by Hermes14 »

I have read through all the wine document I can find but I am still getting a error when I try to create a 32 bit prefix.
What I am doing wrong?

Code: Select all

warren@linux-hhz5:~/.wine> WINEARCH=win32 WINEPREFIX=/home/warren/.wine/wineprefix winecfg
wine: created the configuration directory '/home/warren/.wine/wineprefix'
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:iphlpapi:NotifyAddrChange (Handle 0xece8b0, overlapped 0xece8bc): stub
wine: configuration in '/home/warren/.wine/wineprefix' has been updated.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems installling wine 43 bit on a 64 bit os

Post by dimesio »

Hermes14 wrote:I have read through all the wine document I can find but I am still getting a error when I try to create a 32 bit prefix.
What I am doing wrong?

Code: Select all

warren@linux-hhz5:~/.wine> WINEARCH=win32 WINEPREFIX=/home/warren/.wine/wineprefix winecfg
That creates a wineprefix within a wineprefix, which is not a good idea. Technically, it should work, but it is likely to be confusing to manage, and you won't be able to delete .wine without deleting the wineprefix within it, too. I suggest you create one outside of .wine.

The rest of the console output is normal for creation of a wineprefix.
Hermes14
Level 2
Level 2
Posts: 14
Joined: Sun Mar 30, 2014 1:38 pm

Re: Problems installling wine 32 bit on a 64 bit os

Post by Hermes14 »

Thanks demiso
As I only need to use wine for MT4 I created a folder named platform in my forex folder.
I then created wine 32 prefix in the platform folder & installed MT4 in the new prefix. (results from terminal are in the attached file)
I ran MT4 for a few hours on Friday evening & it seems to be running a lot better.
I will give it a better test this week though.

Can I now delete the old

Code: Select all

 .wine 
using the instructions in 4.5 http://wiki.winehq.org/FAQ#uninstall ?
Hermes14
Level 2
Level 2
Posts: 14
Joined: Sun Mar 30, 2014 1:38 pm

Re: Problems installling wine 43 bit on a 64 bit os

Post by Hermes14 »

Code: Select all

warren@linux-hhz5:~> cd Forex/Platform
warren@linux-hhz5:~/Forex/Platform> WINEARCH=win32 WINEPREFIX=/home/warren/Forex/Platform/wineprefix winecfg
wine: created the configuration directory '/home/warren/Forex/Platform/wineprefix'
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:iphlpapi:NotifyAddrChange (Handle 0xece8b0, overlapped 0xece8bc): stub
wine: configuration in '/home/warren/Forex/Platform/wineprefix' has been updated.
warren@linux-hhz5:~/Forex/Platform> wget https://www.markets.com/download/sites/all/files/downloads/all-languages/winclient/safecap/meta_trader_setup.exe
--2014-09-12 04:57:57--  https://www.markets.com/download/sites/all/files/downloads/all-languages/winclient/safecap/meta_trader_setup.exe
Resolving http://www.markets.com (http://www.markets.com)... 96.16.220.146
Connecting to http://www.markets.com (http://www.markets.com)|96.16.220.146|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://www.markets.com/sites/all/files/downloads/all-languages/winclient/meta_trader_setup.exe [following]
--2014-09-12 04:57:58--  https://www.markets.com/sites/all/files/downloads/all-languages/winclient/meta_trader_setup.exe
Reusing existing connection to http://www.markets.com:443.
HTTP request sent, awaiting response... 200 OK
Length: 419400 (410K) [application/octet-stream]
Saving to: ‘meta_trader_setup.exe’

100%[============================================================================>] 419,400     33.2KB/s   in 12s    

2014-09-12 04:58:11 (33.2 KB/s) - ‘meta_trader_setup.exe’ saved [419400/419400]

warren@linux-hhz5:~/Forex/Platform> ls
meta_trader_setup.exe  wineprefix
warren@linux-hhz5:~/Forex/Platform> cd wineprefix
warren@linux-hhz5:~/Forex/Platform/wineprefix> wine meta_trader_setup.exe
wine: cannot find L"C:\\windows\\system32\\meta_trader_setup.exe"
warren@linux-hhz5:~/Forex/Platform/wineprefix> cd ../
warren@linux-hhz5:~/Forex/Platform> mv /home/warren/Forex/Platform/meta_trader_setup.exe /home/warren/Forex/Platform/wineprefix
warren@linux-hhz5:~/Forex/Platform> cd wineprefix
warren@linux-hhz5:~/Forex/Platform/wineprefix> wine meta_trader_setup.exe
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x64e9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:ver:GetCurrentPackageId (0x33fb78 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x33d6c8 (nil)): stub
fixme:thread:GetThreadPreferredUILanguages 56, 0x33f56c, 0x33f57c 0x33f570
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
warren@linux-hhz5:~/Forex/Platform/wineprefix> fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ver:GetCurrentPackageId (0x22ae9f8 (nil)): stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ieframe:PersistStreamInit_InitNew (0x254bd38)
fixme:dwmapi:DwmIsCompositionEnabled 0x6b238dcc
fixme:iphlpapi:NotifyAddrChange (Handle 0x371e8b0, overlapped 0x371e8bc): stub
fixme:ntdll:server_ioctl_file Unsupported ioctl 9800012c (device=9800 access=0 func=4b method=0)
fixme:winsock:server_ioctl_sock Unsupported ioctl 9800012c (device=9800 access=0 func=4b method=0)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIOW(IOC_VENDOR, 300))
fixme:ntdll:server_ioctl_file Unsupported ioctl 9800012c (device=9800 access=0 func=4b method=0)
fixme:winsock:server_ioctl_sock Unsupported ioctl 9800012c (device=9800 access=0 func=4b method=0)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIOW(IOC_VENDOR, 300))
fixme:imm:ImmReleaseContext (0x1011c, 0x2570468): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33a454,0x00000000), stub!
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ieframe:BrowserService_GetTravelLog 0x2564720 0x33b068
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_QueryStatus (0x254bdf0)->((null) 1 0x33b060 (nil))
fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 37 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:ieframe:ClientSite_GetContainer (0x254bdf0)->(0x33b04c)
fixme:mshtml:nsChannel_GetContentDisposition (0x25726e0)->(0x33a790)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x25726e0)->(0x339fb0)
fixme:ieframe:ClientSite_GetContainer (0x254bdf0)->(0x33be9c)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:PersistStreamInit_InitNew (0x257f070)
fixme:ieframe:BrowserService_GetTravelLog 0x257f9d8 0x33ae78
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_QueryStatus (0x257f128)->((null) 1 0x33ae70 (nil))
fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 37 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:ieframe:ClientSite_GetContainer (0x257f128)->(0x33ae5c)
fixme:mshtml:nsChannel_GetContentDisposition (0x2581958)->(0x33a5a0)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x2581958)->(0x339dc0)
fixme:ieframe:ClientSite_GetContainer (0x257f128)->(0x33bcac)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:PersistStreamInit_InitNew (0x257fc08)
fixme:ieframe:BrowserService_GetTravelLog 0x2584860 0x33b068
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_QueryStatus (0x257fcc0)->((null) 1 0x33b060 (nil))
fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 37 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:ieframe:ClientSite_GetContainer (0x257fcc0)->(0x33b04c)
fixme:mshtml:nsChannel_GetContentDisposition (0x25867e8)->(0x33a790)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x25867e8)->(0x339fb0)
fixme:ieframe:ClientSite_GetContainer (0x257fcc0)->(0x33be9c)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:propsheet:PROPSHEET_SetHeaderTitleA (0x2027c, 0, "Trading Servers"): stub
fixme:propsheet:PROPSHEET_SetHeaderSubTitleA (0x2027c, 0, "Select a more suitable trading server:"): stub
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x254bdf0)
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x257f128)
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x257fcc0)
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2565bf8)->(0x16a988)
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2580788)->(0x16a988)
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2585618)->(0x16a988)
fixme:dwmapi:DwmGetCompositionTimingInfo ((nil) 0x333818)
fixme:advapi:RegisterTraceGuidsW (0x6aee5270, 0x424c688, {509962e0-406b-46f4-99ba-5a009f8d2225}, 3, 0x41f02e8, (null), (null), 0x424c6b8): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group {de4ba900-59ca-11cf-9592-444553540000}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group {de4ba900-59ca-11cf-9592-444553540000}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group {de4ba900-59ca-11cf-9592-444553540000}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2565bf8)->(0x16a988)
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2580788)->(0x16a988)
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2585618)->(0x16a988)
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2580788)->(0x16a988)
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 063be0e8
fixme:winsock:NtStatusToWSAError Status code 063be0e8 converted to DOS error code 13d
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 067be0e8
fixme:winsock:NtStatusToWSAError Status code 067be0e8 converted to DOS error code 13d
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 068be0e8
fixme:winsock:NtStatusToWSAError Status code 068be0e8 converted to DOS error code 13d
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 069be0e8
fixme:winsock:NtStatusToWSAError Status code 069be0e8 converted to DOS error code 13d
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:propsheet:PROPSHEET_SetHeaderTitleA (0x2027c, 1, "Select account type"): stub
fixme:propsheet:PROPSHEET_SetHeaderSubTitleA (0x2027c, 1, "To start working an account is required:"): stub
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2580788)->(0x16a988)
fixme:iphlpapi:SendARP (DestIP 0x01a6a8c0, SrcIP 0x00000000, pMacAddr 0x5e4abd0, PhyAddrLen 0x5e4abdc): stub
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2580788)->(0x16a988)
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 05f7e0e8
fixme:winsock:NtStatusToWSAError Status code 05f7e0e8 converted to DOS error code 13d
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2580788)->(0x16a988)
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x2580788)->(0x16a988)
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 05f7e0e8
fixme:winsock:NtStatusToWSAError Status code 05f7e0e8 converted to DOS error code 13d
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems installling wine 32 bit on a 64 bit os

Post by dimesio »

Hermes14 wrote: Can I now delete the old

Code: Select all

 .wine 
using the instructions in 4.5 http://wiki.winehq.org/FAQ#uninstall ?
Sure, if you want to. It's easy to recreate if you ever decide you want it back. Just be careful about deleting the menu entries; the commands listed will delete all menu entries for things installed in any wineprefix, including your new one. If you have any menu entries you want to keep, delete only the ones you don't want.
Hermes14
Level 2
Level 2
Posts: 14
Joined: Sun Mar 30, 2014 1:38 pm

Re: Problems installling wine 43 bit on a 64 bit os

Post by Hermes14 »

I am sitting with another problem now.
I tried to install a software program called
M1_ M2_Installer_2014_ForexMentorPro.exe
into meta trader.
Previously I just used ADD AND REMOVE PROGRAMS to installed it but this time wine told me it couldn't find meta trader.
I then tried to find where wine had installed & found had installed it in old wineprefix

Code: Select all

warren@linux-hhz5:~> cd .wine/c:/users
bash: cd: .wine/c:/users: No such file or directory
warren@linux-hhz5:~> cd .wine
warren@linux-hhz5:~/.wine> cd c:
bash: cd: c:: No such file or directory
warren@linux-hhz5:~/.wine> cd/c
bash: cd/c: No such file or directory
warren@linux-hhz5:~/.wine> cd drive_c
warren@linux-hhz5:~/.wine/drive_c> cd users
warren@linux-hhz5:~/.wine/drive_c/users> cd warren//ApplicationData
bash: cd: warren//ApplicationData: No such file or directory
warren@linux-hhz5:~/.wine/drive_c/users> cd warren
warren@linux-hhz5:~/.wine/drive_c/users/warren> cd 'Application Data'
warren@linux-hhz5:~/.wine/drive_c/users/warren/Application Data> ls
EAInstall  Macromedia  Markets.com MetaTrader  MetaQuotes  Microsoft  wine_gecko
warren@linux-hhz5:~/.wine/drive_c/users/warren/Application Data> 
When I look at the place I originally installed it I don't find anything there

Code: Select all

warren@linux-hhz5:~/.wine/drive_c/users/warren/Application Data> cd ../../../../../
warren@linux-hhz5:~> pwd
/home/warren
warren@linux-hhz5:~> cd Forex/Platform/wineprefix
warren@linux-hhz5:~/Forex/Platform/wineprefix> ls
dosdevices  M1-M2-indicator-template-Installer.zip     meta_trader_setup.exe  userdef.reg
drive_c      M1_ M2_Installer_2014_ForexMentorPro.exe  system.reg             user.reg
warren@linux-hhz5:~/Forex/Platform/wineprefix> cd drive_c/user/warren
bash: cd: drive_c/user/warren: No such file or directory
warren@linux-hhz5:~/Forex/Platform/wineprefix> cd drive_c
warren@linux-hhz5:~/Forex/Platform/wineprefix/drive_c> ls
Program Files  users  windows
warren@linux-hhz5:~/Forex/Platform/wineprefix/drive_c> cd users/warren/'Application Data'
warren@linux-hhz5:~/Forex/Platform/wineprefix/drive_c/users/warren/Application Data> ls
Microsoft
warren@linux-hhz5:~/Forex/Platform/wineprefix/drive_c/users/warren/Application Data> 
Is this where where my computer changed the installation address?

Code: Select all

HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://www.markets.com/sites/all/files/downloads/all-languages/winclient/meta_trader_setup.exe [following]
--2014-09-12 04:57:58--  https://www.markets.com/sites/all/files/downloads/all-languages/winclient/meta_trader_setup.exe
Now I don't know if meta trader is in the old wine prefix or the 32 bit prefix.
Is it possible to fix this without totally stripping wine from my computer?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems installling wine 43 bit on a 64 bit os

Post by dimesio »

Assuming you mean the "Add and Remove Programs" in Wine's control panel substitute, did you specify the 32 bit wineprefix when you opened the control panel? My guess is you didn't, and so the app was installed to the default wineprefix.

When installing anything to a wineprefix other than ~/.wine, you need to do it from the command line and specify the wineprefix, just as you did when you created the 32 bit wineprefix and installed MT4 to it.
Locked