http://bugs.winehq.org/show_bug.cgi?id=5241
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-05 11:05 -------
Don't run any programs from fat32 partitions - Wine has some strange problems
witht that. Instead copy everything over to default "c:" drive.
Don't use *nix path when you run programs with Wine. Most programs can't handle
that - either CD into the program's dir and run it a "wine prog.exe" and/or use
full windows path "wine 'c:\Program Files\Application\prog.exe' ".
Enable bitmap trace (WINEDEBUG=+bitmap wine ....) and look where are those bogus
bitmap sizes comming from. If that's what program doing - it won't work.
--
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=5243
Summary: wsock32.dll
Product: Wine
Version: 0.9.13.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frank_thuerigen(a)yahoo.de
I try to run Hyperlobby on SuSE 9.1, on a 32 Bit System.
I know it works elsewhere (seen a screenie), but canŽt get in touch with the guy
who has it running.
When starting the application, I get a msg box "runtime error 430: Class does
not support automation or does not support expected interface".
The related lines from the console are:
trace:loaddll:load_builtin_dll Loaded module
L"c:\\windows\\system32\\wsock32.dll" : builtin
fixme:ole:CreateProxyFromTypeInfo 0x403fda2c 0x403d1d28
{511ef593-2ebf-4f95-be5a-4e67430da6c3} 0x403d1fc4 0x403d1fc0
err:ole:ClientIdentity_QueryMultipleInterfaces Failed to get pointer to
interface {511ef593-2ebf-4f95-be5a-4e67430da6c3}
err:ole:marshal_object object doesn't expose interface
{7fd52380-4e07-101b-ae2d-08002b2ec713}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:ole:marshal_object object doesn't expose interface
{37d84f60-42cb-11ce-8135-00aa004bb851}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
--
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=5224
chris(a)gnome-de.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2449 is|0 |1
obsolete| |
------- Additional Comments From chris(a)gnome-de.org 2006-14-05 10:52 -------
Created an attachment (id=2450)
--> (http://bugs.winehq.org/attachment.cgi?id=2450&action=view)
more WINEDEBUG="+seh,+relay" output
The attached file contains is more debug output, i.e. not just the last 200
lines but rougly 800.
While I'm not experienced wrt stack traces, the following output (line 503ff)
is notable:
0009:Call kernel32.GetCommandLineA() ret=00401fdf
0009:Ret kernel32.GetCommandLineA() retval=7fcf47e8 ret=00401fdf
trace:seh:raise_exception code=c0000005 flags=0 addr=0x402001
trace:seh:raise_exception info[0]=00000000
trace:seh:raise_exception info[1]=7fba0000
trace:seh:raise_exception eax=000003c8 ebx=7fc951e4 ecx=00000075 edx=00000000
esi=7fb9fe58 edi=7ffdf7c0
trace:seh:raise_exception ebp=7fb9ff08 esp=7fb9fc18 cs=0073 ds=007b es=007b
fs=003b gs=0033 flags=00010297
--
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=5224
------- Additional Comments From marcus(a)jet.franken.de 2006-14-05 10:40 -------
WINEDEBUG=+relay,+seh and quote the last 500 lines before the C0000005
--
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=5218
------- Additional Comments From marcus(a)jet.franken.de 2006-14-05 08:36 -------
or run in gdb:
and on crashing do
bt
x /100x $esp-200
print *pwm
--
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=5218
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2006-14-05 08:33 -------
if you have gcc 4.1, compile wine with:
"-Os -fstack-protector-all" as CFLAGS options.
If not , try a WINEDEBUG=+all run and capture the lines
before the seh:.....c0000005 line.
--
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=5218
------- Additional Comments From phil(a)mail.ru 2006-14-05 08:26 -------
Unfortunately this app is not freely available on the Web. I could give you ssh
access to my box but I no longer have an external IP ;(
--
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=5241
------- Additional Comments From Speeddymon(a)gmail.com 2006-14-05 07:54 -------
Please, even with short logs, do not paste them in the future, please always use
attach. The reason for this is because in emails it is difficult to read.
--
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.