https://bugs.winehq.org/show_bug.cgi?id=52465
Bug ID: 52465
Summary: Toolbar: Wrong TB_GETBUTTON message processing,
returns (-1) instead of separator width in TBBUTTON
structure
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: yal(a)csoftcom.com
Distribution: ---
>From MSDN documents about TB_GETBUTTON : If the button is a separator, that is,
if fsStyle is set to BTNS_SEP, iBitmap determines the width of the separator,
in pixels.
So, this code needs to change:
/wine/dlls/comctl32/toolbar.c:3373
static LRESULT
TOOLBAR_GetButton (const TOOLBAR_INFO *infoPtr, INT nIndex, TBBUTTON *lpTbb)
{
---------------------------<cut>------------------------
/*From MSDN documents: If the button is a separator, that is, if fsStyle is
set to BTNS_SEP,
iBitmap determines the width of the separator, in pixels*/
lpTbb->iBitmap = (btnPtr->fsStyle & BTNS_SEP) ? SEPARATOR_WIDTH :
btnPtr->iBitmap;
---------------------------<cut>------------------------
--
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=23077
Summary: UltraEdit 16.10: Plus sign doesn't appear in directory
tree
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28652)
--> (http://bugs.winehq.org/attachment.cgi?id=28652)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) install UltraEdit
3) wine Uedit32.exe
4) close all popup windows (buy now, tip of the day etc.)
5) In "File View" Window click on plus sign of "C" then "Program Files"
6) Click on plus sign of "Internet Explorer" branch will unfold, plus sign
changes to minus sign
7) Click on minus sign of "Internet Explorer" branch will fold
Behaviour:
After seventh step minus sign of "Internet Explorer" stays minus sign and I
cannot unfold that branch anymore
Expected behaviour:
After seventh step minus sign of "Internet Explorer" should convert itself into
plus sign and I should have ability to unfold the branch
In terminal I get only
fixme:win:LockWindowUpdate (0x100a0), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
for every successful fold/unfold operation
--
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=58186
Bug ID: 58186
Summary: EdrawMax : when open this application, it hangs there
until not responding
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 531573964(a)qq.com
Distribution: ---
I build wine from source code (branch master).
Then install this application by url
https://cc-download.edrawsoft.cn/edraw-max_cn_64bit_14.2.2_full5374.exe?_gl….
Then run this application, it hangs all time.
I install wine-stable by command "apt install wine-stable". It work. I dont
know how to resolve this proble.
Please help me, thanks very much.
--
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=58177
Bug ID: 58177
Summary: BarnHam Junction crashes with stack overflow when run
in wow64 mode.
Product: Wine
Version: 10.6
Hardware: x86-64
URL: https://web.archive.org/web/20160618223223if_/http://b
lockpostsoftware.co.uk/files/Barnham_Version_R1_setup.
exe
OS: Linux
Status: NEW
Keywords: download, wow64
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Starts fine in with a none-wow64 build, but with wow64-build:
0024:err:environ:init_peb starting L"C:\\Program Files (x86)\\Block Post
Software\\Barnham Junction Simulation\\Barnham Junction.exe" in experimental
wow64 mode
0150:fixme:system:NtUserSystemParametersInfo Unimplemented action: 59
(SPI_SETSTICKYKEYS)
0150:err:virtual:virtual_setup_exception stack overflow 384 bytes addr
0x6ffffff51b37 stack 0x7ffffe300e80
(0x7ffffe300000-0x7ffffe301000-0x7ffffe3ffd20)
--
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=49280
Bug ID: 49280
Summary: Possible usage of null pointer line_def in edit.c
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal54(a)gmail.com
Distribution: ---
`line_def` may be null(based on condition on while loop) but is used later
`line_def->width`
```
while (line_def && line_idx)
{
line_def = line_def->next;
line_idx--;
}
w = es->format_rect.right - es->format_rect.left;
lw = line_def->width;
```
https://github.com/wine-mirror/wine/blob/f0ad5b5c546d17b281aef13fde996cda08…
--
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=15741
Summary: Emule: Configuration asistant window is not repainted
correctly
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://www.emule-project.net
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=16836)
--> (http://bugs.winehq.org/attachment.cgi?id=16836)
Screenshot in WinXP
The first time you run eMule, a configuration window will appear and after you
pass to the second step, the background of the first window will still remain
in the back. Check the screenshots.
--
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=58268
Bug ID: 58268
Summary: Age of Empires crashes on startup but leaves a
backtrace
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scottkidman(a)protonmail.com
Distribution: ---
Created attachment 78614
--> http://bugs.winehq.org/attachment.cgi?id=78614
Backtrace for Age of Empires 3
Age of Empires crashes at startup but leaves a backtrace file.
--
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=15743
Summary: eMule: Misplaced info in the widgets
Product: Wine
Version: 0.9.16.
Platform: PC
URL: http://www.emule-project.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=16841)
--> (http://bugs.winehq.org/attachment.cgi?id=16841)
Screenshot in WinXP
Looks like the info in the tabs is around 1 o 2 pixels lower than they should.
Check the screenshots.
--
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=8878
KRosUser <kyle.kcsoftwares(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kyle.kcsoftwares(a)gmail.com
--- Comment #10 from KRosUser <kyle.kcsoftwares(a)gmail.com> ---
https://web.archive.org/web/20040718175530/http://palmone.r3h.net/downloads…
but I couldn't make installation succeed with wine 10.7
--
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=40416
Bug ID: 40416
Summary: Attempts to open some dialogs causing programs to
softlock
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hagepri2013(a)gmail.com
In some programs, attempting to open certain dialogs causes the program to
freeze without responding. This behavior can be observed in the most recent
version of 0CC-Famitracker, found here: http://hertzdevil.info/programs/
Attempting to open the configuration dialog (marked by a hammer in the top bar)
will cause the program to hang. The program will also hang when attempting to
modify any new instrument.
Is there some bug with Wine dispatching Windows dialogs? This program is
developed in Visual Studio 2015.
http://prntscr.com/ao0x5n
This screenshot depicts the button which will cause the hang. The program will
continue to produce sound and the oscilloscope will continue to move as well,
but the rest of the program will freeze.
--
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=23225
Summary: Cyberboard Player: missing control buttons
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://cyberboard.brainiac.com/cyberboardv310.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28904)
--> (http://bugs.winehq.org/attachment.cgi?id=28904)
Wine vs WinXP
There are at least 3 missing control buttons in Cyberboard Player. Attachment
shows that better. I tried many wine versions since 0.9.49 till
1.2-rc3, but it probably never worked correctly.
To reproduce: "File" -> "Open" -> "GenericGame.gam"
I left this in UNCONFIRMED, but someones confirmation is welcomed ;)
--
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=58272
Bug ID: 58272
Summary: I am unable to launch the windows program Universalis
from: https://universalis.com/n-windows.htm
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tmannoia(a)gmail.com
Distribution: ---
Created attachment 78620
--> http://bugs.winehq.org/attachment.cgi?id=78620
I am unable to launch the windows program Universalis from:
https://universalis.com/n-windows.htm
I am unable to launch the I am unable to launch the windows program Universalis
from: https://universalis.com/n-windows.htm
--
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=58239
Bug ID: 58239
Summary: Just Cause 4 - Black screen on startup
Product: Wine-staging
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: javieruzin97(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 78573
--> http://bugs.winehq.org/attachment.cgi?id=78573
0134:fixme:connectivity:factory_GetRuntimeClassName iface 00006FFFF8FD4050,
class_name 0000000000023180 stub! 0134:fixme:combase:RoGetActivationFactory
(L"Windows.Networking.Connectivity.NetworkInform
The game starts but freezes on a black screen in windowed mode.
0134:fixme:connectivity:factory_GetRuntimeClassName iface 00006FFFF8FD4050,
class_name 0000000000023180 stub!
0134:fixme:combase:RoGetActivationFactory
(L"Windows.Networking.Connectivity.NetworkInformation",
{5074f851-950d-4165-9c15-365619481eea}, 0000000000022C88): semi-stub
0134:fixme:connectivity:factory_GetRuntimeClassName iface 00006FFFF8FD4050,
class_name 0000000000022C60 stub!
0134:err:virtual:virtual_setup_exception stack overflow 1728 bytes addr
0x6fffffc37df0 stack 0x20940 (0x20000-0x21000-0x120000)
--
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=58102
Bug ID: 58102
Summary: Anarch: Regression in wine-devel 10.3 (21 Mar 2025
repack): game crashes on startup
Product: Wine
Version: 10.3
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
The game Anarch crashes on startup since the wine-devel 10.3 (21 Mar 2025
repack) for macOS. It will load the fullscreen game window and play the
background music for around 1 second before crashing.
The last lines in the macOS Terminal before the crash with wine-devel 10.3 (21
Mar 2025 repack) are:
0124:err:d3d:wined3d_swapchain_resize_buffers Something's still holding back
buffer 0 (00014AA0).
0124:fixme:vulkan:wine_vkAllocateMemory Using VK_EXT_external_memory_host
0140:fixme:d3d:wined3d_sampler_vk_cs_init Unhandled srgb_decode 0.
[mvk-warn] VK_ERROR_FEATURE_NOT_PRESENT: Metal does not support disabling
primitive restart.
[mvk-info] Created 2 swapchain images with size (1440, 900) and contents scale
1.0 in layer CAMetalLayer: WineMetalView (0x20a61cb80) on screen Main Screen.
0140:err:msvcrt:_wassert (L"!status &&
\"vkQueueSubmit\"",L"/tmp/wine-devel-10.3/dlls/winevulkan/loader_thunks.c",6260)
Assertion failed: !status && "vkQueueSubmit", file
/tmp/wine-devel-10.3/dlls/win
evulkan/loader_thunks.c, line 6260
It appears Vulkan was updated to version 1.1.0 with the wine-devel 10.3 (21 Mar
2025 repack) compared to the original wine-devel 10.3 release
game: Anarch v1-01 (Anarch_winshitxp_sdl_1-1.exe)
download link:
https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_winshitxp_sdl_…
sha256: b8d109102e7cd012f34ba59ef4a89f07e6db9e5edfe9ed476b63158b19141a67
Wine downloaded from Homebrew sources, with GStreamer 1.26.0 installed.
Wine versions tested working (macOS):
- wine CrossOverFOSS 23.7.1-1 (based on wine 8.0.1)
- wine-stable 10.0
- wine-devel 10.3 (original release - now renamed
"wine-devel-10.3-osx64_20240320.tar.xz")
download link:
https://github.com/Gcenx/macOS_Wine_builds/releases/download/10.3/wine-deve…
sha256: aa7016e7e2461e2357e42526554fea03a745ee6cc71f8401351e47c0367ea709
Wine versions tested broken (macOS):
- wine-devel 10.3 (21 Mar 2025 repack)
download link:
https://github.com/Gcenx/macOS_Wine_builds/releases/download/10.3/wine-deve…
sha256: 0f3f75dce91f189ae0125cd7dcd5a2adc633330f03fb5bf231b92b44835ea884
- wine-devel 10.4
- wine-devel 10.5
- wine-staging 10.5
--
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=58266
Bug ID: 58266
Summary: Error execution indiana jones and the great circle
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: MARC.GILC78.IN(a)GMAIL.COM
Distribution: ---
Created attachment 78610
--> http://bugs.winehq.org/attachment.cgi?id=78610
safe mode execution error
Hello, when trying to run the game Indiana Jones and the Great Circle with
Lutris it gives an error, the game starts, I can get to the menus and it is
when starting a new game when after selecting the slot, the game experience and
the adventure experience the game crashes, all this running in safe mode, if I
do it in normal mode the game starts but it doesn't even get to the main menu,
it crashes before
My system is a Xeon E5 2667 V2 with 32 GB DDR3 RAM and Gigabyte RX 580 8 GB
graphics
This is the first time I try to submit a bug to ask for help, if there is
missing information or something incorrect I apologize and new instructions to
try a possible solution
--
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=45769
Bug ID: 45769
Summary: 0CC-FamiTracker etc. crashes after saving, due to
AfxFormatString1(out=in)
Product: Wine
Version: 3.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jimbo1qaz(a)gmail.com
Distribution: ---
0CC-FamiTracker 0.3.14.5 (http://hertzdevil.info/programs/0CCft_v0314r5.7z )
and my j0CC fork
(https://github.com/jimbo1qaz/j0CC-FamiTracker/releases/download/j0.6.0a/j0C…
) crash after saving.
Confirmed on multiple machines including Ubuntu with 3.14 and 3.15, and a
Debian x64 VM with a .wine created under Debian version, and upgraded to 3.0.2.
Instructions:
- Open 0CC (and optionally open an existing file.
- Press Space (to enable editing) and mash the keyboard a bit to enter notes.
- Press Ctrl+S and specify a filename.
- Mash a few keys and press Ctrl+S a few times.
At this point 0CC will usually crash with an assertion error in CString, often
with a backtrace consisting of a single entry of 0x0. One time I got a
backtrace pointing to MFC UI code.
------------
I think this is a memory corruption issue arising from calling
`AfxFormatString1(text, IDS_FILE_SAVED, text);` with the same input and output
=
https://github.com/HertzDevil/0CC-FamiTracker/blob/v0.3.14.5/Source/FamiTra…
But it doesn't crash on Windows. Is that a program bug or Wine bug?
- I think MFC is statically linked.
I thought it was a regression from some unknown earlier revision, but I
installed a Debian Stretch 64 VM, `apt-get install wine wine32`
(https://packages.debian.org/stretch/wine = 1.8.7-2), and `wine
0CC-FamiTracker.exe` experiences the same issue. Maybe the crash doesn't
manifest on Wine 32? IDK.
-----------
The code in question has been removed from 0CC, and I will be including a
workaround (don't call AfxFormatString1(out=in)) into j0CC soon.
--
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=58271
Bug ID: 58271
Summary: Window decoration issues in Wine with Wayland driver
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: mexano222(a)gmail.com
Distribution: ---
Created attachment 78617
--> http://bugs.winehq.org/attachment.cgi?id=78617
default decorations
When running applications through Wine using the native Wayland driver,
windowed applications are not receiving proper window decorations (e.g.,
titlebars, borders) from the system window manager. Instead, Wine's default,
minimal, and visually unappealing decorations are displayed.
I have enabled option "Allow the window manager to decorate the windows" in
winecfg and it's working fine on Xwayland. But this option does not appear to
have any effect under native Wayland.
--
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=35274
Bug ID: 35274
Summary: Heavy Metal Pro page faults when using "open from"
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: liquitsnake(a)gmx.net
Classification: Unclassified
This seems similar to bug 21665, but is not the same bug (as it has been fixed
long ago)
When using "open from" to load a file in Heavy Metal, the program will page
fault as soon as the "open" button is pressed. Similarily, it will page fault
when using "save to" most of the time. That makes it impossible to use these
functions.
It doesn't appear to be a regression (I have witnessed this on all versions
from 1.3.7 to 1.7.9).
Using native comctl32.dll solves the crashing. The native DLL used in my
testing has the MD5 2f0680d0ac7b37cd5f3b118024ad0f0d.
--
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=58270
Bug ID: 58270
Summary: Heavy Metal Pro installer does not show EULA
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 78615
--> http://bugs.winehq.org/attachment.cgi?id=78615
HMP in Wine without EULA
Installer:
https://web.archive.org/web/20170423061255/http://heavymetalpro.com/newfile…
Runtimes:
https://web.archive.org/web/20170423121800/http://www.heavymetalpro.com/new…
Does not show EULA
Log:
wine hmp_v522_r3_update.exe
025c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0264:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0264:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0264:fixme:ieframe:PersistStreamInit_InitNew (00F98440)
0294:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 70EB4250,
context 01024460, init_notify 0, handle 055CFE00): stub
0264:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile
(05254630)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 00ACB6CC)
0264:fixme:file:NtLockFile I/O completion on lock not implemented yet
0264:fixme:ieframe:BrowserService_GetTravelLog 08F49108 00ACBCC0
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACBCA0)
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACC980)
0264:fixme:dwmapi:DwmGetCompositionTimingInfo (00000000 00ACC594)
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACE0D0)
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACE104)
0264:fixme:ieframe:ControlSite_OnFocus (00F98518)->(1)
0264:fixme:ieframe:InPlaceSite_OnUIActivate (00F98518)
0264:fixme:mshtml:OleDocumentView_UIActivate OnUIActivate failed: 80004001
0264:fixme:ieframe:DocHostUIHandler_GetDropTarget (00F98518)
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACEE2C)
0264:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
02f4:fixme:dwmapi:DwmFlush stub.
0264:fixme:ieframe:DocHostUIHandler_GetDropTarget (00F98518)
0060:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0060:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0060:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0264:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{a3da04e0-57d7-482a-a1c1-61da5f95bacb}
0264:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{917b96b1-ecad-4dab-a760-8d49027748ae}
0264:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{26d1e091-0ae7-4f49-a554-4214445c505c}
0264:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
--
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=5898
KRosUser <kyle.kcsoftwares(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kyle.kcsoftwares(a)gmail.com
--- Comment #51 from KRosUser <kyle.kcsoftwares(a)gmail.com> ---
Any update on recent Wine 10.7 ?
--
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=12123
Summary: Wall Street Advisor 1.27 redraw problems
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.lathuy.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 7430 is fixed, on to runtime problems.
To install this app, first to
sh winetricks vcrun6 wsh56
Start the app. You'll see a tree control on the left
whose root node flashes constantly. Also, the main
pane doesn't redraw properly when you drag some
unrelated window in front of it.
(Also, the app outputs
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
on startup. I think that's associated with ado15, but
doing winetricks art2kmin doesn't seem to help that...? ADO has
always been a mystery to me. But that's a different bug.)
--
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=32342
Bug #: 32342
Summary: PlanetSide2 Error message and bugreport.txt and
debug.log in Steam.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Classification: Unclassified
Created attachment 42683
--> http://bugs.winehq.org/attachment.cgi?id=42683
PlanetSide2 bugreport.txt
Cannot run PlanetSide 2 on x64 Fedora 17. Popuing up three similar error log
message with attached bugreport. Also attached debug.log is generated in Steam
install dir.
--
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=40584
Bug ID: 40584
Summary: DLTCEP: wrong window layout, buttons cannot be pressed
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: p1(a)devopsx.com
Created attachment 54426
--> https://bugs.winehq.org/attachment.cgi?id=54426
how it looks in wine
In a modal window, buttons at the bottom can't be pressed with mouse
(presumably due to tabbed control are reaching too far down). But if focused
with tab, pressing with enter or space works fine.
This is a recurrence of https://bugs.winehq.org/show_bug.cgi?id=8522. I'm not
sure if it's ever been 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.
http://bugs.winehq.org/show_bug.cgi?id=58145
Bug ID: 58145
Summary: Out of Ctrl 1.2: game doesn't launch, gives error
Product: Wine
Version: 10.6
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
Created attachment 78425
--> http://bugs.winehq.org/attachment.cgi?id=78425
Wine-devel 10.6 terminal log
The game Out of Ctrl 1.2 doesn't launch and gives the following error in a
pop-up window on launch:
Error
Failed to initialize player
Details:
Failed to initialize graphics.
Make sure you have DirectX 11 installed, have up to date
drivers for your graphics card and have not disabled
3D acceleration in display settings.
InitializeEngineGraphics failed
tested using Gcenx's wine-devel 10.6 build
(https://github.com/Gcenx/macOS_Wine_builds/releases/tag/10.6) with GStreamer
1.26.0
download link (20 MB) (choose "OutOfCtrl_v1_2_EXE.zip"):
https://miknugget.itch.io/out-of-ctrl
shas256: 5d26c746c4e85b98af2f1f9fb4a4daeed837deb49427bf108935545f8958dba9
I'm using macOS 11
--
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=58156
Bug ID: 58156
Summary: Star Wars: Jedi Knight - Dark Forces II Demo: won't
launch, "smackw32.DLL" failed to initialize
Product: Wine
Version: 10.6
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
Created attachment 78437
--> http://bugs.winehq.org/attachment.cgi?id=78437
Wine-devel 10.6 log for "wine jkdemo.exe -windowgui"
the Star Wars: Jedi Knight - Dark Forces II Demo: won't launch, it says
"smackw32.DLL" failed to initialize. This is a Windows 95 game demo
I tried setting the Windows Version to Windows 10, Windows 95, and Windows 98
in winecfg. I also tried launching the demo with and without the windowgui
flag: `wine jkdemo.exe -windowgui` as mentioned in AppDB HowTo section.
This is a regression because a lot of users report this game demo as Gold in
AppDB, including on macOS
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=10948)
The jedi.exe file is a launcher GUI which works fine, but when clicking "Play
Jedi Knight Demo" it fails with the error:
`file` command info for: jkdemo.exe
PE32 executable (GUI) Intel 80386, for MS Windows
Unable to start the Jedi Knight Demo game program. Try running JK.EXE where you
installed the Demo directly. Also make sure you have the latest DirectX drivers
installed on your system.
The macOS terminal shows this error as one of the last things in the log:
"err:module:loader_init "smackw32.DLL" failed to initialize, aborting"
(the module is normally unzipped next to the jkdemo.exe executable)
tested with Gcenx's Wine-devel 10.6
(https://github.com/Gcenx/macOS_Wine_builds/releases/tag/10.6) on macOS 11
and Wine-devel 9.21
(https://github.com/Gcenx/macOS_Wine_builds/releases/tag/9.21)
and Gcenx's Wine CrossOverFOSS 23.7.1-1 based on Wine 8.0.1
(https://github.com/Gcenx/winecx/releases/tag/crossover-wine-23.7.1-1)
download page (choose Download this File > Agree > Jedi Knight Demo.zip):
https://community.pcgamingwiki.com/files/file/1308-jedi-knight-dark-forces-…
sha256: 7bc013918cf79879a086a10c27306f2f3511852726f4b4a9fec09668ed221d18
--
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.