https://bugs.winehq.org/show_bug.cgi?id=44686
Bug ID: 44686
Summary: osu!: audio really freaks out on a couple of beatmaps
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yalterz(a)gmail.com
Distribution: ---
There's a collection of osu! beatmaps https://osu.ppy.sh/b/1316677&m=3 where
the sound completely freaks out and starts playing garbled mess.
Example: https://streamable.com/oaxi9
Note that it actually sounds much worse than on this video because OBS (the
recording software) happens to drop most of the broken audio.
I suspect this has something to do with the map having unusually long hitsound
samples (that is, sounds that play on each key press) because this doesn't seem
to occur on any other beatmap.
This happens with both sound=alsa and sound=pulse. In the attached log (with
lots of WINEDEBUG flags) I'm using sound=alsa. Log (19M, gzipped, too large to
attach): https://drive.google.com/open?id=1jZHPj9xAcDvW82VnJwky_vXL4ZyCU5vq
It's not a recent regression, it's been happening for a while.
Arch Linux x64
32-bit wineprefix
--
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=46753
Bug ID: 46753
Summary: osu! icon has black borders around
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: angelito.13.pintos(a)gmail.com
Distribution: ---
Hi! i have see some issues in the videogame osu!. When the game is starting the
logo has black borders around, and when you're in the game some configurations
are completely in black. It's not an important problem, but is annoying anyway.
--
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=44184
Bug ID: 44184
Summary: osu!: installer stuck in a loop
Product: Wine
Version: 3.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reduxpl(a)gmail.com
Distribution: ---
Created attachment 59947
--> https://bugs.winehq.org/attachment.cgi?id=59947
Terminal output; I let the installer restart 3 times, then I proceeded to close
it.
When attempting to install osu! using Wine, the installation process seems to
look fine at a first glance, but after it reaches 100% and the installer shuts
down, the loop begins - the installer starts again, progress meter goes from 0%
to 100% in a few seconds, then it closes, rinse and repeat. The game never
starts.
The installer runs properly on Windows. Additionally, the issue can be worked
around by copying the already installed game files from Windows to Linux - then
the game also starts and runs properly.
Download link: http://m1.ppy.sh/r/osu!install.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.
https://bugs.winehq.org/show_bug.cgi?id=48727
Bug ID: 48727
Summary: osu!lazer 2020.306.0 crashes on install
Product: Wine
Version: 5.3
Hardware: x86
URL: https://github.com/ppy/osu
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: huupoke12(a)gmail.com
Distribution: ---
Created attachment 66603
--> https://bugs.winehq.org/attachment.cgi?id=66603
Terminal log
Reproduce step:
1. Download osu!lazer 2020.306.0 at:
https://github.com/ppy/osu/releases/download/2020.306.0/install.exe
2. Run it with wine
3. It crashes
The install executable is a 64-bit program.
sha256sum install.exe
6880eb9f707c32c57a8d0e90700d23432e97aa84c0399ceb8a2a83ffecb2b4b3 install.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.
https://bugs.winehq.org/show_bug.cgi?id=42856
Bug ID: 42856
Summary: osu! - high sound latency with winepulse compared to
winealsa
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: yalterz(a)gmail.com
Distribution: ---
I'm trying to set up PulseAudio to achieve the same low audio latency as I'm
getting with just ALSA. Looks like I managed to achieve this, but not as I
would expect.
Currently my setup is: PulseAudio with default configuration, along with
pulseaudio-alsa integration which basically forwards all ALSA-using programs
straight to Pulse. I am using patched winealsa.drv for reduced latency
(changing three constants at the top of mmdevdrv.c — DefaultPeriod,
MinimumPeriod, EXTRA_SAFE_RT — to lower values, the ones that work for me:
20000, 20000, 11000 respectively). I applied a very similar patch to
winepulse.drv.
When running osu! through ALSA (sound=alsa), which effectively runs it through
ALSA->PulseAudio->ALSA device, the audio latency is almost non-existant —
similar if not the same as what I was getting with just ALSA.
When running osu! through PulseAudio (sound=pulse), effectively
PulseAudio->ALSA device, the audio latency is noticeably higher (at least 20ms
higher), even though it practically removes one extra step from the audio
"chain".
--
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=50923
Bug ID: 50923
Summary: Long freezes in osu! when searching in beatmaps
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: openglfreak(a)googlemail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 69739
--> https://bugs.winehq.org/attachment.cgi?id=69739
Patch that adds a single-entry sortguid cache to sortkey_compare
Wine-Staging patchset libs-Unicode_Collation makes CompareStringEx far slower
than before. This is because the sortkey_compare function added by the last
patch and used by CompareStringEx makes a call to get_language_sort, which is
not exactly cheap (it reads from the registry which involves server calls).
A small patch that adds a simple cache for the last used sortguid makes the
search function fast again.
--
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=43769
Bug ID: 43769
Summary: Regression, osu!.exe freezes a few seconds after you
start it, probably a critical zone inter thread
deadlock
Product: Wine-staging
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthias291999(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
wine-staging 2.17
causes my game called "osu!" to enter deadlock shortly after the audio starts
playing.
Works fine in wine-staging 2.16
Someone do a git blame on the audio system, could be it, don't know, all i know
is that it works fine in wine-staging 2.16. If you have any tests that may give
you more info, go ahead.
I can not get out of borderless fullscreen, dont know why, dont care to report
a 2'nd bug, as it works fine, and i can deal with it.
I have CSMT enabled. If i have to disable CSMT, that is just a temporary fix, I
am not at all satisfied if you seguest i disable it, go test it yourself, if
you can actually reproduce my bug with CSMT enabled, go ahead and prove i could
run it wo CSMT enabled with a video recording...
--
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=48360
Bug ID: 48360
Summary: osu: .NET framework IndexOutOfRangeException crash
Product: Wine
Version: 4.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bugs.winehq(a)webfreak.org
CC: julliard(a)winehq.org
Regression SHA1: df3fad6383e79d1485413ad549c55240843d2418
Distribution: ArchLinux
Created attachment 66104
--> https://bugs.winehq.org/attachment.cgi?id=66104
crash log occuring with wine 4.16
since wine 4.16 the game "osu!" started crashing often. For more
application-specific context see the bug report there for more details:
https://github.com/ppy/osu-stable-issues/issues/284
It seems that on Windows no such issue is present and prior to wine 4.15 this
bug was not present. It seems to be an issue somewhere with array indexing on
.NET inside some rendering function. This crash occurs when starting the game
"osu!" and then moving the mouse cursor relatively quickly (causing longer
lines to be rendered)
The issue in wine seems to be that the behavior of the page faults has changed
in df3fad6383e79d1485413ad549c55240843d2418 so that now it started to throw
array index exceptions which don't happen on Windows.
I have attached the full application log with ntdll warn log up with the crash
with Wine 4.16 (precompiled from ArchLinux archives)
--
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=53295
Bug ID: 53295
Summary: HITMAN 3 crashes on launch (needs
D3D12_FEATURE_DATA_D3D12_OPTIONS6)
Product: vkd3d
Version: 1.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
fixme:d3d12_device_CheckFeatureSupport Unhandled feature 0x1e.
--
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=45402
Bug ID: 45402
Summary: Sniper Elite V2 benchmark tool: white texture glitch
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: moihack.inside(a)gmail.com
Distribution: ArchLinux
Created attachment 61715
--> https://bugs.winehq.org/attachment.cgi?id=61715
Sniper Elite V2 benchmark tool - white textures glitch
You can download the free benchmark tool from here:
http://www.guru3d.com/files-details/sniper-elite-v2-benchmark-tool.html
The benchmark installs, runs and exits fine under wine.
Yet, there are some white "glitched" textures here and there while the camera
flies in the scene (see attached screenshoot).
Here is how a normal run should look:
https://www.youtube.com/watch?v=WNs3mnKAdRQ (without the glitched textures)
System: Arch Linux fully updated with wine-3.11 and Radeon HD6870 GPU.
--
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=50619
Bug ID: 50619
Summary: Sniper Elite V2 has broken rendering with OpenGL
renderer
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 69309
--> https://bugs.winehq.org/attachment.cgi?id=69309
example
How it looks on AMD.
wine-6.1-122-g2201ca08fb0
--
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=50616
Bug ID: 50616
Summary: Sniper Elite 3 has broken rendering with OpenGL
renderer
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 69307
--> https://bugs.winehq.org/attachment.cgi?id=69307
example
When bug 50235 is for NVIDIA this one is for AMD.
wine-6.1-122-g2201ca08fb0
--
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=50235
Bug ID: 50235
Summary: Broken rendering in Sniper Elite 3
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: matteo.mystral(a)gmail.com
Regression SHA1: 77f0149a6c99fc0289d12a788f630519d7dc49d3
Distribution: ---
Created attachment 68741
--> https://bugs.winehq.org/attachment.cgi?id=68741
example
Mix of blinking textures and lights.
--
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=43637
Bug ID: 43637
Summary: Fallout New Vegas: Crash on launch using 64-bit prefix
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iamtimscampi(a)gmail.com
Distribution: ---
Upon launching Fallout New Vegas (With or without New Vegas Script Extender) on
a 64-bit prefix, the game crashes after the initial splash screen.
On a 32-bit prefix, the game works as intended, without a crash.
This was tested both with Staging and regular versions of Wine, with and
without the "New Vegas Script Extender" addon.
While not necessary to play the game, a 64bit prefix is necessary for the new
version of Mod Organizer, a third party utility for the game that handles mod
loading. This crash prevents users from using the latest version of it
alongside the game.
--
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=38381
Bug ID: 38381
Summary: Fallout New Vegas (Steam Version) Crashes at Startup
on the Splash Screen
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gordan(a)bobich.net
Distribution: ---
Created attachment 51228
--> https://bugs.winehq.org/attachment.cgi?id=51228
Fallout New Vegas Crash Backtrace
Fallout New Vegas (Steam Version) Crashes at Startup on the Splash Screen.
--
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=51730
Bug ID: 51730
Summary: Keyboard and mouse wheel do not work for Fallout
Shelter game
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaron.w2(a)gmail.com
Distribution: ---
In Fallout Shelter 1.13.13 the keyboard does not seem to work, in addition, the
mouse wheel does not work for scrolling.
When installing I saw a crash at the end, but the game otherwise appears to
work.
This game is listed as platinum, so this must have been fairly recent. Note
that I am not running the Steam version.
--
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=49051
Bug ID: 49051
Summary: Got "rawinput:RegisterRawInputDevices Unhandled flags
0x230 for device 0" in Fallout3 and NV
Product: Wine-staging
Version: 5.7
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: avenjames(a)live.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
As title description I got this problem since I updated version after 5.0
stable, from 5.1 to 5.7 stable/staging/dev, the game's cursor could hardly move
and unhandled at all.
I tested version 5.7 staging as usually as I did once notice the update's
coming, but this time I got messages:
0061:fixme:rawinput:RegisterRawInputDevices Unhandled flags 0x230 for device 0.
0061:fixme:rawinput:RegisterRawInputDevices Unhandled flags 0x230 for device 0.
0061:fixme:rawinput:RegisterRawInputDevices Unhandled flags 0x230 for device 0.
0061:fixme:rawinput:RegisterRawInputDevices Unhandled flags 0x230 for device 0.
I think it must be related to the problem that I have, any idea friends?
--
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=29736
Bug #: 29736
Summary: Fallout 2 crashes at "Please Stand By" screen.
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mister_a(a)aol.com
Classification: Unclassified
Created attachment 38588
--> http://bugs.winehq.org/attachment.cgi?id=38588
FO2 in terminal
Look at attachments if you want to see the backlogs.
--
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=48754
Bug ID: 48754
Summary: Fallout New Vegas sound glitch\crackling\missing
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: avenjames(a)live.com
As title mentioning,
the audio effect missing or crackling sometimes,
the console showing
"
0071:fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x28
0071:fixme:qtsplitter:QT_Process_Movie QuickTime cannot handle media
type(-2048)
"
these line happening continuously,
any idea to fix?
--
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=40838
Bug ID: 40838
Summary: I am able to install the Launcher. however as soon as
installation/updates are complete, the window crashes
into a small box at the upper right corner of my
screen, then crashes comepletely after that
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ak11(a)cox.net
Distribution: ---
Created attachment 54811
--> https://bugs.winehq.org/attachment.cgi?id=54811
NO THIS IS NOT THE SAME CASE AS bug 40628....the logs are different
I am able to install the Launcher. however as soon as installation/updates are
complete, the window crashes into a small box at the upper right corner of my
screen, then crashes comepletely after that.
Any ideas? I hope its an easy fix, i almost have it working!
--
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=44211
Bug ID: 44211
Summary: Wine (2.21) doesn't work anymore on any game on
FreeBSD
Product: Wine
Version: 2.21
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 59990
--> https://bugs.winehq.org/attachment.cgi?id=59990
Output of AC with csmt
FreeBSD/amd64 11.1 (the release version in december 2017)
Wine staging 2.21 32 bits (built from a 32 bits chroot)
nVidia 765m (nvidia-driver-384.59)
12 GB RAM (even if 32 bits applications take less, you have the information)
from my 32 bits chroot, I installed the nVidia driver
libGL.so -> libGL-NVIDIA.so.1
libGL.so.1 -> libGL-NVIDIA.so.1
libGLESv2.so -> libGLESv2-NVIDIA.so.2
libGLESv2.so.2 -> libGLESv2-NVIDIA.so.2
It always worked that way four months ago (last time I was on my computer)
So actually I tried Streets of Rogue and Assassin's Creed. I copy the output of
AC so you can see what the terminal says me. I set CSMT on one try and disabled
it on the second. (Assassin's Creed always worked in the past, that's why I
give you its output)
--
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=35234
Bug ID: 35234
Summary: Fallout: New Vegas launcher crashes when selecting a
DLC by double click
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46995
--> http://bugs.winehq.org/attachment.cgi?id=46995
terminal output
I browsed Bugzilla's already closed and currently opened bug reports related to
Fallout: New Vegas/Fallout 3, but haven't find anything similar to this. It's
not a new bug because I can reproduce it with Wine 1.4.1, 1.6.1, 1.7.9 as well.
The problem: when you start Fallout:New Vegas, the launcher offers an option
named <Data Files> where you can enable/disable the installed DLCs. If I
double-click on the name of the DLC, Wine produces a crash as can be seen in
the attached log.
Single clicking on the name of the DLC doesn't produce the crash.
This was tested with a clean wineprefix, without any dll overrides, dwrite and
gameoverlayrenderer already disabled.
Fedora 19 x86
X.Org X Server 1.14.4
Nvidia binary drivers 325.15
--
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=51260
Bug ID: 51260
Summary: KINGDOM HEARTS HD 1.5+2.5 ReMIX: Black Screen at
launch
Product: Wine
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jakobdev(a)gmx.de
Distribution: ---
Created attachment 70134
--> https://bugs.winehq.org/attachment.cgi?id=70134
The terminal output while running
Launching KINGDOM HEARTS HD 1.5+2.5 ReMIX only results in a black screen. The
Game can be found here:
https://www.epicgames.com/store/de/p/kingdom-hearts-hd-1-5-2-5-remix. It was
launched using Legendary launcher with wine.
--
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=50601
Bug ID: 50601
Summary: gave this error when running application with wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benjaminlihao(a)gmail.com
Distribution: ---
Created attachment 69289
--> https://bugs.winehq.org/attachment.cgi?id=69289
backtrace error
I basically used the wine to open an application but when I opened it, the
application crashed and gave me an error.
--
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=52010
Bug ID: 52010
Summary: %USERPROFILE% environment variable gets ignored
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: docmax(a)gmx.de
Distribution: ---
i created a little batch file where %USERPROFILE% is set and when the app
starts it writes into that dir. this works in windows but in wine it gets
ignored (writing to c:\Users\user\...).
how can this be 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.