<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">  
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta name="robots" content="index,follow" />
    <meta name="title" content="LongoMatch - The digital coach" />
    <meta name="description" content="LongoMatch - The Libre Free digital coach. Sports video analysis and scooting software" />
    <title>LongoMatch - The digital coach</title>
    <link rel="stylesheet" type="text/css" href=".././css/jquery.tweet.css"/> 
    <link rel="stylesheet" type="text/css" href=".././css/styles.css"/>
    <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700" rel="stylesheet" type="text/css">
    <script language="javascript" src=".././js/jquery-1.5.2.min.js" type="text/javascript"></script>
    <script language="javascript" src=".././js/jquery.tweet.js" type="text/javascript"></script>
    <script language="javascript" src=".././js/longomatch.js" type="text/javascript"></script>
    <!-- Forum stuff -->
    <link rel="alternate" type="application/rss+xml" href=".././forum/extern.php?action=feed&amp;type=rss" title="RSS" />
    <link rel="alternate" type="application/atom+xml" href=".././forum/extern.php?action=feed&amp;type=atom" title="ATOM" />
    <link rel="top" href=".././forum" title="Forum index" />
    <link rel="search" href=".././forum/search.php" title="Search" />
    <link rel="author" href=".././forum/userlist.php" title="User list" />
    <link rel="stylesheet" type="text/css" media="screen" href=".././forum/style/Oxygen/Oxygen.css" />
    <link rel="stylesheet" type="text/css" media="screen" href=".././forum/style/Oxygen/Oxygen_cs.css" />
    <script type="text/javascript" src=".././forum/include/js/common.js"></script>
    <!-- End of forum stuff -->
    <!-- Google analytics -->
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-4991423-1");
    pageTracker._initData();
    pageTracker._trackPageview();
    </script>
    </head>
</head>
<body>
<div id="header">
<div id="logo">
  <a href=".././index.php" title="LongoMatch - The digital coach"><img src=".././img/logo.png" alt="longomatch logo"/></a>
</div>
<div id="header-menu">
  <h1>LongoMatch - The digital coach</h1>
  <!--        <ul id="submenu">
    <li><a href="">ENGLISH</a></li>
    <li><a href="">ABOUT</a></li>
  </ul> -->
<div id="menu-container">
  <ul id="menu">
    <li class=""><a href=".././index.php">HOME</a></li>
    <li class=""><a href=".././features.php">FEATURES</a></li>
    <li class=""><a href=".././downloads.php">DOWNLOADS</a></li>
    <li class=""><a href=".././forum/index.php">FORUM</a></li>
    <li class=""><a href=".././contribute.php">CONTRIBUTE</a></li>
  </ul>
</div>
</div>
</div>
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[LongoMatch Forum]]></title>
	<link rel="self" href="http://www.longomatch.org/forum/extern.php?action=feed&amp;type=atom"/>
	<updated>2012-05-10T10:08:51Z</updated>
	<generator>PunBB</generator>
	<id>http://longomatch.org/forum/index.php</id>
		<entry>
			<title type="html"><![CDATA[Experience with git sourcetree 0.17.5 under ubunutu]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=737&amp;action=new"/>
			<summary type="html"><![CDATA[<p>After crashing over and over when creating a new project @ the point of time loading a .mp4 video i found, that gstreamer makes use of va.</p><p>After installing vainfo and&nbsp; libva-intel-vaapi-driver to match hardware env longomatch did not crash anymore stating a gstreamer media error <img src="http://longomatch.org/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>vainfo<br />libva: VA-API version 0.32.0<br />libva: va_getDriverName() returns 0<br />libva: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so<br />libva: va_openDriver() returns 0<br />vainfo: VA-API version: 0.32 (libva 1.0.15)<br />vainfo: Driver version: Intel i965 driver - 1.0.15<br />vainfo: Supported profile and entrypoints<br />&nbsp; &nbsp; &nbsp; VAProfileMPEG2Simple&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :&nbsp; &nbsp; VAEntrypointVLD<br />&nbsp; &nbsp; &nbsp; VAProfileMPEG2Main&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :&nbsp; &nbsp; VAEntrypointVLD<br />&nbsp; &nbsp; &nbsp; VAProfileH264Baseline&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:&nbsp; &nbsp; VAEntrypointVLD<br />&nbsp; &nbsp; &nbsp; VAProfileH264Baseline&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:&nbsp; &nbsp; VAEntrypointEncSlice<br />&nbsp; &nbsp; &nbsp; VAProfileH264Main&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:&nbsp; &nbsp; VAEntrypointVLD<br />&nbsp; &nbsp; &nbsp; VAProfileH264Main&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:&nbsp; &nbsp; VAEntrypointEncSlice<br />&nbsp; &nbsp; &nbsp; VAProfileH264High&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:&nbsp; &nbsp; VAEntrypointVLD<br />&nbsp; &nbsp; &nbsp; VAProfileH264High&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:&nbsp; &nbsp; VAEntrypointEncSlice<br />&nbsp; &nbsp; &nbsp; VAProfileVC1Simple&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :&nbsp; &nbsp; VAEntrypointVLD<br />&nbsp; &nbsp; &nbsp; VAProfileVC1Main&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :&nbsp; &nbsp; VAEntrypointVLD<br />&nbsp; &nbsp; &nbsp; VAProfileVC1Advanced&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :&nbsp; &nbsp; VAEntrypointVLD</p>]]></summary>
			<author>
				<name><![CDATA[alladin]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=4186</uri>
			</author>
			<updated>2012-05-10T10:08:51Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=737&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Drawing Tool]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=736&amp;action=new"/>
			<summary type="html"><![CDATA[<p>When processing a frame with drawing tool and store it at the project<br />how can i use them at the analyze mode (and after at the playlist) <br />without must doing this with the mouse.<br />e.x i want to pause the frame (with drawing tools) for 5 second and<br />after automatically running front</p>]]></summary>
			<author>
				<name><![CDATA[tempolis]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=20580</uri>
			</author>
			<updated>2012-04-29T20:42:49Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=736&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Run time error when in Analyze mode]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=735&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi <br />I am a new user. Very impressed with the software. I have completed a few matches. The latest one I am working on keeps trowing up a runtime error. Can anybody advise a solution.</p>]]></summary>
			<author>
				<name><![CDATA[yrluac]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=29851</uri>
			</author>
			<updated>2012-04-28T20:13:40Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=735&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Sticky keys]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=734&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi Longomatch</p><p>First of all can i congratulate you on a superb product,<br />thank you for making it available opensource</p><p>Just a few ideas which think may be useful</p><p>I use the sticky keys to tag my plays however for eg. free/penalty conceded <br />I would like to look at a couple of things <br />Why it was conceded (lead 20 lag 2)&nbsp; &nbsp;and <br />What we did after it was conceded ( lead 5 lag 15) </p><p>at the moment we need to use 2 keys to do this It would be better if there was an option to use 2/3/4 tags from one key</p><br /><p>Also I would like if you had a box for the referee in the initial home team, away team,score, date, venue,referee etc&nbsp; </p><p>I think that in some games like rugby, analysis on referees is quiet common</p><p>thank you again and keep up the good work</p><p>paul</p>]]></summary>
			<author>
				<name><![CDATA[paulj]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=29849</uri>
			</author>
			<updated>2012-04-12T10:42:08Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=734&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Una propuesta exquisita]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=733&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Lo primero de todo, felicitaros por este trabajo, ya que me parece un programa increíble. Llevo unos meses usando el longomatch para grabar partidos de fútbol y la verdad es que estoy encantado.</p><p>Bueno, mi propuesta es la siguiente, aunque sé que es algo difícil. A lo mejor es algo que ya se puede hacer, pero no he logrado averiguarlo. Allá va mi propuesta. ¿Os imagináis poder controlar el programa con la voz?, ¿con un simple micrófono y tener las manos libres para poder anotar otras cosas que nos llamen la atención?. Esto se podría hacer si logramos utilizar el Longomatch con un programa tipo Dragon Naturally Speaking. Con este programa de dictado de voz se pueden escribir textos, navegar por internet... Me gustaría saber si existiría la posibilidad de preparar comandos de voz donde al solo decir &quot;corner&quot; se almacene la jugada en la tecla de la plantilla corner. Sé que es complicarlo mucho, pero me gustaría saber si sería posible. Sería increíble poder analizar un partido sólo con la voz.</p><p>Un saludo y enhorabuena por el producto. Me parece sencillamente genial.</p>]]></summary>
			<author>
				<name><![CDATA[vcampo]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=29850</uri>
			</author>
			<updated>2012-04-11T23:09:10Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=733&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Configurar discos]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=732&amp;action=new"/>
			<summary type="html"><![CDATA[<p>A la hora de usar las listas de reproducción hay fallos según las letras de los discos.<br />Yo uso el Longomatch desde una llave usb, a la hora de conectarla a diferentes ordenadores no siempre se le asigna la misma letra de disco (D, E, F....), desde el gestor de proyectos puede modificar la ubicación del vídeo y volver a trabajar en ese proyecto, pero las listas de reproducción no se corrigen&nbsp; y la única manera de poder usarlas es volver a crearlas.<br />Todo esto usando al v0.16 (en espera de la v0.17 con listas....jejejeje)</p><p>SAlu2!!</p>]]></summary>
			<author>
				<name><![CDATA[barbolax]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=246</uri>
			</author>
			<updated>2012-03-31T11:41:15Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=732&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Language change & multiple analyze]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=731&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi Andoni</p><p>first i would like to thank u for great job u r doing with the program...i know there are lot of requests,but maybe when u will have time u could check also these..</p><p>1. could u please add &quot;change language&quot; option in menu?</p><p>2. it would be nice, if there would be possible to draw more than a once in one segment (for example DATA 1),because let say that there is particular part of the game (for example powerplay in hockey) which last 35 seconds...when i draw something to that part at 7th second and i want to draw again something in 25th second,than first analyze (drawn at 7th second) is erased..i hope that i explained it well..</p><p>thank you very much for your effort...<br />jozef</p>]]></summary>
			<author>
				<name><![CDATA[zzz4]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=29845</uri>
			</author>
			<updated>2012-03-22T00:37:16Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=731&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[0.17.2 Crash when opening projects]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=730&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi Andoni,</p><p>In Windows 7 I experience crashes whenever choosing the option to open projects in the &quot;File&quot; menu item.</p><p>I will file a bug later today on it.</p><p>Cheers,<br />Ollie</p>]]></summary>
			<author>
				<name><![CDATA[Ollie]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=1139</uri>
			</author>
			<updated>2012-03-12T09:08:50Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=730&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Mensaje error]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=729&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Buenos días Andoni,</p><p>me he encontrado con el siguiente problema. Una vez ya he montado la playlist y determino tipo de video que quiero y acepto todo, me sale antes de acabar todo el mensaje:<br />The video edition has finnshed successfully. Pero realmente no ha acabado el proyecto y doy a ok y se repite el mensaje. Cuándo se produce esto ya no me deja trabajar más con el programa y ahora me lo está haciendo con todos los videos. </p><p>Es en la version 16.9. Muchas gracias. Un saludo</p>]]></summary>
			<author>
				<name><![CDATA[Jacint]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=5616</uri>
			</author>
			<updated>2012-03-06T09:52:32Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=729&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Programming Tags]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=728&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hello Andoni and everyone else, after a long time!<br />A while ago I posted an inquiry regarding the following:<br />I am tyring to program some tags and need some guidance...<br />Tennis match<br />Track 2 players, one serving one returning...and switching every game<br />Need tags for scores..<br />1.Clip has to start on first serve<br />2.Record directional patterns such as serve placement, return placement, first shot hit from the server after the return.<br />***If first serve was out, then record fault..and stop clip...then start when i click 2nd serve and perform number 2 above. If either serve touches the net, needs a redo.<br />3.clip would stop with a winner tag or error tag...<br />Then start again at 1 above.<br />I would appreciate any ideas or input..thx guys!!!</p>]]></summary>
			<author>
				<name><![CDATA[iggy]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=23291</uri>
			</author>
			<updated>2012-02-29T12:52:15Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=728&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[version 17.2]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=727&amp;action=new"/>
			<summary type="html"><![CDATA[<p>ANDONI estoy probando la version 17.2 y cargo el nuevo proyecto cuando le doy open me aparece esta log a que se debe , mi sistema operativo es el puto windows 7 </p><br /><p>Exception has been thrown by the target of an invocation.<br />An element with the same key already exists in the dictionary.<br />mscorlib<br />&nbsp; at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at System.Collections.Generic.Dictionary`2[System.String,Gdk.Color].Add (System.String key, Color value) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at LongoMatch.Gui.Component.TimelineLabelsWidget.set_Categories (LongoMatch.Store.Templates.Categories value) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at LongoMatch.Gui.Component.TimeLineWidget.set_Project (LongoMatch.Store.Project value) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at LongoMatch.Gui.MainWindow.SetProject (LongoMatch.Store.Project project, ProjectType projectType, CaptureSettings props) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at LongoMatch.Services.ProjectsManager.SetProject (LongoMatch.Store.Project project, ProjectType projectType, CaptureSettings props) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at LongoMatch.Services.ProjectsManager.NewProject () [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at LongoMatch.Gui.MainWindow.EmitNewProject () [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at LongoMatch.Gui.MainWindow.OnNewActivated (System.Object sender, System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0 <br />&nbsp; at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&amp;)<br />&nbsp; at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in &lt;filename unknown&gt;:0 </p><br /><br /><p>StackTrace:<br />&nbsp; &nbsp;at System.Environment.get_StackTrace()<br />&nbsp; &nbsp;at LongoMatch.MainClass.ProcessExecutionError(System.Exception ex)<br />&nbsp; &nbsp;at LongoMatch.MainClass.OnException(GLib.UnhandledExceptionArgs args)<br />&nbsp; &nbsp;at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)<br />&nbsp; &nbsp;at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)<br />&nbsp; &nbsp;at Gtk.Application.gtk_main()<br />&nbsp; &nbsp;at Gtk.Application.Run()<br />&nbsp; &nbsp;at LongoMatch.MainClass.Main(System.String[] args)</p>]]></summary>
			<author>
				<name><![CDATA[CEBRAN]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=21185</uri>
			</author>
			<updated>2012-02-21T16:27:33Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=727&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Longo does not open anymore...]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=726&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi Andoni,</p><p>we are encountering a serious problem.</p><p>In our staff we work with two laptops, one with ubuntu 10.04 and longo 16.8 (mine) and the other one a windows 7 and longo 16.9.3</p><p>We usually exchange projects without any problem</p><p>Yesterday night my colleague (with windows) had a big issue after importing a project of mine, he had a notification of error, something like:</p><p>ProcessExecutionError(System.Exception ex)</p><p>and Longo refused to open anymore.</p><p>He tried the following steps:</p><p>1) disinstalling longo, downloading the same version and installing: no good</p><p>2) download 17.2 and installing it without creating new folders: longo opened but without finding any project or template in the database</p><p>3) disinstalled 17.2 , made a recovery to the day before and install again 16.9.3: the software does not open in any way (desktop link, windows menu or inside the folder)</p><p>I post you last log, named &quot;LongoMatch-20-02-2012-21.47.07.log&quot;</p><p>Exception has been thrown by the target of an invocation.<br />Exception of type &#039;Db4objects.Db4o.Ext.DatabaseMaximumSizeReachedException&#039; was thrown.<br />mscorlib<br />&nbsp; at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] <br />&nbsp; at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] <br />&nbsp; at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] <br />&nbsp; at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] <br />&nbsp; at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] <br />&nbsp; at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] <br />&nbsp; at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] <br />&nbsp; at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.LocalObjectContainer.CheckBlockedAddress (Int32 blockedAddress) [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.LocalObjectContainer.AppendBlocks (Int32 blockCount) [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.LocalObjectContainer.GetBlockedSlot (Int32 blocks) [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.LocalObjectContainer.GetSlot (Int32 length) [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.LocalObjectContainer.NewSlot (Int32 length) [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.Freespace.RamFreespaceManager.Write () [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.LocalObjectContainer.WriteHeader (Boolean startFileLockingThread, Boolean shuttingDown) [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.LocalObjectContainer.Shutdown () [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.LocalObjectContainer.Close2 () [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.PartialObjectContainer.Close1 () [0x00000] <br />&nbsp; at Db4objects.Db4o.Internal.PartialObjectContainer.Close () [0x00000] <br />&nbsp; at LongoMatch.DB.DataBase.CloseDB (IObjectContainer db) [0x00000] <br />&nbsp; at LongoMatch.DB.DataBase.GetAllProjects () [0x00000] <br />&nbsp; at LongoMatch.Gui.Dialog.ProjectsManager.Fill () [0x00000] <br />&nbsp; at LongoMatch.Gui.Dialog.ProjectsManager.OnSaveButtonPressed (System.Object sender, System.EventArgs e) [0x00000] <br />&nbsp; at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&amp;)<br />&nbsp; at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] </p><br /><br /><p>StackTrace:<br />&nbsp; &nbsp;at System.Environment.get_StackTrace()<br />&nbsp; &nbsp;at LongoMatch.MainClass.ProcessExecutionError(System.Exception ex)<br />&nbsp; &nbsp;at LongoMatch.MainClass.OnException(GLib.UnhandledExceptionArgs args)<br />&nbsp; &nbsp;at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)<br />&nbsp; &nbsp;at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)<br />&nbsp; &nbsp;at Gtk.Application.gtk_main()<br />&nbsp; &nbsp;at Gtk.Application.Run()<br />&nbsp; &nbsp;at LongoMatch.MainClass.Main(System.String[] args)</p><p>May you help us? We&#039;re in big troubles...</p><p>thanks</p>]]></summary>
			<author>
				<name><![CDATA[vanometro]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=2968</uri>
			</author>
			<updated>2012-02-21T08:36:19Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=726&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Saludo]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=725&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Andoni eres un crack!!!<br />Este, un post de sincero agradecimiento, nada mas.<br />Nos tienes a todos con los dientes largos... lo dicho<br />UN CRACK! si señor, sigue asi.</p>]]></summary>
			<author>
				<name><![CDATA[subito]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=9328</uri>
			</author>
			<updated>2012-02-07T16:53:22Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=725&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Project names not accurate]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=724&amp;action=new"/>
			<summary type="html"><![CDATA[<p>I only recently started using Longomatch (fantastic!)&nbsp; My camera records in AVCHD, which is not supported.&nbsp; So, I convert the files to a supported format, and the program works great.&nbsp; I also have some video of matches given to me by other coaches on DVD.&nbsp; I transferred these to my computer.&nbsp; The files are in a format with a VOB extension (sorry, I don’t know much about video).&nbsp; This format does not work very well in Longomatch, so I converted these files into MPEG4.&nbsp; So far, so good.&nbsp; However, the Open Project dialog box will not list this project under its own name.&nbsp; The project is there, but the info on it is copied from the project right above it.&nbsp; As a result, I have a number of projects that have exactly the same information (although the little icon for each project correctly shows a picture from that project).&nbsp; It’s hard to know which project to open!&nbsp; I have the same issue under Project Manager, although if I click on a project, the project details are correct.&nbsp; Am I doing something wrong, or is this a glitch?&nbsp; Thank you.</p>]]></summary>
			<author>
				<name><![CDATA[Amir]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=29836</uri>
			</author>
			<updated>2012-02-01T06:52:12Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=724&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problems when creating files from playlists]]></title>
			<link rel="alternate" href="http://longomatch.org/forum/viewtopic.php?id=723&amp;action=new"/>
			<summary type="html"><![CDATA[<p>I am experiencing problems when trying to create files from the playlists. The system gets unresponsive after approximately 75% . Anyone have a clue?</p>]]></summary>
			<author>
				<name><![CDATA[tonsten]]></name>
				<uri>http://longomatch.org/forum/profile.php?id=29832</uri>
			</author>
			<updated>2012-01-31T17:53:40Z</updated>
			<id>http://longomatch.org/forum/viewtopic.php?id=723&amp;action=new</id>
		</entry>
</feed>

