Vvvv x64 bit not working on my machine

Just get splash screen, then crashes when clicked on…

setup reports green lights…

vvvv caused error during startup: Could not load file or assembly ‘SlimDX.dll’ or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)

is the last line of the log file…

Im guessing I need slimDX in a 64 bit flavour?

Thanks in advance

Tried installing SlimDX x64 but same problem!

19:46:30.570 everything you know is wrong
19:46:30.570 Adding lib\thirdparty\x64 to PATH.
19:46:30.602 creating SplashScreen
19:46:30.914 creating GClock
19:46:30.914 creating GMainloop
19:46:30.914 creating GLog
19:46:30.914 creating GApplication
19:46:30.914 creating GGlobals
19:46:30.914 creating device listener
19:46:30.929 creating HID device controller
19:46:31.973 creating GNodeFactory
19:46:31.977 creating Gex9Base
19:46:31.999 Direct3DEx initialized.
19:46:32.019 ExceptionDialog is disabled. Start vvvv with /showexceptions to enable it.
19:46:32.113 enumeratig Game Devices…
19:46:32.161 found Game Devices:
19:46:32.162 enumerating Midi Input Ports…
19:46:32.164 found Midi Input Ports: “TouchOSC Bridge”
19:46:32.165 enumerating Midi Output Ports…
19:46:32.166 found Midi Output Ports: “Microsoft GS Wavetable Synth”,“TouchOSC Bridge”
19:46:32.170 enumeratig TAPI Devices…
19:46:32.172 found TAPI devices:
19:46:32.175 enumeratig Audio Renderer Devices…
19:46:32.195 found Audio Renderer Devices: “Speakers (Realtek High Definiti”,“Decklink Audio Render”,“Default DirectSound Device”,“Default WaveOut Device”,“DirectSound: Speakers (Realtek High Definition Audio)”
19:46:32.196 enumeratig Midi Renderer Devices…
19:46:32.198 found Midi Renderer Devices: “Default MidiOut Device”,“Microsoft GS Wavetable Synth”,“TouchOSC Bridge”
19:46:32.200 enumeratig External Renderer Devices…
19:46:32.202 found External Renderer Devices: “Decklink Video Render”
19:46:32.204 enumeratig Audio Input Devices…
19:46:32.208 found Audio Input Devices: “Stereo Mix (Realtek High Defini”,“Decklink Audio Capture”,“Microphone (Realtek High Defini”
19:46:32.209 enumeratig Video Input Devices…
19:46:32.216 found Video Input Devices: “AVerMedia 7231 Analog Capture”,“Integrated Webcam”,“Decklink Video Capture”
19:46:32.235 creating MainForm
19:46:32.377 creating AddonHost
19:46:39.772 vvvv caused error during startup: Could not load file or assembly ‘SlimDX.dll’ or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)

Entire log

sounds strange. you certainly shouldn’t need to get anything other than setup.exe tells you.

can you make sure by redownloading that you got core and addonpack both in suitable x64 versions?!

Yes, checked n double checked.

Even ran 7zip instead of winzip as recommended.

Im on a Dell XPS 15 i5 quad core x64 windows 7 home premium. 8 gig Ram.

Nvidea GFX 540m latest drivers.

vvvv x32 runs fine…

hmkay, now what you could do is download dependencywalker x64 from: http://www.dependencywalker.com/

then open
vvvv45\lib\core\SlimDX.dll
with it and see if you get any (red) warnings/errors there in the listing of its dependencies…

Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

Yes, ok, this is what I get

k, and usually you then get the names of the missing .dlls listed…can you post a screenshot?!

… no text …

yup, ok… here comes…https://vvvv.org/sites/default/files/imagecache/large/images/snap_0.jpg

hmm but you reduced the size so that i can’t see anything…please try again fullsize. and: one is enough…

Found this too…

k reading the stackoverflow thread this seems a wider problem and certainly not vvvv related. i can also only guess that it is probably related to some faulty vc++ redistributable installation on your pc since you say setup.exe reports all as installed…

so maybe try un/re-installing those? or check you have all windows updates in place…i am afraid i don’t have a better answer…

Ok,

Uninstalled all vc++ and reinstalled…

same problem exists…