Koenvh1 / ets2-local-radio

Radio from wherever you are in ETS2/ATS
https://koenvh.nl/projects/ets2-local-radio
Mozilla Public License 2.0
234 stars 40 forks source link

Local Radio not detecting either ATS or ETS2 #192

Open EditMen70 opened 1 year ago

EditMen70 commented 1 year ago

Hello, I am having issues with the Local Radio application detecting the ATS game on the status tag. I've followed your steps for installing Visual C++ Redistributable for Visual Studio 2015 about 10 times and still have the same issue. I started having this issue about a few weeks ago and the problem is still persisting. Would this be an issue on my end or an application issue overall?

Screenshot 2022-12-02 220604

Koenvh1 commented 1 year ago

Nowadays the redistributables all come in one package: https://aka.ms/vs/17/release/vc_redist.x64.exe You could try to remove the old one first, then install it again. Sometimes that magically works. Else you can try the alternative plugin, which is the same, just compiled with a different version of the C++ redistributable here: https://github.com/Koenvh1/ets2-local-radio/tree/master/plugins/alternative_ets2-telemetry.dll

If I could tell you why it works for most but not for some, and what those where it doesn't work have in common, I would, but alas I do not know.

EditMen70 commented 1 year ago

I've tried this method already and just did it again, however, I am still having the same results as before.

Koenvh1 commented 1 year ago

Just to make sure - you did install them to the right folder, right? And not to the one in your "Documents" folder?

EditMen70 commented 1 year ago

Yes, it is installed under the steamapps\common\ directory

EditMen70 commented 1 year ago

I haven't gotten on the game for a week now, so the issue is still present where although the Local Radio app recognizes the game I'm on, it does not recognize the status which still says "Simulator not yet running". However, when I open the Local Radio webpage, I am greeted with hundreds of stations in central Kansas. Despite that in-game, I am between San Antonio, TX, and Victoria, TX. Screenshot 2022-12-17 180658

Koenvh1 commented 1 year ago

It determines the game based on whether an application amtrucks.exe is running. If it is, then it's ATS, if not, then it's ETS2. I would not be surprised if those coordinates are around 0;0 (the default), hence the reception there.

EditMen70 commented 1 year ago

Either way, the app still has issues detecting the game I am in and does not work in ETS2.

EditMen70 commented 1 year ago

Here is my game log when I get on the game

game.log.txt

Koenvh1 commented 1 year ago

afbeelding To my knowledge those are the only two dependencies. So the missing dependencies error that you get is caused by one of those two.

EditMen70 commented 1 year ago

I finally got it to work. What I did was I used this link: to replace the telemetry file that was in my files and gotten everything to work finally.

EditMen70 commented 1 year ago

It looks like everything is working for ETS2, but for ATS on the browser, I am getting a "Waiting for your in-game coordinates..."

EditMen70 commented 1 year ago

And I keep having to reinstall the alternative ets2-telemetry for both games every time in order for the mod to work.