http://bugs.winehq.org/show_bug.cgi?id=4131
------- Additional Comments From magnus(a)hacka.net 2006-04-02 21:16 -------
Steam -dev didn't give any special information as I could see. During the log
below Steam freezed once. Running the Steam Beta version did not resolve the issue.
Running the beta:
---snip---
[user@ocsic:04:09:52:~/.wine/drive_c/Valve/Steam]$ wine steam.exe -clientbeta
steam3friends -beta steam3friends
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please
report)
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
<Application freeze>
---snip---
Steam.exe -dev output:
---snip---
[user@ocsic:04:02:44:~/.wine/drive_c/Valve/Steam]$ wine Steam.exe -dev
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please r
eport)
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
Shutting down. . .
1[user@ocsic:04:04:50:~/.wine/drive_c/Valve/Steam]$
---snip---
Steam.log:
---snip---
CsComm Session Feb-05-2006 04:02:52.197 [14]
ReconnectThread (14) Starting
CsComm Session Feb-05-2006 04:04:49.029 [14]
ReconnectThread (14) Told to exit
---snip---
---snip---
>From an errorlog for CS.
---snip---
[user@ocsic:03:59:52:~/.wine/drive_c/Valve/Steam/SteamApps/user@hacka.net/counter-strike/errorlogs]$
cat errorlog00028.txt
Error:Failed to load dialog file Resource/UI/ClassMenu.res
Function trace:
CGameUI::Start
CGameUI::Initialize
CFileSystem_Steam::Mount()
---snip---
I'll try and update to kernel 2.6.15.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4478
------- Additional Comments From mike(a)codeweavers.com 2006-04-02 20:42 -------
Nihao!
Please let us know the locale you are using, and the name of the file you're
trying to create. For example, you should be able to create the filename in
wine's notepad using one of the following locales:
LANG=zh_CN.gbk wine notepad
LANG=zh_CN.gb18030 wine notepad
LANG=zh_CN.utf8 wine notepad
If you paste the name of the file you're trying to create in bugzilla, I can try
it here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4478
------- Additional Comments From cnbiz850(a)sohu.com 2006-04-02 17:01 -------
Created an attachment (id=1836)
--> (http://bugs.winehq.org/attachment.cgi?id=1836&action=view)
log file as requested
I ran the program with WINEDEBUG=warn+all and did get some possible
indications of the problems. Please see attached log file.
I did some further research. Functions file:CreateFileW or
ntdll:NtCreateFile, or things like that can not handle Chinese
filenames. That seems to be the problem. At the same time, it seems that
opening files with Chinese names is OK.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4480
------- Additional Comments From cnbiz850(a)sohu.com 2006-04-02 16:43 -------
Created an attachment (id=1835)
--> (http://bugs.winehq.org/attachment.cgi?id=1835&action=view)
log file as requested
BTW, I tried using native comctl32.dll as you suggested but failed with the
following messages. The first message is when I used the copy from my
XP install, and the second is when I used a copy from dll-files.com. In
both cases, the program simply quit.
-------------
$ wine ./TDXW.EXE
fixme:advapi:CheckTokenMembership (0x78 0x7fd50c88 0x7fbcfa30) stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:font:WineEngCreateFontInstance Dirty hack. Default and ansi
charset is translated to getenv("WINE_DEFAULT_CODEPAGE")
err:win:CreateWindowExA bad class name "SysTabControl32"
fixme:msvcrt:MSVCRT__fsopen :(E:\jcb_gx\T0002\block.dat,rb,64),ignoring
share mode!
fixme:msvcrt:MSVCRT__fsopen :(E:\jcb_gx\T0002\gbbq,rb,64),ignoring share
mode!
fixme:ole:CoRegisterMessageFilter stub
err:win:CreateWindowExA bad class name "ToolbarWindow32"
fixme:ole:CoRegisterMessageFilter stub
-------------
$ wine ./TDXW.EXE
err:thunk:_loadthunk (commctrl.dll, Cctl1632_ThunkData16, comctl32.dll):
Unable to load 'commctrl.dll', error 2
err:module:LdrInitializeThunk "COMCTL32.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for L"E:\\jcb_gx\
\TDXW.EXE" failed, status c0000142
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4489
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-02 16:03 -------
This is a crash related to multithreaded openGL calls. In this case ExitProcess
is called from the different thread (000b) then the one that initialized GUI
(0009). So I don't think this is the error you are looking for. Yes it does
crash, but after it's trying to terminate the process...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3771
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-02 15:06 -------
I downloaded the demo and ran the installer successfully but when I went to run
the game I get a messagebox saying
"Grim Fandango could not open!
Please make sure the CD is in the drive..."
Any suggestions for what channels to log?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.