Source2ZE / MultiAddonManager

Allows you to use multiple workshop addons at once and have clients download them
GNU General Public License v3.0
64 stars 8 forks source link

Crashing #3

Closed menesakdeniz closed 5 months ago

menesakdeniz commented 6 months ago

Hi,

This extension crashes the server if you start the server with "+host_workshop_collection id" parameter.

xLeviNx commented 6 months ago

It does not. I am currently running it with that parameter.

menesakdeniz commented 6 months ago

Command line arguments;

Command line arguments;

xLeviNx commented 6 months ago

./game/cs2.sh -dedicated +ip 64.74.163.82 -port 27015 +map de_dust2 -maxplayers 64 +sv_setsteamaccount xx -authkey xx +host_workshop_collection "3155358384" +game_mode 0 +game_type 0

This is my start up.

  [01] AcceleratorCS2 (1.0.0) by Poggu, Phoenix (˙·٠●Феникс●٠·˙), Asher Baker (asherkin)
  [02] ServerListPlayersFix (1.0.0.0) by Poggu
  [03] CounterStrikeSharp (0.1.0) by Roflmuffin
  [04] CS2Fixes (1.6) by xen, Poggu, and the Source2ZE community
  [05] MultiAddonManager (1.2) by xen
  [06] CleanerCS2 (1.0.2) by Poggu

Is your server on windows?

menesakdeniz commented 6 months ago

Linux, ubuntu 22.04 LTS Do you have any idea how find what is causing this error? We don't have any -authkey parameters, Could it be because of this?

xLeviNx commented 6 months ago

Not sure. Test the latest and see if anything happens

menesakdeniz commented 6 months ago

It's still crashing even with latest version.

xLeviNx commented 6 months ago

Still not able to replicate this issue. Maybe add the auth key and see? Required for workshop afaik

Vauff commented 6 months ago

Still not able to replicate this issue. Maybe add the auth key and see? Required for workshop afaik

Only was needed for CS:GO's old roundabout workshop implementation.

menesakdeniz commented 6 months ago

Result is same with authkey. Is there any debug mode that I can activate to provide better logs?

Vauff commented 6 months ago

Result is same with authkey. Is there any debug mode that I can activate to provide better logs?

AcceleratorCS2

menesakdeniz commented 5 months ago

Seems like it's fixed in the latest releases.