You are not logged in.

#1 2008-09-11 10:38:40

simuru
Member
Registered: 2008-07-13
Posts: 15

Another critical steam error / bug - i dont know ^^

Hey there.

I just set up Steam for Cs 1.6 - everything worked fine i could play with about 30 fps ^^...
well i was fine with that as long i could play but then it stopped working.
(alredy fixed that ingame features for friendlists etc)

when i now run steam and start cs im able to connect to a server and play for about 30 seconds before my macbook freezes.
the only thing i can do then is hard reboot it sad

the fan is running fast enough and every temperature is acceptable range.

i already tried to log the wine output with: wine Steam.exe > steam.log
but its empty.. someone told me to log it with: wine Steam.exe > steam.log 2>&1 (i dont know what this means but it did not work also...)

some specs:
wine-1.1.4
kde4

Arch linux on a macbook.
init script for cs:

#!/bin/bash

# WINE binary
CDLOADER_WINE="wine"

# Steam directory
STEAMDIR="$HOME/.wine/drive_c/Program Files/Steam"

cd "$STEAMDIR"

WINEDEBUG="-all" nice -n -8 wine Steam.exe

EDIT: forgot my xorg.conf...

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

i already tried to set Option "AccelelMethod" to "xaa" and to "exa" with MigrationHeuristic "greedy" "normal" "smart"....

does anyone have any suggestions what is going wrong or how i could log it?
greeting simuru.

Last edited by simuru (2008-09-11 10:41:01)

Offline

#2 2008-09-14 19:31:02

simuru
Member
Registered: 2008-07-13
Posts: 15

Re: Another critical steam error / bug - i dont know ^^

no suggestions? not even how i can log it?

Offline

Board footer

Powered by FluxBB