12081893d / lapsestudio

Automatically exported from code.google.com/p/lapsestudio
0 stars 0 forks source link

Cannot get it to run in Gentoo #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey!

I cloned the source again today, but I still fail to run LapseStudio - a pity 
because I now have a nice timelapse to test it out on :)
Have you had any luck getting it to run in Gentoo?

I'm using mono-3.2.8 and I get this error:
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an 
object
  at LapseStudioGtkUI.MainWindow..ctor () [0x00000] in <filename unknown>:0
  at LapseStudioGtkUI.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object 
reference not set to an instance of an object
  at LapseStudioGtkUI.MainWindow..ctor () [0x00000] in <filename unknown>:0
  at LapseStudioGtkUI.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0

Here is the full build and run log:
http://dpaste.com/16Z2NKR

Kind regards
DrSlony

Original issue reported on code.google.com by entertheyoni on 1 Dec 2014 at 3:01

GoogleCodeExporter commented 9 years ago
The Icons folder has to be copied beside the executable.
The generated code for the Gtk UI makes no check if the files actually exist 
and runs straight into an exception.
Newest commit now tagged the icons file to be copied to the output folder 
automatically so it shouldn't be an issue anymore.

Original comment by bildstei...@gmail.com on 2 Dec 2014 at 9:58