Advanced Sessions Plugin

[QUOTE=;589853]
Yeah your folders are showing as v137 instead of v132 which was making me wonder if you were using the wrong sdk version.

Strange… i guess I havn’t reverted it back properly. I’ll dive in deeper to that tonight.
Thanks for the help and love the plug-in. Great work :cool:

1 Like

[QUOTE=KillerSneak;589986]
can someone tell me why it keeps trowing this error at me?

What subsystem are you using?

1 Like

I am currently trying to call the function ‘Get session settings’ but it is failing everytime.
I want to update them so that other players know in what map the current session is playing.
There are also some other functions that are not working in my project like the ‘Is player in session’ function.

It seems like that the reference to the session data got deleted or something?
Is this a know bug of could it be that I am doing something wrong.

Thanks in advance :slight_smile:

1 Like

[QUOTE=;590525]
What subsystem are you using?

Null or none at this moment as I’m building a lobby and matchmaking system. It’s working I was just wondering why the error keeps popping up?

1 Like

[QUOTE=KillerSneak;591090]
Null or none at this moment as I’m building a lobby and matchmaking system. It’s working I was just wondering why the error keeps popping up?

Its not giving the player a unique net id, that error is shown if the unique net id is empty. Are you testing in editor?

[QUOTE=FrankHartman;590987]
I am currently trying to call the function ‘Get session settings’ but it is failing everytime.
I want to update them so that other players know in what map the current session is playing.
There are also some other functions that are not working in my project like the ‘Is player in session’ function.

It seems like that the reference to the session data got deleted or something?
Is this a know bug of could it be that I am doing something wrong.

Thanks in advance :slight_smile:

GetSessionSettings only fails in two isntances:

There is no session Interface (no subsystem using sessions is active).

The session interface doesn’t support sessions (probably attempting to play through editor).

The log will output an error message to you when it fails saying which one it is.

1 Like

[QUOTE=;591653]
Its not giving the player a unique net id, that error is shown if the unique net id is empty. Are you testing in editor?

GetSessionSettings only fails in two isntances:

There is no session Interface (no subsystem using sessions is active).

The session interface doesn’t support sessions (probably attempting to play through editor).

The log will output an error message to you when it fails saying which one it is.

Yes I am currently testing in the editor.

So if I am understanding you correctly then I should try this out in a build and then it should probably work?
I will try that tomorrow thnx for the reaction!

1 Like

[QUOTE=NukePie;590416]
Strange… i guess I havn’t reverted it back properly. I’ll dive in deeper to that tonight.
Thanks for the help and love the plug-in. Great work :cool:

For what its worth i could never get 137 working with unreal, 136 seems to work perfectly fine so long as you remove the steam controller plugin from the engine

1 Like

Greetings! It would be awesome if this could have access to the steam authentication, there is no way I know of to access that in blueprints and its pretty important to have.

1 Like

[QUOTE=MADHOUSE;594329]
Greetings! It would be awesome if this could have access to the steam authentication, there is no way I know of to access that in blueprints and its pretty important to have.

I am trying to avoid adding steam specific code to the plugin, there are only a few exceptions so far and I have to have them not compiled on non steam platforms. It would be better for the base subsystems to support authentication access, there is already a pull request for the engine up on github to support it (steam authentication) and they are redoing parts of the subsystems anyway at the moment.

1 Like

I tried listening to OnSessionInviteReceived from a game instance (extended advanced friends game instance) and i dont seem to be getting the event.
Is it working for anyone else?

OnSessionInviteAccepted does fire off. And I see the OnSessionInviteReceived get registered but still no event…

1 Like

[QUOTE=;594553]
I am trying to avoid adding steam specific code to the plugin, there are only a few exceptions so far and I have to have them not compiled on non steam platforms. It would be better for the base subsystems to support authentication access, there is already a pull request for the engine up on github to support it (steam authentication) and they are redoing parts of the subsystems anyway at the moment.

Alright I see, do you have a link to the pull? Hopefully steam authentication is supported for blueprints soon.
Thanks!

1 Like

Has anyone done a tutorial or explained the voice chatting?
I haven’t been able to figure that out.

1 Like

I assume I’m just being stupid, but I am extracting the zip to engine>plugins>advancedsessions. The plugin shows up in the editor and prompts a restart to apply, but brings up a dialouge box saying there are missing / incompatible modules. Anyone know what I’m doing wrong.


1 Like

You need to extract it in your project’s folder, creats a new folder inside your project, call it “Plugins” and just extract it in there.

1 Like

Do you plan to find session over the Web, without steam, with ip adress or name server? (like “open ipadress”)

1 Like

Hi.
Thanks for this great plugin. Currently trying to package project and receiving a fatal error LNK1181: cannot open input file ‘tbbmalloc.lib’. Maybe you know what it could be?
Project is on 3rd person blueprint template. Engine version 4.13

1 Like

Hey guys i have problems casting to my game instance which is a child of the Advanced Friends Game Instance. I always get a failed cast out of it. I am using GetGameInstance and cast this to my game instance (child of advanced friends game instance).
I’m using the 4.13 version of UE4.

Any fix for that?

1 Like

[QUOTE=Vana29;597934]
Do you plan to find session over the Web, without steam, with ip adress or name server? (like “open ipadress”)

No, but there is a subsystem for that somewhere in the forums here that would work with this plugin.

[QUOTE=GDShadow;598538]
Hey guys i have problems casting to my game instance which is a child of the Advanced Friends Game Instance. I always get a failed cast out of it. I am using GetGameInstance and cast this to my game instance (child of advanced friends game instance).
I’m using the 4.13 version of UE4.

Any fix for that?

There shouldn’t be an issue with that, are you sure you assigned the correct game instance in your project settings?

[QUOTE=nirvana17;598277]
Hi.
Thanks for this great plugin. Currently trying to package project and receiving a fatal error LNK1181: cannot open input file ‘tbbmalloc.lib’. Maybe you know what it could be?
Project is on 3rd person blueprint template. Engine version 4.13

Don’t think it has anything to do with my plugin directly, UE4 answerhub has a bunch of questions about that and most deal with visual studio being incorrectly installed.

1 Like

[QUOTE=Dr_Jerm;585119]
After removing the register function I seem to have gotten the same behavior (the same as @Fantasifall). But it’s good to know it should be fixed in 4.13! Thanks for the quick replies and your continued support. I 2nd the request for a donation method.

Just a follow up: voice issues are resolved in 4.13! Cheers.

1 Like

This post?

1 Like