Jump to content

Ulthar SF V2 (TMP4 Base)


Ulthar

Recommended Posts

1 hour ago, Giovanni Emanuele Cannavo said:

Olá, como posso editar o primeiro login? 

If you are talking about translation

new_locale_game e new_locale_interface

“To be humble with superiors is duty, with equals is courtesy, with inferiors is nobility.”
Benjamin Franklin

 

Por favor, desative seu AdBlock quando usar meus links de download.

Please, disable your 
AdBlock when use my download links.

Me

AdBlock 
On:   


699691-icon-20-sad-face-eyebrows-48.png

 

Adblock Off:  



Streamline-65-48.png

 

 

Angry One Piece GIF by Toei Animation

Link to comment
Share on other sites

35 minutes ago, edem0202 said:

Hello. Could you help me with this?

ld-elf32.so.1: Shared object "libIL.so.1" not found, required by "game"

Devil installed.

Thanks in advance.😉

Is the file "libIL.so.1" present in /usr/local/lib? It could be a regular file or a shortcut leading to "libIL.so.1.1.0"

If not:

reinstall it in the terminal by pkg:

pkg install devil

or ports:

cd /usr/ports/graphics/devil
make install clean

If the file exists add this to your game/src/Makefile if not present:
 

LIBDIR += -L/usr/local/lib
LIBS += -lIL

 

Edited by Mind Rapist
Link to comment
Share on other sites

7 minutes ago, Mind Rapist said:

A "libIL.so.1" fájl megtalálható a /usr/local/lib könyvtárban? Ez lehet egy normál fájl vagy egy parancsikon, amely a "libIL.so.1.1.0" fájlhoz vezet.

Ha nem:

telepítse újra a terminálba pkg-val:


vagy portok:


Ha a fájl létezik, add hozzá a game/src/Makefile-hoz, ha nincs jelen:
 

 

root@:~ # pkg install devil
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
root@:~ # cd /usr/ports/graphics/devil
root@:/usr/ports/graphics/devil # make install clean
===> Building/installing portconfig as it is required for the config dialog
===>  Cleaning for portconfig-0.6.1
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.

No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.

*** Error code 1

Stop.
make[3]: stopped in /usr/ports/ports-mgmt/portconfig
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/ports-mgmt/portconfig

===> Options unchanged
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.

No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.

*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/devil
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/devil
root@:/usr/ports/graphics/devil # 
 

 

Link to comment
Share on other sites

33 minutes ago, edem0202 said:

root@:~ # pkg install devil
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
root@:~ # cd /usr/ports/graphics/devil
root@:/usr/ports/graphics/devil # make install clean
===> Building/installing portconfig as it is required for the config dialog
===>  Cleaning for portconfig-0.6.1
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.

No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.

*** Error code 1

Stop.
make[3]: stopped in /usr/ports/ports-mgmt/portconfig
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/ports-mgmt/portconfig

===> Options unchanged
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.

No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.

*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/devil
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/devil
root@:/usr/ports/graphics/devil # 
 

 

Try using ports. Run the following commands one by one:

portsnap fetch update
[WAIT TO FINISH]
cd /usr/ports/graphics/devil
make deinstall clean
[WAIT TO FINISH]
make install clean
[WAIT TO FINISH]

 

Link to comment
Share on other sites

1 minute ago, Mind Rapist said:

Próbáld meg a portokat használni. Futtassa egyenként a következő parancsokat:


 

root@:~ # portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
Fetching snapshot tag from dualstack.aws.portsnap.freebsd.org... done.
Fetching snapshot metadata... done.
Updating from Fri Dec  1 12:16:39 CET 2023 to Fri Dec  1 13:28:09 CET 2023.
Fetching 5 metadata patches... done.
Applying metadata patches... done.
Fetching 0 metadata files... done.
Fetching 2 patches.
(2/2) 100.00%  done.
done.
Applying patches...
done.
Fetching 0 new ports or files... done.
Removing old files and directories... done.
Extracting new files:
/usr/ports/editors/linux-sublime-text4/
/usr/ports/emulators/duckstation/
Building new INDEX files... done.
root@:~ # cd /usr/ports/graphics/devil
root@:/usr/ports/graphics/devil # make deinstall clean
===>  Deinstalling for devil
===>   Deinstalling devil-1.8.0_4,1
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
        devil: 1.8.0_4,1

Number of packages to be removed: 1

The operation will free 3 MiB.
[1/1] Deinstalling devil-1.8.0_4,1...
[1/1] Deleting files for devil-1.8.0_4,1: 100%
===>  Cleaning for devil-1.8.0_4,1
root@:/usr/ports/graphics/devil # make install clean
===> Building/installing portconfig as it is required for the config dialog
===>  Cleaning for portconfig-0.6.1
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.

No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.

*** Error code 1

Stop.
make[3]: stopped in /usr/ports/ports-mgmt/portconfig
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/ports-mgmt/portconfig

===> Options unchanged
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.

No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.

*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/devil
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/devil
root@:/usr/ports/graphics/devil #
 

Link to comment
Share on other sites

1 minute ago, edem0202 said:

FreeBSD 13.1 amd64

Well that explains a lot. I haven't looked into how to compile sources in amd64 environments but I strongly suggest either to do your research on that or create a new VM in x32 (x386).

I would also recommend to use the VDI provided by the creator of the SF until you can find your way around FreeBSD and create your own environment. Then you can copy the files from your old VM to the new one with the knowledge to go through unexpected errors.

  • Metin2 Dev 1
Link to comment
Share on other sites

1 minute ago, Mind Rapist said:

Hát ez sok mindent megmagyaráz. Nem foglalkoztam azzal, hogyan fordítsam le a forrásokat amd64 környezetekben, de erősen javaslom, hogy végezzen kutatást ezzel kapcsolatban, vagy hozzon létre egy új virtuális gépet x32-ben (x386).

Azt is javaslom, hogy az SF létrehozója által biztosított VDI-t használd mindaddig, amíg nem tudsz eligazodni a FreeBSD-ben, és létrehozni saját környezetedet. Ezután átmásolhatja a fájlokat a régi virtuális gépről az újra, és tudja, hogy váratlan hibákon menjen keresztül.

It's ok, thank you very much for your help. 👋

  • Good 1
Link to comment
Share on other sites

4 hours ago, Giovanni Emanuele Cannavo said:

Hello i need to transfer on my server dedicated.

And i need to know the lib how to install.

Or need to install lib32 only?

If you're not gonna be compiling and you will just be running the game you need:

  • /usr/ports/lang/python27
  • /usr/posts/databases/mysqlXX-server
  • /usr/ports/databases/mysqlXX-client

where XX = the latest compatible version with your source.

There are a few posts in this forum about setting up a dedicated server.

Your machine needs to be an x32 OS build unless you've made certain modifications to the source to run on x64 or you can install all necessary libs and ports in their x32 version on your x64 machine.

If you are gonna be compiling in your dedicated machine you're gonna be needing a lot more tools than that such as gmake, gdb, llvm, llvm-devel, devil, boost-all, cryptopp and more. Do your research in this forum depending on your preferences and requirements of your server, there is an answer for everything about this topic in here.

Link to comment
Share on other sites

  • 2 weeks later...
On 12/16/2023 at 7:05 PM, Ant1dotu95 said:

Forclient source i have this err :

Details Error RC1015 cannot open include file 'afxres.h'.

exchange for windows.h

“To be humble with superiors is duty, with equals is courtesy, with inferiors is nobility.”
Benjamin Franklin

 

Por favor, desative seu AdBlock quando usar meus links de download.

Please, disable your 
AdBlock when use my download links.

Me

AdBlock 
On:   


699691-icon-20-sad-face-eyebrows-48.png

 

Adblock Off:  



Streamline-65-48.png

 

 

Angry One Piece GIF by Toei Animation

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.