[BUG] Compile failed on Visual Studio 2017 #454

Closed
opened 2026-01-29 16:44:23 +00:00 by claunia · 2 comments
Owner

Originally created by @flabbet on GitHub (Oct 23, 2018).

Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].

CCExtractor version (using the --version parameter preferably) : X.X

In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):

  • I have read and understood the contributors guide.
  • I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
  • I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
  • I have used the latest available version of CCExtractor to verify this issue exists.

My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Necessary information

  • Is this a regression (did it work before)? [X] NO | [ ] YES - please specify the last known working version
  • What platform did you use? [X ] Windows - [ ] Linux - [ ] Mac
  • What were the used arguments? -autoprogram

Video

https://drive.google.com/open?id=1-ogP9shyhahkl781Lte9zIjbbvBxhdoI

Additional information

{Hey, I have downloaded ccextractor-0.86 CLI Source code full, then I've opened Windows\ccextractor.sln. I tried to build solution but all I got was

1>------ Build started: Project: ccextractor, Configuration: Debug x64 ------
1>Object reference not set to an instance of an object.
2>------ Build started: Project: ccextractorGUI, Configuration: Debug x64 ------
2>Object reference not set to an instance of an object.
2>Error: Object reference not set to an instance of an object.
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

Nothing was in Error List
}

PS: Make sure you set an alert in GitHub so you get notifications about your ticket. We may need to ask questions and we do everything inside GitHub's system.

Originally created by @flabbet on GitHub (Oct 23, 2018). Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION]. CCExtractor version (using the --version parameter preferably) : **X.X** **In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):** - [X] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [X] I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present. - [X] I have checked that the issue I'm posting isn't already reported. - [X] I have checked that the issue I'm porting isn't already solved and no duplicates exist in [closed issues](https://github.com/CCExtractor/ccextractor/issues?q=is%3Aissue+is%3Aclosed) and in [opened issues](https://github.com/CCExtractor/ccextractor/issues) - [X] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion. - [X] I have used the latest available version of CCExtractor to verify this issue exists. **My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):** - [X] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. **Necessary information** - Is this a regression (did it work before)? [X] NO | [ ] YES - *please specify the last known working version* - What platform did you use? [X ] Windows - [ ] Linux - [ ] Mac - What were the used arguments? `-autoprogram` **Video** https://drive.google.com/open?id=1-ogP9shyhahkl781Lte9zIjbbvBxhdoI **Additional information** {Hey, I have downloaded ccextractor-0.86 CLI Source code full, then I've opened Windows\ccextractor.sln. I tried to build solution but all I got was > 1>------ Build started: Project: ccextractor, Configuration: Debug x64 ------ 1>Object reference not set to an instance of an object. 2>------ Build started: Project: ccextractorGUI, Configuration: Debug x64 ------ 2>Object reference not set to an instance of an object. 2>Error: Object reference not set to an instance of an object. ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ========== Nothing was in Error List } PS: Make sure you set an alert in GitHub so you get notifications about your ticket. We may need to ask questions and we do everything inside GitHub's system.
Author
Owner

@saurabhshri commented on GitHub (Oct 23, 2018):

This is most probably an error with your Visual Studio set-up. Quick googling shows a bunch of results, so looks like it quite common. Did you try any of those solutions?

@saurabhshri commented on GitHub (Oct 23, 2018): This is most probably an error with your Visual Studio set-up. Quick googling shows a bunch of results, so looks like it quite common. Did you try any of those solutions?
Author
Owner

@flabbet commented on GitHub (Oct 23, 2018):

Alright, I figured it out. I've updated Visual studio to newest version and after that VS showed me error saying that I don't have v140 build, and I installed it.

@flabbet commented on GitHub (Oct 23, 2018): Alright, I figured it out. I've updated Visual studio to newest version and after that VS showed me error saying that I don't have v140 build, and I installed it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#454