http://bugs.winehq.org/show_bug.cgi?id=6505
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
Summary|WoW Random Crashes |WoW crashes using D3D
--
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=6505
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |minor
------- Additional Comments From the3dfxdude(a)gmail.com 2006-02-11 18:09 -------
You don't have to run in D3D. This is minor.
--
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=6505
atrauzzi(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Version|0.9.23. |0.9.24.
--
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=6505
atrauzzi(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-directx-d3d
--
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=6505
------- Additional Comments From atrauzzi(a)gmail.com 2006-02-11 16:46 -------
"But if you use the NVIDIA patch, the registry entry for the ATI stuff and run in
opengl mode you can at least play the game without (hopefully) the random
crashing. "
Much of what I'm doing is to begin encouraging my friends to consider linux over
the next six months. Not very encouraging to still see workarounds that involve
patching source. I'm trying to help the wine effort first, then play WoW
second. (I'm playing a character from 1 to 60/70 in wine to cover as much as
possible too!)
"You say it is obvious from the command line that you are running in
D3D mode, I could enter the same command line and run in opengl because I have
an entry in the config.wtf that forces that mode."
Well lickety split and look at you. Butter wouldn't melt in YOUR mouth, would
it now?
"Sure it is not ideal (though there are many that would argue that opengl mode is
faster than d3d mode) but remember you are running a program designed for one
operating system on a completely different one and, best will in the world, wine
will never be able to run all windows software perfectly, even windows can't
manage that."
...What on Earth are you going on about? I just want to provide bug information
here. Which I think I've begun to do, let somebody who knows see it. Let
somebody in D3D go, "let's come up with a way to debug effectively". Then I'll
ride the flight paths back and forth until the game crashes...mmkay?
This bug seems to manifest itself most often when I'm on flight paths. Probably
supports my "only in wide wide open areas with long horizons" theory. The speed
of movement of the flying mounts probably forces the problem.
"If you want to hurl abuse at people who trying to help you that is your decision
but all you are doing is hurting your cause. I offered to help but you don't
want my help fine by me."
You know what. If you want to lecture someone on things he already knows about,
go teach in a community college. All I'm trying to do is get this bug fixed so
that I can move on to the next. It'd be nice if helping didn't require me to
pull teeth.
--
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=6589
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2006-02-11 16:17 -------
You should not step through MS code with a debugger! AFAIK this can be
interpretted as stealing their trade secrets or something like that.
Checking the return code is the good start however if it's simple to make a
testcase it's better. This is a good candidate for a first patch and including a
testcase will make nearly 100% sure it will get accepted (except if you make a
formal mistake - e.g. C++ comments, two patches in one mail, L"String" etc.).
Adding a test is easy. Try to copy the dlls/quartz/tests/filtergraph.c and
include/wine/test.c to a Windows drive add a #define STANDALONE on the top of
filtergraphs. After maybe some fidling with include paths it should compile.
According to http://test.winehq.org/data all tests should pass i.e. the console
should be empty. Add a test that checks the return value and check that it
passes. Now copy the new code to dlls/quartz/tests/filetergraph.c and run "make
test" in dlls/quartz/tests. The test should fail (output on the console, return
1 to make will stop it) but after modifing the return value it should pass. And
you have the material for a patch.
All the tests are also automatically build in programs/winetests as *.exe files
and can be copied to Windows. However it's not practical if you want to make
changes in the code.
--
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=6590
Summary: Unhandled illegal instruction
Product: Wine
Version: 0.9.24.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kkelly(a)cinci.rr.com
Starting with wine-0.9.24 I'm getting an unhandled illegal instruction exception
when I run Day of Defeat: Source. It happens just as I'm joining a game. I tried
the solution in bug #6550 without success. Everything was running nicely in
wine-0.9.23. This is on a Gentoo AMD64 system.
--
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=6550
------- Additional Comments From kkelly(a)cinci.rr.com 2006-02-11 15:45 -------
Will do. I noticed that the error I get from the debugger is different after I
applied your patch, changing from a page fault on read access to an illegal
instruction, although it happens at the same place and the register are mostly
the same. Thank you for your help.
--
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.