RCVolus / league-prod-toolkit

Toolkit for League Productions with overlays for champion select, ingame events, end of game stats, and more
MIT License
136 stars 25 forks source link

[ Bug ] TypeError: Cannot read property 'gameData' of undefined #167

Closed RealShavy closed 1 year ago

RealShavy commented 1 year ago

hey i have the problem that when i load a game the scrimt keeps smearing i have already tried to change the script but it didnt work i have also downloaded and installed the latest version Unbenannt Bild_2022-11-24_133652820

Himyu commented 1 year ago

Are you using this on a normal league server or in the tournament realm?

RealShavy commented 1 year ago

i'm using it on a normal League server and i will use it on a Tournament

RealShavy commented 1 year ago

but its buggi on both

Himyu commented 1 year ago

Can you make a screenshot of your observer tool especially the I'm game page to show us how it looks?

RealShavy commented 1 year ago

1 2 3 the 3rd picture is when i'm ingame

Himyu commented 1 year ago

Can you please export youz game data for us like this

image

so we can have a better look at what's going on

RealShavy commented 1 year ago

InGame-data.zip

Himyu commented 1 year ago

At which point does your tool crash or do you have an idea what ingame event is crashing it?

RealShavy commented 1 year ago

it is crashing when i load in to a game. pic and ban works .

RealShavy commented 1 year ago

i think it crash bc off the new obj-timer you guys did

Himyu commented 1 year ago

Is that happening every game when you spectate it from the beginning or just when you load into it mid-game? And is it happening when you load into the game or sometimes during it?

RealShavy commented 1 year ago

it happen every game even when i get a Tournament code to spectate

Himyu commented 1 year ago

Is this happening right when you load into the game or at some point during the game?

RealShavy commented 1 year ago

no it happen right when i load the game, so in the loading screen

Himyu commented 1 year ago

ok can you check out what's in your \Riot Games\League of Legends\Config\LiveEvents.ini that might also be a reason for it

RealShavy commented 1 year ago

LiveEvents.zip

Himyu commented 1 year ago

yea ok that's the reason why it keeps crashing on you. you just have every event in there and the toolkit can't handle that. I will do a fix for that, that only event we can handle will go through.

Himyu commented 1 year ago

This patch https://github.com/rcv-prod-toolkit/module-league-in-game/releases/tag/v3.4.0 should stop that from happening