guest
December 9, 2010, 8:57am
#1
hey,
i’m sitting on a clients machine with latest vvvv, directx and net framework installed. but the Text (EX.9) doesn’t work. Means that I’m able to see and create the node, but it shows nothing in the renderer. Also the helppatch has no rendered text inside, just a green background.
i first thought it’s a .net problem, but timeliner and lindenmayer work perceftly fine.
no tty output on text node creation. win7 pro, nvidia geforce gtx 460.
any ideas?
phl
phl
December 9, 2010, 9:07am
#2
tty output on starting a patch with only Text (EX9) connected to Renderer (EX9) and one Renderer (TTY) inside:
Everything you know is wrong
physical : in use= 30, total = 4119636 kb, avail = 2867628 kb
virtual : in use= 5, total = 2097024 kb, avail = 1992720 kb
paging : in use= 0, total = 4194304 kb, avail = 4194304 kb
00:00:00 - : Hid (Human Interface Devices) DeviceController - OnDeviceChange
00:00:00 - : Hid (Human Interface Devices) DeviceController - OnDeviceChange
00:00:00 - : enumerating game devices
00:00:00 * : ISO-10646-UCS-4 already exists in enum StringCodec.
00:00:00 * : ISO-10646-UCS-4 already exists in enum StringCodec.
00:00:00 * : ISO-10646-UCS-4 already exists in enum StringCodec.
00:00:00 * : ISO-10646-UCS-2 already exists in enum StringCodec.
00:00:01 ERR : Exception in mscorlib: Der Zugriff auf den Pfad "C:\vvvv_45beta24.1\plugins\Spray\bin\Dynamic\Spray._dynamic_.0.dll" wurde verweigert.
Stacktrace:
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.File.Delete(String path)
bei VVVV.Hosting.Factories.CSProjectFactory.DeleteArtefacts(String dir)
00:00:01 ERR : Exception in mscorlib: Der Zugriff auf den Pfad "C:\vvvv_45beta24.1\plugins\TemplateEX9\bin\Dynamic\TemplateEX9._dynamic_.0.dll" wurde verweigert.
Stacktrace:
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.File.Delete(String path)
bei VVVV.Hosting.Factories.CSProjectFactory.DeleteArtefacts(String dir)
00:00:01 : Loaded node infos from C:\vvvv_45beta24.1\plugins\WindowSwitcher.dll.
00:00:01 : Cached node infos of C:\vvvv_45beta24.1\plugins\WindowSwitcher.dll.
00:00:02 : Loaded node infos from C:\vvvv_45beta24.1\plugins\Kommunikator.dll.
00:00:02 : Cached node infos of C:\vvvv_45beta24.1\plugins\Kommunikator.dll.
00:00:02 : Loaded node infos from C:\vvvv_45beta24.1\plugins\NodeBrowser.dll.
00:00:02 : Cached node infos of C:\vvvv_45beta24.1\plugins\NodeBrowser.dll.
00:00:02 : Loaded node infos from C:\vvvv_45beta24.1\plugins\DrawText.dll.
00:00:02 : Cached node infos of C:\vvvv_45beta24.1\plugins\DrawText.dll.
00:00:02 - : Texture (Width: 1, Height: 1, Format: X8R8G8B8, Mip Map Count: 1) loaded in 0.000 seconds.
00:00:03 - : Hid (Human Interface Devices) DeviceController - OnDeviceChange
kalle
December 9, 2010, 10:22am
#3
try installing slimDX june 2010…
phl
December 9, 2010, 10:27am
#4
oh yes, worked. thanks kalle.
forgot about that because
i thought it’s not necesarry anyomore at all?
Elias
December 9, 2010, 11:08am
#5
or all the Microsoft Visual C++ Redist files. and please tell us how it worked out.
kalle
December 9, 2010, 11:48am
#6
on my laptop i had to reinstall slimdx last week.
honestly i don’t know why; because i have had installed it before already.
armin
December 9, 2010, 12:29pm
#7
had the same situation when i updated to the latest version of vvvv.
installed “DirectX End-user Runtime update”. it solved the problem.
http://www.microsoft.com/downloads/en/resultsForCategory.aspx?displaylang=en&categoryid=2
phl
December 11, 2010, 2:15pm
#8
Installing (was not installed before!) SlimDX solved the problem in my case. Reinstalling DirectX and .Net did not.