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.

How to run on Linux

See original GitHub issue

I run dotnet run --configuration Release MarkovJunior.csproj but nothing happens, what do display the GUI?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mxgmncommented, Jun 5, 2022

@MCSH See #9

0reactions
MCSHcommented, Jun 5, 2022

This is the entire log I get when running:

Apartemazements > P = 16
CONTRADICTION on try 0 with 142 observations
wfc found a good seed 1643779998 on try 1 with 158 observations
DONE
wfc found a good seed 376360877 on try 0 with 155 observations
DONE
CONTRADICTION on try 0 with 149 observations
CONTRADICTION on try 1 with 124 observations
wfc found a good seed 1346509966 on try 2 with 154 observations
DONE
CONTRADICTION on try 0 with 151 observations
wfc found a good seed 1667801283 on try 1 with 143 observations
DONE
Apartemazements > P = 16
CONTRADICTION on try 0 with 134 observations
CONTRADICTION on try 1 with 101 observations
CONTRADICTION on try 2 with 116 observations
wfc found a good seed 1814048741 on try 3 with 154 observations
Unhandled exception. System.TypeInitializationException: The type initializer for 'GUI' threw an exception.
 ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at GUI..cctor() in /home/sajjad/src/git/MarkovJunior/source/GUI.cs:line 30
   --- End of inner exception stack trace ---
   at GUI.Draw(String name, Branch root, Branch current, Int32[] bitmap, Int32 WIDTH, Int32 HEIGHT, Dictionary`2 palette)
   at Program.Main() in /home/sajjad/src/git/MarkovJunior/source/Program.cs:line 67
Read more comments on GitHub >

github_iconTop Results From Across the Web

Brilliant Ways on How to Run a Program in Linux
To run programs via the Run command, select the Alt-F2 to open the Run Command box. You can also hit Alt-F2 as a...
Read more >
How to get started with Linux: A beginner's guide
Choose and download a Linux distro · Running Linux live off an external drive · Use Linux in a virtual machine · Your...
Read more >
How to Run an Application in Linux
To run an application/program in Linux distributions can be done using command-line and GUI as well. These are the tricks we will cover...
Read more >
40 Essential Linux Commands + a Free Cheat Sheet
Linux commands are programs that run on the Linux Command Line Interface (CLI). They are executed via Terminal by pressing 'Enter'. These ...
Read more >
How to Run Linux Commands in the Background
You can easily send such commands to the background by hitting the Ctrl + Z keys and then using the bg command. Hitting...
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