https://bugs.winehq.org/show_bug.cgi?id=46280
Bug ID: 46280
Summary: [BabaIsYou] stdrt.exe fail
Product: Wine
Version: 4.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wiiu3dsxl13127(a)gmail.com
Distribution: ---
Created attachment 62989
--> https://bugs.winehq.org/attachment.cgi?id=62989
Backtrace file
When you launch the game "BabaIsYou" the game open, you heard a song during 0,5
second and then the game crash with the wine error.
I just noticed that the game doesn't work on my computer who is full AMD but
works with my second computer who have an Intel integrated GPU but runs the
3.21 version of winehq without DXVK. But I assume the problem is a conflict
with the AMD drivers.
For more information check the "backtrace" file
PS: BabaIsYou is in development so I've test the development demonstration.
--
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=33484
Bug #: 33484
Summary: Lemur Editor doesn't launch with message: Unable to
use Direct3D, please install DirectX
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rafael.raccuia(a)blindekinder.com
Classification: Unclassified
Created attachment 44320
--> http://bugs.winehq.org/attachment.cgi?id=44320
terminal output
Lemur Editor installs pefrectly, but doesn't launch, because of
Direct3D/DirectX.
--
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=46447
Bug ID: 46447
Summary: Wine Staging Patch "xaudio2_7-WMA_support" does not
work, because ffmpeg support is missing
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: gero45(a)mr-gero.de
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Wine Version used: winehq-staging_4.0~rc2 for Debian Testing
When I try to run "Stardew Valley" i get the following error:
"4672.801:0009:warn:xaudio2:IXAudio2Impl_CreateSourceVoice OpenAL can't use
this format and no FFmpeg, so giving up"
As described by Andrew Eikum in this comment 35 of Bug 39402
(https://bugs.winehq.org/show_bug.cgi?id=39402#c35), this might be because of
missing ffmpeg support in the wine build used.
--
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=46456
Bug ID: 46456
Summary: java 8 won't install
Product: Wine-staging
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Java 8 will not install
Fedora 29, x64
$ rpm -qa wine-co\*
wine-core-4.0-0.4.rc4.fc29.x86_64
wine-common-4.0-0.4.rc4.fc29.noarch
wine-core-4.0-0.4.rc4.fc29.i686
wine-courier-fonts-4.0-0.4.rc4.fc29.noarch
wine jre8-8.181-windows-i586.exe
Millions of fixmes. Last ones are
$ rpm -qa wine-co\00ce:fixme:msxml:domdoc_get_readyState stub!
(0x4896780)->(0x446ec28)
00ce:fixme:msxml:DispatchEx_GetDispID Unsupported grfdex 10000001
00ce:fixme:msxml:domdoc_get_parseError (0x4896798)->(0x446ec28): creating a
dummy parseError
00ce:fixme:msxml:DispatchEx_GetDispID Unsupported grfdex 10000001
00ce:fixme:msxml:DispatchEx_GetDispID Unsupported grfdex 10000001
00ce:fixme:msxml:domdoc_get_parseError (0x4896798)->(0x446ec28): creating a
dummy parseError
00ce:fixme:msxml:DispatchEx_GetDispID Unsupported grfdex 10000001
00ce:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
00ce:fixme:mshtml:nsChannel_GetContentLength (0x47cc658)->(0x446e050)
00ce:fixme:mshtml:nsChannel_GetContentLength (0x47e7000)->(0x446e050)
00ce:fixme:jscript:JSGlobal_eval No active exec_ctx
--
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=33542
Bug #: 33542
Summary: EnableWindow calls ReleaseCapture when mouse captured
on child window
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orzhvs(a)gmail.com
Classification: Unclassified
Created attachment 44392
--> http://bugs.winehq.org/attachment.cgi?id=44392
WINEDEBUG=+relay,+message wine /usr/local/vboxvm/vmshare/Spy.exe 2>&1 | grep -E
SetCapture\|ReleaseCapture\|LBUTTONDOWN\|LBUTTONUP\|EnableWindow > out.txt
When EnableWindow disabling a window in Wine, mouse capture in its child window
gets lost. As far as I tested in windows, capture is released only when
disabling the exact captured window, rather than its parent window.
There's a tool named 'Spy32' ( download at
http://www.woodmann.com/RCE-CD-SITES/Protools/files/utilities/spy.zip ), please
try picking window by dragging the 'target' icon to target window, it will
misbehave like the mouse button never released. In further debug info (
attached ) I saw it disable its main window to avoid picking itself, it indeed
plans to re-enable the window when mouse button is up but it dose not as
capture has been released and no WM_LBUTTONUP is received.
--
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=46379
Bug ID: 46379
Summary: Resident Evil HD REMASTER crashes with ERR08 : Memory
overrun
Product: Wine
Version: 4.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 63128
--> https://bugs.winehq.org/attachment.cgi?id=63128
+d3d_shader
Can crash after ~2 minutes of gameplay with 'Fatal error. ERR08 : Memory
overrun.'
Workaround is set Shadows Quality to Medium.
wine-4.0-rc3-19-g2058505ceb
--
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=46468
Bug ID: 46468
Summary: sysex dump fail
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rogermenning(a)googlemail.com
Distribution: ---
Created attachment 63281
--> https://bugs.winehq.org/attachment.cgi?id=63281
details from the crash window from sounddiver
Sounddiver crash when I wanna change Settings.
The Program receive midi sysex dumps from Synthesizer and can save it.
When sounddiver send back that dump the Synthesizer does not recognize that
dump.
I saw in the command terminal when i let run a2jmidid -e & that the dump the
computer receive without problems but by sending them back the timetable is
wrong.
I think the hexadecimal code is not the same by sending back.
The crash report from sounddiver only happens when I wanna open the Settings
from the program. Actually by windows the program run directly after
installation without changing Settings.So it do not need to change Settings.
Another thing is that the sequencer from sounddiver can record dumps and even
show the hexadecimal code but by playing back the sequencer stop by second step
and normal dumps have 9steps.
--
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.
The address ip4-46-39-187-235.cust.nbox.cz (46.39.187.235) failed too many login attempts (5) for
the account tuxilero(a)gmail.com.
The login attempts occurred at these times:
2019-01-14 00:46:37 CST
2019-01-14 00:46:46 CST
2019-01-14 00:47:03 CST
2019-01-14 00:47:23 CST
2019-01-14 00:47:39 CST
This IP will be able to log in again using this account at
2019-01-14 01:16 CST.
https://bugs.winehq.org/show_bug.cgi?id=46463
Bug ID: 46463
Summary: Purchased Tew for Mac using Wine and it cam up with
these faults please help
Product: Wine
Version: 2.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Ronaldo.robins(a)gmail.com
Created attachment 63271
--> https://bugs.winehq.org/attachment.cgi?id=63271
Please help me to fix this
Hi I purchased TEW 2016 For the Apple Mac and followed the correct steps but
then it cam up with the following message(faults) Please help
--
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=43661
Bug ID: 43661
Summary: DraftSight 2017 - Font corrupted with version set to
win7
Product: Wine
Version: 2.15
Hardware: x86
URL: https://www.3ds.com/products-services/draftsight-cad-s
oftware/free-download/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 59106
--> https://bugs.winehq.org/attachment.cgi?id=59106
Version set to Win7
Program is free for testing, but unfortunately requires registration.
In win7 mode it displays fonts very broken, with version set to XP it works
fine.
--
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.