Git Product home page Git Product logo

Comments (4)

FFFFFFFXXXXXXX avatar FFFFFFFXXXXXXX commented on May 25, 2024

Hmm, I'll see what I can do.
What is your exact resolution - 3440x1440?

Also what do you mean by "it won't detect the in game events properly"? Do they not get recorded at all?

from league_record.

BigBoyBarney avatar BigBoyBarney commented on May 25, 2024

Yeah I'm on 3440x1440. I just recorded a few more games, and they seem to have the in game information. Maybe I had something set up incorrectly the last time, sorry about that! It works flawlessly.
image

Thanks in advance!

from league_record.

FFFFFFFXXXXXXX avatar FFFFFFFXXXXXXX commented on May 25, 2024

Alright I have a pre-release (https://github.com/FFFFFFFXXXXXXX/league_record/releases/tag/v1.14.3) that adds support for different aspect ratios.
If you want to try it out you have to delete "outputResolution" from your settings. Only then automatic aspect ratio detection is used. Alternatively you could explicitly set "outputResolution": "2580x1080p" or "outputResolution": "3440x1440p".


Also regarding the ingame information collection not working.
There is a rare windows bug (feature?) where windows stops the ingame API from starting which makes it impossible to collect the ingame data. A reboot of the PC usually fixes it. Extensively described here: stackoverflow

In case the ingame data collection fails agains you can check if this is the reason by running netsh interface ipv4 show excludedportrange protocol=tcp
This should give you a list of "blocked/reserved" port ranges (from - to):

Startport      Endport
----------    --------
      5357        5357
     50000       50059     *
     54896       54995
     54996       55095
     55096       55195
     55196       55295
     55296       55395
     55396       55495
     55496       55595
     55596       55695
     55696       55795
     55796       55895

If the port 2999 is in one of these ranges, then you are encountering the problem linked above.
The fix is to get rid of the "reserved" ports by restarting your PC or trying the things from the stackoverflow answer and then running netsh int ipv4 add excludedportrange protocol=tcp startport=2999 numberofports=1 as administrator.

Since it's a weird windows thing there is nothing else I can do to work around that.

from league_record.

FFFFFFFXXXXXXX avatar FFFFFFFXXXXXXX commented on May 25, 2024

Release v1.15.1 is out now so I'll close this issue for now.

from league_record.

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.