Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPT error with HC #557

Closed
shukari opened this issue Nov 28, 2016 · 6 comments · Fixed by #558
Closed

RPT error with HC #557

shukari opened this issue Nov 28, 2016 · 6 comments · Fixed by #558
Assignees
Labels
Milestone

Comments

@shukari
Copy link
Contributor

shukari commented Nov 28, 2016

Arma 3 Version: 1.64.138732 (performace)
CBA Version: 3.1.2.161105 (stable)

Mods:

  • @CBA_A3
  • @Ace3

Description:

  • start server with hc on it
 0:37:58 Error in expression <spawn {
private _text = cba_help_keys;

cba_keybinding_handlers params [["_modNa>
 0:37:58   Error position: <cba_keybinding_handlers params [["_modNa>
 0:37:58   Error Undefined variable in expression: cba_keybinding_handlers
 0:37:58 File x\cba\addons\help\XEH_postClientInit.sqf, line 65

Steps to reproduce:

  • start server with hc on it

Where did the issue occur?

  • Dedicated

RPT log file:

@commy2 commy2 added the Bug label Nov 29, 2016
@commy2 commy2 added this to the 3.2 milestone Nov 29, 2016
@commy2 commy2 self-assigned this Nov 29, 2016
@Dorbedo
Copy link
Contributor

Dorbedo commented Nov 29, 2016

@commy2 again the question: Why is the help component compiled on the HC-Clients?
I think it's related to #467

@commy2
Copy link
Contributor

commy2 commented Nov 29, 2016

@Dorbedo similar, but not the same.

@Dorbedo
Copy link
Contributor

Dorbedo commented Nov 29, 2016

Yes, indeed. Does the HC need anything from this Component?

@commy2
Copy link
Contributor

commy2 commented Nov 29, 2016

No. It was written under the assumption that all clients have an interface (postInitClient), but that is no longer true in A3, due to the addition of headless clients.

@Dorbedo
Copy link
Contributor

Dorbedo commented Nov 29, 2016

Why not skip the Preinit & Prestart too?

@commy2
Copy link
Contributor

commy2 commented Nov 29, 2016

Can't skip the preStart, as you don't know it's a headless client at that point afaik. Could skip the preInitClient I think, but I don't want to break anything else unnecessarily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants