[Bug 9347] New: Can't remember settings
http://bugs.winehq.org/show_bug.cgi?id=9347 Summary: Can't remember settings Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: roberth.sjonoy(a)gmail.com Counter-Strike Source can't remember the settings every time I starte the game again. This occours with dxlevel 70 and 90 mode, not in 81. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 Roberth Sjonøy <roberth.sjonoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|other |Linux Platform|Other |PC --- Comment #1 from Roberth Sjonøy <roberth.sjonoy(a)gmail.com> 2007-08-17 08:47:17 --- The graphics card is nVidia, with the latest stable driver at this point. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-08-17 10:16:20 --- Which particular settings are you talking about? Do you start CS:S with any command line options? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 --- Comment #3 from Roberth Sjonøy <roberth.sjonoy(a)gmail.com> 2007-08-17 10:35:13 --- I start it through steam, with this command line in a bash script: WINEDEBUG="fixme-all" wine "c:/Program Files/Steam/Steam.exe" -heapsize 768000 WINEDEBUG syntax doesnt make any difference. All settings for graphics, resolution etc, not sure about other settings. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 --- Comment #4 from Roberth Sjonøy <roberth.sjonoy(a)gmail.com> 2007-08-17 13:02:07 --- Can confirm that this only happens to graphic settings. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 --- Comment #5 from byteframe <byteframe(a)yahoo.com> 2007-09-11 11:41:49 --- Note that having the dxlevel command line switches added to your game reset the graphics settings every time to start the game with the -dxlevel switch still applied. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 --- Comment #6 from Roberth Sjonøy <roberth.sjonoy(a)gmail.com> 2007-09-11 15:04:22 --- http://rafb.net/p/l1KLG379.txt Started steam and ran counter-strike: source with dxlevel 9.0. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-09-11 17:00:18 --- Invalid then? The log has no information that can point to anything other then steam and CS:S ran and exited successfully. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 --- Comment #8 from Roberth Sjonøy <roberth.sjonoy(a)gmail.com> 2007-09-11 17:20:49 --- Uhm, the bug exists for me here. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 --- Comment #9 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-09-11 17:53:17 --- Roberth, you have to provide more information if you want this bug to be valid. What video hardware do you have? Do you have any additional command line options set for Counter Strike Source in Steam? You said you tested with different dx levels. How are you switching to a particular dxlevel? What exact settings are being reset? What Wine version? Please post step-by-step instruction to how reproduce your problem. You have to answer all of the above questions. I nor anyone else can reproduce your problem. That is why it was marked invalid, together with the complete absence of required information. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 --- Comment #10 from Roberth Sjonøy <roberth.sjonoy(a)gmail.com> 2007-09-12 13:23:58 --- Video card: 05:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7800 GTX] (rev a1) Command line i start counter-strike: source with: WINEDEBUG=-all wine "c:/Program Files/Steam/Steam.exe" -applaunch 240 -console -dxlevel 90 -heapsize 768000 Pretty much the same when i start it from steam, same bug occours. I switch dxlevel thourgh command line option. All graphics settings are beeing resettet, resolution, advanced graphic settings and every thing else in that category. Im using the wine git snapshots, tested with almost every revision since this bug occoured. Step to step to reproduce the problem: The distribution is arch linux with latest stable KDE. I've made the package with this PKGBUILD(scripts that arch uses to create packages): http://rafb.net/p/42QEFh25.txt, you can find the patch here: http://bugs.winehq.org/show_bug.cgi?id=7698 Then i save both of those files in a directory, type versionpkg, a script which updates version controller based PKGBUILD to the latest revision. Compiled the latest git snapshot, installed and run the game as described on counter-strike sources appdb page, and ran it with the exact command shown above, or from steam with pretty much the same command line options, and then when i start the game and edit the settings, either if i run the game are just shutting it down makes the bug appear, also if shut down steam. Tried with several different settings, if i run without the gsls option turned on or off, the difference is that with gsls, counter-strike: source is starting with the lowest resolution as possible while without the gsls setting, the game starts with 1024x768 large resolution. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 --- Comment #11 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-09-12 15:21:23 --- You seeing the correct behavior. CS:S resets all graphics settings when you force it into particular dxlevel, using the command line switch. You can verify that on windows as well. What you should do, is start it in required dxlevel with the "-dxlevel x" command line option, change all the settings required, then exit CS:S. Start CS:S _without_ "-dxlevel x" command line option. Verify that all your graphics settings are preserved. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9347 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:35:40 --- Closing all RESOLVED INVALID bugs that haven't changed in over three months. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org