I'm trying to run it on Fedora 64bit 15 kde.When it prompt me to locate the GTAIV folder, i get this:

snapshot13
Code: Select all
# wine SparkIV.exe
fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly>
Code: Select all
# wine SparkIV.exe
fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly>
Try installing real .NET.KladionicaCity wrote:I installed mono for windows as required.
Actually, I would try gdiplus first (or updating Wine, if you happenTry installing real .NET.
Updating Wine would be such a hassle.I'll rather wait they put it in the repos.madewokherd wrote:Actually, I would try gdiplus first (or updating Wine, if you happenTry installing real .NET.
to be on 1.3.24).
Says .NET is already installed, even if don't remember installing it.dimesio wrote:Try installing real .NET.KladionicaCity wrote:I installed mono for windows as required.
You'll have to start with a completely new Wineprefix. Recommend onedimesio wrote:Says .NET is already installed, even if don't remember installing it.KladionicaCity wrote:Try installing real .NET.I installed mono for windows as required.
Code: Select all
export WINEPREFIX $HOME/SPARKIV
sh winetricks dotnet20 (or 30 if the program needs/requires it. If the
program needs/requires .NET 3.5 install 3.0 first)
sh winetricks dotnet35
cd <sparkiv install directory>
wine <sparkiv installation executable>
export WINEPREFIX $HOME/SPARKIV gave me thatjjmckenzie wrote:On 7/31/11 8:22 AM, You'll have to start with a completely new Wineprefix. Recommend one
program -> one wineprefix.
Get and install the winetricks script (http://wiki.winehq.org/winetricks)
This should install the program and .NET.Code: Select all
export WINEPREFIX $HOME/SPARKIV sh winetricks dotnet20 (or 30 if the program needs/requires it. If the program needs/requires .NET 3.5 install 3.0 first) sh winetricks dotnet35 cd <sparkiv install directory> wine <sparkiv installation executable>
James
Code: Select all
bash: export: `/home/KladionicaCity/SPARKIV': not a valid identifier