https://bugs.winehq.org/show_bug.cgi?id=40562
Bug ID: 40562
Summary: AkelPad: [ToolBar plugin] tooltips for toolbar buttons
have some extra text
Product: Wine
Version: 1.9.5
Hardware: x86-64
URL: https://sourceforge.net/projects/akelpad/files/AkelPad
%204/4.9.7/x64/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: godevilove(a)ya.ru
Distribution: Debian
OS: Debian 8.4 x64
Wine: wine-development (multiarch) 1.9.5-3~bpo8+1 (from jessie-backports)
AkelPad: 4.9.7 (x64)
STR:
1. Install AkelPad using the installer.
2. Run AkelPad and open 'Options > Plugins' (or hit Alt+P) and check there
'ToolBar::Main' checkbox + double click that line to run that plugin
immediately. Now there should appear a new toolbar in AkelPad's window.
3. Hover the cursor over some buttons like 'Save' button. There should appear a
tooltip with some text.
Expected Result:
Text of the tooltip should be just 'Save'.
Actual Result:
Text of the tooltip is 'Save<square>Ctrl+S' where '<square>' represents a
rectangle symbol, like the one that usually shows up in browsers when there's
no icon for that char in the specified font. All other buttons also have
tooltips with text in '<text><square><shortcut>' format instead of just
'<text>'.
--
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=39911
Bug ID: 39911
Summary: dxd9 PresentationInterval not propagated on device
Reset
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: zakk(a)rsdio.com
Background: The steam game XIIZeal relies on vsync to run the game engine
timing; under wine (on OSX) fullscreen runs at an unlimited speed, while on
windows it runs at the refresh rate of your display.
Looking into this this is the sequence of events as best I can tell:
It creates a D3D9 Device with PresentationInterval set to
D3DPRESENT_INTERVAL_IMMEDIATE
Wine creates the device, swap chain, OpenGL context and eventually calls
wglSwapInterval(0).
Then the game does a device Reset, in that reset the PresentationInterval is
set to D3DPRESENT_INTERVAL_ONE. Wine does not ever call wglSwapInterval(1)
after this reset, thus the framerate is never limited.
If I hack up wined3d_device_reset() to call wglSwapInterval() based on the
PresentationInterval the game behaves as expected. However I don't know if this
is the best way to approach this issue.
--
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=38102
Bug ID: 38102
Summary: Process Hacker 2.x needs
winsta.dll.WinStationEnumerateW
Product: Wine
Version: 1.7.0
Hardware: x86
URL: http://processhacker.sourceforge.net/downloads.php
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: abolte(a)systemsaviour.com, dmex04(a)gmail.com,
teras(a)luukku.com, winebug(a)mailinator.com
Depends on: 34318, 34317
Distribution: ---
You'll need winetricks comctl32 to work around bug 34465.
I used the portable binaries. Extract, run the x86 version, then click the
users tab. Boom.
austin@debian-home:~$ sha1sum processhacker-2.33-bin.zip
2738c909fa6b37a22a4aa256e5d7e733449b905e processhacker-2.33-bin.zip
austin@debian-home:~$ du -h processhacker-2.33-bin.zip
2.7M processhacker-2.33-bin.zip
austin@debian-home:~$ wine --version
wine-1.7.36-28-ga679cae
--
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=36556
Bug ID: 36556
Summary: valgrind shows a definite leak in
comctl32/tests/syslink.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so syslink && touch syslink.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==26003== 120 bytes in 5 blocks are definitely lost in loss record 507 of 758
==26003== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==26003== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==26003== by 0x7B8457FF: HeapAlloc (heap.c:271)
==26003== by 0x7B845A26: GlobalAlloc (heap.c:364)
==26003== by 0x7B846E63: LocalAlloc (heap.c:967)
==26003== by 0x4FE7A09: ReAlloc (comctl32undoc.c:101)
==26003== by 0x504BDC5: SYSLINK_Render (syslink.c:749)
==26003== by 0x504D69E: SysLinkWindowProc (syslink.c:1596)
==26003== by 0x53B04F5: ??? (winproc.c:173)
==26003== by 0x53B066A: call_window_proc (winproc.c:244)
==26003== by 0x53B2803: WINPROC_call_window (winproc.c:900)
==26003== by 0x536F11C: call_window_proc (message.c:2223)
==26003== by 0x5371FBA: send_message (message.c:3260)
==26003== by 0x53725D8: SendMessageW (message.c:3454)
==26003== by 0x53A1E2B: WIN_CreateWindowEx (win.c:1634)
==26003== by 0x53A2313: CreateWindowExW (win.c:1751)
==26003== by 0x4D29DF0: create_syslink (syslink.c:174)
==26003== by 0x4D2A03E: func_syslink (syslink.c:235)
==26003== by 0x4D64DB9: run_test (test.h:584)
==26003== by 0x4D651A8: main (test.h:654)
==26003==
--
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=26268
Summary: we need unimplemented function
ntdll.dll.ZwSetLdtEntries
Product: Wine
Version: 1.3.14
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jl2001(a)inbox.ru
possible to do this ?
wine: Call from 0x7bc3e820 to unimplemented function ntdll.dll.ZwSetLdtEntries,
aborting
wine: Unimplemented function ntdll.dll.ZwSetLdtEntries called at address
0x7bc3e820 (thread 0026), starting debugger...
Unhandled exception: unimplemented function ntdll.dll.ZwSetLdtEntries called in
32-bit code (0x7bc3e820).
Backtrace:
=>0 0x7bc3e820 __wine_spec_unimplemented_stub+0x50() in ntdll (0x0033f63c)
1 0x7bc21569 in ntdll (+0x11568) (0x0033f63c)
2 0x80000100 (0x0033f6a0)
3 0x00475618 in ruro (+0x75617) (0x0033f6dc)
4 0x00471c52 in ruro (+0x71c51) (0x0033fc5c)
5 0x004727dd in ruro (+0x727dc) (0x0033fc7c)
OR
ruro-programmers said:
"In the last ruro function ZwSetLdtEntries not invoked if it does not exist in
the system. If it exists in the system, it will be called. The only option that
is now possible to crash it if the emulator provides this feature, but it is
called an emulator is completed, due to the fact that it is not implemented. To
get around this, you can either put the emulator, do this for you, or you can
configure it so that it did not export functions are not implemented."
(from Russian language:
В последнем ruro функция ZwSetLdtEntries не вызывается, если она не существует
в системе. Если она существует в системе, она будет вызвана. Единственный
вариант, при котором сейчас возможен вылет, это если эмулятор предоставляет эту
функцию, но на ее вызове эмулятор завершается, из-за того, что она не
реализована. Чтоб это обойти, нужно либо поставить эмулятор, где эта функция
реализована, либо настроить его так, чтоб он не экспортировал не реализованные
функции.)
--
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=36838
Bug ID: 36838
Summary: TOCA Touring Car Championship: installer copies one
file from CD and then shows an error
Product: Wine
Version: 1.7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Step to reproduce:
Clean wine prefix.
Win version set to Windows 98 and virtual desktop enabled in winecfg, no other
changes.
Original CD in drive.
cd ~/.wine/drive_c
wine /media/cdrom0/setup.exe
Installer starts, click install.
Enter new or accept default path.
Installer asks confirmation of path creation, click yes.
Installer asks confirmation of bypassing DirectX 5 installation, click yes.
An error pop up stating that an error occured during file copying. click yes.
Installer closes.
No terminal output at all.
One file has been copied as C:\Codemast\TourCar\tourcars.exe
Notes:
tourcars.exe cannot be launched directly, must run setup.exe to start game.
Copying the whole CD to C:\Codemast\TourCar does not work around the issue.
Running setup.exe from c:\Codemast\TourCar wants to copy files anyway.
The issue is also present with the demo:
http://www.jeuxvideo.com/telecharger/jeux-et-demos/00000413-toca-touring-ca…
sha1sum:
3c7a4d0d8bc7e6f5095358b3d3ff005e53e44d4b tocademo_JeuxVideo.com_413.zip
Extract and copy tocademo.exe to ~/.wine/drive_c and run from there.
Debian 7.5 Wheezy x86_64
Wine 1.7.21 32bits compiled from git.
No patches, no third party apps.
--
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=40851
Bug ID: 40851
Summary: macOS 10.12 Build Failure in winspool.drv with
cupsGetPPD
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: spooler
Assignee: wine-bugs(a)winehq.org
Reporter: alexander(a)neilson.net.nz
Created attachment 54840
--> https://bugs.winehq.org/attachment.cgi?id=54840
Homebrew Wine build log with 40830 patch applied
After applying the patch from bug 40830 I still experienced a build failure as
seen in the trace log attached.
I haven't been able to find any changelog entry to explain why this would be a
build failure in macOS 10.12 however from the extract below its feeling to me
like the deprecated cupsGetPPD is being missed out however potential call. (I
am still to verify the difference between the framework on my 10.11 version)
I wonder if the comment about the build flags from
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/cups/ppd.h
may be required to be applied to switched (but I haven't validated if I am on
the right track or wrong track)
--Extract from the Trace Log--
info.c:788:1: error: use of undeclared identifier 'cupsGetPPD'; did you mean
'cupsGetFd'?
CUPS_FUNCS;
^
info.c:779:13: note: expanded from macro 'CUPS_FUNCS'
DO_FUNC(cupsGetPPD); \
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/cups/cups.h:392:22:
note: 'cupsGetFd' declared here
extern http_status_t cupsGetFd(http_t *http, const char *resource, int fd);
^
info.c:807:29: error: too few arguments to function call, expected 3, have 1
ppd = pcupsGetPPD( name );
~~~~~~~~~~~ ^
../../tools/winegcc/winegcc -o wintab.dll16.so -B../../tools/winebuild -m32
-fasynchronous-unwind-tables -shared wintab.dll16.spec \
-m16 -Wb,--main-module,wintab32.dll wintab.o ../../libs/port/libwine_port.a
2 errors generated.
make[1]: *** [info.o] Error 1
make: *** [dlls/winspool.drv] Error 2
make: *** Waiting for unfinished jobs....
--Extract from the PPD.h file--
* THESE APIS ARE DEPRECATED. TO COMPILE WITHOUT WARNINGS ADD
* -D_PPD_DEPRECATED="" TO YOUR COMPILE OPTIONS. THIS HEADER AND THESE
* FUNCTIONS WILL BE REMOVED IN A FUTURE RELEASE OF CUPS.
Regards
Alexander
--
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=40618
Bug ID: 40618
Summary: Autodesk 123D Design needs msvcr100.dll.mbsrtowcs_s
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: piotr(a)codeweavers.com
Distribution: ---
Reported by a user in #winehq:
fixme:win:EnumDisplayDevicesW ((null),0,0xdff210,0x00000000), stub!
wine: Call from 0x7b43bf3c to unimplemented function msvcr100.dll.mbsrtowcs_s,
aborting
fixme:dbghelp:elf_search_auxv can't find symbol in module
and it's unimplemented ;)
--
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=40923
Bug ID: 40923
Summary: Alone in the Dark (2008) crashes on launch with msvcrt
assertion
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: abolte(a)systemsaviour.com
Distribution: ---
Created attachment 55032
--> https://bugs.winehq.org/attachment.cgi?id=55032
alone_in_the_dark_2008-1.9.13.log
alone_in_the_dark_2008-1.9.13.log shows the console output for the 2008
re-imagining of Alone in the Dark, tested against 1.9.13 with a crash on launch
(but past the activation and SecuROM checks - no crack required).
Running "winetricks vcrun2005" works around the problem.
--
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.