https://bugs.winehq.org/show_bug.cgi?id=41347
Bug ID: 41347
Summary: TMIDI Player: Some characters and logos in LCD are
rendered as black rectangles
Product: Wine
Version: 1.9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: b81a7d976e3c3de36a01401d125871d3014e6c67
Distribution: ---
Created attachment 55695
--> https://bugs.winehq.org/attachment.cgi?id=55695
Screenshot (Wine 1.9.19)
Some characters (number characters, ':', '/') and logos (XG, GENERAL MIDI, GS)
in LCD are rendered as black rectangles.
Download (Japanese): http://hp.vector.co.jp/authors/VA010012/
----- Result of regression testing -----
b81a7d976e3c3de36a01401d125871d3014e6c67 is the first bad commit
commit b81a7d976e3c3de36a01401d125871d3014e6c67
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 25 11:47:46 2012 +0200
gdi32: Always use the DIB engine for monochrome bitmap rendering.
:040000 040000 feafcbbcb88944b1f24f7a41555876f66db37167
56c006bf256eab577327225e165bf59c06fc04c9 M dlls
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40169
Bug ID: 40169
Summary: Recognize INTERNET_FLAG_SECURE with
INTERNET_INVALID_PORT_NUMBER in GetHttpConnection
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: PhoneixSegovia(a)gmail.com
Distribution: ---
When using GetHttpConnection with the port INTERNET_INVALID_PORT_NUMBER and the
flag INTERNET_FLAG_SECURE wininet interpret incorrectly and try to connect to
port 80.
For example this is the code used in the windows program to make a request:
#include "afxinet.h"
BOOL servicioPost(const char* actionPage, CString& strFormData, CString&
mensajeError, CString& contenidoFichero){
CString strHeaders = _T("Content-Type: application/x-www-form-urlencoded");
CHttpConnection* pConnection = NULL;
CHttpFile* pFile = NULL;
BOOL retorno = FALSE;
TRY{
CInternetSession session;
pConnection = session.GetHttpConnection(DOMINIO_SERVIDOR,
INTERNET_FLAG_SECURE,INTERNET_INVALID_PORT_NUMBER, NULL, NULL);
if (pConnection){
pFile = pConnection->OpenRequest(CHttpConnection::HTTP_VERB_POST,
actionPage, NULL, 1, NULL, NULL, INTERNET_FLAG_SECURE);
if (pFile){
if (pFile->SendRequest(strHeaders,
(LPVOID)(LPCTSTR)strFormData, strFormData.GetLength())){
retorno = TRUE;
// Make another stuff
}
}
}
}
CATCH_ALL(e){
char mensaje[100];
e->GetErrorMessage(mensaje, 100);
mensajeError = "Error Wininet: ";
mensajeError += mensaje;
}
END_CATCH_ALL
if (pConnection)delete pConnection;//don't skip
if (pFile)delete pFile;//don't skip
return retorno;
}
--
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=34807
Bug #: 34807
Summary: Gruntz crashes on startup in d3d
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarro.2783(a)gmail.com
Classification: Unclassified
Created attachment 46418
--> http://bugs.winehq.org/attachment.cgi?id=46418
console output of crash
The game Gruntz crashes after playing the first intro video, the backtrace
points to
=>0 0x7e317bb2 wined3d_surface_blt+0x2052() in wined3d (0x00326d58)
further output is attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38766
Bug ID: 38766
Summary: RpcBindingServerFromClient is unimplemented, needed to
determine client Computer Name/IP Address
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)colinfinck.de
Distribution: ---
Wine's rpcrt4.dll currently doesn't implement the RpcBindingServerFromClient
function.
The following code is the only way I know to determine the Computer Name/IP
Address of the client doing the RPC request:
====================================================================
RpcBindingServerFromClient(NULL, &hServerBinding);
RpcBindingToStringBindingW(hServerBinding, &pwszBinding);
RpcStringBindingParseW(pwszBinding, NULL, NULL, &pwszComputerName, NULL,
NULL);
====================================================================
I either need this function to be implemented or an alternative way to
determine the client's Computer Name/IP Address.
--
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=31420
Bug #: 31420
Summary: radar opus homeopathic software does not work
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: faiza_mk(a)hotmail.com
Classification: Unclassified
Created attachment 41301
--> http://bugs.winehq.org/attachment.cgi?id=41301
radar opus does not open install shield shows error
radar opus homeopathic software does not work
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40089
Bug ID: 40089
Summary: 64bit upx packed executable crashing at startup with
page fault
Product: Wine
Version: 1.9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ismail(a)i10z.com
Distribution: ---
Created attachment 53579
--> https://bugs.winehq.org/attachment.cgi?id=53579
wine debug log.
Download https://i10z.com/tmp/ffmpeg.exe and try to run:
> wine ./ffmpeg.exe
wine: Unhandled page fault at address 0x7fbf2f17c5b2 (thread 0024), starting
debugger...
Attached is the crash log.
--
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=29508
Bug #: 29508
Summary: Visual Studio 2005 trial can't create new project
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Visual C++ 2005 Trial installs ok with following recipe:
winetricks mfc42 dotnet20
use wine-1.3.15 to work around bug 27987 (or maybe just create the directory
that bug mentions)
mount image and run installer
but running the installed app with current wine, and doing
File / New / Project / win32 console app
type in the name of the project (say, "hello")
click OK
takes you into the New Project Wizard, but you can't complete it;
clicking OK does nothing. Clicking Cancel does let you back out cleanly.
Installing ie7 didn't fix the problem, but oddly, when you click on OK,
now a blank window comes up. Otherwise behavior is identical, can't finish
that dialog.
--
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=9277
Summary: Folder selection doesn't work correctly since 0.9.42
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loacoon(a)hotmail.com
When using Winzip, open a zip file and select Extract, and then in My Computer
select C:. The Program Files and Windows folders will appear, but you won't be
able to enter in any of them, and they'll be duplicated in the address bar if
you click on one of them.
This bug appeared in Wine 0.9.42 and does happen with any Windows app I tested.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35811
Bug ID: 35811
Summary: wine will stop execute new program when fullscreen
application is running
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Created attachment 47809
--> http://bugs.winehq.org/attachment.cgi?id=47809
running log when execute the other program.
wine will stop running new program when running a fullscreen game, like Diablo
III or Banished.
this is the log with "WINEDEBUG=warn+all winecfg"
warn:win:create_window_handle error 0 creating window
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
warn:font:synthesize_bold_glyph Emboldening format 0x62697473 is not supported
warn:win:create_window_handle error 1812 creating window
this just happened when the fullscreen game running for a period of time.
not happened instantly.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40895
Bug ID: 40895
Summary: Office 2007 applications crash on first launch after
install
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
Created attachment 54987
--> https://bugs.winehq.org/attachment.cgi?id=54987
Crash trace
Excel crashes after displaying the splash screen.
I've seen bug #28642, but I thought this was fixed.
--
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.