Posted July 06, 2024
ThunderByte
New User
ThunderByte Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Aug 2013
From Finland
_gamer_
New User
_gamer_ Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2011
From Germany
PraetorCreech
New User
PraetorCreech Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Sep 2011
From Germany
Posted July 06, 2024
_gamer_: Finally at least the 7.0 version is online.
But timeline is still missing on gog for linux.
And after some update i have the issue:
./X4: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
But thats not really a gog thing - could need help anyways.
Same here on Fedora 40. I renamed a file named something like "libz2.so.1" to "libbz2.so.1.0" (see the missing B in the first name?). But timeline is still missing on gog for linux.
And after some update i have the issue:
./X4: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
But thats not really a gog thing - could need help anyways.
After that I can start the game, watch the Egosoft logo and then I get a black screen with some grey lines... I'm kind of frustrated with 7.00 so far. 6.20 had no such flaws.
Edit: The file I renamed is in the X4 folder game/lib.
Post edited July 06, 2024 by PraetorCreech
jokmontoya
Adsumus
jokmontoya Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jun 2011
From Other
Posted July 06, 2024
_gamer_: Finally at least the 7.0 version is online.
But timeline is still missing on gog for linux.
And after some update i have the issue:
./X4: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
But thats not really a gog thing - could need help anyways.
Hi there, But timeline is still missing on gog for linux.
And after some update i have the issue:
./X4: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
But thats not really a gog thing - could need help anyways.
If you installed it with the Gog installers, and you are in Ubuntu or a Debian derivative, you could try:
sudo apt-file search libbz2.so.1
to find out which package contains that library.
In Pop! Os is the package that has it: libbz2-1.0.
sudo apt install libbz2-1.0
If you installed it with a launcher like Heroic or Lutris?
I had similar problems after the update with the Heroic Launcher flatpack. The first time I solved it by running ./start.sh from the command line.
The second time, I ended up having to uninstall everything and just use the gog installers. You can add the installation to any launcher later.
If you are going to take drastic measures, remember to back up your config and saves. The folder is:
~/.config/Egosoft/x4
Good luck!
07
jokmontoya
Adsumus
jokmontoya Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jun 2011
From Other
Posted July 06, 2024
_gamer_: Finally at least the 7.0 version is online.
But timeline is still missing on gog for linux.
And after some update i have the issue:
./X4: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
But thats not really a gog thing - could need help anyways.
PraetorCreech: Same here on Fedora 40. I renamed a file named something like "libz2.so.1" to "libbz2.so.1.0" (see the missing B in the first name?). But timeline is still missing on gog for linux.
And after some update i have the issue:
./X4: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
But thats not really a gog thing - could need help anyways.
After that I can start the game, watch the Egosoft logo and then I get a black screen with some grey lines... I'm kind of frustrated with 7.00 so far. 6.20 had no such flaws.
Edit: The file I renamed is in the X4 folder game/lib.
Find the package you need:
sudo dnf provides libbz2.so.1
Install the package that contains the library:
sudo dnf install [package name].
Rename the modified file to its original name.
Find the location of libbz2.so.1 and create a softlink.
Suppose it is in: /lib64/libbz2.so.1
and you are in the game installation folder, the same location as the start.sh file.
ln -s /lib64/libbz2.so.1 game/lib/libbz2.so.1.0
This is a long shot, but I think it might help.
g04tn4d0
New User
g04tn4d0 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jan 2009
From United States
Posted July 06, 2024
OP1: I’m considering getting the game. What’s the current version of the offline installers for Windows? Update 7.0 and Timelines still missing?
DrazilT: If you are on a Ubuntu derivative, download the windows installer for Timelines and apt-get install innoextract, then simply from terminal extract the contents with innoextract <filename>, then copy over to your game folder for X4. Good job!
_gamer_
New User
_gamer_ Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2011
From Germany
Posted July 07, 2024
PraetorCreech: Same here on Fedora 40. I renamed a file named something like "libz2.so.1" to "libbz2.so.1.0" (see the missing B in the first name?).
After that I can start the game, watch the Egosoft logo and then I get a black screen with some grey lines... I'm kind of frustrated with 7.00 so far. 6.20 had no such flaws.
Edit: The file I renamed is in the X4 folder game/lib.
jokmontoya: I do not have Fedora in any local system now, but I think this might help: After that I can start the game, watch the Egosoft logo and then I get a black screen with some grey lines... I'm kind of frustrated with 7.00 so far. 6.20 had no such flaws.
Edit: The file I renamed is in the X4 folder game/lib.
Find the package you need:
sudo dnf provides libbz2.so.1
Install the package that contains the library:
sudo dnf install [package name].
Rename the modified file to its original name.
Find the location of libbz2.so.1 and create a softlink.
Suppose it is in: /lib64/libbz2.so.1
and you are in the game installation folder, the same location as the start.sh file.
ln -s /lib64/libbz2.so.1 game/lib/libbz2.so.1.0
This is a long shot, but I think it might help.
i found it here:
bzip2-libs-1.0.8-18.fc40.i686 : Libraries for applications using bzip2
Paketquelle : @System
Übereinstimmung von:
Bereitstellen : libbz2.so.1
bzip2-libs-1.0.8-18.fc40.i686 : Libraries for applications using bzip2
Paketquelle : fedora
Übereinstimmung von:
Bereitstellen : libbz2.so.1
but for now i running it with wine to have access to timelines until i timelines is available by gog...
PS:i am also running fedora 40.
i tried it to install with heroic and lutris and both are not working.
6.20 was running with lutris (ok i had to run for some reason one time postinstall.sh) but then it works.
PraetorCreech
New User
PraetorCreech Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Sep 2011
From Germany
Posted July 07, 2024
PraetorCreech: Same here on Fedora 40. I renamed a file named something like "libz2.so.1" to "libbz2.so.1.0" (see the missing B in the first name?).
After that I can start the game, watch the Egosoft logo and then I get a black screen with some grey lines... I'm kind of frustrated with 7.00 so far. 6.20 had no such flaws.
Edit: The file I renamed is in the X4 folder game/lib.
jokmontoya: I do not have Fedora in any local system now, but I think this might help: After that I can start the game, watch the Egosoft logo and then I get a black screen with some grey lines... I'm kind of frustrated with 7.00 so far. 6.20 had no such flaws.
Edit: The file I renamed is in the X4 folder game/lib.
Find the package you need:
sudo dnf provides libbz2.so.1
Install the package that contains the library:
sudo dnf install [package name].
Rename the modified file to its original name.
Find the location of libbz2.so.1 and create a softlink.
Suppose it is in: /lib64/libbz2.so.1
and you are in the game installation folder, the same location as the start.sh file.
ln -s /lib64/libbz2.so.1 game/lib/libbz2.so.1.0
This is a long shot, but I think it might help.
I don't have much time right now, so I'm not yet rebuying the game on steam to get proper linux support, but when I find some spare-minutes, I'll try your workaround. I understand what it does and it's worth a try.
And yes, I was playing 6.20 with the heroic flatpak, which was an overall smooth experiance. Afte manually starting the postinst.sh
Gam0r
New User
Gam0r Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jun 2015
From Germany
Posted July 09, 2024
OP1: I’m considering getting the game. What’s the current version of the offline installers for Windows? Update 7.0 and Timelines still missing?
DrazilT: If you are on a Ubuntu derivative, download the windows installer for Timelines and apt-get install innoextract, then simply from terminal extract the contents with innoextract <filename>, then copy over to your game folder for X4. jokmontoya
Adsumus
jokmontoya Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jun 2011
From Other
Posted July 09, 2024
OP1: I’m considering getting the game. What’s the current version of the offline installers for Windows? Update 7.0 and Timelines still missing?
DrazilT: If you are on a Ubuntu derivative, download the windows installer for Timelines and apt-get install innoextract, then simply from terminal extract the contents with innoextract <filename>, then copy over to your game folder for X4. Like Gam0r, I copied the directory and the goggame-1143004245.* files.
I don't know if it's related, but as the Ventures extension failed validation, I deleted the Ventures folder so the game could redownload it.
DrazilT
New User
DrazilT Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2015
From United Kingdom
Posted July 09, 2024
DrazilT: If you are on a Ubuntu derivative, download the windows installer for Timelines and apt-get install innoextract, then simply from terminal extract the contents with innoextract <filename>, then copy over to your game folder for X4.
jokmontoya: Thanks a lot! I installed it using your method and it worked like a charm. Like Gam0r, I copied the directory and the goggame-1143004245.* files.
I don't know if it's related, but as the Ventures extension failed validation, I deleted the Ventures folder so the game could redownload it.
PraetorCreech
New User
PraetorCreech Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Sep 2011
From Germany
Posted July 13, 2024
PraetorCreech: Same here on Fedora 40. I renamed a file named something like "libz2.so.1" to "libbz2.so.1.0" (see the missing B in the first name?).
After that I can start the game, watch the Egosoft logo and then I get a black screen with some grey lines... I'm kind of frustrated with 7.00 so far. 6.20 had no such flaws.
Edit: The file I renamed is in the X4 folder game/lib.
jokmontoya: I do not have Fedora in any local system now, but I think this might help: After that I can start the game, watch the Egosoft logo and then I get a black screen with some grey lines... I'm kind of frustrated with 7.00 so far. 6.20 had no such flaws.
Edit: The file I renamed is in the X4 folder game/lib.
Find the package you need:
sudo dnf provides libbz2.so.1
Install the package that contains the library:
sudo dnf install [package name].
Rename the modified file to its original name.
Find the location of libbz2.so.1 and create a softlink.
Suppose it is in: /lib64/libbz2.so.1
and you are in the game installation folder, the same location as the start.sh file.
ln -s /lib64/libbz2.so.1 game/lib/libbz2.so.1.0
This is a long shot, but I think it might help.
sudo ln -s /lib64/libbz2.so.1.0.8 /lib64/libbz2.so.1.0
Runs smooth. Thank you very much for your help.
g04tn4d0
New User
g04tn4d0 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jan 2009
From United States
Posted July 16, 2024
Well, holy crap! The Linux version of Timelines is up... and only a month behind schedule.
PraetorCreech
New User
PraetorCreech Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Sep 2011
From Germany
Posted July 18, 2024
g04tn4d0: Well, holy crap! The Linux version of Timelines is up... and only a month behind schedule.
But only in english. If you choose another language it's still missing. And yes, today it's four weeks...
Edit: Today (3. Aug. 2024) I can see Timelines for Linux in german. Don't know when it came online... so, are we prepared for the same story with 7.10?
Post edited August 03, 2024 by PraetorCreech