Page 1 of 1

help! xubuntu 7.10 + wine 0.9.46

Posted: Sat Nov 03, 2007 9:52 am
by paulo_gomes
indigo wont run on it, it gives me this error:

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
err:module:LdrInitializeThunk "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\paulo\\soft\\indigo\\indigo.exe" failed, status c0000142


anyone?

thanks

Posted: Sat Nov 03, 2007 10:45 am
by psor
Hmm, ... what kinda version of Indigo do you use? If there is a subdir
called "Microsoft.VC80.CRT", copy/move the files to the root dir of Indigo,
where the .exe is ...

Hope this will help you! ;o))


take care
psor

Posted: Sat Nov 03, 2007 1:37 pm
by WytRaven
Better yet, use the Linux native version :shock:

Posted: Sat Nov 03, 2007 1:44 pm
by joegiampaoli
just for kicks try wine 0.9.47

Here's a small tut forindigo on linux I wrote, hope it helps:

http://www.indigorenderer.com/joomla/fo ... php?t=2921

Posted: Sat Nov 03, 2007 8:58 pm
by dandy
I think you will be able to get it working by simply inserting a new xml file in the folder!

it has to be called:

Code: Select all

Microsoft.Windows.Common-Controls.manifest
and the content is:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
version="6.0.0.0" processorArchitecture="x86" />
    <file name="comctl32.dll" />
</assembly>
it always worked for me on ubuntu!

Posted: Sun Nov 04, 2007 2:17 am
by paulo_gomes
hi all, thanks for your replys,

i'm using indigo 1, but version 0.9 gives me the same error, this occured because i've upgraded from xubuntu 7.04 to 7.10, before that it was all working fine :(

psor, i already have a file called Microsoft.VC80.CRT.manifest in the root of indigo

WyRaven, i've try the linux version, but my cpu doesn't work with ss2.

Joegiampaoli, thats a very good doc, you should put it in the wiki, but it doesn't mention my problem. i think i'll have to upgrade wine.

dandy, i've created the file an put it in the root of indigo, but it doesn't work also.


thank you all.

Posted: Tue Nov 06, 2007 10:30 am
by dandy
I am so sure that my solution should work for you since every time I upgrade my indigo version I get the same error as you that I uploaded my file just in case something went wrong while creating it on yours...

http://rapidshare.com/files/67707499/Mi ... ifest.html

hope this helps man!

Posted: Wed Nov 07, 2007 9:28 am
by paulo_gomes
Dandy! THANK YOU VERY MUCH! it works :)

i have created the file but with the extention .xml :oops:

your file worked like a charm!

Posted: Wed Nov 07, 2007 9:40 am
by joegiampaoli
Hmmm, I'm gonna have to take a look at this error, I never got it on my ubuntu box, since I am using latest indigo (1.01) I am not sure if also installing Microsoft Visual C++ under wine helps, I will have to do some testing with older versions to update the manual I did. But take in mind the manual is aimed at newer indigo versions, I would advice you to use the latest, and you could help me confirm maybe if you still get that error with the latest indigo version.

Posted: Wed Nov 07, 2007 11:07 am
by dandy
@paulo_gomes
I m glad it is working... have fun :wink:

@joegiampaoli
I am using Gutsy AMD64 with wine-0.9.47 and latest (1.01) indigo and still have to insert the file. ( I think it was the same with Feisty for me,..)

Posted: Wed Nov 07, 2007 11:26 am
by joegiampaoli
Ok, I did a quick test, moved my .wine so new one would be recreated and tested with indigo 9 and latest and never got this error, could be a 64 bit isuue maybe?

@dandy:
Do you also use xubuntu (although I doubt that has anything to do).

@paulo_gomes:
Do you also use 64 bit ubuntu? (This will help me confirm that's probably the main isuue)

Then I can update the tutorial with some section like "In case you get this error....."

Thx

Posted: Wed Nov 07, 2007 11:33 am
by dandy
sorry but I have got no experience with xubuntu....I think you should definitely include it in your tutorial (good stuff by the way - indigo needs tutorials badly) because this is not the first time I read about this problem in the forums.

Posted: Thu Nov 08, 2007 8:36 am
by paulo_gomes
Joegiampaoli: hi, i use xubuntu 7.10 32 bits, but this error only appened when i upgrade my xubuntu 7.04 to 7.10

Posted: Thu Nov 08, 2007 10:44 am
by joegiampaoli
Ok did you alredy install latest wine from the official website, if no, you can add it to your repos and do an "apt-get update" then "apt-get upgrade".

Here's the link to the wine repos:

http://www.winehq.org/site/download-deb

Tell me what happens.

Thx.

EDIT:
If you already had done this before doing your ubuntu upgrade you still have to change the repos for wine, because they will not update by themselves.