http://bugs.winehq.org/show_bug.cgi?id=20403
Summary: 3DMarks 2000. 2001. 2003, 2005 - wrong url for readme
in browser (finish of instalation)
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
At the and of installation there is show readme and create icon. Page
'http://readme.htm/' opens (tried with Opera 10 and firedox 3.5 set as
default). It should open page 'file:///c:/Program
Files/Futuremark/3DMark03/help/Readme.htm' for example. If i paste it into
browser page
'file://localhost/c:/Program%20Files/Futuremark/3DMark03/help/Readme.htm'
opens.
I dont know what debug add -> http://wiki.winehq.org/DebugChannels.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19958
Summary: cd from face2face (book to learning english) doesn't
work
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nnn4000(a)o2.pl
Created an attachment (id=23472)
--> (http://bugs.winehq.org/attachment.cgi?id=23472)
log
When I try to run cd with course of english "face2face" it doesn't start and It
informs me that I can report it on http://bugs.winehq.org.
I tried on wine 1.0.1 and wine 1.1.28. - logs in both verisions looks similar.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18772
Summary: Missing User32.PrintWindow implementation
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: namjos(a)gmail.com
There's a missing function in user32.dll : PrintWindow. It cause crash for an
application:
wine: Call from 0x7bc486d0 to unimplemented function USER32.dll.PrintWindow,
aborting
The specification of the function could be found here:
http://msdn.microsoft.com/en-us/library/dd162869.aspx
BOOL PrintWindow(
HWND hwnd,
HDC hdcBlt,
UINT nFlags
);
It appears that a simple redirection to WM_PRINT SendMessage could work, i.e.
(not tested):
BOOL WINAPI PrintWindow( HWND sourceHandle, HDC destinationHandle, UINT nFlags)
{
return (SendMessageA(sourceHandle, WM_PRINT, (WPARAM)destinationHandle,
PRF_CHILDREN | PRF_CLIENT | PRF_ERASEBKGND | PRF_NONCLIENT | PRF_OWNED));
}
I've tried to test this function by adding it to painting.c, but the program
keeps complain about missing function, don't understand why
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18343
Summary: Instalation Fails for freely availabel Solidworks 2009
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.solidworks.com/sw/esp/ESP_download.htm#
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richardjewell1(a)yahoo.ca
Created an attachment (id=20892)
--> (http://bugs.winehq.org/attachment.cgi?id=20892)
Error messeges on Instal
Installation fails to complete. Stops with error related to browser
requirements.
A large number of Fixme notes also encountered.
Critical error kills process with error textbox:
The installation Manager encountered a problem with Microsoft Web Browser
control and must shut down.
Notify your local support rep.
if running XP, check that you have the latest Service Pack installed.
The latest version of I E is also recommended.
OK
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13247
Summary: Emperor - Rise of the middle kingdom does not work w/o
virtual desktop
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maci(a)satgnu.net
see summary
console output:
[maci@notebob EmperorRotMK]$ wine Emperor.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f7c8,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag
right now.
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
also its extremly slow in fullscreen mode
and does change resolution everytime i click something to my native one the
program goes into a small window and instantly everything is changed back
again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20504
Summary: Left 4 Dead 2 crashes after intro movie
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: signup+winehq(a)cshadowrun.com
Created an attachment (id=24419)
--> (http://bugs.winehq.org/attachment.cgi?id=24419)
Log of crash
Upon launching L4D 2, you get to watch the intro videos. Then the game crashes.
Wine says "The program left4dead2.exe has encountered a serious problem and
needs to close."
Steam says "Incomplete installation of Left 4 Dead 2 Demo (2)"
See attached log for more info.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17208
Summary: The mikroC IDE doesn't run - an exception is outputed.
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.mikroe.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dexterlb(a)yandex.ru
When trying to start the Mikroelektronika mikroC IDE (either the demo or the
full version) it doesn't start. In the terminal, I get "Unhandled exception".
The terminal output is attached. Tested on ubuntu 8.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20875
Summary: Program crashes before UI loads.
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom(a)thesparrows.net
Created an attachment (id=25022)
--> (http://bugs.winehq.org/attachment.cgi?id=25022)
Console output from program run
Program loads splash screen. Brings up Error: "Exception EExternalException in
module KERNEL32.dll at 000A3458. External Exception C0000025"
Closes without getting to main program screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20861
Summary: CoTaskMemAlloc()/SysFreeString() mismatch in
DocHost_Release(), caught by valgrind in
shdocvw/tests/webbrowser.c
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-27-12.53/vg-shdocvw_webbrowser.…
says
Invalid free() / delete / delete[]
at notify_free (heap.c:255)
by RtlFreeHeap (heap.c:1748)
by SysFreeString (oleaut.c:194)
by DocHost_Release (dochost.c:756)
by WebBrowser_Release (webbrowser.c:159)
by test_WebBrowser (webbrowser.c:2367)
Address 0x7f0ae944 is 4 bytes before a block of size 24 alloc'd
at notify_alloc (heap.c:247)
by RtlAllocateHeap (heap.c:1697)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:562)
by URLMoniker_GetDisplayName (umon.c:383)
And sure enough, it looks like a mismatch between
CoTaskMemAlloc() and SysFreeString(), which sounds bad.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20860
Summary: Read buffer overflow in INTERNET_SendCallback in
wininet... calling strlen on non-nul-terminated
buffer?
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The sixth error in
http://kegel.com/wine/valgrind/logs/2009-11-27-12.53/vg-urlmon_protocol.txt
is
Invalid read of size 2
at strlenW (unicode.h:216)
by heap_strdupW (internet.h:65)
by INTERNET_SendCallback (utility.c:313)
by SendAsyncCallbackProc (utility.c:351)
by INTERNET_WorkerThreadFunc (internet.c:3128)
by worker_thread_proc (threadpool.c:114)
Address 0x7f0ccac6 is 0 bytes after a block of size 14 alloc'd
at RtlAllocateHeap (heap.c:1697)
by SendAsyncCallback (utility.c:380)
by FTP_Connect (ftp.c:2447)
by INTERNET_InternetOpenUrlW (internet.c:2860)
by AsyncInternetOpenUrlProc (internet.c:2946)
by INTERNET_WorkerThreadFunc (internet.c:3128)
It looks like wininet's INTERNET_SendCallback() function
is using strlen when it shouldn't... it's even passed the
length as a parameter?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.