Procedure entry point error

the most recent alpha28 not works in my case.
vvvv 45alpha28 - 9b818f3806
19/06/2012 18:53
vvvv 45alpha28 - 6159a69336
15/06/2012 17:32
vvvv 45alpha28 - 856e318dde
15/06/2012 00:55

it all saying Unable to locate the procedure entry point
__gxx_personality_v0 could not be located in the dynamic link library
libstdc+±6.dll
can’t see nothing wrong in showlog file

i’m assuming that error coming from MinGW? the new opencv dll
windows7 4 bit
cheers

hm…those are builds with the dx9ex-stuff inside. definitely supposed to work on win7.

  • when does the problem show up and how?
  • what does startuplog show?
  • do you get at least an empty patch window on startup and the error only comes when adding a renderer?

anyone else with that problem?

1.when startup the vvvv.exe,it pops up this message box,after few click the confirm button the empty patch window will showing,this error messae only showing when launching the vvvv.exe

2.here's the startup log
[12:03:16.883](12:03:16.883) everything you know is wrong
[12:03:16.898](12:03:16.898) creating SplashScreen
[12:03:16.976](12:03:16.976) Adding lib\thirdparty to PATH.
[12:03:16.976](12:03:16.976) creating GClock
[12:03:17.023](12:03:17.023) creating GMainloop
[12:03:17.023](12:03:17.023) creating GLog
[12:03:17.023](12:03:17.023) creating GApplication
[12:03:17.023](12:03:17.023) creating GGlobals
[12:03:17.023](12:03:17.023) creating GNodeFactory
[12:03:17.023](12:03:17.023) creating Gex9Base
[12:03:17.039](12:03:17.039) Direct3DEx initialized.
[12:03:17.335](12:03:17.335) ExceptionDialog is enabled.
[12:03:17.990](12:03:17.990) enumeratig Game Devices...
[12:03:18.021](12:03:18.021) found Game Devices: 
[12:03:18.021](12:03:18.021) enumerating Midi Input Ports...
[12:03:18.021](12:03:18.021) found Midi Input Ports: 
[12:03:18.037](12:03:18.037) enumerating Midi Output Ports...
[12:03:18.037](12:03:18.037) found Midi Output Ports: "Microsoft GS Wavetable Synth"
[12:03:18.037](12:03:18.037) enumeratig TAPI Devices...
[12:03:18.037](12:03:18.037) found TAPI devices: 
[12:03:18.037](12:03:18.037) enumeratig Audio Renderer Devices...
[12:03:18.115](12:03:18.115) found Audio Renderer Devices: "扬声器 (Realtek High Definition Au","Default DirectSound Device","Default WaveOut Device","DirectSound: Realtek Digital Output (Realtek High Definition Audio)","DirectSound: 扬声器 (Realtek High Definition Audio)","Realtek Digital Output (Realtek"
[12:03:18.115](12:03:18.115) enumeratig Midi Renderer Devices...
[12:03:18.115](12:03:18.115) found Midi Renderer Devices: "Default MidiOut Device","Microsoft GS Wavetable Synth"
[12:03:18.115](12:03:18.115) enumeratig External Renderer Devices...
[12:03:18.131](12:03:18.131) found External Renderer Devices: 
[12:03:18.131](12:03:18.131) enumeratig Audio Input Devices...
[12:03:18.131](12:03:18.131) found Audio Input Devices: "立体声混音 (Realtek High Definition "
[12:03:18.131](12:03:18.131) enumeratig Video Input Devices...
[12:03:18.146](12:03:18.146) found Video Input Devices: "USB 2.0 UVC 1.3M WebCam","PS3Eye Camera"
[12:03:18.177](12:03:18.177) creating MainForm
[12:03:18.209](12:03:18.209) creating AddonHost
[12:03:19.363](12:03:19.363) creating NodeBrowser, WindowSwitcher, Kommunikator
[12:03:19.363](12:03:19.363) creating HIDDeviceController
[12:03:19.394](12:03:19.394) scanning for Externals
[12:03:24.642](12:03:24.642) vvvv is up and running

3.yes,i can get the normal empty patch window,addin renderer its ok,there’s no error,and working fine with other patch(didn’t try many,but so far so good),but all the freeframe dll not working.
another issue is that sometimes the videoIn node can’t choose video format until few seconds(5,7seconds more or less) but its working after that

for your convenient,please to see the attached video
cheers alex

alpha28_error.zip (6.9 MB)

ok, that is really the opencv-dlls that fail loading for some reason.

so you’d say you notice a difference to previous alphas?
or how is it related to your earlier posting: forum-alpha/trautner-crashed?

alright,found the problem. b’coz i got gstreamer SDK installed on my computer,and there’s a libstdc+±6.dll as well which is located in the bin folder. also i added system path environment,i.e D:\gstreamer-sdk\2012.5\x86\bin,so that’s what’s really causing this trouble.

simple removed this from sys path to solve this issue.
is that possible to make static lib so not depending on libgcc_s_dw2-1.dll& libgcc_s_dw2-1.dll? add flag ld when do the compling those dlls? but i don’t have any idea about this.anyway,that’s fine for now

ok,about this post,forum-alpha/trautner-crashed?
still the same error,only with Trautner,Faulting module name: libopencv_imgproc231.dll

will do more research on this,hopefully can find answer.
thxs!