Search found 9 matches
- Fri May 18, 2018 10:22 am
- Forum: Troubleshooting
- Topic: Annoying issue being unable to stop Lobby or Game Servers
- Replies: 3
- Views: 7880
Re: Annoying issue being unable to stop Lobby or Game Server
Do you have gdb installed for the backtraces?
- Sun Sep 18, 2016 9:53 am
- Forum: Server Setup & Guides
- Topic: Raspberry Pi 3
- Replies: 11
- Views: 18300
Re: Raspberry Pi 3
Just another question. Autostart scripts and crash monitoring? I've a tried a few and none seem to work well. On Linux there is no really need to use the autostart scripts as you have service managers (e.g. systemd) that can handle services and restart them on failure. If you have systemd you can j...
- Tue Aug 30, 2016 1:51 am
- Forum: Custom Applications and Tools
- Topic: Keyitems Converter
- Replies: 8
- Views: 35711
Re: Keyitems Converter
I also have this "general purpose" database migrator written in bash here https://gist.github.com/Cloudef/7dd5cbd589235e5d2e85 It only handles table/field additions and removals, it won't understand field/table renames, or magically convert contents of field to new format, so it won't handle keyitem...
- Thu Oct 01, 2015 2:59 pm
- Forum: Client Setup & Guides
- Topic: Linux / MacOSX - FFXI-Boot how to
- Replies: 39
- Views: 65051
Re: Linux / MacOSX - FFXI-Boot how to
http://cloudef.pw/armpit/0001-Fix-FFXI.patch You need this patch for newer wine's
- Fri Sep 25, 2015 3:47 pm
- Forum: Server Setup & Guides
- Topic: automatic reconnection (Linux - Ubuntu)
- Replies: 1
- Views: 4155
Re: automatic reconnection (Linux - Ubuntu)
Use your init system to do that. They handle services. I'm not familiar with ubuntu's upstart, but here is example for systemd https://aur.archlinux.org/cgit/aur.git/ ... rkstar-git
- Tue Aug 11, 2015 7:23 am
- Forum: Custom Applications and Tools
- Topic: Merit Point Conversion Utility
- Replies: 11
- Views: 15778
Re: Merit Point Conversion Utility
Here is linux builds (x86_64, i386) also btw: http://cloudef.pw/armpit/meritconvert-linux.7z They are statically linked against libstdc++ so hopefully they work on ancient distros as well. You can see the ABI versions needed for dynamic deps with ldd. In either case, max has the source and I have th...
- Mon Jun 22, 2015 8:54 am
- Forum: Client Setup & Guides
- Topic: Linux / MacOSX - FFXI-Boot how to
- Replies: 39
- Views: 65051
Re: Linux / MacOSX - FFXI-Boot how to
https://github.com/Cloudef/xiloader-wine I pushed the code to github, if this is indeed the case.OmegaPhil wrote:The xiloader link posted by cloudef is probably the only working loader on WINE currently, I use it regularly.
- Mon Jun 08, 2015 3:11 pm
- Forum: Client Setup & Guides
- Topic: Linux / MacOSX - FFXI-Boot how to
- Replies: 39
- Views: 65051
Re: Linux / MacOSX - FFXI-Boot how to
You may want to use this modified xiloader instead http://cloudef.pw/armpit/xiloader.tar.xz I can put source up too if you want. What modifications were made, specifically? Replaced detours with manual function mangling to make it compile on mingw and not crash on wine. Also added some hacks like s...
- Fri Jun 05, 2015 4:17 pm
- Forum: Client Setup & Guides
- Topic: Linux / MacOSX - FFXI-Boot how to
- Replies: 39
- Views: 65051
Re: Linux / MacOSX - FFXI-Boot how to
You may want to use this modified xiloader instead http://cloudef.pw/armpit/xiloader.tar.xz
I can put source up too if you want.
I can put source up too if you want.