http://bugs.winehq.org/show_bug.cgi?id=2786
Summary: DOSVM_Int10Handler Problems
Product: Wine
Version: 20050211
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olafrv(a)gmail.com
[olaf@llovizna programs]# wine did.exe
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported
fixme:int:DOSVM_Int10Handler Set Background/Border Color: 0/0
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
--
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=2785
Summary: Crash in wininet when accessing CHM files
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spa(a)starfinanz.de
Native shlwapi.dll calls GetUrlCacheEntryInfoExW in wininet.dll with parameters:
(L"Visited: sven@mk:@MSITStore:C:\\Programme\\StarMoney%205.0%20S-
Edition\\help\\49\\sm%2050%20hilfe.chm::/sm%2050%
20hilfe.chm::/htm/acc.acclist.hid.htm", (nil), (nil), (nil), (nil), (nil), 100)
GetUrlCacheEntryInfoExW then calls GetUrlCacheEntryInfoW with
lpdwCacheEntryInfoBufferSize set to nil, and therein a call to
URLCache_CopyEntry with lpdwBufferSize = nil. The line
if (*lpdwBufferSize >= dwRequiredSize)
causes an Unhandled exception.
Should'nt be hard to fix, but I don't know the right way.
I can provide a (big) test app if wanted.
--
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=50
------- Additional Comments From fgouget(a)codeweavers.com 2005-08-03 03:35 -------
Yes, it's back to the original state: the spaces have a varying width so there's
some justification work being done, but the end-of-lines still don't line up
right so there's something wrong.
--
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=66
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From fgouget(a)codeweavers.com 2005-08-03 03:31 -------
Thanks for looking into this. That explains the problems with the way the cursor
looks and since this is the result of a limitation in what X can do I'm closing
this 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=872
------- Additional Comments From fenix(a)club-internet.fr 2005-08-03 03:04 -------
Patch sent to wine-patches.
Need to fix some errors after commited
Regards,
Raphael
--
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=797
------- Additional Comments From fenix(a)club-internet.fr 2005-08-03 02:47 -------
This will be a permanent restriction.
For now it's impossible (and have no interest)
to implement Windows-compatible HAL because:
- it needs a big rewrite of directx, opengl and x11drv code
- needs to follow all windows HAL evolutions (its change for each directx
release)
Regards,
Raphael
--
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=2783
------- Additional Comments From javier(a)isotecsl.com 2005-08-03 02:39 -------
Sorry for the delay.
This command gives me no new info. I have even redownload and recompiled the
source, but it doesn't produce any new output. Just the 3 lines that I reproduce
before.
Maybe I need to compile wine with some flag to enable debug mode?
I'll take a look to the .configure file and try again later.
Javier.
--
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=2015
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-07-03 16:18 -------
This is an old bug and directX has changed a lot since it was raised - Any
chance of retesting it? There is no demo version I can see either so without
the software its difficult to move forward
--
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=2009
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-07-03 16:15 -------
I know this is an old bug - does the problem still occur?
The message log implies that a lookup was done in the registry and the key
couldnt be found. My suspicion is the run was done by copying dlls from a
windows machine rather than installing under wine - is this correct?
I think you would either need to install under wine and retest, or copy the
appropriate keys across.
Please let me know if you can retest this otherwise it probably needs closing
as invalid (I cant see any more useful closing 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.