Milan Nikolic

Results 390 comments of Milan Nikolic
trafficstars

That is some clue. On Gentoo dbus is always built with --disable-asserts --disable-checks , so I never had that problem. Question is if this something that is enabled/forced on some...

There are no new dependencies in 0.2.4, PySDL2 is just unbundled from m64py source and must be installed now. I also tried with old PySDL2 sources on Fedora that were...

I just recompiled my system dbus without --disable-asserts --disable-checks (modified ebuild) and it still works. Can someone try to remove SDL2 system lib and compile a new one from hg...

Delete plist file from your `~/Library/Preferences`, delete file for m64py.

VerticalSync is still written in the config file, together with a comment for that option, i.e. `# If true, activate the SDL_GL_SWAP_CONTROL attribute`, who does that? I am testing with...

``` $ strings mupen64plus-video-rice.so | grep Vertical VerticalSync ``` It is from Rice plugin, and config is written in `Video-General` section.

There was some PR where someone added the explicit version, just try to remove versions from requirements file.

By cannot input, do you mean joystick doesn't work, or keyboard? Is it "plugged" in config?

I am using just `//go:build` tags, have `go 1.17` requirement in `go.mod` and still get this warning. I have tags in 250+ files so I get a bad report. I...

@lherman-cs In my distro, it is easy to compile toolchain/compiler for whatever platform/OS (except macOS, but there is https://github.com/tpoechtrager/osxcross for that), for the example see here https://github.com/gen2brain/cam2ip/blob/master/make.bash#L3. So far I...