Violet 0.1.1.rd Win32 Binaries Now Available

A forum for exporter development discussion.
rerdavies
Posts: 31
Joined: Fri May 04, 2007 4:38 am

Violet 0.1.1.rd Win32 Binaries Now Available

Post by rerdavies » Thu May 17, 2007 1:13 pm

Windows 32-bit binaries available at:

http://rapidshare.com/files/31799347/Vi ... 1.1-rd.zip
(pending a better arrangement).

See this thread for a description of the release:

http://www2.indigorenderer.com/joomla/f ... php?t=1954
Last edited by rerdavies on Fri May 18, 2007 12:18 am, edited 1 time in total.

User avatar
manitwo
Posts: 1029
Joined: Wed Jul 05, 2006 4:50 am
Location: Tirol - Austria

Post by manitwo » Thu May 17, 2007 4:58 pm

download doesnt work :?
does this work for someone? if yes, could this person mirror it?

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

Post by joegiampaoli » Thu May 17, 2007 5:04 pm

:? dead link? Or just takes a lot of time to resolve....I don't know, I gave up.
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

User avatar
Kram1032
Posts: 6649
Joined: Tue Jan 23, 2007 3:55 am
Location: Austria near Vienna

Post by Kram1032 » Thu May 17, 2007 8:13 pm

I'm trying now.
I wait, as long, as it needs, or as it stops from alone.

Edit: Which was pretty short: about 5sec and "Can't show website" :?

rerdavies
Posts: 31
Joined: Fri May 04, 2007 4:38 am

Post by rerdavies » Fri May 18, 2007 12:22 am

For now, use this:

http://rapidshare.com/files/31799347/Vi ... 1.1-rd.zip

(yes, keep going. It's not obvious, and it's clear that they want your $, but buried deep on that page is a button that will get you to a free download).

until I can figure out which of several firewalls did it, and why. :-/
Last edited by rerdavies on Fri May 18, 2007 12:35 am, edited 1 time in total.

rerdavies
Posts: 31
Joined: Fri May 04, 2007 4:38 am

Post by rerdavies » Fri May 18, 2007 12:31 am

edit: another broken link removed. the rapidshare link works. Better location coming soon.
Last edited by rerdavies on Fri May 18, 2007 2:16 am, edited 1 time in total.

User avatar
suvakas
3rd Place Winner
Posts: 2613
Joined: Mon Sep 04, 2006 11:08 pm
Location: Estonia
Contact:

Post by suvakas » Fri May 18, 2007 12:31 am

Thank you rerdavies !!!
It works and it looks just great !
Yeah - Linear tonemaping.
Great stuff!

User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Post by dougal2 » Fri May 18, 2007 1:27 am

I've also mirrored it here:

download might be a little slow as my upload capacity isn't huge (based in the UK), but it'll always be there.

http://hamsterfight.co.uk/violet/

User avatar
manitwo
Posts: 1029
Joined: Wed Jul 05, 2006 4:50 am
Location: Tirol - Austria

Post by manitwo » Fri May 18, 2007 5:58 am

wohoo - got it - and its great!! :shock: :D
- you succeed in rearrange the whole thing!
- good use of space
- great histogram
- fantastic general little changes
- linear tonemapping rocks! (exposure and contrast are much easier to use)
- nice to have the "apply" seperated and always present
- a big "wow" for the new diffraction-limited bloom!
- seperated tonemapping! bloom and glare hasnt to be recomputed everytime you change the tonemapping settings - big timesaver
- i see you can insert number values now - nice

some suggestion/bugs:
- bug: violet crashes if i set diffraction-limited bloom radius under 0.3 (strangly i cant reproduce this problem everytime but it happend to me several times)
- bug?: why does violet have to recompute everything before saving?
- suggestion: default noise reduction should be set to "none" imo
- suggestion: small preview for faster adjustments
- suggestion: "pipette" feature for white-balance
- suggestion: progress bar
- suggestion: the word "Violet" in the window-bar
- suggestion: violet icon
- suggestion: "out-of-the-box" .exe (without the need for installing) if possible
- please keep up your good work :)

this list isn't intended to be scary it's just all what i can think of atm :D

rerdavies
Posts: 31
Joined: Fri May 04, 2007 4:38 am

Post by rerdavies » Fri May 18, 2007 2:19 pm

:-) Thanks for the great suggestions. (love the pipette white balance, especially). I have to admit, X and Y don't really speak to me wrt/ the whitebalance controls, and I was giving some thought as to how to make it work. And I'll follow up on the bugs.

The installer thing is, unfortunately required by an interaction between vs 2005, and wxWidgets. The core issue: 2005 provides *much* tighter control of linkage against the C/C++ runtime when using the runtime DLLs. It uses manifests to link the .EXE to the exact version of the runtime DLLs that the EXE was built with. And, licensing terms prohibit separate distribution of the runtime DLLs. So, *if* the project is linked against DLL runtimes, you pretty much have to provide an installer. (An additional curiosity: I couldn't split the download without violating the redistribution terms).

Previously reported issues about "incorrect use of the runtime library" were an indication that an EXE had been used on a system without the corresponding manifest-protected runtime. Given the rarity of linking against the vs80 runtime DLLs, this probably happened on most machines that didn't have visual studio installed.

Most vs projects I have worked with avoid this problem by statically linking. But the wxWidgets project only provides DLL builds of the wxWidget library. The rock and the hard place: require the use of an installer to distribute; or link against a non-standard build of wxWidgets, which astronomically increases the difficulty of sharing the sources.



-

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

Post by joegiampaoli » Fri May 18, 2007 2:58 pm

BLECH!!!! Won't run in linux under wine.... :evil:
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

rerdavies
Posts: 31
Joined: Fri May 04, 2007 4:38 am

Post by rerdavies » Fri May 18, 2007 3:29 pm

>> Won't run in linux under wine...

How far do you get?

Choices:

1) doesn't make it through the installer. A: needs a 2k3 build.

2) installs but doesn't run. A: may need a single-threaded version, depending on what exactly fails.

Let me know what the exact symptoms are, and I'll see what I can do.

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

Post by joegiampaoli » Fri May 18, 2007 4:21 pm

Ah yes, of course, some options and requests to more of my amazing screenshots! :D

Well, it does install but I get a runtime error like this....
Attachments
Untitled.jpg
Untitled.jpg (58.27 KiB) Viewed 17355 times
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

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

Post by OnoSendai » Fri May 18, 2007 8:53 pm

Erm.. you can definitely do a static link with the wxWidgets code. Or do you mean that using wxWidgets requires dynamically linking to the CRT?

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

Post by Macrob » Sat May 19, 2007 12:43 am

LINUX: Here is the vcomp.dll missing (?)

Code: Select all

~/.wine/drive_c/Programme/Violet $ wine Vio*
err:module:import_dll Library vcomp.dll (which is needed by L"C:\\Programme\\Violet\\VioletToneMapper.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programme\\Violet\\VioletToneMapper.exe" failed, status c0000135

Post Reply
18 posts

Who is online

Users browsing this forum: No registered users and 3 guests