http://bugs.winehq.org/show_bug.cgi?id=7934
------- Additional Comments From cja(a)gmx.net 2007-25-04 12:58 -------
Bug valid for plain Hoi2 (version 1.3a) with wine 0.9.35.
I found that moving units and leaders are corrupted.
See hoi2.png attachment.
--
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=3818
------- Additional Comments From cja(a)gmx.net 2007-25-04 12:49 -------
Scott, I've ran plain Hoi2 v1.3a with wine 0.9.35 and except for that
all moving units got their graphics corrupted (Looks like wine draws
one pixel too much on each line) it runs fine.
What about closing this bug as resolved and create a new one about the graphic
corruption? (If none already exists.)
And create one more about Europa Universalis II and Victoria that crashes at
start up.
--
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=7915
------- Additional Comments From e0126505(a)student.tuwien.ac.at 2007-25-04 12:48 -------
the iphlpapi failure is obvious, ipstats.c needs an implementation for Mac OS X (/proc is not available)
btw. is it normal to get a lot of backtraces during the d3d tests and still have them succeed?
--
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=7635
------- Additional Comments From focht(a)gmx.net 2007-25-04 11:58 -------
Hello,
this is due to the technical nature of wine.
Basically the debugger can't read/disassemble the memory location of the current
EIP.
Remember: Wine is a different beast, not a "pure" windows PE user process
environment.
The suspended threads EIP is very likely in ELF/thunk/syscall area - this
address space is usually not seen by windows usermode debugger (using process
APIs, mapped views/virtual queries).
Single step/over (F7/F8), look at EIP and you will notice it changes.
The 0x8000004 exceptions in console each time you step are the debuggers single
step event/exception.
Open "memory" window and compare EIP range.
If you see EIP pointing to an area not being mapped as memory range, it's
probably executing in ELF/thunk/syscall area.
It happens in various situations, for instance if you instruct the debugger to
"break on new modules" event.
It will always stop in ELF code.
Resolution:
1) single /step/over/run until return/ to get the EIP into mapped range.
The disassembly will appear again and all is fine.
2) open the "excutable modules" window and click any PE module - it will show
disassembly again (though EIP remains in ELF code).
3) put breakpoints on imports that will be executed first
(after debuggee was paused due to dll loader event)
It's nasty, i know ...
Though i retired from ollydbg/win32asm/RCE community long time ago, i will of
course help/explain any issues regarding this fine piece of software :)
Regards
--
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=5395
Bug 5395 depends on bug 5358, which changed state.
Bug 5358 Summary: .NET 1.1's dotnetfx.exe fails to install
http://bugs.winehq.org/show_bug.cgi?id=5358
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7093
Bug 7093 depends on bug 5358, which changed state.
Bug 5358 Summary: .NET 1.1's dotnetfx.exe fails to install
http://bugs.winehq.org/show_bug.cgi?id=5358
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
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=5540
Bug 5540 depends on bug 5358, which changed state.
Bug 5358 Summary: .NET 1.1's dotnetfx.exe fails to install
http://bugs.winehq.org/show_bug.cgi?id=5358
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7098
Bug 7098 depends on bug 5358, which changed state.
Bug 5358 Summary: .NET 1.1's dotnetfx.exe fails to install
http://bugs.winehq.org/show_bug.cgi?id=5358
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
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=5358
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2007-25-04 11:37 -------
Marking this particular bug as fixed. There are still other problems inside
some of the custom actions (not msi bugs), but everything is installed.
http://winehq.org/pipermail/wine-cvs/2007-April/032101.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8157
------- Additional Comments From kelfe(a)gmx.de 2007-25-04 11:14 -------
the correct bug for the memory leak from .34 to .35 would be number 8050 which
is fixed already
--
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.