Can't get it working on Ubuntu 16.04.1
See original GitHub issueFirst 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:
- Created 7 years ago
- Comments:11
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@wouterhund You can try another jira client - https://github.com/web-pal/chronos-timetracker it works on linux as well
@carstengehling Thanks for the insights and the program. I also use it on win10 and really appreciate it.