https://bugs.winehq.org/show_bug.cgi?id=45009
Bug ID: 45009
Summary: BASIC783Esetup.exe (Decimal BASIC) fails to install
due to stub SRSetRestorePointA
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
…
[View More]Distribution: ---
As the title says; returning TRUE in SRSetRestorePointA makes the installer
succeed, but that might other installers of other programs run into
regressions(??). Maybe this could be tested in Staging, see if causes any
regressions.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14855
Summary: Incorrect FindWindow/GetLastError error result when
window not found
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vesselinpeev(a)hotmail.com
The following program (compiled to a …
[View More]Win32 binary) prints "Window not found
(expected result)" under Microsoft Windows (tested with Vista), whereas it
prints "Unexpected error, GetLastError() return value: 1407" when ran under
Wine (tested with Wine 1.1.2).
It seems that FindWindow does not set the correct error value
(ERROR_FILE_NOT_FOUND) when it doesn't find a window.
#include <windows.h>
#include <stdio.h>
int main()
{
HWND hWnd = FindWindow("SomeWindowThatDoesNotExist", NULL);
if(hWnd) {
printf("hWnd not NULL");
}
else {
DWORD dwResult = GetLastError();
if(dwResult == ERROR_FILE_NOT_FOUND) {
printf("Window not found (expected result)\n");
}
else {
printf("Unexpected error, GetLastError() return value: %lu\n", dwResult);
}
}
return 0;
}
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=22892
Summary: winamp [5.572] Modern skins don't update metadata
information
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.whipp(a)gmail.com
Affects all "modern" skins tested, existing in …
[View More]this and previous versions on
wine tested (1.1.34, 1.1.23 and 1.0.1).
With normal Winamp behaviour, song metadata normally displayed and updated in
the Winamp main window and in the playlist. With Modern skins, the song data
in the main window doesn't update, including the time. The play list does
update, unless shaded. Tried changing the font mapping, alpha blending and
just about every configurable item under modern skins in the preferences window
but the behaviour remains the same.
I haven't noticed anything strange in console output, but I will do a test and
post what is presented.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=24874
Summary: iTunes 10 32-bit installs - freezes after a few
transactions
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 7bnettles(a)gmail.com
lsb_release -a
No LSB modules are available.
…
[View More]Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick
wine --version
wine-1.3.5
I opened the iTunes installation file with Archive Manager, then installed the
various files separately. Installing each of the application dependencies first
and then run the overall to get the application working.
The problem I see now - app store doesn't work and the application will freeze
during normal use. I do get an error on load about Bonjour service not starting
but otherwise ok.
I tried to authorize computer but it failed - can see it in the debug.
Application froze when I clicked on the store.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=47428
Bug ID: 47428
Summary: mouse input skipping / jitter in conjunction with
xf86-video-amdgpu in almost every game
Product: Wine
Version: 4.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tempel.julian(a)gmail.…
[View More]com
Distribution: ---
There is extreme mouse skipping in various games. This happens mostly with
vsync, e.g. in TESV: Oblivion, but it can also occur without vsync, though more
subtle (e.g. in Hitman 2 of 2018).
Performance in general is fine, also when there is keyboard input. But as soon
as there is any mouse movement, either extreme frametime spikes happen or the
mouse input is jittery in general:
https://abload.de/img/screenshot_20190527_1t1ktp.png
This happens only when both xf86-video-amdgpu and amdgpu.dc=1 (default since
Linux 4.17, required for FreeSync and GPUs since Vega) are used at the same
time.
With modesetting Xorg DDX driver, the issue does not occur. However, it doesn't
support FreeSync and enforces vsync all the time with amdgpu.dc=1, which is not
great either.
This is not limited to WineD3D, it happens with Gallium Nine and DXVK as well.
There also is this ticket for the xf86-video-amdgpu driver regarding this
issue, but no solution has been proposed so far:
https://bugs.freedesktop.org/show_bug.cgi?id=110659
Only games in Wine seem to be affected, native modern Linux games like Rise of
the Tomb Raider (Vulkan) or Hitman 2016 (OpenGL) don't show this issue.
Thus perhaps there is the slight chance that the issue can be fixed in Wine, if
nothing happens for the xf86 driver.
It seems to happen with recent and older Wine versions. I tested regular wine
4.11 and Proton 3.7-8.
Attached is a log file for TESV: Oblivion, but I suppose it doesn't show
anything interesting. I decided to classify this issue as "major", as it
doesn't seem to be limited to single titles and can render games unplayable.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41327
Bug ID: 41327
Summary: "Dark Earth" terminated with an error.
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: sarbash.s(a)ya.ru
Distribution: ---
Created attachment 55665
--> https:/…
[View More]/bugs.winehq.org/attachment.cgi?id=55665
Screenshot of the error.
The game is terminating when try to call "Load Game" menu.
Also, at early begin of the game when Arkhan begins to pray to SunGod there is
the same error. This is the place where is the coatrack with his guardsman
dress.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40262
Bug ID: 40262
Summary: Impossible to interact with UI in SpectrumWorx VST
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: katsunori.kumatani(a)gmail.com
Distribution: ---
Created attachment …
[View More]53878
--> https://bugs.winehq.org/attachment.cgi?id=53878
Terminal Output, only REAPER's, SpectrumWorx has none
Little Endian's SpectrumWorx is a VST effect plugin (for audio applications)
that does spectral processing. So, it has to be loaded in an application that
supports VST plugins, such as Cockos REAPER.
The UI shows up but is completely 'frozen', interacting with it is useless,
clicks don't work, drags don't work, nothing works.
The display doesn't get updated, either, for example if I load a preset via
Reaper or randomize the parameters, the display will *not* be updated until I
close and re-open the UI.
However, this is *not* just a display issue. Even if you click/move knobs
manually to change them, which of course shows as nothing happening, and then
close and re-open the UI, the knobs will not have moved. So it's not just the
display that is frozen (which it is), but your input/clicks don't work at all
either.
Audio processing works fine and has no issues.
Right now, I have to set the preset up in a Virtual Machine with Windows XP,
and then load and use it in Wine without being able to change any of its
settings. (but processing works).
Used 32-bit versions of both REAPER and SpectrumWorx, with wine-staging-1.9.5
in a clean 32-bit prefix.
There is *NO* terminal output whatsoever from opening SpectrumWorx's UI or
doing anything with it. *ALL* the attached terminal output is from REAPER only,
so it's probably useless, but I attached it anyway!
Download free trial from:
https://www.littleendian.com/release/SpectrumWorx-2.9.4-Win32-Setup.msi
Download a VST host such as Reaper from:
http://reaper.fm/files/5.x/reaper516-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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43013
Bug ID: 43013
Summary: ffxiv dx11 characters, npc and monsters aren't
rendered.
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
game does …
[View More]not render characters NPC or monsters in DX11 mode. well except for
the hair and eyes. the game renders those.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43730
Bug ID: 43730
Summary: FFXIV radeon: mmap failed, errno: 12 followed by
severe graphical distortions/loss of textures - Radeon
HD 7970
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)…
[View More]winehq.org
Reporter: clintonrbrown(a)gmail.com
Distribution: ---
Specs:
Ubuntu 16.04 64-bit
i7 3820
Radeon HD 7970 3GB
16GB RAM
Wine + Gallium Nine
Oibaf's graphics drivers:
https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers
Running game in DirectX 9 mode
I get this message while playing FFXIV and then my graphics glitch out and the
UI disappears:
radeon: mmap failed, errno: 12
That floods the terminal when it happens with graphical issues, sometimes
though it will show in the terminal just a couple times with no issues, but
this usually leads to a flood of the error later.
I changed my ulimit -n settings to have a soft cap of 9000 and hard cap of
65000 and the error is still occuring.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26746
Summary: No icon for desktop short-cut
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www5l.incredimail.com/im/imsetup/201104120001/d
efault/installer/fullsetup/IncrediMailSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
…
[View More] ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) wine IncrediMailSetup.exe
3) default install
Behaviour:
Application short-cut on desktop with Wine glass icon.
Expected behaviour:
Application short-cut on desktop with application icon.
Additional info:
Application icon can be extracted from IncMail.exe by following command
wrestool -x IncMail.exe --name=1030 >& icon.ico
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26739
Summary: IncrediMail: Crash at 23% of configuring mail
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www5l.incredimail.com/im/imsetup/201104120001/d
efault/installer/fullsetup/IncrediMailSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)…
[View More]winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34062)
--> (http://bugs.winehq.org/attachment.cgi?id=34062)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko wsh57 vcrun2005
3) wine IncrediMailSetup.exe
4) default installation
5) after installation IncrediMail does "Configuring IncrediMail..."
Behaviour:
Crash at 23% (See attachment)
Expected behaviour:
No crash at all.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=29957
Bug #: 29957
Summary: Silverlight 4 does not install
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.thomas.riker(a)gmail.com
Classification: Unclassified
…
[View More]Created attachment 38988
--> http://bugs.winehq.org/attachment.cgi?id=38988
Terminal output for Silverlight 4 installer
The installer exits before it is finished, and reports "Unable to install
Silverlight".
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=17180
Summary: Wine doesn't honor minimum window size(reported through
WM_GETMINMAXINFO)
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diaasami(a)gmail.com
Created an attachment (id=19068)
--…
[View More]> (http://bugs.winehq.org/attachment.cgi?id=19068)
A sample app that sets the minimum window size(through WM_GETMINMAXINFO) to
(350,350)
It's somehow complicated to explain because WINE handles minimum window size
partially but doesn't propagate it to X, so although the window can still be
resized to smaller sizes it doesn't receive WM_SIZE when its size goes below
the minimum size.
See the attached application, it sets the minimum size to 350,350.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39832
Bug ID: 39832
Summary: Unable to run Lineage 2 Classic
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Scellow33(a)gmail.com
Distribution: ---
I can run it, i see splash screen, then …
[View More]game opens, i can see game cursor, then
once the start of a sound plays, it crash
Ubuntu: x64 16.04
Wine Version: 1.8~ubuntu16.04.1
Wine Prefix: 32bit
wine L2.exe
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:setupapi:CM_Connect_MachineW stub
fixme:setupapi:CM_Get_DevNode_Registry_Property_ExW 0x00000000 13 (nil)
0x679ac00 0x33b800 0x00000000 0x65afdc0: stub
fixme:setupapi:CM_Get_DevNode_Registry_Property_ExW 0x00000000 1 (nil)
0x679ac00 0x33b800 0x00000000 0x65afdc0: stub
fixme:setupapi:CM_Disconnect_Machine stub
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x33bafc,0x33baf8): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33b3e8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33b608,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x339bd8,0x00000000), stub!
fixme:dinput:IDirectInputDevice7WImpl_EnumEffectsInFile
(0x1ccff4)->(L"L2ForecF.ffe",0x9f4ea50,(nil),00000000): stub !
fixme:win:EnumDisplayDevicesW ((null),0,0x339798,0x00000000), stub!
err:xvidmode:ComputeGammaFromRamp low-biased gamma ramp (3277), rejected
err:xvidmode:ComputeGammaFromRamp low-biased gamma ramp (3277), rejected
fixme:imm:ImmReleaseContext (0x10064, 0xe8701c8): stub
fixme:imm:ImmGetDescriptionW (0x4090409, 0x3399c8, 100): semi stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x12d7e9ac): stub
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43931
Bug ID: 43931
Summary: sv.net comfort fails to render forms (failed to set
pixel format 5)
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: c.anselm(a)paindevs.com
…
[View More]Distribution: ---
Created attachment 59567
--> https://bugs.winehq.org/attachment.cgi?id=59567
stderr output with WINEDEBUG=d3d
The new replacement for the German social insurance reporting software called
sv.net comfort is currently unable to render any report-forms. This is
necessary for the software to be of any use at all.
The software is a complete rewrite compared to the old sv.net classic which is
about to go EOL by 31.12.2017.
Sadly somebody thought it to be a good idea to use D3D9 to render the forms.
This doesn't work. According to WINEDEBUG=d3d the software fails to create any
textures due to pixelformat issues.
Short excerpt from the log I've recorded to point out the interesting part:
(Line 4850 and following)
>>>
trace:d3d:context_choose_pixel_format device 0x283da948, dc 0x400d3,
color_format WINED3DFMT_B8G8R8A8_UNORM, ds_format WINED3DFMT_UNKNOWN,
aux_buffers 0.
trace:d3d:context_choose_pixel_format Found iPixelFormat=5 for
ColorFormat=WINED3DFMT_B8G8R8A8_UNORM, DepthStencilFormat=WINED3DFMT_UNKNOWN.
trace:d3d:context_enter Entering context 0x283eafd0, level 1.
warn:d3d:context_set_pixel_format Failed to set pixel format 5 on device
context 0x400d3, last error 0.
err:d3d:context_create Failed to set pixel format 5 on device context 0x400d3.
<<<
See attachment for the full log.
The attached log was created by performing the following actions:
1. launch sv.net comfort (cd ~/.steuer/wineprefix.test/drive_c && WINEDEBUG=d3d
WINEARCH=win32 WINEPREFIX=~/.steuer/wineprefix.test wine "c:/program
files/sv.net comfort/svnet.exe" 2> ../winedebug-d3d.log)
2. log in
3. switch to the forms tab ("Formulare")
4. open one form ("Beitragsnachweis" -> "Beitragsnachweis (Allgemein,
Knappschaft, See, Zahlstelle)")
5. wait for the form to finish loading
6. close the application confirming that I will lose any unsaved inputs
I have contacted the sv.net comfort support and have been told that they will
not look into the issue as they are not interested in the software working on
any system besides Windows 7, 8.1 and 10.
The wineprefix is a win32 prefix with version set to Windows 7.
Installed winetricks:
jet40
mdac27
mdac28
msvcirt
vb6run
wsh57
Additionally the following libraries have been set to "(Native, Builtin)" using
winecfg:
ole32
oleaut32
olepro32
Additionally the following libraries have been set to "(Builtin, Native)" using
winecfg:
wininet
Wine --version is "wine-2.18 (Ubuntu 2.18-1)" as shipped with Ubuntu 17.10 in
the wine-development package.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43841
Bug ID: 43841
Summary: ProfitChart RT crashes at startup with wine 2.18
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danielbermond(a)yahoo.com
Distribution: ---
Created attachment 59397
--…
[View More]> https://bugs.winehq.org/attachment.cgi?id=59397
ProfitChart RT startup log wine-staging 2.18
ProfitChart RT crashes at startup when using wine[-staging] 2.18. It works nice
when downgrading wine-staging to 2.17, so it seems to be a 2.18 regression.
Note1: This program needs wine-staging. It will not work under the regular wine
due to wine bug #41488 (https://bugs.winehq.org/show_bug.cgi?id=41488), which
has a STAGED status (fix is implemented only in wine-staging). So I'm not sure
if this current bug is specific to wine or wine-staging.
Note2: It also needs 'speechsdk' component to be installed in order to work.
ProfitChart RT is a financial market application.
Official download link:
http://www.nelogica.com.br/produtos/bin/profitchart/profitchartRT_setup.exe
System information:
OS: Arch Linux x86_64
wine: wine-2.18 (Staging)
Startup log is attached. Using a clean 32-bit wineprefix in the default ~/.wine
directory, adding only the needed 'speechsdk' component.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32475
Bug #: 32475
Summary: Qvod 5.5 crashes when trying to play any video or
audio
Product: Wine
Version: 1.5.19
Platform: x86
URL: http://dl.kuaibo.com/QvodSetupPlus5.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)…
[View More]winehq.org
ReportedBy: fracting(a)gmail.com
Depends on: 32474
Classification: Unclassified
Created attachment 42838
--> http://bugs.winehq.org/attachment.cgi?id=42838
Log: +quartz,+tid,+seh trace
1. Download and install Qvod 5.5:
$ sha1sum QvodSetupPlus5.exe
3735755bd45db19123f1cc07fcdcd05dd8ece69c QvodSetupPlus5.exe
$ wine QvodSetupPlus5.exe
2. winetricks -q gdiplus, workaround Bug 32474
3. Start Qvod player:
~/.wine/drive_c/Program Files/QvodPlayer$ wine QvodPlayer.exe
4. click "打开"/Open, select any video/audio . I tested mp3/wma/rmvb/avi and
other formats.
Crash happens.
winetricks -q quartz doesn't workaround; however, with native quartz, after
setting WINEDEBUG=+relay and redirect the log to some file on disk, the crash
would disappear, audio could be played well. if the relay log is redirected to
/dev/null instead, then QvodPlayer still crashes even with native quartz.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=47374
Bug ID: 47374
Summary: Thronebreaker: The Witcher Tales rendering is messed
up
Product: Wine
Version: 4.10
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 …
[View More]attachment 64708
--> https://bugs.winehq.org/attachment.cgi?id=64708
menu screenshot
warn:d3d11:d3d11_immediate_context_QueryInterface
{420d5b32-b90c-4da4-bef0-359f6a24a83a} not implemented, returning
E_NOINTERFACE.
warn:d3d11:d3d_device_inner_QueryInterface
{6007896c-3244-4afd-bf18-a6d3beda5023} not implemented, returning
E_NOINTERFACE.
wine-4.10-154-gc674ceefe1
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45650
Bug ID: 45650
Summary: x32 chromium sandbox expects different syscall thunks
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created …
[View More]attachment 62079
--> https://bugs.winehq.org/attachment.cgi?id=62079
0010-winebuild-Simplifly-32bit-syscall-thunk-to-fix-issue
Follow up to bug 45649, and basically an addition to bug 21232.
The existing api thunks work already kind of, but not for all windows versions.
Attached a patch to makes 32bit chrome and chromium work with any windows
version >=XP, both in 32bit and 64bit 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43513
Bug ID: 43513
Summary: Ys VI: The Ark of Napishtim - videos are not playing
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: betaversiondot(a)gmail.com
Distribution: Debian
Created attachment 58903
…
[View More]--> https://bugs.winehq.org/attachment.cgi?id=58903
terminal output wine-2.14
All ingame videos are silently skipped.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30668
Bug #: 30668
Summary: IAMMultiMediaStreamImpl_GetState is needed by MCM2
(Motocross Madness 2)
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: amstream
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Classification: …
[View More]Unclassified
Created attachment 40147
--> http://bugs.winehq.org/attachment.cgi?id=40147
Crash from wine-1.5.4
MCM2 (Motocross Madness 2) crashes on startup thanks to amstream's stub. Native
amstream works around that crash. Wine-1.5.4.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41081
Bug ID: 41081
Summary: Foldit puzzle 1266 crashes at start up
Product: Wine
Version: 1.9.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: muns24072(a)mypacks.net
Distribution: ---
Created attachment 55266
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=55266
Foldit puzzle 1266 crashes at start up
Foldit puzzle 1266 crashes at start up, loads ok in Windows 10
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=47846
Bug ID: 47846
Summary: Age Of Empires III Crash after Intro
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: piedra-igor(a)hotmail.com
Distribution: ---
Created attachment 65351
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=65351
Log after running from the console
I have recently installed the Complete Edition of Age Of Empires III along with
all of the demanded components. Every time I run the game I get a crash to
desktop while I'm on the loading screen just after the intro.
I have already tried all solutions related to the NewProfile file on the My
Games/Age of Empires 3/Users directory without any success.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45421
Bug ID: 45421
Summary: Need for Russia does not play msvideo movies
Product: Wine
Version: 3.11
Hardware: x86
URL: https://games.softpedia.com/get/Games-Demo/Need-for-Ru
ssia-Greatest-Cars-from-CCCP.shtml
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
…
[View More]Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Created attachment 61741
--> https://bugs.winehq.org/attachment.cgi?id=61741
console output
Need for Russia does not play movies. To bypass a first crash, you need to use
a native amstream dll.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=28210
Summary: Rome Total War crash at start
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Regression SHA1: 82a232d1544eb71e3db3e94d0f88a63e7968fe4d
Created an attachment (id=36128)
…
[View More]--> (http://bugs.winehq.org/attachment.cgi?id=36128)
terminal output
82a232d1544eb71e3db3e94d0f88a63e7968fe4d is the first bad commit
commit 82a232d1544eb71e3db3e94d0f88a63e7968fe4d
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Oct 27 13:14:15 2010 -0500
winegstreamer: Add gstreamer YUV->RGB transform filter.
Rome Total War crash at start. Log attached. I did try reverting the patch but
it won't revert from 1.3.27. I also tried to set winegstreamer.dll to disabled
with no luck. I did try the demo but it isn't affected. Also some reports from
AppDB with the GOLD version (which is the same I have) are platinum, so maybe
there is something specific about my configuration or game version.
I have installed:
gstreamer.i686 0.10.31-1.fc14
gstreamer-devel.i686 0.10.31-1.fc14
gstreamer-ffmpeg.i686 0.10.11-1.fc14
gstreamer-plugins-bad-free.i686 0.10.20-3.fc14.1
gstreamer-plugins-bad-free-devel.i686 0.10.20-3.fc14.1
gstreamer-plugins-base.i686 0.10.31-1.fc14
gstreamer-plugins-base-devel.i686 0.10.31-1.fc14
gstreamer-plugins-good.i686 0.10.26-1.fc14
gstreamer-plugins-ugly.i686 0.10.16-2.fc14
gstreamer-python.i686 0.10.19-1.fc14
gstreamer-rtsp.i686 0.10.7-1.fc14
gstreamer-tools.i686 0.10.31-1.fc14
The game crash approx at the moment where it should play intro video. I did a
quick check and all the game videos are in wmv format. BTW the videos never
worked.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=46478
Bug ID: 46478
Summary: Wordpad is slow to start with large enough number of
fonts in the system
Product: Wine
Version: 4.0-rc6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: --…
[View More]-
Simply measuring a number of messages sent to combobox gives me around 1.1M
messages when it adds ~1.5K fonts to the list. This could definitely be reduced
by sorting and resolving duplicates before adding strings to the control.
Commenting out populate_font_list() makes it start immediately.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=46429
Bug ID: 46429
Summary: Commandos 2: Men of Courage needs IV50 codec to play
videos
Product: Wine
Version: 4.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
…
[View More]With the next overrides:
amstream - native,builtin
dsound - native
quartz - native,builtin
just a black screen before entering the main menu and output
'err:msvideo:ICLocate Required media codec 'vidc IV50' not found!'
Videos are playing with 'regsvr32 ir50_32.dll' but with no sound.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=16991
Summary: Cobra 11 Nitro: No video and music at game startup
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukaschmela(a)gmail.com
Created an attachment (id=18784)
--> (http://bugs.winehq.org/…
[View More]attachment.cgi?id=18784)
Screenshot from the game's startup on Wine
On Windows, the game plays a short cinematic show. Then it loads menus and in
the background there are drown video shows from the game with a music from
included music manager.
Wine does nothing from the three actions I described above. The game loads
menus immediately after startup, in background there is a red cross and no
music is playing.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=47320
Bug ID: 47320
Summary: Black Ops 4 Unhandled Exception When Loading gdi32.dll
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: minion.procyk(a)gmail.com
Distribution: ---
Created attachment 64634
-…
[View More]-> https://bugs.winehq.org/attachment.cgi?id=64634
winedebug=trace+all +pid +tid. gdi32 fails to load
I spent some time trying to dig into why Black Ops 4 fails to launch. The
application loads a bunch of dlls, gets to gdi32.dll, tries to map it,
seemingly does so successfully and then application raises an exception:
20749.663:0008:0009:trace:seh:NtRaiseException code=80000003 flags=0
addr=0x10001a30 ip=10001a31 tid=0009
Attached is the log using WINEDEBUG=trace+all,+sed,+pid,+tid.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=44884
Bug ID: 44884
Summary: Call of Duty Modern Warfare Remastered: Crash after
splash with error about Memory/Disk space
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christian.frank(a)…
[View More]gmx.de
Distribution: ---
Created attachment 60950
--> https://bugs.winehq.org/attachment.cgi?id=60950
logfile (7z format) part 1
Hi,
Call of Duty Modern Warfare Remastered: crashes with the following (sadly
german) error message box after the splash screen is show:
Zu wenig Speicher. Sie haben wahrscheinlich zu wenig freien Speicherplatz auf
der Festplatte. (12)
Translated it is:
Not enough memory. You very likely do not have enough disk space on your hard
isk. (12).
You can find the error message in the attached trace.
THa trace is 7z zipped and splitted
Hope it helps to find the error reason.
The last lines in the console without special debug options are the following:
00c4:fixme:shell:CustomDestinationList_QueryInterface not implemented for
{00000003-0000-0000-c000-000000000046} (unknown)
00c4:fixme:shell:CustomDestinationList_QueryInterface not implemented for
{00000003-0000-0000-c000-000000000046} (unknown)
00c4:fixme:shell:CustomDestinationList_QueryInterface not implemented for
{00000019-0000-0000-c000-000000000046} (unknown)
00c4:fixme:shell:CustomDestinationList_BeginList 0xbdd0678 (0xfbffa4c
{92ca9dcd-5622-4bba-a805-5e9f541bd8c9} 0xfbffa58): stub
00b1:fixme:reg:RegDisableReflectionKey 0x1b8: stub
00b1:err:ole:CoGetClassObject class {f3bdfad3-f276-49e9-9b17-c474f48f0764} not
registered
00b1:err:ole:CoGetClassObject class {f3bdfad3-f276-49e9-9b17-c474f48f0764} not
registered
00b1:err:ole:create_server class {f3bdfad3-f276-49e9-9b17-c474f48f0764} not
registered
00b1:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
00b1:err:ole:CoGetClassObject no class object
{f3bdfad3-f276-49e9-9b17-c474f48f0764} could be created for context 0x17
00b1:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not
implemented: 0x3
00b1:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not
implemented: 0x3
Logfile is 7z and split into 4 parts
Many thanks
Christian
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32075
Bug #: 32075
Summary: Microsoft SQL Server 2000 Desktop Engine: distributed
transactions fail: unimplemented function
xolehlp.dll.DtcGetTransactionManager
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=2
2661
OS/Version: Linux
Status: UNCONFIRMED
…
[View More] Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 42282
--> http://bugs.winehq.org/attachment.cgi?id=42282
Sample application used to reproduce this bug
To reproduce:
- install MSDE as described on its appdb page
- install native dotnet20
- extract bin\Debug directory from the attached archive and run
WindowsFormsApplication1.exe
- press 'SqlConnection out' button
Native .NET is required. Without it the application runs fine, however it does
not cause SQLServer to fail.
See also bug 32048 for a related missing function.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34260
Bug #: 34260
Summary: game The Bridge does not launch
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: systemofdown(a)gmail.com
Classification: Unclassified
Created attachment 45598
--> …
[View More]http://bugs.winehq.org/attachment.cgi?id=45598
Debug +relay
the game *The Bridge* does not launch, it fails to start up returning the
following:
Unhandled Exception: System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
at Microsoft.Xna.Framework.Input.UnsafeNativeMethods.GetState(PlayerIndex
playerIndex, XINPUT_STATE& pState)
at Microsoft.Xna.Framework.Input.GamePad.GetState(PlayerIndex playerIndex,
GamePadDeadZone deadZoneMode)
at TheBridge.Input.Controller.CheckAndSetActive()
at TheBridge.Input.Controller..ctor(PlayerIndex playerIndex, IntPtr
windowHandle)
at TheBridge.GameElements.GameWorld.LoadContent()
at Microsoft.Xna.Framework.Game.Initialize()
at TheBridge.GameElements.GameWorld.Initialize()
at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
at TheBridge.Program.Main(String[] args)
WINEDEBUG=+relay on attachment
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40761
Bug ID: 40761
Summary: dotnet45 installer does not recognize the new wusa.exe
implementation
Product: Wine-staging
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
…
[View More] CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
The new wusa.exe implementation should have fixed
https://bugs.winehq.org/show_bug.cgi?id=37781, but it did not.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=46259
Bug ID: 46259
Summary: Crashing due to a 'serious error', repeatedly
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zara.boarder(a)gmail.com
Created attachment 62957
--> https://bugs.…
[View More]winehq.org/attachment.cgi?id=62957
backtrace.txt
Crashing repeatedly due to a serious 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=9906
Summary: Can't start the 4D Client
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://www.4d.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)javalia.se
Created an attachment (id=8397)
--> (http://bugs.winehq.org/…
[View More]attachment.cgi?id=8397)
The backtrace when trying to run 4D Client 2004
4D 2004, installs well but doesn't run the application 4D client at all. Se
backtrace.
The application is in the AppDB if there are missing instructions about how to
make it run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13947
Summary: "Because it's fun, Fay": No focus on start, Alt-F4
doesn't work, etc
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://forums.tigsource.com/index.php?topic=1664.0
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
…
[View More]ReportedBy: trick(a)icculus.org
This game has some issues:
http://forums.tigsource.com/index.php?topic=1664.0http://www.oxeye.se/files/stuff/BIFF.zip
* The game starts in fullscreen mode, but doesn't get focus on start. In stead
Wine resizes the desktop (also demonstrating bug #13946, still KDE 3.5.9) and
pops up the "fullscreen window" behind the currently active window. You have
to click in the wine window to enter "true" fullscreen.
* Alt-F4 doesn't work. This is the only way of quitting the game once you're
past the menu. (It works fine in native Windows.)
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41060
Bug ID: 41060
Summary: foldit-linux wine crashes on start up on puzzule 1266
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: muns24072(a)mypacks.net
Distribution: ---
Created attachment 55240
-…
[View More]-> https://bugs.winehq.org/attachment.cgi?id=55240
foldit-linux-wine puzzle 1266 crashes at start up
foldit-linux-wine puzzle 1266 crashes at start up
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40526
Bug ID: 40526
Summary: "Pettersson und Findus" not starting - winevdm.exe
crash
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blauerhunger(a)outlook.de
Distribution: Ubuntu
…
[View More]Created attachment 54347
--> https://bugs.winehq.org/attachment.cgi?id=54347
Backtrace of winevdm.exe (Wine Crash Report)
I installed "Pettersson und Findus" from CD (16-bit application) in a 32-bit
PlayOnLinux-Wineprefix with Wine 1.9.8-staging without any additional
libraries. The install worked flawlessly, but when I try to launch the game, a
Wine Crash Report shows up with the backtrace attached.
I also tried it with wine 1.8; the crash is also there. Testing with an
emulated windows version of 3.1, 95, 98 and NT 4.0 crashed like this, 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40040
Bug ID: 40040
Summary: ictation Pro 1.02 crashes when starting dication
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: ---
Created attachment 53493
…
[View More]--> https://bugs.winehq.org/attachment.cgi?id=53493
Terminal output on Wine 1.9.1
Steps to reproduce:
1) remove ~/.wine
2) sh winetricks dotnet40
3) wine Dictation Pro.exe
4) press on "start dictation"
Behaviour:
Crash.
Expected behaviour:
No crash.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41245
Bug ID: 41245
Summary: Gameranger : crashes when trying to join a room
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fevrier.simon(a)gmail.com
Distribution: ---
Created attachment 55541
--&…
[View More]gt; https://bugs.winehq.org/attachment.cgi?id=55541
A log from playonlinux debbuger
Wine crashes when I try to join a Star Wars Battlefront II room in Gameranger.
OS : Ubuntu/Kubuntu 16.04 amd64
Wine : 1.9.17
Programs : Gameranger (https://www.gameranger.com/download/) and Star Wars
Battlefront II
To have more information, I launched the programs through playonlinux. I have a
"log" from the playonlinux debugger. If it can help, it is attached.
When ubuntu whith unity is using, a black rectangle appears at the centre of
the 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39945
Bug ID: 39945
Summary: Stars! planet locator is only partially drawn
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: curaga(a)operamail.com
Distribution: ---
Created attachment 53368
--> …
[View More]https://bugs.winehq.org/attachment.cgi?id=53368
Screenshot
When you press V in Stars!, it shows the planet you've selected, by drawing a
yellow cross on the map.
In Wine, the cross is either not drawn at all, or only partially drawn. The
attached screenshot shows it partially drawing.
This is the type of bug that can be hidden by a compositor - please test only
without a compositor.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=47239
Bug ID: 47239
Summary: Soft-link in Final Fantasy X Remastered
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: justinrun(a)gmail.com
Distribution: ---
In Final Fantasy X, there is a scripted …
[View More]battle sequence toward the beginning of
the game where Yuna summons Valefor for the first time. After the animation
plays where Valefor greets her and flies toward the enemy, the game stops. The
music still plays, and it appears to be rendering. But, the next part of the
scene never gets triggered. So, the game just sits there playing the background
music until I close the window. This bug does not occur when playing the game
in Windows.
I am not using any ReShade patches or anything. This is just the base game
installed via Steam running under 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45938
Bug ID: 45938
Summary: Mouse issues in FFXIV (jittery movement, clicks count
as drags)
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amathor929(a)gmail.com
Distribution: ---
…
[View More]When playing FFXIV, some single-clicks of the left mouse button are counted as
"click and hold", IE, clicking on an ability on the hotbar will sometimes
result in casting the ability(expected) but mostly it will pick up the ability
(as if you were dragging it to move it, not exepcted)
Also, moving the camera or turning the character with the mouse results in
extremely jumpy/jittery movement, the camera movement seems to rubber-band and
skip the entire time.
The camera/turning issue is NOT PRESENT in wine 3.11, but the clicking issue
is. Have tested all versions of WINE from 3.10 to 3.17-staging and 3.12 is
where the issue seems to first appear.
Issue is persistant on a 32bit wineprefix with DX9 without DXVK aswell as 64bit
prefix using DX11 with and without DXVK.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45909
Bug ID: 45909
Summary: the program hangs every so often
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: javiervidal1960(a)gmail.com
Created attachment 62438
--> https://bugs.winehq.org/…
[View More]attachment.cgi?id=62438
Crash report
El software se bloquea y genera un archivo de informe adjunto.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45804
Bug ID: 45804
Summary: Cant run this app on Linux Manjaro
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: umerkhans7515(a)gmail.com
Distribution: ---
Created attachment 62263
--> …
[View More]https://bugs.winehq.org/attachment.cgi?id=62263
cant run this app on manjaro linux
please fix this
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45638
Bug ID: 45638
Summary: Starting Thunderbird 52.8 before Genealogy app causes
app to crash on starting
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: electron(a)fearnleys.org.uk
…
[View More]Distribution: Mint
Created attachment 62068
--> https://bugs.winehq.org/attachment.cgi?id=62068
The crash message given by Wine
Starting at a clean boot:
Start Family Historian (FH) before Thunderbird all works OK
Start T'bird before Family Historian I get:
Unhandled exception: unimplemented function usp10.dll.ScriptBreak called in
32-bit code (0x7b83ac1c)
and FH crashes out. Cannot then start FH again unless doing a clean boot.
FH works perfectly in Win 7, 8.1 & 10.
Running FH in Wine as Win7
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45280
Bug ID: 45280
Summary: PreForm doesn't work anymore
Product: Wine
Version: 3.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: drindt(a)3r.gmbh
Distribution: ---
Created attachment 61540
--> https://bugs.winehq.org/…
[View More]attachment.cgi?id=61540
Executed the PreForm.exe in a terminal and captured the output
Since wine 3.8 it doesn't start anymore. I've recorded all the output when it
comes to the crash you you can may give me some advise how to solve it.
Thank you very much!
Daniel
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=47010
Bug ID: 47010
Summary: The White Laboratory game crashes on startup (missing
Direct3D 9 features)
Product: Wine
Version: 4.5
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ignas2526(a)gmail.com
Created …
[View More]attachment 64170
--> https://bugs.winehq.org/attachment.cgi?id=64170
Log
The White Laboratory game crashes on startup with error dialog:
Fatal Error: Your graphics hardware does not support the required Direct3D 9
features to run this game. Required simultaneous MRTs: 4 You have 4. Requires
MRT independent bit depths. Your card supports it.
https://store.steampowered.com/app/235520/The_White_Laboratory/
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=44687
Bug ID: 44687
Summary: APK Easy Tool does not launch due to
System.Windows.Forms.WebBrowser issue
Product: Wine
Version: 3.3
Hardware: x86-64
URL: https://forum.xda-developers.com/android/software-hack
ing/tool-apk-easy-tool-v1-02-windows-gui-t3333960
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
…
[View More] Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: signup(a)secmail.pro
Created attachment 60698
--> https://bugs.winehq.org/attachment.cgi?id=60698
log from terminal
I'm trying to launch APK Easy Tool 1.50 on macOS High Sierra with Wine 3.0 and
3.3 but it does not launch and Wine closes itself in few seconds (icon
disappear from dock). When I launch it with terminal ("wine (path to exe)"), I
can see it has issues with System.Windows.Forms.WebBrowser. Probably because
the tool has an embedded webbrowser.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=38431
Bug ID: 38431
Summary: Portal 2 Coop-Launcher fails to start with Wine Mono
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Distribution: ---
Created attachment 51292
…
[View More]--> https://bugs.winehq.org/attachment.cgi?id=51292
Unhandled Exception: System.EntryPointNotFoundException: GetTimeZoneInformation
Freeware launcher for playing Portal 2 over LAN. Seems to be a missing function
in Mono.
--
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.
[View Less]