https://bugs.winehq.org/show_bug.cgi?id=57651
Bug ID: 57651
Summary: Line messenger app doesn't work correctly
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thismailboxforspam(a)proton.me
Distribution: ---
Created attachment 77794
--> https://bugs.winehq.org/attachment.cgi?id=77794
image shows how looks wine app borders covered by another app window
I'm using wine mostly for Line messenger
(https://apps.microsoft.com/detail/xpfcc4cd725961?hl=en-US&gl=US)
Current version of Line app is 9.0.0.3339. And here is two problems with the
app
1. The app by itself is working correct, but I can't open any modal windows.
When I press a button to open a window, the app crashes with error in log:
`elf_search_auxv can't find symbol in module`.
2. The app window borders are always on top. I can't see contents of the app if
any other app is opened in front of it but window borders and border shadows
are visible anytime. Also it is possible to click borders and resize the window
by moving mouse cursor. I will attach image with Firefox browser's white
background covered by Line app borders.
These problems exists about 2~3 years on all my 4-5 PCs for all time I'm using
wine. I seen this bug at Gnome and KDE. All OSes I used are affected (Ubuntu,
Fedora, Debian). So It should be easily reproducible.
--
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=5129
--- Comment #42 from panning_gigahertz141(a)simplelogin.com ---
I recreated this again on a fresh install from comment 41. It didn't work the
first try so this is what I did to fix it:
winetricks:
Select default wineprefix
Install a Windows DLL or component
comctl32
winecfg:
Libraries tab ensure these are exactly as below
comctl32(builtin)
*comctl32(builtin,native) NOTE: this was set to native,builtin which
seemed to be the problem
Note: this time, Faststone launches from the shortcut without me having to
remove the env variables and work path.
--
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=5129
panning_gigahertz141(a)simplelogin.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |panning_gigahertz141@simple
| |login.com
--- Comment #41 from panning_gigahertz141(a)simplelogin.com ---
Thank God for you folks!
I have Faststone Viewer 5.7 working with Kubuntu 24.04 on Wayland with Wine
10.0.
unxed's script was a big help to read through but it didn't actually work for
my install. I'm far from a programmer but think it's because the install path
was Program Files x86 vs Program Files.
my steps - follow at your own peril:
install FSViewer with wine (download here:
http://web.archive.org/web/20210211222841if_/http://www.faststonesoft.net/D…)
use these steps to get/unzip the comctl32.dll:
wget
https://downloads.sourceforge.net/project/pocmin/Win%2095_98%20Controls/Win…
wine ./CC32inst.exe /T:C:\comctl32.tmp /C /Q
unzip ~/.wine/drive_c/comctl32.tmp/comctl32.tmp/comctl32.exe -d
~/.wine/drive_c/comctl32.tmp/comctl32.tmp
wine ~/.wine/drive_c/comctl32.tmp/comctl32.tmp/x86/50ComUpd.Exe
/T:C:\comctl32.tmp.1 /C /Q
copy the newly created comcnt.dll from
~/.wine/drive_c/comctl32.tmp.1/comctl32.tmp.1/ to the Faststone install
directory. For me it was /~/.wine/drive_c/Program Files (x86)/FastStone Image
Viewer/
make a backup copy of FSViewer.exe
use a hex editor (I used Jeex) to find and replace the term comctl32 and
replace with comctr32 I think there's only ONE in this file.
Run these from the terminal:
wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v comctl32 /t
REG_SZ /d builtin /f
wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v *comctl32 /t
REG_SZ /d builtin /f
This gets it actually working on a direct launch of the .exe in the
installation folder, but something is wrong with the shortcut in the App
drawer, etc. Go here: ~/.local/share/applications/wine/Programs/FastStone
Image Viewer/ and make a backup of the "FastStone Image Viewer.desktop".
Right click>properties>application and remove the environment variables and
work path fields. OK and it should now be working across the OS.
Thanks to all of you who are keeping this going. Faststone is a lifesaver for
my work flow.
--
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=58554
Bug ID: 58554
Summary: err:ole:start_rpcss Failed to start RpcSs service
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: 1685899837(a)qq.com
Distribution: ---
I was running autocad2025 on Wine10.11 and encountered err: ole: start_rpcss
Failed to start RpcSS service. After my investigation, it was found that this
submission caused ntdl: Pass the full image NT path through the server startup
information.
When I reverted back to its previous submission ntdl: Use UNICODE-SRINGs in the
main image loading helpers, it could run successfully. Then I ran autocad2025
on Wine10.12, but the error still persists.
The reason for this error is due to this submission wine10.11:ntdll: Pass the
full image NT path through the server startup information.
Specific errors:
0088:err:ole:start_rpcss Failed to start RpcSs service
0088:err:ole:start_rpcss Failed to start RpcSs service
003c:err:service:process_send_start_message service L"Autodesk CER Service"
failed to start
003c:trace:service:service_start returning 1053
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"Autodesk
CER Service" failed to start: 1053
003c:err:service:process_send_start_message service L"AdskLicensingService"
failed to start
003c:trace:service:service_start returning 1053
003c:fixme:service:scmdatabase_autostart_services Auto-start service
L"AdskLicensingService" failed to start: 1053
--
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=57433
Bug ID: 57433
Summary: Sniper Elite V2 Remastered some objects are black
rendered
Product: vkd3d
Version: 1.10
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 66cb2815f0662713c3255113255cfd7cf5e406fb
Distribution: ---
Created attachment 77427
--> https://bugs.winehq.org/attachment.cgi?id=77427
screenshot
Using NVK driver.
--
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=58553
Bug ID: 58553
Summary: VFW Capture Filter only outputs 24 bpp RGB images
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: adibtw(a)tuta.io
Distribution: ---
The VFW Capture Filter is currently hard-coded to output 24 bpp RGB images at
the first resolution listed by v4l. While this is a functional implementation,
it's very limited, and incompatible with the way many applications use the
filter. Unity, for instance, requires a 32 bpp RGB image when trying to capture
camera data, which inevitably fails, since wine can only provide 24 bpp.
The result of all of this is that camera support in wine is very hit or miss,
only functioning if the app in question happens to request a 24 bpp image, or
is designed to work with multiple image formats as output. OpenCV seems capable
of using this 24 bpp image, while libdshowcapture and Unity are unable to
--
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=58555
Bug ID: 58555
Summary: ezEngine Editor crashes: Wine aborts on call to
unimplemented function
KERNEL32.dll.ReadDirectoryChangesExW
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: slow.rock2790(a)fastmail.com
Distribution: ---
When creating a new blank project with the ezEngine Editor's launcher, wine
aborts and crashes with
wine: Call from 00006FFFFFC5A228 to unimplemented function
KERNEL32.dll.ReadDirectoryChangesExW, aborting
wine: Unimplemented function KERNEL32.dll.ReadDirectoryChangesExW called at
address 00006FFFFFC5A228 (thread 0140), starting debugger...
Verified on a pristine clean and fresh Wine 10.12 prefix.
ezEngine editor: https://github.com/ezEngine/ezEngine/releases/tag/release-25.3
1. Extract the zip file
2. From the extracted folder execute `wine Editor.bat`
3. Create a blank project
--
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=58550
Bug ID: 58550
Summary: Native host executable is run asynchronously
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: Bjoern(a)Kautler.net
Distribution: ---
Some context to understand the use-case:
I have a build that runs on CI agents running Linux.
That build runs InnoSetup through wine to build an EXE installer.
To sign the executable you can give InnoSetup a command to run (signing after
building is not possible, because there is also an uninstaller built into the
result that also needs signing.
For the signing I use JSign which cross-platform can sign executables using a
remote sign server.
JSign is a Java program.
I want to avoid provisioning a separate Windows Java Runtime just for that
task.
So I have a .bat file that translates the path of the signable file from wine
path to Linux path.
Now I need to call the host systems Java runtime with that path and wait for it
to finish.
I tried various things.
I tried like the FAQ suggests to add . to PATHEXT and just call the Linux
executable.
This works from the commandline like
wine /usr/lib/jvm/java-11-openjdk-amd64/bin/java
but also does not wait for the process to finish, if you do
wine /usr/lib/jvm/java-11-openjdk-amd64/bin/java; echo FOO
you see the FOO before the Java output.
Furthermore it does not work from inside the .bat file.
I also tried with
START /B /D . /WAIT /UNIX /usr/lib/jvm/java-11-openjdk-amd64/bin/java
This even works without manipulating PATHEXT.
But is also does not wait for the process to finish, despite the /WAIT.
It immediately returns and then further processing fails as JSign sees the file
is not signed yet after the process seemingly ended.
So it seems wine never waits for the process to end, no matter what I use but
immediately returns, making further processing impossible.
--
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=58535
Bug ID: 58535
Summary: ITNConverter show no Map from openstreetmap.org and
iexplore show no map from openstreetmap.org
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: digitaleid(a)gmx.de
Distribution: ---
Created attachment 79021
--> http://bugs.winehq.org/attachment.cgi?id=79021
ITNConverter https://github.com/Benichou34/itnconverter in wine-10.12 on
Kubuntu 25.04 with KDE-Plasma 6.3.4 it don't show the openstreetmap
ITNConverter show no Map from openstreetmap.org and iexplore show no map from
openstreetmap.org
iexplore from wine don't show the map from openstreetmap.org too.
--
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.