Search

Search found 16 matches

by Scram80
06 Nov 2007, 15:06
Forum: Help & Bugs
Topic: Spring 0.75b2 on AMD64
Replies: 1
Views: 516

by Scram80
23 Oct 2007, 13:30
Forum: Linux
Topic: Linux Tests
Replies: 19
Views: 3122

I did backtraces on a few of these 'black last frame' hangs, too. I don't have them around anymore, but what i noticed in every: it did hang in the SDL Sig11 handler in most times the exception seemed to have been caused by malloc or free so i assume there is heap memory corruption going on somewher...
by Scram80
22 Sep 2007, 23:17
Forum: Linux
Topic: Linux Settings Tool
Replies: 68
Views: 16261

AFAIK there is a difference in the way the settings are stored: Windows uses the registry, Linux does use a dotrc file (.springrc) I Assume (i haven't looked at the code) support for windows registry spring settings must be put into the client as well - then it should work. (Read: No, not at the mom...
by Scram80
19 Sep 2007, 11:10
Forum: Help & Bugs
Topic: Linux crash - unplayable game
Replies: 2
Views: 584

What kind of graphics card do you have?

Try R300_SPAN_DISABLE_LOCKING env var if this hangs.
Did you try that?

in words - when you're using bash
export R300_SPAN_DISABLE_LOCKING=true
spring
[/quote]
by Scram80
18 Sep 2007, 14:14
Forum: Lua Scripts
Topic: widget request
Replies: 12
Views: 1356

you can get something like that with present widgets... F11 - enable CircleFormation LuaUI /bind x luaui circle select units and press x . The only problem is that the units simply form a circle ensuring all of them are placed - and won't move wider out. But its a start at least (you could tweak the...
by Scram80
16 Sep 2007, 04:28
Forum: SpringLobby Client
Topic: SpringLobby
Replies: 431
Views: 99856

AF, thats only partly correct. The ingame time is accounted on server side - but only when your INGAME status is set correctly (as has been said) I assume the question is because of a bug that occurs when using wine+TASClient + linux spring: for TASClient it appears as spring exits at once - and you...
by Scram80
20 Jul 2007, 01:07
Forum: Linux
Topic: Testing new Client --> Account disabled
Replies: 13
Views: 2522

and - for testing your own client consider downloading the lobby server and running it on your local machine?
by Scram80
18 Jul 2007, 11:34
Forum: Linux
Topic: Installation ERROR on Fedora 7
Replies: 5
Views: 2481

Suggestion: "You are probably missing one of the build dependencies" I'd say you miss libz-dev (zlib.h) libgl-dev (gl.h) libglew-dev (glew.h) libpython-dev (python.h) java-sdk (jni.h) libboost-dev (thats libboost-thread-dev and libboost-regexp-dev here) IL should be a package named "d...
by Scram80
14 Jul 2007, 13:55
Forum: Help & Bugs
Topic: line of sight mask & performance increase
Replies: 6
Views: 1915

This still is weird... on your minimap, the los still isn't green from what i can see. and - on my system the LOS is applied without moving the commander did you compile spring yourself or do you use a package? (my system is AMD64 , 64bit linux, 64bit spring, Geforce 6100) - i compiled spring myself...
by Scram80
14 Jul 2007, 12:16
Forum: Help & Bugs
Topic: line of sight mask & performance increase
Replies: 6
Views: 1915

i tested it for me, LoS does not alter performance nor texture quality... (its the texture that gets more coarse, not the landscape detail from what i can see).

What i'm missing: you don't get the green tint??

(everything is tinted green when its in radar range...
by Scram80
11 Jul 2007, 23:51
Forum: Help & Bugs
Topic: Spring freezing (no sound, no screen updates) ingame.
Replies: 7
Views: 1139

Just happened again :(

(gdb) bt #0 0x0000003003edb548 in __lll_mutex_lock_wait () from /lib/libc.so.6 #1 0x0000003003e741d2 in _L_lock_14480 () from /lib/libc.so.6 #2 0x0000003003e73261 in free () from /lib/libc.so.6 #3 0x0000003362e11309 in ?? () from /usr/lib/libSDL-1.2.so.0 #4 0x0000003362e11351 in SDL_WaitThread () fr...
by Scram80
11 Jul 2007, 22:45
Forum: Help & Bugs
Topic: Spring freezing (no sound, no screen updates) ingame.
Replies: 7
Views: 1139

Oh. i let spring run in windowed mode and tell the window manager to enlarge it to fullscreen (not maximising but fullscreen) in gnome (both with metacity and beryl) you can configure it to a keybinding (from System|Settings|Key Combinations) - so i press ctrl+enter when spring loads up, the window ...
by Scram80
11 Jul 2007, 19:37
Forum: Help & Bugs
Topic: Spring freezing (no sound, no screen updates) ingame.
Replies: 7
Views: 1139

No, thats not that similar... in my case the screen absolutely freezes - no updates are done anymore.

If i switch to desktop and back to spring, the spring screen will remain completely black. And i didn't suceed in issueing commands...
by Scram80
11 Jul 2007, 05:45
Forum: Help & Bugs
Topic: Spring freezing (no sound, no screen updates) ingame.
Replies: 7
Views: 1139

It's not reproducible by executing the demo of that game.. but it might be that the final frame(s) haven't been written to the file by the time of the crash?

apart from that:

OpenGL renderer string: GeForce 6100 nForce 430/PCI/SSE2
OpenGL version string: 2.1.0 NVIDIA 96.31
by Scram80
11 Jul 2007, 05:06
Forum: Help & Bugs
Topic: Spring freezing (no sound, no screen updates) ingame.
Replies: 7
Views: 1139

Spring freezing (no sound, no screen updates) ingame.

Hi... I'm using Spring on linux (amd64, 64bit Spring compiled from 74.b3 branch in svn) from time to time spring completely locks up - i've got no clue what could be the cause. I compiled spring with debugging infos, attached gdb to get the bt when it is locked up: (gdb) bt #0 0x0000003003edb548 in ...
by Scram80
04 Jun 2007, 12:04
Forum: Linux
Topic: Linux + Linksys Wireless USB adapter
Replies: 6
Views: 1401

what does "lsusb" give for the device?

WUSB11 sounds as if "linux-wlan-ng" would be the correct driversuite, the drivermodule should be "prism2_usb"

but... I got a stick with the same driver, it really isn't nice to setup. (look for howtos to wlan-ng)

Go to advanced search