
pls pls pls add a resize button

Moderator: Moderators
Code: Select all
./Lobby++: error while loading shared libraries: libboost_regex-gcc-mt-1_33_1.so.1.33.1: cannot open shared object file: No such file or directory
Code: Select all
libboost_regex-gcc-mt-1_33_1.so
Code: Select all
libboost_regex-gcc-mt.so
Code: Select all
lrwxrwxrwx 1 root root 20 22. Dez 20:06 /usr/lib/libboost_thread-gcc-mt.a -> libboost_thread-mt.a
lrwxrwxrwx 1 root root 21 22. Dez 20:06 /usr/lib/libboost_thread-gcc-mt.so -> libboost_thread-mt.so*
-rw-r--r-- 1 root root 68K 22. Dez 20:06 /usr/lib/libboost_thread-mt.a
lrwxrwxrwx 1 root root 28 22. Dez 20:06 /usr/lib/libboost_thread-mt.so -> libboost_thread-mt.so.1.33.1*
-rwxr-xr-x 1 root root 43K 22. Dez 20:06 /usr/lib/libboost_thread-mt.so.1.33.1*
lrwxrwxrwx 1 root root 20 22. Dez 20:06 /usr/lib/libboost_thread.a -> libboost_thread-mt.a
lrwxrwxrwx 1 root root 21 22. Dez 20:06 /usr/lib/libboost_thread.so -> libboost_thread-mt.so*
Code: Select all
CServerCommandHandler::CLIENTS() WARNING: NULL-INFO FOR free_willy508
I'm aware, but it's still pretty common to be able to prefix with # in other lobby systems (spring or other games), not to mention irc clients.Kloot wrote:@kujeger:
The '#''s are just window dressing actually, the internal channel names don't carry any prefixes.I'll allow "/j" though, as well as some other shortcuts (/jb, /c, /pm, etc).
Kloot wrote:Re: your second edit: odd, I too have all of Spring (maps, mods, demos, etc) in one directory and the lobby in another, and I only get that font error if the SpringData line in ~/.springrc isn't set right... could you tell me which paths you have entered so I can try to reproduce the issue?
Code: Select all
$ cat /home/kujeger/.lobby++rc
protocolVersion=0.32
serverName=taspringmaster.clan-sy.com
serverPort=8200
springBinary=/home/kujeger/games/spring/spring_stable/spring
springData=/home/kujeger/games/spring/spring_stable/
springVersion=*
userName=kujeger
userPass=
Code: Select all
$ ls /home/kujeger/games/spring/spring_stable/ -1
AI
ArchiveCacheV4.txt
base
cmdcolors.txt
ctrlpanel.txt
demos
DevIL.dll
ext.txt
gui.lua
infolog.txt
libunitsync.so
lobby
Lobby++
Lobby++.tar.gz
LuaUI
Luxi.ttf
maps
mods
MSVCP71.DLL
MSVCR71.dll
run.sh
screenshots
script.txt
selectkeys.txt
settingstemplate.xml
shaders
spring
spring.exe
springexe.c
startscripts
TASClient.exe
Test.ssf
uikeys.txt
unitsync.dll
unitsync.so
usericons.tdf
Vera.ttf
zlibwapi.dll
Same error. But now I can join passworded channels!Kloot wrote:edit: I may have found the problem, could you try this replacement build?
It should only do that if you didn't specify any data directory at all. (Where "specified" also includes that the directory exists or Spring has sufficient permissions to create it.)kujeger wrote:edit: Okay, I think I figured it out. It seems spring looks for it's data in the current directory, as well as any specified in springrc. I hadn't put anything in springrc, so it was only looking in the current directory. I guess lobby++ runs spring with the path as whatever the lobby dir is, so spring couldn't find anything. Maybe have lobby++ edit the SpringData entry in springrc, or run spring with the spring-data path.
Actually, the lobby doesn't pass any directories to Spring (it launches the executable with two arguments, the first of which is the fully-qualified binary name you enter in Options, and the second being the fully-qualified demo/script name composed from the data directory and what you type in after a demo/script command), although Spring's CWD is implicitly inherited from it. That's why I thought it odd that you got those font errors, since how Spring is started does not influence at all where it looks for stuff if your SpringData line isn't blank, which I was sort of assuming.kujeger wrote: edit: Okay, I think I figured it out. It seems spring looks for it's data in the current directory, as well as any specified in springrc. I hadn't put anything in springrc, so it was only looking in the current directory. I guess lobby++ runs spring with the path as whatever the lobby dir is, so spring couldn't find anything. Maybe have lobby++ edit the SpringData entry in springrc, or run spring with the spring-data path.
Anyway, it runs fine now that I put in the springdata path in springrc.
Yeah, I'm still undecided how to go about that (probably by reading /proc/cpuinfo, and if that fails reporting 0 or falling back on some custom detection code). It's low-priority ATM though.edit2: Haha, I just noticed you're reporting the CPU speed as "31337".