installing problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
hoobadoo
Newbie
Newbie
Posts: 1
Joined: Sun May 25, 2008 10:13 pm

installing problem

Post by hoobadoo »

I'm trying to install steam and when I ran the install it came up with this.

matt:~$ wine start home/matt/Downloads/SteamInstall.msi
preloader: Warning: failed to reserve range 00000000-60000000
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
fixme:exec:SHELL_execute flags ignored: 0x00000500
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Path not found

matt:~$
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Vincent Povirk

installing problem

Post by Vincent Povirk »

The file 'home/matt/Downloads/SteamInstall.msi' does not exist. This
is partly because you think you said
'/home/matt/Downloads/SteamInstall.msi' when in fact you said
'/home/matt/home/matt/Downloads/SteamInstall.msi' and partly because
you gave wine start a unix path when it expects a windows path.

Try: wine start /Unix ~/Downloads/SteamInstall.msi

On Sun, May 25, 2008 at 11:15 PM, hoobadoo <[email protected]> wrote:
I'm trying to install steam and when I ran the install it came up with this.

matt:~$ wine start home/matt/Downloads/SteamInstall.msi
preloader: Warning: failed to reserve range 00000000-60000000
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
fixme:exec:SHELL_execute flags ignored: 0x00000500
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Path not found

matt:~$






--
Vincent Povirk
Locked