http://bugs.winehq.org/show_bug.cgi?id=5774
------- Additional Comments From f3ua(a)utmib.com 2007-24-05 12:42 -------
I can confirm the issue with emule 0.48a and wine 0.9.37 (non pathed). I'm not
able to test with the code attached, but I hope that the patch will be included
in the next version of wine.
Regards and thanks for your 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=7876
------- Additional Comments From focht(a)gmx.net 2007-24-05 12:31 -------
Hello,
well times change fast nowadays.
That statement was made before a prelimary ntoskrnl component was added.
Though being largely a stub and many api missing is looks doable in future.
I'm currently working on StarForce 3 which lets other copy ring0 protections
like "Kinderkram" (trivia) :)
Lots of work need to be done - outcome yet unclear.
With ntoskrnl/winedevice matured, one can actually try lower priority apps that
ship with kernel drivers.
For the priviledged instructions ... yes, vectored SEH + emulation is the way to go.
I already added some ring0 instructions that other drivers use (TLB related).
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=7403
------- Additional Comments From citizenr(a)gmail.com 2007-24-05 12:23 -------
it did not broke anywhere, we need more info from ppl who have this bug - its
something in their configs thats broken.
I run utorrent under wine on 4 linux computers all the time (4x ubuntu, 3x
7.04, one 6.06), and never seen that bug.
--
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=5844
------- Additional Comments From citizenr(a)gmail.com 2007-24-05 12:22 -------
wine taskmgr has same problem, minimizing it = empty window and Window List item
--
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=5130
------- Additional Comments From Speeddymon(a)gmail.com 2007-24-05 11:48 -------
Hi Saulius, you are a genius! I never thought to do that lol! I bet it is a
registry change, but unfortunately I havent the time to test it right now. I
will maybe have time next week, after the US Memorial Day holiday is over.
Thanks for the excellent suggestion!
--
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=8488
juan_lang(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msvcrt |wine-misc
------- Additional Comments From juan_lang(a)yahoo.com 2007-24-05 11:24 -------
The FILE pointer passed to fread is NULL - you need to find out why that is, as
this will surely crash. Start by attaching a +msvcrt log to see what file it's
trying to read.
Changing component.
--
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=5130
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-24-05 11:21 -------
* Tom wrote:
| I retraced my steps from after install thru what I did on the first run and it
| still wont crash. My guess is that something is not initialized/ created during
| install and is during first run, right after you hit close but before the
| program closes. Then whatever it is that gets done, is already there on
| subsequent runs and that prevents the crash.
Tom, I think about Wine state as of some collection of files
("~/.wine/drive_c/*") and registry entries. You could try finding minimal
changes in files or registry, which stops Viewer crashing.
At first I'd try to determine, which part of Wine state is crucial: registry,
drive_c files or both. For that I would install Viewer and would make a backup
of registry (regedit /e BACKUP.reg) and BACKUP of actual files (cp -a
~/.wine/drive_c ~/.wine/drive_c_BACKUP).
Then I'd reinstall Wine, install fresh copy of Viewer, import BACKUP.reg and
would see if crash is gone. If not, I'd repeat all this, except restoring
registry - here would go file restoration. If not again, then both parts carriy
crucial changes.
With crash gone I'd cut the restored part in a half (half of directories, half
of files in a single directory, half of a registry branches) and would restore
only one half of it. And so on, until only crucial changes are left.
--
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=8487
------- Additional Comments From juan_lang(a)yahoo.com 2007-24-05 11:20 -------
Can you perform a regression test to find out what patch broke it?
--
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=7876
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-24-05 10:19 -------
Anastasius,
|
| supporting native API for kmode drivers doesnt make much sense.
kmode drivers are used for copyprotection in some games, so IMHO Wine will
support at least part of native API in near future. Or it started doing so
already: [3]
| Even if you support/emulate necessary native kmode apis, the driver code would
| immediately cause SIGILL/SIGSEGVs due use of privileged instructions.
Wine could use exception handling to catch at least some of them: [4], no?
[3] http://source.winehq.org/git/wine.git/?a=commit;h=12c169d2
[4] http://source.winehq.org/git/wine.git/?a=commit;h=73cc00f9
--
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=7877
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-24-05 09:54 -------
Installing IE6 and testing with "shdocvw=n" and "shdocvw=b" overrides would
probably help answering this question.
--
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.