question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't get it working on Ubuntu 16.04.1

See original GitHub issue

First of all the releases are msi files which make them hard to use with mono. Seems no way to run them.

I’ve both tried with the mono that comes with my distribution and xamarin mono and the results are the same. When trying to run the extracted .exe I get (libmono-system-windows-forms4.0-cil is installed):

Unhandled Exception:
System.TypeInitializationException: The type initializer for 'StopWatch.NativeMethods' threw an exception. ---> System.EntryPointNotFoundException: RegisterWindowMessage
  at (wrapper managed-to-native) StopWatch.NativeMethods:RegisterWindowMessage (string)
  at StopWatch.NativeMethods..cctor () <0x40b525e0 + 0x00013> in <filename unknown>:0 
  --- End of inner exception stack trace ---
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'StopWatch.NativeMethods' threw an exception. ---> System.EntryPointNotFoundException: RegisterWindowMessage
  at (wrapper managed-to-native) StopWatch.NativeMethods:RegisterWindowMessage (string)
  at StopWatch.NativeMethods..cctor () <0x40b525e0 + 0x00013> in <filename unknown>:0 
  --- End of inner exception stack trace ---

So then I tried compiling, but this gives me:

/home/ubuntu/jirastopwatch/StopWatch.sln (default targets) ->
(Build target) ->
/home/ubuntu/jirastopwatch/source/StopWatch/StopWatch.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.Common.targets (GenerateResources target) ->

	/usr/lib/mono/4.5/Microsoft.Common.targets: error : Tool exited with code: 1. Output: Error: Exception has been thrown by the target of an invocation.
Inner exception: AND data length expected 512, read 0
Parameter name: stream

Any thoughts?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11

github_iconTop GitHub Comments

2reactions
VladimirPalcommented, Mar 14, 2018

@wouterhund You can try another jira client - https://github.com/web-pal/chronos-timetracker it works on linux as well

0reactions
JeeMocommented, Aug 16, 2017

@carstengehling Thanks for the insights and the program. I also use it on win10 and really appreciate it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ubuntu 16.04 LTS, internet connection doesn't work, but ...
1. Changed System -> Network -> Options to Automatic(DHCP) · 2. sudo apt-get update · 3. sudo apt-get upgrade · 4. Repeat Setp...
Read more >
Install Ubuntu 16.04 desktop
This tutorial covers the installation of Ubuntu 16.04 LTS which released in 2016 and is now end-of-life. This means it is no longer...
Read more >
Ubuntu 16 64bit - apt-get not working
I have fresh and clean install of Ubuntu 16.04.1 server edition. I have set static IP address. I can ping any domain.
Read more >
Cannot login to any user on Ubuntu 16.04.1 other than guest
Once I logged in, I tried creating another account with the name "test1" and password "test". For some reason it managed to work...
Read more >
Why am I not able to update Ubuntu 16.04?
If you have run update-manager and it has failed it will give you a reason. This is usually an incompatible library, often from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found