Installing the game Freestyle Street Basketball

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ProoF
Newbie
Newbie
Posts: 3
Joined: Thu Apr 01, 2010 1:49 pm

Installing the game Freestyle Street Basketball

Post by ProoF »

I am new to Linux. I'm using Ubuntu 9.10 (karmic). I can't figure out how to install the game Freestyle Street Basketball. I downloaded the game online, it is a .exe file. So I try to open it with Wine Windows Program Loader and it lets me install it (to C:\Program Files\GameKiss\FreeStyle where it automatically sets it to) but when I click finish I get error number 0x80004005 and it says setup will now terminate. So it goes through the installation process but gets rid of it all after it terminates. Any help is appreciated.
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

First of all, what's your Wine version? Ubuntu's wine package contains 1.0.1, which is VERY old. Try upgrading to 1.1.41 if that appears to be the case. If it's up to date, read on.

Where did you download the installer? Open up a terminal, use the "cd" command to navigate to the directory where you downloaded the installer (you can use "man cd" to get a manual ("manpage") on the cd command), then type "wine name_of_installer.exe" (without quotes).

The app will try to run just like before, but this time it should spew out a bunch of output. Copy and paste that information here.
ProoF
Newbie
Newbie
Posts: 3
Joined: Thu Apr 01, 2010 1:49 pm

Post by ProoF »

Ok so I updated wine and it seems like I have a new problem. In the terminal here is what I did:

adam@rainBro:~$ cd /home/adam/Downloads
adam@rainBro:~/Downloads$ wine FreeStyleSetup.exe

After that this is what showed up:

fixme:reg:GetNativeSystemInfo (0x32f0ac) using GetSystemInfo()
fixme:storage:StgCreateDocfile Storage share mode not implemented.

The installer for the game also popped up with an error:
The current version of the application could not be determined. Setup will now be terminated.

Although for some reason after that the installer continues to the next screen after you click ok for that error. Now it says:

There is not enough disk space to install these option(s). Please free up some disk space or modify your selections.

Disk space as far as I know shouldn't be a problem. I haven't used any of it besides for the OS and Wine.
ProoF
Newbie
Newbie
Posts: 3
Joined: Thu Apr 01, 2010 1:49 pm

Post by ProoF »

anyone have ideas on what I should do now?
Nukam
Newbie
Newbie
Posts: 1
Joined: Mon Jan 17, 2011 5:03 pm

Post by Nukam »

has anyone found a fix for this I would really like to know (currently running Maverick)
Locked