austinbaccus / forza-telemetry

Record and Display Telemetry from Forza Motorsport 7, Horizon 4, and Horizon 5.
MIT License
235 stars 36 forks source link

forza-telemetry app never recognizes game #54

Closed Caboose12000 closed 1 year ago

Caboose12000 commented 2 years ago

Describe the bug The app opens but never displays any values from Forza. I made sure 'Data Out' is set to 'ON', IP ADDRESS is 127.0.0.1, IP PORT is 5300, and I tried both the latest release of the exe and cloning the repo, same result both times, all values stay at 0.

To Reproduce Steps to reproduce the behavior:

  1. follow the steps in the quick start guide
  2. when the app opens, it never shows data despite driving around in game

Expected behavior When driving with the app open and UDP Out settings enabled, data values displayed in the app should increase or decrease depending on how the car drives in game.

Screenshots I'm not sure if these screenshots are helpful, but here they are anyway View of app not showing data: NoNewData View of settings (maybe I entered something wrong?): FH4Settings

Desktop (please complete the following information):

Additional context (again not sure any of this is helpful sorry)

Thanks I just wanna say this app looks really cool and I'm excited to get it working on my machine! Thanks for making it!

gungurbuz commented 2 years ago

i am having the same problem, really excited to use this program so hope this gets fixed

my specs are the same as yours, and i’ve tried the same things with no results

austinbaccus commented 2 years ago

@Caboose12000 @gungurbuz

I'll investigate this when I get home. Ping me again if you don't hear from me in 48 hours.

Caboose12000 commented 2 years ago

@Caboose12000 @gungurbuz

I'll investigate this when I get home. Ping me again if you don't hear from me in 48 hours.

here's your 48-hour-later-ping!

Caboose12000 commented 2 years ago

I didn't mean to close it I just slipped, my bad lol

gungurbuz commented 2 years ago

its been a while any news?

gungurbuz commented 2 years ago

oh shi forgot to ping

Caboose12000 commented 2 years ago

@austinbaccus any updates?

austinbaccus commented 2 years ago

@gungurbuz @Caboose12000 hey guys, sorry this took so long. I recently started a new job at Microsoft as a software engineer (woohoo!), but I haven't had as much time to work on my side projects (boo.).

I don't have a solution so far, but I'm happy to troubleshoot this issue with you guys over Discord if needed.

I have some questions that might help narrow down the issue:

Caboose12000 commented 2 years ago

Hey congrats on your new job! I would love some troubleshooting help when you have time, my discord is Caboose12000#3908

austinbaccus commented 2 years ago

@gungurbuz

This was the solution that worked for @Caboose12000: https://github.com/austinbaccus/forza-telemetry/issues/50#issuecomment-1008172636 (Ignore steps 1 and 2)

gungurbuz commented 2 years ago

thanks, i’ll try it tomorrow morning. Also congrats on the job! It’s always nice seeing more skilled programmers get into nice jobs

six-shooter commented 1 year ago

I am having the same issue, the app looks lovely and I would love it to work.

Tried everything, followed the steps.

austinbaccus commented 1 year ago

@six-shooter try running dotnet --info and see if version 6.0 pops up. If it's not in your list of installed SDKs, then that's probably the issue. Sometimes you have to delete the dotnet folder from Program Files (x86) for it to be correctly recognized.