Displaying 20 results from an estimated 21 matches for "debugstr_a".
Did you mean:
debugstr_w
2002 Feb 19
1
Shlwapi UNC problems with IE6
Hi,
Using SHLWAPI in native mode with IE6 ends like this :
$ wine --winver winme IEXPLORE.EXE
[....]
Unhandled exception: page fault on read access to
0x00000001 in 32-bit code (0x4081749c).
In 32-bit mode.
Symbol h_errno is invalid
0x4081749c (PathIsUNCServerShareA+0x44 [path.c:1308]
in libshlwapi.so): cmpb $0x5c,0x0(%esi)
1308 if (lpszPath[0]=='\\' && lpszPath[1]=='\\')
2006 Mar 15
0
How to setup bitmap fonts?
...it says it is ignoring this font.
I found the folowing section in wine-0.9.9/dlls/gdi/freetype.c:
if(!FT_IS_SFNT(ft_face) && (FT_IS_SCALABLE(ft_face) || !(flags & ADDFONT_FORCE_BITMAP))) { /* for now we'll accept TT/OT or bitmap fonts*/
WARN("Ignoring font %s\n", debugstr_a(file));
pFT_Done_Face(ft_face);
return FALSE;
}
If I delete/comment it, my program works just fine. My question is:
a) I found somewhere, that it should be possible to set the bitmaps
somewhere in the registry, but didn't find exactly how. Could you
someone, please explain (or...
2016 Aug 05
0
Wine release 1.9.16
...ARN.
winepulse.drv: Don't hold PA-owned buffer between capture callbacks.
Andrey Gusev (8):
mmdevapi: Use debugstr_guid() in TRACE() message.
include: Add missing include directive in d3dx10tex.h.
include: Improve include directives in d3dx9* headers.
cabinet: Use debugstr_a() in TRACE() message.
riched20: Use debugstr_guid() in TRACE() messages.
wined3d: Fix a typo in state_zwriteenable() function name.
xinput: Fix XInputGetBatteryInformation spec file entry.
d3dx10: Add D3DX10CreateTextureFromMemory stub.
Anton Baskanov (6):
amstream: F...
2016 Mar 18
0
Wine release 1.9.6
...buffers.
Michael Stefaniuc (7):
dbghelp: Use CONTAINING_RECORD instead of reimplementing it.
riched20: Use SetRectEmpty() instead of open coding it.
winefile: Use SetRectEmpty() instead of open coding it.
wined3d: Use SetRect() instead of open coding it.
winex11: Use debugstr_a to print strings that can be NULL.
d3drm: Use debugstr_a to print a string that can be NULL.
dinput: Support IUnknown in the IDirectInputEffect COM object.
Miklós Máté (2):
wined3d: Warn only once about unsupported wrap state.
winex11: Don't create a temporary context e...
2018 Jul 09
0
Wine release 3.12
...ocedure instead of replacing it.
winex11.drv: Wake up the display on user input.
strmbase: Update comment for copying pin info.
quartz: Inline copying pin info and update comment.
psapi/tests: Avoid linking statically to kernel32 functions.
winegstreamer: Add a missing debugstr_a.
dbghelp/tests: Add a simple test for StackWalk64().
winemac.drv: Wake up the display on user input.
psapi/tests: Link statically to psapi.
psapi/tests: Avoid using PROCESS_ALL_ACCESS.
psapi/tests: Avoid failing silently.
psapi/tests: Call GetPerformanceInfo() af...
2009 Sep 25
0
Wine release 1.1.30
....
wined3d: Fix some function pointers and typedefs.
d3d10: Parse an effect type's basetype and class.
d3d10: Add initial support for parsing structures.
d3d10: Implement ID3D10EffectVariable::GetType().
d3d10: Implement ID3D10EffectType::GetDesc().
d3d10: Use debugstr_a()/debugstr_an() to trace external strings.
widl: Generate proper prototypes for function declarations without arguments.
d3d10: Add a debug function for D3D10_SHADER_VARIABLE_CLASS.
d3d10: Add a debug function for D3D10_SHADER_VARIABLE_TYPE.
d3d10core: Use debugstr_a()/debug...
2019 Aug 30
0
Wine release 4.15
...aces IDebugClient2-7.
dsound: Add missing defines.
include: Allow compiling against IDirectSound*8 interfaces.
odbccp32: Correct error when driver cannot be found.
msi: Don't error when an ODBC Data Source fails to register.
Andrey Gusev (1):
twain_32: Add missing debugstr_a.
André Hentschel (1):
ntdll: Add RtlUnwindEx spec entry for ARM64.
Austin English (2):
mscoree/tests: Mark tests as todo_wine if mono is not available on the current platform.
regini: Add stub program.
Benedikt Bär (1):
ucrtbase: Add more functions for Star Citizen 3.6.1....
2016 Jul 08
0
Wine release 1.9.14
...l window in set_style_hints.
msvcr120: Add fegetenv implementation.
msvcrt: Remove unused call_dtor function.
ntdll: Add RtlRestoreContext implementation.
msvcrt: Improve x86_64 nested exceptions handling.
riched20: Add support for ECO_NOHIDESEL flag.
msvcrt: Use debugstr_a to trace strings in __unDName function.
msvcrt: Return error when previously parsed type is accessed while demangling simple data type.
Sebastian Lackner (7):
include: Remove duplicate definition of WS_XML_NODE_POSITION.
gdi32: Fix copy & paste mistake in a comment.
win...
2017 Apr 13
0
Wine release 2.6
...tate handler.
Michael Stefaniuc (5):
kernel32/tests: Test HeapReAlloc with size 0.
comctl32/tests: Add an ImageList_Copy() test.
dmsynth: Don't store a SynthSink implementation in IDirectMusicSynth8Impl.
dwrite: Use SetRectEmpty() instead of memset().
dbghelp: Use debugstr_a() to trace a string that can be NULL.
Nikolay Sivov (28):
xmllite: Recognize us-ascii encoding.
xmllite/writer: Preserve original encoding name spelling in writer output.
dwrite: Added missing max bitmap size initialization.
shlwapi/tests: Remove workarounds for versions we...
2018 Sep 28
0
Wine release 3.17
...me instead of id in connect_output_pin().
quartz/filtergraph: Try other output pins if one shouldn't be rendered.
quartz/filtergraph: Simplify FilterGraph2_RenderRecurse().
quartz/filtergraph: Don't recursively render pins whose names begin with ~.
dbghelp/dwarf: Use debugstr_a() to trace external strings.
devenum: Factor friendly name and CLSID registration into register_codec().
devenum: Register AVI capture devices as codec devices.
devenum: Only scan for devices for the requested filter category.
quartz/filtergraph: Improve HRESULT propagation...
2011 Mar 04
0
Wine release 1.3.15
...lized data in notify_itemactivate (Valgrind).
Alexandre Goujon (1):
ws2_32: Make gethostbyname fail if WSAStartup was not called before.
Alexandre Julliard (39):
cabinet: Fix the remaining todo_wine tests in fdi.c.
cabarc: Set the initial cabinet number to 0.
kernel32: Use debugstr_a to avoid overflow with user-specified string.
ntdll: Improve the error reporting for invalid PE file architectures.
wine.inf: Put some fake dlls in the right place for WoW64.
cabinet: Preserve trailing slash on directory name in Extract().
server: Increment the usage count o...
2016 Apr 29
0
Wine release 1.9.9
...ecurityInfoByURLW,.
wininet: Don't use INTERNET_MAX_* macros in parse_proxy_url.
wininet: Don't use INTERNET_MAX_HOST_NAME_LENGTH in InternetCheckConnectionW.
Jean-Christophe Cardot (2):
winhlp32: Fix some images not shown in certain 16-bit help files.
winhlp32: Use debugstr_a() to trace.
Jens Reyer (1):
msiexec: Fix a typo in the manpage.
Józef Kucia (15):
wined3d: Add EXT_texture_array extension.
wined3d: Create dummy 2D array textures.
wined3d: Merge codepaths in surface_download_data().
wined3d: Add support for rendering to 2D array te...
2017 Feb 17
0
Wine release 2.2
...x is a stub dll or firewall is enabled.
dpnet/tests: Add tests to show IDirectPlay8ThreadPool is a singleton object.
dplayx/tests: DirectPlay IPX support was removed in Vista.
dplayx: Don't print an error when no Lobby Providers are found.
Andrew Eikum (1):
jsproxy: Use debugstr_a on URL.
Andrew Wesie (2):
ntdll: Read entry point in LdrInitializeThunk.
wined3d: Add cube array sampler support.
Andrey Gusev (1):
xinput1_3: Avoid spamming FIXME for XInputGetKeystroke.
Andrey Semakin (2):
winemine: Mine random placing fix.
winemine: Added Shift+L...
2006 Nov 10
0
Wine release 0.9.25
...turn an error for INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not being implemented
secur32: Make the path to ntlm_auth easier to change by moving the executable name to the top of ntlm.c.
winedump: Fix printf warning in the generated code.
rpcrt4: Remove unnecessary quotes in traces, as debugstr_a and debugstr_w add them instead.
include: Add RPC/DCE defines and structures related to RPC_SECURITY_QOS_V2.
rpcrt4: Open the endpoint from the caller of RpcServerUseProtseq* instead of the protseq server thread.
rpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn't make muc...
2009 Aug 21
0
Wine release 1.1.28
...wined3d: Remove some unused fields from struct wined3d_gl_info.
wined3d: Remove the redundant vs_nv_version and ps_nv_version fields from struct wined3d_gl_info.
wined3d: Recognize GL_VENDOR "Tungsten Graphics, Inc." as VENDOR_MESA.
wined3d: Escape GL strings with debugstr_a() in IWineD3DImpl_FillGLCaps().
wined3d: Add a separate function for guessing the vendor.
wined3d: Add a separate function for parsing the GL version.
wined3d: Add a separate function for guessing the driver version.
wined3d: Add a separate function for guessing the card....
2011 Oct 21
0
Wine release 1.3.31
...ot_of implementation.
msvcp90: Added basic_string::replace iterator based functions.
msvcp90: Added basic_string::erase iterator based functions.
msvcp90: Added basic_string::get_allocator implementation.
msvcp90: Fix buffer size in basic_string_char_grow.
msvcp90: Use debugstr_a to avoid overflow in traces.
msvcp: Sync spec files.
msvcrt: Initialize all ctype fields.
shell32: Don't convert output parameter in SHBrowseForFolderA (Valgrind).
shell32/tests: Fix uninitialized memory access (Valgrind).
Ri?ardas Barkauskas (12):
ddraw: Use unsa...
2012 Sep 28
0
Wine release 1.5.14
...tViewports().
wined3d: wined3d_device_set_material() never fails.
wined3d: wined3d_device_get_material() never fails.
wined3d: Implement WINED3DSIH_EMIT in the GLSL shader backend.
d3d10core: Replace a FIXME with a TRACE in d3d10_device_CreateSamplerState().
d3d10: Use debugstr_a() on variable names in parse_fx10_object().
wined3d: wined3d_device_set_sampler_state() never fails.
wined3d: wined3d_device_get_sampler_state() never fails.
wined3d: Implement version checks for geometry shaders.
d3d10core: Add a missing return to d3d10_device_CreateGeometr...
2009 Feb 27
0
Wine release 1.1.16
...tub HidD_SetFeature.
Andrew Talbot (2):
rsaenh: Replace malloc/realloc with HeapAlloc/HeapReAlloc.
twain_32: Replace realloc() and strdup().
Aric Stewart (21):
gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overruns the buffer.
wininet: use debugstr_a in NETCON_getNextLine TRACE to avoid overflow on long lines.
msctf: Add Enable key and User key for language profile.
msctf: Implement ITfInputProcessorProfiles::EnableLanguageProfile.
msctf: Implement ITfInputProcessorProfiles::EnableLanguageProfileByDefault.
msctf: Impleme...
2011 Sep 23
0
Wine release 1.3.29
...ingle trace.
po: Remove English strings from the Esperanto translation.
po: Remove English strings from the Danish translation.
po: Remove English strings from the Bulgarian translation.
comctl32: Don't crash when getting a bad image list handle.
msi: Don't use debugstr_a() on an output parameter.
crypt32: Fix printing NULL strings.
advapi32: Fix printing NULL strings.
ntdll: Fix printing NULL strings.
wininet: Fix printing NULL strings.
winex11: Fix printing NULL strings.
version: Fix printing NULL strings.
shell32: Fix pri...
2009 Jan 30
0
Wine release 1.1.14
...n95.
shell32/tests: Use A-functions to test on Win9x.
shell32/tests: Fix a test failure on Win9x and W2K.
shell32/tests: Fix a test on Win9x, WinME and W2K.
wintrust/tests: Fix a test failure on W2K.
user32: Allocate buffer on heap.
inetcomm: Wrap a few traces in debugstr_a() (Coverity).
quartz/tests: Fix test failures on Win95 by using A-functions.
kernel32/tests: Fill the buffer to show a bug in Wine.
kernel32/tests: Don't crash when run as a normal user.
kernel32/tests: Fix some test failures on several platforms.
kernel32/tests: F...