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.

Don't build on Linux

See original GitHub issue

Hi @carstengehling,

I read previous issues and Google the problem, but I didn’t found the solution. I have macOS and Linux, so I can help you to get this working on every platform. But the problem is I get, always, on .resx files this:

Inner exception: AND data length expected 512, read 0
Parameter name: stream

Doesn’t matter if I use xbuild or msbuild commands (I always do with .sln or .csproj). Also, I found on mono (that is an open source .NET framework that runs on Unix systems) this:

https://github.com/mono/mono/blob/master/mcs/class/System.Drawing/System.Drawing/Icon.cs#L862

You can see there what causes the exception.

Kind regards,

Jose Lorenzo.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
joseelorencommented, Aug 16, 2017

Okay, I will do it 👍

0reactions
th-wecommented, Apr 23, 2018

I disabled some more code (and this time did it more properly by checking the platform instead of simply commenting out lines). Now it looks like I have a functional program in Linux. I added that to my pull request #117. I’ll move the discussion there.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Re-building Linux kernel without "clean"
If you build the bindeb-pkg instead, it won't do a clean. You probably don't need the source packages anyway.
Read more >
Compiling kernel but doesn't build kernel modules
I am trying to compile a linux-sunxi kernel for my Banana pi. Using this link: http://sunxi.org/Linux_Kernel#Compilation. Unfortunately I am ...
Read more >
In VS 2022, "This project uses remote builds." I don't want ...
In VS 2022, "This project uses remote builds." I don't want remote builds, I don't care about Linux, How do I create a...
Read more >
Don't add "+" to linux kernel version
So, it is possible without code changes say to build system that no need to add "+" at the end of version line?...
Read more >
Compile linux kernel deb-pkg target without generating ...
deb ) takes a significant amount of time. I'm wondering if there is a way to indicate to the deb-pkg build target not...
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