Oscar Aguinagalde
Oscar Aguinagalde
In case it might help, since it seems the markdown parser is `goldmark` I went ahead and tested this: ```go package main import ( "bytes" "fmt" "os" "github.com/yuin/goldmark" ) func...
Got same problems. Although I have no log file anywhere. Executing from the command line doesn't output anything either. Windows 10, Laptop Dell Latitude5590 although I doubt hardware or windows...
I tried some stuff. Trying to debug it, tried printing things into console in the main function, but I coudln't manage to see anything printed for some reason? However, if...
Nevermind the last message I must have been doing something wrong, I managed to build by removing that `-H=windowsgui` flag and it now outputs in console. It seems like my...
Further digging, when creating the NewProject, is the `LoadTexture` calls that are making it crash, no error message no nothing, it just fails. Also, it's not because it cant find...
No worries! Yes, I tried that too, no difference at all. It seems like the issue is not really in MasterPlan. The deepest I have tracked the issue is until...
I tried the latest release available and then realized it's rather old. I tried to install the master branch of the repo directly but I can't really manage to use....
I believe this is the same issue I posted some days ago... It did take a some days to reach the same conclusion but if you read the last comment...
Hey, thanks for the explanations :) I did as you suggested and tried pointing at the `dll` and removed the reference `NUnit3TestAdapter` in the project file before rebuilding the project....
Oh, my I see. Here is the log `nunit-agent_128164.log`: ``` InternalTrace: Initializing at level Debug 17:32:15.960 Info [ 1] NUnitTestAgent: Agent process 128164 starting 17:32:15.966 Debug [ 1] ServiceManager: Added...