Ubuntu Multimedia :: VLC Crashes - XML Parser Error

Nov 26, 2010

I have just changed something in preferences for Skins. Then I restarted my vlc media player and now I cant run vlc! I removed and reinstalled vlc Thousand times but it didn't work! When I type vlc in Terminal :

exc3llent@exc3llent:~$ vlc
VLC media player 1.1.5 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0xb752a0d4, 0xb752a04
Warning: call to signal(13, 0x1)
Warning: call to signal(13, 0x1)
Warning: call to srand(1289860942)
Warning: call to rand()
Blocked: call to setlocale(6, "")

(process:13965): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Warning: call to signal(13, 0x1)
Warning: call to signal(13, 0x1)
[0x86ee1b4] vcdx access error: fread (): Is a directory
[0x85a4aac] xml xml error: XML parser error (line 2) : Validation failed: no DTD found !
[0x858db84] skins2 interface error: no skins found : exiting
Blocked: call to sigaction(17, 0xbfbfb4d8, 0xbfbfb44c)
Blocked: call to sigaction(17, 0xbfbfb44c, (nil))

View 2 Replies


ADVERTISEMENT

Debian :: Run A .NET Program With Mono - Parser Error Message: Assembly ActiveReports.HtmlExport

Jun 7, 2010

I am trying to run a .NET program with mono. I got the following:

Code:

Parser Error Message: Assembly ActiveReports.HtmlExport, Version=3.3.0.1999, Culture=neutral, PublicKeyToken=cc4967777c49a3ff not found
This means it requires ActiveReports, but could not find any Linux version of that software. So, is there any Linux alternative for it?

My system is Debian/sid (unstable).

View 1 Replies View Related

Debian Multimedia :: VLC Can't Play Movies - Crashes With Error

Jul 3, 2015

I'm running Jessie on an AMD64 with an ATI Radeon HD 7770 card. I have installed the fglrx driver. When I try to play a movie with vlc, it crashes with the following error:

Xlib: extension "NV-GLX" missing on display ":0".

View 6 Replies View Related

Debian Multimedia :: Kontact Crashes On Start -getting Error Reply

Jun 2, 2011

When I try to start korganizer from a konsole, I get the following error reply and kontact crashes

<unknown program name>(24450)/: KUniqueApplication: Cannot find the D-Bus session server: "Did not receive a reply. Possible causes include: the remote application did not send a reply,the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken." <unknown program name>(24445)/: KUniqueApplication: Pipe closed unexpectedly.

In my newbie mind - there is something wrong with d-bus or similar. I can however start kmail and KAddressBook without problems. The crash of kontact/korganizer first showed up under my (up-to-date) Squeeze system. I then upgraded to "testing" but the situation is the same. I have filed Bug 274661 with the KDE bug tracking system. So far - no answer........

View 1 Replies View Related

Programming :: Parser Symbols With Different Types

Nov 27, 2010

I decided to try making a programming language again after my last unsuccessful attempt, so now I figured how to write a good AST and it works great when the nodes are hard-coded into a test program. But to make a language out of it, I need a parser to build the tree according to an input file. I ran into a problem here:

YACC input file:
Code:
%{
#include "nodes/allnodes.h"
#include "Node.h"
int vars[26];
%}

%token SEMICOLON INTEGER VARIABLE IF WHILE DO OPAREN CPAREN OBRACE CBRACE
%right ASSIGN
%left NE
%left PLUS MINUS
%left TIMES DIVIDE
%% .....

As you might see, each nonterminal creates a Node* object and uses it as its value. The problem is that the literal tokens, however, don't return Node*'s and I don't know what to do. I would like to be able to convert literal tokens to nodes in the Lex file (which would avoid the problem), but the problem is with the assignment operator, which takes a Node* for the right-hand side and a variable name (not a Variable Node, because they just evaluate the the variable's value and you can't change the variable with them) for the left hand side.

View 14 Replies View Related

Programming :: Parsing XML Using Sax Parser In Java

Jul 7, 2011

I'll show the code first:

Code:

What I am after is to get the string text from the clip tags. But for now I just tested to see if it can finds the command tags and print something if it does. But it doesn't find it. Anyone knows why ?

Looks like the xml is not good, i test it with a xml validator:

Code:

View 1 Replies View Related

Ubuntu :: Lex / Yacc Bizarre - Parser Doesn't Recognizes The NUM Token

Mar 21, 2011

I'm writing a parser using lex and yacc for an IEEE standard language ( STIL ). Here's the lex file ( some of ).

[Code]....

stil_language is the start symbol. The bus variable is initialised at 0 ( There's a check in the main ). The problem is that the parser does not recognises the NUM token ! It just re writes any expression that corresponds to the "number" regular expression. Here's a prompt example :

[Code]...

View 1 Replies View Related

Software :: XML Parser Version RPM Package For CentOS

Apr 1, 2010

I have tried looking for expat xml parser version 2.0.1 rpm package for centos or RHEL but have not been able to find one. I did find one based for fedora (x86), can this be installed on centos without any issues? Also, I have found a tar package (expat-2.0.1.tar.gz), is the correct directory to decompress and install this under the /usr/local/bin?

View 1 Replies View Related

General :: SLES 11.0 - No XML Parser Found When Installing Neon

Jul 12, 2011

I'm trying to install neon so that I can install SVN in order to try to install a Web Page Replay server.

When I run the command:

I get the following error:

I was able to install apr and apr-util and believe it also requires an XML parser so perhaps this is just an issue of pointing neon to the XML parser?

View 6 Replies View Related

CentOS 5 :: Missing Expat Headers In Package For XML Parser

Jan 25, 2009

I Recently set up a dedicated server using CentOS as a new Linux wing of my Web services hosting business. To provision online varios Tucows services (names, blogs etc.) I need to use the Perl API provided by Tucows/OpenSRS. The API requires various extra perl modules including XML::Parser - without which the API will not function.

I was able to add with PPM to my Windows servers no problem but it will not install in CentOS.

As best I can tell the cause may be missing headers and libs for the c compile of Expat - required to build XML::Parser so after days of hunting I found your repository holds package expat-devel which claims to hold libs and headers for Expat similar to libexpat1-dev on other dists. I used YUM with success but although 3 libs were installed no headers were installed.

Is there a reason these headers are not included? I have downloaded them manually but am afraid of breaking something. Is there a reason I should not attempt to install with these headers? Is CentOS capable of using the Parser modules?

View 3 Replies View Related

Programming :: Bash Script : Pass Arguments To Second Level Parser?

Jan 14, 2011

I wrote a C++ program that uses two different parsers. The first parser is reading program arguments from command line:./mybin arg1 arg2 ...then during program execution there's an interactive prompt asking for more parameters:

...
>> (second bunch of arguments here)
...

I'd like to run my program inside a bash script, but I don't know how to give the second level arguments.

View 2 Replies View Related

Programming :: Lilypond Parser For Python - Typeset The Content Of File

Nov 12, 2009

I'm woring on a personal research project and would like to know if there are lilypond parsers for python available or I'll have to create my own. Just in case you are wondering: I don't need to typeset the content of the lilypond file, just understand what's written in the file (what notes, what duration, when in time to play each one, etc). [url]

View 1 Replies View Related

Ubuntu :: 9.10 Crashes - Grub Error

Mar 17, 2010

My desktop has been running 64 bit 9.10 since an upgrade from 9.04 for 6 months with no problems.

Recently however, my system crashed for the first time. All windows closed and the system hung, attempting to open anything did not work. I would click on an icon or type Alt +F2 and nothing happened . Although my cairo-dock at the bottom of the screen was still running perfectly (including animations Etc.) albeit without any programs working. Trying to click on system manager gave me the message.

"Failed to execute child process 'gnome-system-manager' Input/Output Error"

Trying to reboot several times and selecting previous kernels brought me to a prompt where I was able to check all my important documents were still there, but do nothing else. Recovery mode also did not work.

Eventually I left the computer overnight and started it and Ubuntu loaded normally, then after around 15 minutes the system hung again with identical systems to the first time. Although this time Firefox greyed out first.

This has happened every time I try to boot the computer since and last time it gave me a screen saying Grub Read Error which after 3 reboots has finally allowed me to access my computer (from where I am typing with haste!).

Using lm-sensors I am sure there is not an over heating problem. Am I right in thinking this may be a problem with my hard drive? And if so what is my best course of action? Apologies for the length of this post and thanks for reading.

View 3 Replies View Related

Ubuntu :: OpenJDK Vs Sun JRE - Crashes With The Error

Nov 3, 2010

I am using Ubuntu 10.10 and currently have OpenJDK java 6 installed. I am trying to run a program called BioLayout Express3D which I am using for my genetics honours project however each time I launch it it loads but immediatelly crashes with the error

[Code]....

View 2 Replies View Related

Programming :: Parse A File Using Html Parser By Libxml - Undefined Reference

Jan 13, 2011

iḿ trying to parse a file using html parser by libxml.

Code: #include <stdio.h>
#include <libxml/HTMLparser.h>
#include <string.h>
void main(){
printf("main
");
[Code]....

View 4 Replies View Related

Programming :: Use The Link Grammar Parser In Order To Do Some Part Of Speech Tagging?

May 12, 2011

Probably a stupid sounding question, but bear with me please. I need to use the link grammar parser in order to do some part of speech tagging. It's freely available and works once you run the makefile or 'make' it or however it's correctly said. Thing is, it has a C API which I intend to use. And once I ran a bit of the sample code given in the documentation it gave a whole host of errors. This is very confusing because I'm including the path for the folder that has all the header files.

gcc -I/path/include/ filename.c. But it still gives me errors about not being able to find things that are clearly defined there. An hour of trudging around the internet tells me I need to 'compile' the API first. I'm not exactly sure how or if I'm supposed to do that. If someone could just shed light on this it would be greatly appreciated. I grow increasingly cynical to the musical swell of my tiny brain rattling in my skull.

View 5 Replies View Related

Programming :: Develop An Html Template Parser Employing Flex & Bison?

Mar 23, 2011

I'm trying to develop an html template parser employing Flex & Bison, but now I found a problem and I don't know if surrender, so let's see if you can guide me to the solution (if any).

[Code]...

(Here I simplified the code to make only print what it gets, but it returns a token and the text to the bison program). Now my problem is that I would like to get the unknown characters as an unique string. [using the flex file above, returns char by char all HTML code that is not a comment!].

So, Could it be possible to make a flex rule that gets the HTML code?. It is not necessary to check if HTML code is correct I do it (before parse) using expat. Also there is no need to check the resulted code it will be done by the parser or compiler of the used language.

I know that are a lot of tools that uses this kind of templates in all languages and systems... but I'm just exercising my pour flex&bison skills. Also, using my current flex file, I have to remove the string "<!--MARKUP" from the beginning and "-->" from the end of returned string to bison... But in reality, if I could manage the HTML code as a flex rule, I could solve that sednding to bison an start Token, the code and and end token.

View 1 Replies View Related

Debian Multimedia :: Multimedia Crashes On Squeeze ?

May 13, 2011

I've just installed Squeeze 6.01a from the xfce iso image on an old PIII which has been running Lenny with xfce without any problems. It's a fresh install after a reformat.

Sounds and multimedia apps like gxine and mplayer all worked fine on Lenny and other older versions. Now they don't - not gxine, not mplayer not even VLC. Run from the menu they all abort - and if run in an xterm they all crash with the following message -

Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting.

View 3 Replies View Related

Ubuntu :: Xorg Crashes With Fatal Error / Fix It?

Nov 28, 2010

Xorg seems to crash randomly and with no real reason. Once it does, I can't restart it. If I try to restart it with GDM, nothing will happen. However once it crashes, Ubuntu's low graphics mode window pops up. Telling it to reconfigure the xorg config seems to do nothing for my problem. I will still crash after words.

Right now I'm running in an earlier kernel, hoping this will keep it from crasgubg

Here is my xorg log. code...

View 5 Replies View Related

Ubuntu :: KDE Crashes Along With All Apps (Suspected D-Bus Error)

Feb 17, 2011

My desktop decided one day to simply die and not start, whenever I log-in, KDE starts loading then promptly crashes and falls back to login screen. I was unable to find anything useful in logs, but I installed Xfce which runs ok. However when I start any KDE app under it, it crashes with a message:

Code:
<unknown program name>(23097)/: Communication problem with "dolphin", it probably crashed.
Error message was: "org.freedesktop.DBus.Error.ServiceUnknown" : " "The name org.kde.dolphin was not provided by any .service files" ".

View 1 Replies View Related

Slackware :: Index.docbook Parser Errors When Attempting To Upgrade Konversation Slackbuild

Sep 3, 2010

I'm trying to upgrade konversation to 1.3.1 and it fails with tons of docbook errors.

Last several lines of the build log:

View 3 Replies View Related

Ubuntu :: Pidgim Crashes No Error Message Shown

Feb 17, 2010

I use jaunty, and everytime i start pidgim it crashes not error message shown, i removed it and installed it again, no sucess. I guess it must be dropping error messages somewhere. Can someone help or provide me where should i be looking for the error messages, i went to system log but could not find it. I tried dmsg | tail , post the crash, did not see anything.

View 3 Replies View Related

Ubuntu Installation :: 10.04 RC - Installer Crashes With A Fatal Error

Apr 24, 2010

I am having trouble installing the 10.04 RC On my desktop the installer just crashes with a fatal error, before you get to the first screen of the installation process, where you choose to run as live cd or install. On my Laptop i am trying to Install alongside my current 9.10 installation and i keep getting the errors illustrated in the screenies. It is all probably down to my stupidity, but if it is not then this is very worrying 1less than a week before release.

View 8 Replies View Related

Ubuntu :: 10.04 LTS Crashes: End_request: I/o Error, Dev Sda, Sector XXXX

Apr 30, 2010

I just installed the new LTS version but it crashes sometimes an gives the error end_request: i/o error, dev sda, sector XXXX in terminal My PC was working just fine when I was under Karmic. I think it's a bug....

I run Ubuntu 64 bit on my Pentium D820 machine:
HD: Maxtor PATA 160Gb
MB: MSI 7387
GC: MSI TD256E (RX550)

View 9 Replies View Related

Ubuntu :: F-spot Crashes When Trying To Launch / Error Message Displays

Aug 15, 2010

I don't use F-spot regularly. I don't think I've used it for a few months. But when I tried to open it recently and every time since it crashes showing the following error: F-Spot Encountered a Fatal Error

Could not read add-in description.I removed F-Spot and reinstalled in Synaptic but it didn't fix anything.

View 5 Replies View Related

Ubuntu Multimedia :: PSX Crashes With A Segfault?

Feb 19, 2010

When attempting to run pSX on Ubuntu 9.04 (and the 9.10 livecd), it crashes with a segfault. I -have- read [URL] and tried shutting down pulseaudio as recommended there. However:

Code:
$ sudo /etc/init.d/pulseaudio stop
* PulseAudio configured for per-user sessions
$ sudo killall pulseaudio

[Code]....

How do I get pSX working? I tried copying the psx.ini file from another machine because the thread says pSX works fine after you change the sound device used, but it still segfaults when I try running it.

View 2 Replies View Related

Ubuntu Multimedia :: Hipo Looking For HAL On 10.4 Crashes?

Jun 7, 2010

Loaded Hipo through synaptic and it bombs:

Code:
at Hal.Manager..ctor () [0x00000]
at IPod.HalClient.HalDeviceManager..ctor () [0x00000]
at IPod.DeviceManager.Create () [0x00000]
at IPod.DeviceCombo..ctor () [0x00000]

[Code]....

View 4 Replies View Related

Ubuntu Multimedia :: X.org Crashes After Update?

Oct 1, 2010

I've a ATI HD 4290 video-card and I installed the closed drivers of ATI/AMD. Everything worked fine until I updated Ubuntu. Yesterday, I received an automatic update from the Ubuntu-servers and I accepted this update.

But after I updated everything and restart my computer, X.org won't work. When I start my computer, I get this. (Translated: Your monitor, video card and your input devices couldn't be detected correctly. You have to choose manually the correct settings.)

View 9 Replies View Related

Ubuntu Multimedia :: F-Spot Crashes / Fix This?

Jan 3, 2011

So, I was just importing some images to F-Spot, when it suddenly crashed.
Now, when I try starting it, it flashes with some error that I can't read. It appears and disappears very quickly.
Here's the output from the terminal code...

View 2 Replies View Related

Ubuntu Multimedia :: Amarok Crashes On Startup 9.10?

Jan 28, 2010

I am using Ubuntu 9.10 and having trouble with Amarok. It crashes on on startup. I have read that the issue is not with Amarok but rather phonon. Is there a solution? Application: Amarok (amarok), signal: Segmentation fault [Current thread is 1 (Thread 0xb68cb950 (LWP 13047))]

Thread 5 (Thread 0xb527bb70 (LWP 13054)):
#0 0x003e9422 in __kernel_vsyscall ()
#1 0x07fcb142 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0x037168d4 in pthread_cond_timedwait () from /lib/tls/i686/cmov/libc.so.6
#3 0x075519ff in ?? () from /usr/lib/libxine.so.1

[Code]...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved