http://bugs.winehq.org/show_bug.cgi?id=2615
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-23-01 16:02 -------
Created an attachment (id=747)
--> (http://bugs.winehq.org/attachment.cgi?id=747&action=view)
Trace with WINEDEBUG=+tid,+seh wine
+relay,+tid,+seh does not call up the game with current CVS.
000c:Call kernel32.GetProcessHeap() ret=40749627
000c:Ret kernel32.GetProcessHeap() retval=402f0000 ret=40749627
000c:Call ntdll.RtlFreeHeap(402f0000,00000000,403018d8) ret=4074962d
000c:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4074962d
000c:Call kernel32.WriteFile(00000008,4075e9e0,00000029,4085fca4,00000000)
ret=40748fb4
000c:Call
ntdll.NtWriteFile(00000008,00000000,00000000,00000000,4085fbc8,4075e9e0,00000029,00000000,00000000)
ret=404508b5
Process of pid=0x00000008 has terminated
000c:Ret ntdll.NtWriteFile() retval=00000000 ret=404508b5
000c:Ret kernel32.WriteFile() retval=00000001 ret=40748fb4
000c:Call kernel32.ContinueDebugEvent(00000008,0000000a,00010002) ret=4074a2fd
000c:Ret kernel32.ContinueDebugEvent() retval=00000001 ret=4074a2fd
000c:Call kernel32.WaitForDebugEvent(4085fe00,ffffffff) ret=4074ab04
000c:Call
ntdll.NtWaitForMultipleObjects(00000001,4085fb28,00000000,00000000,00000000)
ret=40480993
This is slightly different from a few weeks ago when last I tried it. I let it
fill up my hard drive with the trace but it never opened a window for the game.
With just +tid,+seh i get the following.
...
0012:fixme:win:GetThreadDesktop (12): stub
0012:fixme:win:GetThreadDesktop (12): stub
0012:trace:seh:EXC_RtlRaiseException code=80000003 flags=0 addr=0x40502ec8
0012:trace:seh:EXC_RtlRaiseException eax=40370bdc ebx=00000002 ecx=00000000
edx=00000000 esi=00447a1e edi=00000001
0012:trace:seh:EXC_RtlRaiseException ebp=40195855 esp=40813a0c cs=0023 ds=002b
es=002b fs=0033 gs=0000 flags=00200212
0012:trace:seh:EXC_CallHandler calling handler at 0x4402a3 code=80000003
flags=0
0012:trace:seh:EXC_CallHandler handler returned 1
0012:trace:seh:EXC_CallHandler calling handler at 0x441100 code=80000003
flags=0
wine: Unhandled exception (thread 0012), starting debugger...
0012:trace:seh:start_debugger Starting debugger "winedbg 17 156"
WineDbg starting on pid 0x11
In 32 bit mode.
0x40502ec9 _GLOBAL_OFFSET_TABLE_+0x1 in kernel32: subl $16,%eax
Wine-dbg>Backtrace:
=>1 0x40502ec9 _GLOBAL_OFFSET_TABLE_+0x1 in kernel32 (0x40195855)
2 0x850003ca (0xafc3815b)
3 0x00000000 (0x00000000)
Wine-dbg>WineDbg terminated on pid 0x11
--
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=2673
------- Additional Comments From lionel.ulmer(a)free.fr 2005-23-01 15:41 -------
Could you attach the full +ddraw log from the start up until the point the first
display corruption occurs ?
Anyway, having access to a demo version of the game showing the error would
speed things up ... or you could also do a CVS regression search to see which
patch broke the game (as I do not remember many DDraw patches lately).
--
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=2675
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=11
--
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=2170
------- Additional Comments From robert.bamler(a)gmx.de 2005-23-01 08:18 -------
I just want to give a detailed report on what I did to install MS Office 97.
This might be valuable for bug-fixing as well as it gives advice for those that
want to do the same. I hope this is the correct place to report this.
On SuSE 9.1 Personal I did the following:
- Deinstalled all previous installations of wine
- Deleted all wine-related directories in ~/
- Installed wine20041019 from http://prdownloads.sourceforge.net/wine
- Installed wine tools (http://www.von-thadden.de/Joachim/WineTools/)
(I needed Xdialog from rpmseek.com first)
- Ran "wt" and went thru the following steps in section "Base Setup":
- "Create a fake windows drive"
- "TrueType Font Arial"
- "DCOM98"
- Then installed "Windows Installer" from "Install Windows system software"
- Tried to install MS Office from wine tools, but error occured
- exited wine tools
- I already had the file "~/.wine/drive_c/windows/system/ole32.dll". So I copied
the native ole32.dll from the system32 directory of a (real) WindowsXP system to
a new created directory "~/.wine/drive_c/windows/system32/". However, I don't
think this had any effect at all.
- manually ran "wine setup.exe" from cd-directory
- installed Excel, Powerpoint, Word, Formula Editor, some Templates and some
other things without a problem. They all seem to run now. I can even print.
Some attempts to install Office on wine-20050111 did not work. However, I did
not follow exact the same steps as described above, so it might perhaps also
work with wine-20050111.
--
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=2673
------- Additional Comments From lionel.ulmer(a)free.fr 2005-23-01 08:08 -------
Can you add the proposed screenshot + a 'WINEDEBUG=+ddraw' trace ?
--
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=2498
------- Additional Comments From lionel.ulmer(a)free.fr 2005-23-01 06:42 -------
Can you attach a 'WINEDEBUG=+dinput,+event' trace to this bug to see if this is
a DInput problem or not ?
Note that there is a known bug currently in DInput (there is another bug to
track it) that I need to fix for ages now although I doubt that it's the same
problem as in the latter, the mouse does not move at all.
--
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=1226
------- Additional Comments From vilppa(a)hotmail.com 2005-23-01 06:11 -------
It seems that exceptioninfo.txt does not relate to the crash.
--
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.