Changing a Regedit and Half Life/CS Out

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Changing a Regedit and Half Life/CS Out

Post by vanguarda »

Good Afternoon!!
I installed MuOnline game and it was issues in fonts ( text ). Then I fixed it changing key HKEY_CURRENT_USER\Software\Wine\X11 Driver
string: ClientSideAntiAliasWithCore value: N
string: ClientSideAntiAliasWithRender value: N

After that I don' t get run Counter Strtike 1.6 No Steam neither Half Life. Above is my output and I 'd like to know : are there interconnections in the problems?

I'm using a Slackware 12.2 version and a stable source code wine 1.0.1.

normal@maq7:~/.wine/drive_c/Program Files/Counter-Strike$ wine hl.exe
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/02/2009, dlt (d/m/y): 18/10/2009
fixme:win:EnumDisplayDevicesW ((null),0,0x32f600,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:shdocvw:ViewObject_SetAdvise (0x67e8460)->(1 00000002 0xe4d8c0)
fixme:shdocvw:PersistStreamInit_InitNew (0x67e8460)
fixme:shdocvw:WebBrowser_put_RegisterAsBrowser (0x67e8460)->(ffffffff)
fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x67e8460)->(ffffffff)
net.cpp (931) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cSendBufSize <= iVal
net.cpp (939) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cRecvBufSize <= iVal
fixme:shdocvw:ViewObject_SetAdvise (0x67ee968)->(1 00000002 0xf45fe8)
fixme:shdocvw:PersistStreamInit_InitNew (0x67ee968)
fixme:shdocvw:WebBrowser_put_RegisterAsBrowser (0x67ee968)->(ffffffff)
fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x67ee968)->(ffffffff)
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x67e8460)
fixme:shdocvw:OleInPlaceObject_UIDeactivate (0x67e8460)
fixme:shdocvw:OleObject_Close (0x67e8460)->(1)
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x67ee968)
fixme:shdocvw:OleInPlaceObject_UIDeactivate (0x67ee968)
fixme:shdocvw:OleObject_Close (0x67ee968)->(1)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Changing a Regedit and Half Life/CS Out

Post by vitamin »

vanguarda wrote:Good Afternoon!!
I installed MuOnline game and it was issues in fonts ( text ). Then I fixed it changing key HKEY_CURRENT_USER\Software\Wine\X11 Driver
string: ClientSideAntiAliasWithCore value: N
string: ClientSideAntiAliasWithRender value: N

After that I don' t get run Counter Strtike 1.6 No Steam neither Half Life. Above is my output and I 'd like to know : are there interconnections in the problems?
Undo those changes and try again. That's the only way to know if these changes causing your problem.

vanguarda wrote:I'm using a Slackware 12.2 version and a stable source code wine 1.0.1.
That Wine version is really really onl, upgrade. Latest version is wine-1.1.22.
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Post by vanguarda »

Hi my dear!
I have already undone Hkey Current Users strings. My doubts are about permanent interferences in Counter-strike/Half life games after changes because it´s having problems yet. Do you think reinstall games is a good way?
That Wine version is really really onl, upgrade. Latest version is wine-1.1.22.
I agree it is an old version, but STABLE. I had problems installing wine in the last time ( March ) and you suggest me it.
Addys
Level 2
Level 2
Posts: 47
Joined: Tue Nov 25, 2008 11:33 am

Post by Addys »

vanguarda wrote:I agree it is an old version, but STABLE. I had problems installing wine in the last time ( March ) and you suggest me it.
There are minor development versions every two weeks. Each of them contains usually over 400 commits. Each of those commits fix bugs and implement more of the Windows API.

Feel free to stick to 1.0.1, but if you want your applications to work, your first bet is upgrading wine.
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Post by vanguarda »

I did a wine tar.bz2 install. Then I´ll try an wine uninstall in the source directory and after that upgrade. But I´ve got a doubt about installed games. Will I need reinstall its?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

vanguarda wrote:But I´ve got a doubt about installed games. Will I need reinstall its?
If you experience any problems, yes.
Locked