Jump to content
Sign in to follow this  
onefox

Headless client starting problems

Recommended Posts

Hello,

i just started reading into the headless client and the concept seems to be quite nice but i have some first problems with it.

So i got my self a working local Server. Now when i start the hc with all the needed mods for the mission its running but the logfile is just not complete and the HC is not working as it should.

 

Here is the start param for the the rpt log:

start "HC" "arma3server.exe" -client -connect=127.0.0.1 -port=2302 -mod="@allinarmaterrainpack;@Ryanzombies;@Exile;@zombies_hc;" -nosound -name=HC -profile=HC

http://pastebin.com/3fK1mEJX

Is there anything that i did't miss and didn't think of?

I also tried that the server is named different and in another directory.

Interestingly when i remove one mod its loading a bit further like this:
http://pastebin.com/WrEAq82A
 

In both cases nothing is crashing, its just not working as expected and its not debugging some test data.
I follow this guide over here: https://forums.bistudio.com/topic/178434-arma3-headless-client-guide/
 

Thanks for any help.


 

Share this post


Link to post
Share on other sites

It seems like in your mission the HC called a function it should have better spawned. Maybe that's the problem and the hc doesn't go further in execustion.

 

  1. 22:31:27 File exilez\init\fn_init.sqf, line 253
  2. 22:31:27 Suspending not allowed in this context
  3. 22:31:27 Error in expression <;
  4. {
  5. garbage = [_x] spawn generate_zone;
  6. sleep 0.01;
  7. }foreach ZOMaltistownpositio>
  8. 22:31:27   Error position: <sleep 0.01;
  9. }foreach ZOMaltistownpositio>

Share this post


Link to post
Share on other sites

But that error only is in the log if i don't Start the HC with the right mods. There are debug statements before that that should have been executed fine.

The rpt log with the right mods doesn't even come that far :(

Its the first link (http://pastebin.com/3fK1mEJX)

Share this post


Link to post
Share on other sites

I was missing a slot for the headless client....

So i added it in the mission and now the hc is working

Thanks for your time.

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×