Leystryku / leysourceengineclient

A source engine network client implementation based on some of my reversing work from 2016 with basic functionality ( joining servers, talking, receiving/sending voicedata etc. ). Made this & reversed netchan to learn about Sources networking.
MIT License
165 stars 41 forks source link

Crashing upon starting #5

Closed Xulua1499 closed 4 years ago

Xulua1499 commented 6 years ago

Seems to be at the following line it crashes:

steamuser->GetAuthSessionTicket(steamkey, STEAM_KEYSIZE, &keysize);

I'm logged into steam and it owns Garry's Mod, so I'm unsure why this isn't working. It was previously working fine until a couple weeks ago. Something updated possibly?

Leystryku commented 6 years ago

ye sth changed, I fixed it in my local copy doe

Xulua1499 notifications@github.com schrieb am Mo., 7. Mai 2018, 15:13:

Seems to be at the following line it crashes:

steamuser->GetAuthSessionTicket(steamkey, STEAM_KEYSIZE, &keysize);

I'm logged into steam and it owns Garry's Mod, so I'm unsure why this isn't working. It was previously working fine until a couple weeks ago. Something updated possibly?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Leystryku/leysourceengineclient/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AGFuAu_es813bdTWpkkRJtNwwSACZnWDks5twEhbgaJpZM4T080n .

Xulua1499 commented 6 years ago

Is it a lot to change? I'm guessing something in steamworks changed

Thanks for the quick response btw

Leystryku commented 6 years ago

Nah it was really easy iirc

Xulua1499 notifications@github.com schrieb am Mo., 7. Mai 2018, 15:16:

Is it a lot to change? I'm guessing something in steamworks changed

Thanks for the quick response btw

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Leystryku/leysourceengineclient/issues/5#issuecomment-387061159, or mute the thread https://github.com/notifications/unsubscribe-auth/AGFuAmFphazmYcJXoC0oxNcrHEQ4IChHks5twEkqgaJpZM4T080n .

Xulua1499 commented 6 years ago

Any chance of seeing your fixed version? Or just that partial bit if you don't mind

Leystryku commented 6 years ago

cba to find it, just fiddle around and you might fix it :V

2018-05-07 15:21 GMT+02:00 Xulua1499 notifications@github.com:

Any chance of seeing your fixed version? Or just that partial bit if you don't mind

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Leystryku/leysourceengineclient/issues/5#issuecomment-387062727, or mute the thread https://github.com/notifications/unsubscribe-auth/AGFuApmU9D329j-K7v98z1cHy7p-pfP_ks5twEpwgaJpZM4T080n .

60percentCaffeine commented 6 years ago

Good support :ok_hand:

On Mon, May 7, 2018, 11:22 PM Leystryku notifications@github.com wrote:

cba to find it, just fiddle around and you might fix it :V

2018-05-07 15:21 GMT+02:00 Xulua1499 notifications@github.com:

Any chance of seeing your fixed version? Or just that partial bit if you don't mind

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/Leystryku/leysourceengineclient/issues/5#issuecomment-387062727 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AGFuApmU9D329j-K7v98z1cHy7p-pfP_ks5twEpwgaJpZM4T080n

.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Leystryku/leysourceengineclient/issues/5#issuecomment-387062930, or mute the thread https://github.com/notifications/unsubscribe-auth/AJwOWopdaStkg2J8hXLU-CmsLEt1oGtsks5twEqZgaJpZM4T080n .

yunusemregul commented 4 years ago

fixed it on my fork but voice communication doesn't work for some reason