Forum

> > CS2D > General > CS2D Bug Reports
Forums overviewCS2D overviewGeneral overviewLog in to reply

English CS2D Bug Reports

2,043 replies
Page
To the start Previous 1 274 75 76102 103 Next To the start

old Re: CS2D Bug Reports

Hajt
User Off Offline

Quote
user Hajt has written
There is problem related with reqhttp/httpdata. If the request failed once then automatically the next requests also will not work...


https://pastebin.com/raw/dt9pbrTQ
Please have a look on logs, after 13:42:24 for some reason httpdata return empty results. To make it works again I need to restart the server...

It's gonna be fixed?

old Re: CS2D Bug Reports

Edik
User Off Offline

Quote
50% of people cant join because "can't join (failed to load map)"

i deleted myself all the files local and could download everything alright, but still half of people cant join. The logs dont tell me more than this simple error.

BTW. this is my 3th or 4th bug report, but i didnt got any feedback.
edited 1×, last 28.07.18 02:09:58 pm

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
@user Edik: thanks for the report(s). We are aware of the map loading issue.
Please note that I do not respond to each individual report but I take all reports here into consideration and see if I can find and fix the reported issues!

old Re: CS2D Bug Reports

Edik
User Off Offline

Quote
@DC
is there any date when the failed map error will be fixed? Or if it will be fixed soon?
Because right now just a few people can join, and it feels bad to see how many want to join but cant.

If you need logs or infos, just tell me how I let the console show me more detailed Information, debug 2 doesnt do anything right now as far as I can see... i would contribute with my server if you need to test or reconstruct this error.
Hope it will be fixed as soon as possible

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
No, sorry, there are no plans for the date of the next update and I'm currently not actively working on CS2D.
The problem can be avoided by playing on standard maps which don't need to be transferred.

old Re: CS2D Bug Reports

Edik
User Off Offline

Quote
user DC has written
The problem can be avoided by playing on standard maps which don't need to be transferred.

This is a pity

old Re: CS2D Bug Reports

UnrealCS2Duser
User Off Offline

Quote
user ohaz has written
user GeoB99 has written
./CS2D: error while loading shared libraries: libsteam_api.so: cannot open shared object file: No such file or directory

This is the output I get when attempting to run CS2D via command line albeit the specific shared object
libsteam_api.so
file is already there in the folder. Copying the said SO file from other Steam games doesn't actually fix the problem. Note that I ran the standalone version of the game. My Linux distribution is Linux Mint 18.3 "Sylvia" 64-bit with a 4.13.0-38-generic version kernel.

The bug can be reproduced on the recent version -- 1.0.0.7 (thread news CS2D v1.0.0.7).
Does running "LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH ./cs2d" work?


Hello, please, check steam post :c
https://steamcommunity.com/app/666220/discussions/1/1759104257585710112/
Any idea?

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
Sorry, no idea right now. If you only tried the standalone version you could give the Steam version a try.
Last resort would be to try the Windows client with Wine.

old (Linux) Game crashes when opening server list

uaiek
User Off Offline

Quote
On Linux, the game crashes when opening server list.
This also occurs when joining some server (with -j option). I can join server with 0 players or servers without steam players perfectly fine, perhaps it's a problem about loading other players' steam data?

Conditions
• Arch Linux
Linux resc 4.17.11-arch1 #1 SMP PREEMPT Sun Jul 29 10:11:16 UTC 2018 x86_64 GNU/Linux

• no steam (steam logo in the main page is red-crossed out)
• with USGN or without USGN logged in
• Graphics card: NVIDIA GTX 960M
• Network: WiFi
• Command line:
optirun ~/.steam/root/steamapps/common/CS2D/CS2D


Stacktrace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Signal: 11 (SEGV: segmentation fault)
#0  0x00000000f35b345f n/a (libnss_resolve.so.2)
#1  0x00000000f35bc04c n/a (libnss_resolve.so.2)
#2  0x00000000f35bdc5e n/a (libnss_resolve.so.2)
#3  0x00000000f35be797 n/a (libnss_resolve.so.2)
#4  0x00000000f35dc9c9 n/a (libnss_resolve.so.2)
#5  0x00000000f35c0868 _nss_resolve_gethostbyname3_r (libnss_resolve.so.2)
#6  0x00000000f35c0e4d _nss_resolve_gethostbyname_r (libnss_resolve.so.2)
#7  0x00000000f789b746 gethostbyname_r@@GLIBC_2.1.2 (libc.so.6)
#8  0x00000000f789ad0c gethostbyname (libc.so.6)
#9  0x00000000080d2809 n/a (/home/xxx/.local/share/Steam/steamapps/common/CS2D/CS2D)
#10 0x000000000828ed5f n/a (/home/xxx/.local/share/Steam/steamapps/common/CS2D/CS2D)
#11 0x000000000827c734 n/a (/home/xxx/.local/share/Steam/steamapps/common/CS2D/CS2D)
#12 0x0000000008225218 n/a (/home/xxx/.local/share/Steam/steamapps/common/CS2D/CS2D)
#13 0x0000000008209c03 n/a (/home/xxx/.local/share/Steam/steamapps/common/CS2D/CS2D)
#14 0x00000000082095cc n/a (/home/xxx/.local/share/Steam/steamapps/common/CS2D/CS2D)
#15 0x0000000008234fe2 n/a (/home/xxx/.local/share/Steam/steamapps/common/CS2D/CS2D)
#16 0x000000000819594d n/a (/home/xxx/.local/share/Steam/steamapps/common/CS2D/CS2D)
#17 0x00000000080e7a36 n/a (/home/xxx/.local/share/Steam/steamapps/common/CS2D/CS2D)

Why didn't I play from Steam?
• CS2D crashes immediately with MESA 18.1.5-1 (traced to i965_dri.so)
The workaround is to run it with discrete graphics card with tools like primusrun and optirun.
However, optirun the breaks the in-game steam overlay library because it uses virtualgl. And unfortunately, primusrun uses MESA. Even more unfortunate, steam automatically preloads its gameoverlayrenderer.so even disabling in-game overlay from the game's properties menu.

Another bug
I also observed that if steam_appid.txt exists (and valid) in the game's directory, the game will crash after the intro is finished.

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
@user uaiek: You shouldn't run the game with a steam_appid.txt. That's for development purposes only. Not really a bug. The only legit way to run the Steam version is using Steam.

The other crash seems to be caused by failed DNS resolution. It's probably triggered when the game tries to download avatars. I'm not sure why it also happens in the server list because I'm currently not aware of any HTTP transfers (which trigger DNS resolution) in the server list itself.

Is there maybe a firewall or something like that which might prevent CS2D from doing proper DNS resolutions?

You can also try to set sb_avatars to 0 (options > more > scoreboard). That might help when you join directly via -j parameter or via quick play. It will disable avatar downloads.

old Re: CS2D Bug Reports

uaiek
User Off Offline

Quote
@user DC: Thanks for sb_avatars workaround, I can now join the server but now the game just randomly crashed about a minute after joining the server. The stacktrace was the same and I don't have any firewall rules defined.

output of sudo iptables -S
1
2
3
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
You may try to play without U.S.G.N. login and/or
-offline
parameter (disables U.S.G.N., playing online should still work). Unfortunately I have no idea why this problem occurs on your system so weird workarounds are the best thing I can offer at the moment.

old Re: CS2D Bug Reports

Quattro
GAME BANNED Off Offline

Quote
Please take a look at failed_load map bug... It pretty much breaks the game at the moment

Today I uploaded a new map, it worked for 3 guys at first but after several hours ~15 people tried to join at the same time and everyone got that error except us 3... And after that server crash

old Re: CS2D Bug Reports

uaiek
User Off Offline

Quote
user DC has written
You may try to play without U.S.G.N. login and/or
-offline
parameter (disables U.S.G.N., playing online should still work). Unfortunately I have no idea why this problem occurs on your system so weird workarounds are the best thing I can offer at the moment.


Thanks, but
-offline
didn't help.

This could be a problem about library version. Perhaps linking CS2D statically in the next release will fix this.

old Re: CS2D Bug Reports

Quattro
GAME BANNED Off Offline

Quote
@user DC:
Excuse me, but wouldn't it be an easy solution for "failed to load map tiles" bug, to make tiles force load? Every time you join a server it would check other files as normally but tiles would be downloaded and replaced without exception?

It just doesn't send tiles sometimes, tested it myself yesterday: all sprites get downloaded but it skips the tiles image and pops an error ">maptiles.format< could not be loaded". Of course it can't because there are no tiles in the folder

old Re: CS2D Bug Reports

T-69
User Off Offline

Quote
Whenever I turn on CS2D and go to options, the startup screen shows up for about 5 seconds and then, whenever I try to change options or page, it doesn't work. It just stays on the player options. Pressing "Apply" or "Cancel" doesn't do anything. Pressing the X button does, however. I've had that glitch since I've installed CS2D.

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
@user T-69: Did you maybe install CS2D to a location where you do not have write permissions? e.g. "C:/program files/" or something like that?
I recommend trying to install it to a "neutral" location like "C:/cs2d" and/or to run it with admin permissions.
To the start Previous 1 274 75 76102 103 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview