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.
http://bugs.winehq.org/show_bug.cgi?id=58252
Bug ID: 58252
Summary: Microsoft Edit: Unimplemented function
ReadConsoleInputExW
Product: Wine
Version: 10.0
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: tdiazcu(a)gmail.com
Created attachment 78593
--> http://bugs.winehq.org/attachment.cgi?id=78593
The backtrace of the crash dump.
The just release Microsoft Edit crash just after try to open it in a console
with a clean installed wine with the following command line:
$ wine edit.exe
In a summary, the function ReadConsoleInputExW seems to be unimplemented.
Here I attach the report of the error below.
If I find the way to build wine myself I could fix this issue.
My desktop is FreeBSD with Xfce.
Best,
Antonio
--
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=19410
Summary: Personal Stock Monitor: tooltip text not visible
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
URL: http://www.personalstockmonitor.com/downloads.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
In Personal Stock Monitor (see URL for download), if one hovers over a
truncated entry a tooltip pops up, but there is no visible text on it.
--
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=49097
Bug ID: 49097
Summary: Treeview unduly handles WM_SYSKEYDOWN
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)kcsoftwares.com
Distribution: ---
Treeview unduly handles WM_SYSKEYDOWN
Refer to treeview.c
case WM_KEYDOWN:
case WM_SYSKEYDOWN:
return TREEVIEW_KeyDown(infoPtr, wParam);
No such processing on Listview :
case WM_KEYDOWN:
return LISTVIEW_KeyDown(infoPtr, (INT)wParam, (LONG)lParam);
As a consequence, WM_SYSKEYDOWN not correctly passed to parent Wnd if focus is
on a Treeview control.
Proof of concept : Use ReactOS. Open Regedit or Event Viewer. Put focus on
treeview. Alt+F4 does nothing (WM_SYSKEYDOWN "stuck" at Treeview component
level)
Suggested patch :
change
case WM_KEYDOWN:
case WM_SYSKEYDOWN:
return TREEVIEW_KeyDown(infoPtr, wParam);
into
case WM_KEYDOWN:
return TREEVIEW_KeyDown(infoPtr, wParam);
as no reason to handle WM_SYSKEYDOWN at component level.
--
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=58240
Bug ID: 58240
Summary: ProTanki Online: the paint shader is looking wrong
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mr.aivazlatypov(a)yandex.ru
Distribution: ---
Created attachment 78576
--> http://bugs.winehq.org/attachment.cgi?id=78576
logs protanki wine
The paint shader on tank is looking wrong
The game download at https://pro-tanki.com/protanki-installer.exe
--
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=58256
Bug ID: 58256
Summary: In wayland mode, with rotated screen, wine thinks that
screen width is screen height and viceversa
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Distribution: ---
I am trying to use wine in wayland mode by unsetting DISPLAY. I know that it is
still experimental, but on most of my systems works well enough and gives me
much better scaling on HiDPI.
There is one exception I have a tablet/convertible where "by default" the
screen is vertical. So to use it as a laptop, I need to use screen rotation.
With screen rotation, wayland mode in wine breaks badly.
I think that the issue is that wine starts swapping screen height and width.
Let me give you an example. I am trying to run "LTspice" under wine. If I keep
the window "small" and on the left part of the screen, everything is fine. If I
maximize the window, things break on the right part of the window (the one
exceeding the boundary where the x coordinate is equal to the screen height,
namely the width of the unrotated screen). Furthermore, if I try to resize the
window by dragging the right border, I cannot go beyond that boundary.
I hope that this explanation is clear enough.
--
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=57959
Bug ID: 57959
Summary: Setting screen resolution dpi makes multiple games
only show a portion of its screen
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: es20490446e(a)gmail.com
Distribution: ---
=== SYSTEM ===
- Plasma 6 (both X11 and Wayland)
- Kwin
- Zenned
=== STEPS ===
1. In winecfg, set dpi to a high value.
2. Launch an affected game, like Hylics or Blade Runner.
=== RESULT ===
Only a portion of the screen is shown.
--
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=37827
Bug ID: 37827
Summary: print to pdf failure
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: lurchgs(a)gmail.com
Distribution: ---
Created attachment 50375
--> https://bugs.winehq.org/attachment.cgi?id=50375
error output from wine notepad attempt to print to pdf
Wine 1.6.2, ubuntu 14.10
calling up print dialog in various apps works fine.
Printing to my Samsung 1665 works ok.
Printing to PDF fails. Dialog opens, clicking on "Ok/Print" shows no visible
result, dialog does not close, no file created.
--
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=43722
Bug ID: 43722
Summary: issue running from terminal
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: caltrop_3(a)yahoo.com
Distribution: ---
wine will not independent launch from terminal
it is tied permanently to the terminal
closing terminal closes the running program
can run background but... even not in background this happens...
'wordpad' & 'write' are the same and generate the messages once
'explorer' keeps generating messages during use even when not starting in
background
~ $ wine explorer &
~ $ fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x190690 (2, 1026, a003,
0, 0x32e5f8)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x190690 (2, 1026, a004, 1,
0x32e5f8)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x190690 (2, 1025, a003, 1,
0x32e5f8)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x190690 (2, 1025, a004, 1,
0x32e5f8)
fixme:shell:IExtractIconW_fnExtract (0x19b270)
(file=L"C:\\windows\\system32\\shell32.dll" index=-35 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1a2d68)
(file=L"C:\\windows\\system32\\shell32.dll" index=-16 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1a2d68)
(file=L"C:\\windows\\system32\\shell32.dll" index=-235 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1a2d68)
(file=L"@C:\\windows\\system32\\shell32.dll" index=-33 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x19aef8)
(file=L"C:\\windows\\system32\\shell32.dll" index=-9 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1afa18)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x19af40)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1a9258)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x19e468)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1af858)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1b0548)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1b0f98)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
~ $ wine wordpad &
~ $ fixme:storage:create_storagefile Storage share mode not implemented.
fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
fixme:font:get_outline_text_metrics failed to read full_nameW for font
L"InavelF\00f6rtvinad"!
~ $ wine write &
~ $ fixme:storage:create_storagefile Storage share mode not implemented.
fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
fixme:font:get_outline_text_metrics failed to read full_nameW for font
L"InavelF\00f6rtvinad"!
--
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=58249
Bug ID: 58249
Summary: Heavy Rain doesn't recognize controller ( Dualshock 4
)
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: yurnerolinux(a)yandex.com
Distribution: ---
Game only picks keyboard and mouse input. This game is from Epic Games Store (
steam copy also exists ) , i tried with both Wine and Proton; both yields to
same result.
Took a log with:
WINEDEBUG=+dinput,+xinput,+input,+rawinput,+hid,+setupapi,+ntoskrnl,+plugplay
--
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.