.NET SparkIV no fonts issue

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
KladionicaCity
Newbie
Newbie
Posts: 4
Joined: Sun Jul 31, 2011 3:42 am

.NET SparkIV no fonts issue

Post by KladionicaCity »

SparkIV is a .net application for modding the Grand Theft Auto Iv game.

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

Image
snapshot13

Code: Select all

# wine SparkIV.exe
fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly>
As you can see there are no names for the folders, thus i'm not able to locate the GTAIV folder.I installed mono for windows as required.Note that i'm using Wine 32bit on Fedora 64bit.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: .NET SparkIV no fonts issue

Post by dimesio »

KladionicaCity wrote:I installed mono for windows as required.
Try installing real .NET.
madewokherd
Level 4
Level 4
Posts: 149
Joined: Mon Jun 02, 2008 5:03 pm

.NET SparkIV no fonts issue

Post by madewokherd »

Try installing real .NET.
Actually, I would try gdiplus first (or updating Wine, if you happen
to be on 1.3.24).
KladionicaCity
Newbie
Newbie
Posts: 4
Joined: Sun Jul 31, 2011 3:42 am

Re: .NET SparkIV no fonts issue

Post by KladionicaCity »

madewokherd wrote:
Try installing real .NET.
Actually, I would try gdiplus first (or updating Wine, if you happen
to be on 1.3.24).
Updating Wine would be such a hassle.I'll rather wait they put it in the repos.

.You mean gdiplus from the wine configuration library? Did that didn't help.
KladionicaCity
Newbie
Newbie
Posts: 4
Joined: Sun Jul 31, 2011 3:42 am

Re: .NET SparkIV no fonts issue

Post by KladionicaCity »

dimesio wrote:
KladionicaCity wrote:I installed mono for windows as required.
Try installing real .NET.
Says .NET is already installed, even if don't remember installing it.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

.NET SparkIV no fonts issue

Post by jjmckenzie »

On 7/31/11 8:22 AM, KladionicaCity wrote:
dimesio wrote:
KladionicaCity wrote:
I installed mono for windows as required.
Try installing real .NET.
Says .NET is already installed, even if don't remember installing it.

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)

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>
This should install the program and .NET.

James
KladionicaCity
Newbie
Newbie
Posts: 4
Joined: Sun Jul 31, 2011 3:42 am

Re: .NET SparkIV no fonts issue

Post by KladionicaCity »

jjmckenzie 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)

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>
This should install the program and .NET.

James
export WINEPREFIX $HOME/SPARKIV gave me that

Code: Select all

bash: export: `/home/KladionicaCity/SPARKIV': not a valid identifier
Google the error, something with bashrc, but i haven't found a way to fix it.

Anyway, i did the other lines and it worked perfectly.
Image Image

The only thing, it doesn't seem to remember the settings, so evey time i start the program, i have to browse for the folder.But i guess i can work with that.Much thanks!
Locked