ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

Run issues on Windows with Latest Build #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To replicate:

1) I performed a check-out on the latest source
2) Downloaded the latest Wix & installed
3) Opened the GStreamer.sln file
4) Built & Linked Successfully
5) attempted to run gst-launch at command line

Error received on this and other programs linking in the framework:

0xc0000022

This appears to be a windows error, but I'm unsure why I get it.
All of my environmental variables appear to be pointing to the correct 
locations (i.e. GST_PLUGIN_PATH).

Running on Win7, Building on Visual Studio 9.0.30729.1 SP (2008).

Reverting to my old version of the framework appears to bring things back to 
their previous working state 

Original issue reported on code.google.com by gregory....@us.army.mil on 3 Sep 2010 at 3:04

GoogleCodeExporter commented 9 years ago
Which version (revision) are you talking about that worked?

Original comment by david.g.hoyt on 3 Sep 2010 at 4:56

GoogleCodeExporter commented 9 years ago
Have you tried checking out the latest, deleting your gstreamer registry, doing 
a build, and then running? Sometimes the registry causes problems. Especially 
since there have been binary registry changes as of late from gst upstream.

Original comment by david.g.hoyt on 3 Sep 2010 at 4:57

GoogleCodeExporter commented 9 years ago
Any update on this?

Original comment by david.g.hoyt on 23 Sep 2010 at 10:10

GoogleCodeExporter commented 9 years ago
I was using an older version under the GStreamerWinBuilds name.
I think it may have been v0.10.17.
Although not noted in the test steps, the test did involve the deletion of the 
registry in the process prior to running.
I'll see if I can get more info to provide.

Original comment by gregory....@us.army.mil on 23 Sep 2010 at 11:09

GoogleCodeExporter commented 9 years ago
The core gstreamer version that worked was 0.10.26, not 0.10.17.
I will try these steps again & ensure the reg deletion, but I'm almost certain 
I did this previously prior to receiving this error.

Original comment by gregory....@us.army.mil on 27 Sep 2010 at 5:38

GoogleCodeExporter commented 9 years ago
Your version numbers seem a bit mixed up. Are you talking about GStreamer 
WinBuild's release number (we've never released a 0.10.17 -- we're only on 
0.10.7 beta) or GStreamer core itself, which I believe is on 0.10.30 or 0.10.31?

Original comment by david.g.hoyt on 27 Sep 2010 at 10:40

GoogleCodeExporter commented 9 years ago
Make sure you're also not crossing an old install w/ a new build. IOW, 
uninstall all previous versions first so you don't have environment variables 
pointing to the wrong directories and you don't have old dependencies mixing w/ 
new builds.

If we don't hear anything soon, we'll assume the issue has resolved itself. (c:

Original comment by david.g.hoyt on 5 Oct 2010 at 4:27

GoogleCodeExporter commented 9 years ago
Didn't hear back. Issue's closed (unless we get more feedback).

Original comment by david.g.hoyt on 23 Oct 2010 at 9:55

GoogleCodeExporter commented 9 years ago
I got the issue resolved.
It was unclear how to differentiate between the gstreamer version and ossbuild 
version.
Regardless the problem was fixed by running a new svn co.
I did however find issues in building the source on the linux side with Ubuntu 
9.10.x.
There were some mods to at least one of the configure.ac files along with a few 
Makefile.am's.  Got this resolved too and things seem to work ok. 

Original comment by gregory....@us.army.mil on 23 Oct 2010 at 1:20