Indigo 0.9 test 6

General News and accouncements regarding the Indigo render engine
manuel
Posts: 46
Joined: Sat Feb 17, 2007 9:13 am
Location: Germany
Contact:

Post by manuel » Mon Aug 13, 2007 5:06 am

doesnt work with wine in my arch linux :-(
fixme:actctx:FindActCtxSectionStringW 00000000 (null) 2 L"msvcr80.dll" 0x337b6c
err:module:LdrInitializeThunk "MSVCR80.dll" failed to initialize, aborting

User avatar
Macrob
Posts: 289
Joined: Sat Feb 24, 2007 9:55 am

Post by Macrob » Mon Aug 13, 2007 5:44 am

The same here with gentoo linux. test5 works :roll:

User avatar
alenofx
Posts: 14
Joined: Sun Jul 29, 2007 2:24 am
Contact:

Post by alenofx » Mon Aug 13, 2007 6:47 am

Wine solution (tested on OSX with a clean wine 0.9.43 installation from sources):

- "Microsoft Visual C++ 2005 SP1 Redistributable Package" NOT needed;
- Create in the indigo directory a new text file named "Microsoft.Windows.Common-Controls.manifest" with this content:

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>
EDIT: this solution works on linux too.
Last edited by alenofx on Mon Aug 13, 2007 7:22 am, edited 1 time in total.

Wedge
Posts: 441
Joined: Sun Jan 14, 2007 11:33 am
Location: East Coast, USA

Post by Wedge » Mon Aug 13, 2007 6:53 am

Hi Ono, is num threads deprecated with this version onwards?

Now, does this auto threads feature pick max threads available or?

Thanks! :)
Content contained in my posts is for informational purposes only and is used at your own risk.

User avatar
OnoSendai
Developer
Posts: 6243
Joined: Sat May 20, 2006 6:16 pm
Location: Wellington, NZ
Contact:

Post by OnoSendai » Mon Aug 13, 2007 6:58 am

num_threads is still there.
if auto choose num threads is on, it sets the number of threads to the number of logical processors (i.e. number of cores).

User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Mon Aug 13, 2007 9:12 am

I get this under wine with Ubuntu Linux :(

Then I get this status after fitting the ok button on that error window.

Code: Select all

err:module:LdrInitializeThunk "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\joe\\Desktop\\indigo\\indigo.exe" failed, status c0000142
Attachments
Screenshot.png
Screenshot.png (37.22 KiB) Viewed 6035 times
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

User avatar
alenofx
Posts: 14
Joined: Sun Jul 29, 2007 2:24 am
Contact:

Post by alenofx » Mon Aug 13, 2007 9:18 am

@joegiampaoli: look at my solution, it's for this problem. ;)

blendergat
Posts: 34
Joined: Tue Jul 24, 2007 8:22 am

Post by blendergat » Mon Aug 13, 2007 10:49 am

gato wrote:It works in vista 64!!

Code: Select all

Display took 3.97306 s
Time elapsed: 2 m, 34 s
Done 4740000.00000 samples (9.87500 samples per pixel) 
30662.40942 samples / second (32.61322 micro-seconds / sample)
How fast it this results of my computer??

It´s fast (more or less) or is slow??

Thanks!!

P.D. My processor is a AMD 3200+ 64 bits, simply...
It is exactly 2X times faster then my 32bit computer.

Big Fan
Posts: 745
Joined: Tue Oct 17, 2006 9:37 am
Location: Nelson NZ

Post by Big Fan » Mon Aug 13, 2007 12:29 pm

I really dont see the point of this auto thread.
Sorry ono I dont think i'll use it in my variant :roll:

User avatar
Phr0stByte
Posts: 395
Joined: Wed Nov 22, 2006 5:07 am
Location: Centreville, VA
Contact:

Maybe for you...

Post by Phr0stByte » Mon Aug 13, 2007 1:16 pm

alenofx

This solution may have worked for you, but it does not work here on my Ubuntu (Gutsy) box. Test4 still runs nicely though. 5 and 6 are borked. Has anyone found a real fix?

manuel
Posts: 46
Joined: Sat Feb 17, 2007 9:13 am
Location: Germany
Contact:

Post by manuel » Mon Aug 13, 2007 1:22 pm

@PhostByte yes just copy the Microsoft.Windows.Common-Controls.manifest file from the test4 (or test5) dir into the test6 dir. this works on my linux box

User avatar
Phr0stByte
Posts: 395
Joined: Wed Nov 22, 2006 5:07 am
Location: Centreville, VA
Contact:

Still no go....

Post by Phr0stByte » Mon Aug 13, 2007 1:27 pm

manuel

That did not solve the issue either. Getting the same error as everyone else...
my wine version: wine-0.9.25

Ubuntu (Gutsy)
AMD64 kernel

User avatar
alenofx
Posts: 14
Joined: Sun Jul 29, 2007 2:24 am
Contact:

Re: Still no go....

Post by alenofx » Mon Aug 13, 2007 1:47 pm

Phr0stByte wrote:manuel

That did not solve the issue either. Getting the same error as everyone else...
my wine version: wine-0.9.25

Ubuntu (Gutsy)
AMD64 kernel
I've tested this solution on OSX and Ubuntu 7.04 64bit, both with Wine 0.9.43; your Wine version is a bit outdated, add the WineHQ APT Repository and update it: http://www.winehq.org/site/download-deb

User avatar
GNUdo
Posts: 40
Joined: Sat Feb 10, 2007 10:05 am
Contact:

Post by GNUdo » Mon Aug 13, 2007 7:59 pm

joegiampaoli wrote:I get this under wine with Ubuntu Linux :(

Then I get this status after fitting the ok button on that error window.

Code: Select all

err:module:LdrInitializeThunk "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\joe\\Desktop\\indigo\\indigo.exe" failed, status c0000142
I noticed that in indigo_v09_test6.zip there is a folder named Microsoft.VC80.CRT containing some files that in previous 09 releases were in the main indigo folder.
Moving those files up one level solved the problem for me under wine with Gentoo Linux.

User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Mon Aug 13, 2007 8:01 pm

I did what alenofx told me to try, works well, I will also test what you recommend and post edited result.

Thx

EDIT: Nope, I get exactly same error as above. So for me in ubuntu linux what alenofx recommends works perfectly well without a single error in console.
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

Post Reply
64 posts

Who is online

Users browsing this forum: No registered users and 316 guests