Code Monkey home page Code Monkey logo

Comments (9)

IgnacioFDM avatar IgnacioFDM commented on May 13, 2024 1

This happens when you start with debugging enabled. If you start without debugging (ctrl + f5 in visual studio), or simply open the .exe manually, it will work fine.

from launchpad.

minichris avatar minichris commented on May 13, 2024 1

If you wanna start with debugging enabled, but don't care about seeing PInvokeStackInbalences, you can follow the method from here (https://stackoverflow.com/a/9671751):

  1. CTRL + ALT + E
  2. Under "Managed Debugging Assistants" uncheck PInvokeStackImbalance.
    Obviously, a proper fix is preferred though :)

from launchpad.

Nihlus avatar Nihlus commented on May 13, 2024

I saw that you could run it using Rider. Do you have the GTK#2 libraries installed? They can cause issues like this.

from launchpad.

Trostka avatar Trostka commented on May 13, 2024

As far as I'm aware, I don't have the GTK#2 libraries installed, though I don't know where to look for them. I've also never heard of Rider; do you mean that was something you used on your end, or is it something that I can download that would allow me to run the code?

from launchpad.

Nihlus avatar Nihlus commented on May 13, 2024

Rider is an alternative to VS. I'm unsure what the issue is stemming from, I'm afraid.

from launchpad.

Fentonator avatar Fentonator commented on May 13, 2024

This is in fact an actual bug, not just VS "behaving weirdly" in debug mode. More information about the topic in general, as well as an example of one possible cause to look for in terms of a fix, can be seen at https://stackoverflow.com/questions/3506796/pinvokestackimbalance-how-can-i-fix-this-or-turn-it-off.

Admittedly, I don't see any DllImport statements in the source, so this may be something a bit subtler about the interactions with the GTK# libraries, but hopefully this at least provides a starting point toward pinning it down.

from launchpad.

SankaDaVinci avatar SankaDaVinci commented on May 13, 2024

Im also getting the same issue even with GTK# Installed.

from launchpad.

Nihlus avatar Nihlus commented on May 13, 2024

@SankaDaVinci You should not install GTK# anymore. Remove it from your system and compile the launcher from source.

from launchpad.

Reasp avatar Reasp commented on May 13, 2024

image

Same issue. But project build successful

from launchpad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.