Josh Lospinoso

Results 18 comments of Josh Lospinoso

I have a proposed fix: https://github.com/asutton/origin/pull/11

@AlexIljin Thanks for reporting! When you don't run as administrator, does Beamgun start? I think this is the case from your other issue. Could you try running from an administrator...

@AlexIljin Ok thanks. What does it say when it crashes? Do you have a stack trace?

Okay interesting. If you right click on VS, "Run as Administrator," you should be able to debug as admin. Does that not work? Maybe we could also run ProcMon (...

@AlexIljin, I found an issue with ArgumentNullException in certain situations when the version checker tries to poll for the latest version number: ```cs var url = settings.VersionUrl + "?id=" +...

@AlexIljin, I've made a fix to the WIX installer where I remove the `Impersonate` attribute in Library.wxs: ```xml ``` Could this be related to your issue? Were you only running...

Okay, it looks like we're going to need to attach a debugger. As you attempted to do, I think it will be best to work through the VS2015 issues. Where...

Hi @raforg, thanks for submitting! Looking for some help to work through these issues. Thanks!

Hi, @carpajr! Thanks for your ticket. Could you please provide me a full code listing? Or even better a link to a https://wandbox.org program?

Thanks for posting, @carpajr! I think this might be some sort of CLion bug. I believe the issue is that const reference `publish` in `AutoBrake` doesn't have the proper lifetime....