I play cs2d on xubuntu.But now it doesn't want to boot.So please help me i love your game. 32bit 14.04.Version 1006 worked perfectly on steam or with your client, but now 1007 doesnt boot.Please fix this because i love your game.
Forum
CS2D General 1007 linux compability1007 linux compability
4 replies 1
I play cs2d on xubuntu.But now it doesn't want to boot.So please help me i love your game. 32bit 14.04.Version 1006 worked perfectly on steam or with your client, but now 1007 doesnt boot.Please fix this because i love your game.
no error messages
Detailed version:
Summarized version:
All you need to do to get CS2D playable is the following steps:
1. Locate the game directory from Steam.
2. Install the necessary 32-bit libraries whose information obtained from the output of
ldd /path/to/game/CS2D
3. Install bumblebee if you're using problematic integrated Intel cards or not using proprietary NVIDIA driver and your card supports Optimus.
4. In any directory (I prefer /usr/bin because it's in $PATH), write a custom script for running CS2D like this:
1
2
3
2
3
#!/bin/bash cs2d_path=/path/to/cs2d/directory LD_PRELOAD=$cs2d_path/libsteam_api.so optirun $cs2d_path/CS2D
chmod +x yourscript
From this step, you should be able to play CS2D directly by running the script. But if you want to run it from Steam (in which CS2D in linux OFFICIALLY does NOT support), you need to modify launching options in the Steam game library, but I haven't got that to work even I put /usr/bin/cs2d into the launching command, the game would just crash.
I wish CS2D had better support for Linux...
edited 1×, last 11.05.18 05:46:59 pm
nothing happens when i try to start the game
1