Installing the game Freestyle Street Basketball
Installing the game Freestyle Street Basketball
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.
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.
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.
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.
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.