https://bugs.winehq.org/show_bug.cgi?id=40462
Bug ID: 40462
Summary: Application Crashes at download to a directory at
drive_c
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)apotheekelderveld.nl
Created attachment 54220
--> https://bugs.winehq.org/attachment.cgi?id=54220
Backlog Anita
Anita (application) Crashes at download to a directory at drive_c
--
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=38951
Bug ID: 38951
Summary: Builtin iexplore can't do document.write in a new
window
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 51897
--> https://bugs.winehq.org/attachment.cgi?id=51897
+mshtml terminal output.txt
Run javascript code in builtin gecko:
function openWin()
myw=window.open("", "myWindow", "width=200, height=100");
myw.document.write("<p>This is 'myWindow'</p>");
}
And HTMLDocument_open hasn't been called
You can reproduce this bug by
wine iexplore http://78rd9k.com1.z0.glb.clouddn.com/window_write.html
--
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=37694
Bug ID: 37694
Summary: Kontakt 5.4.2 crashes on start, unimplemented function
msvcp120.dll
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: arny91(a)yahoo.it
Distribution: ---
Created attachment 50172
--> https://bugs.winehq.org/attachment.cgi?id=50172
backtrace, integrated msvcp120.dll
Hi,
I installed Kontakt 5 and it crashes when launched both in standalone mode or
as a plugin with a vst host (carla-patchbay). I tried with both integrated and
native msvcp120.dll, but it crashes anyway. I'm posting the backtrace as
attachment.
--
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=9661
Summary: Linux Sticky keys does not work under Wine
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: coljep(a)telefonica.net
I am using Sticky keys in linux (Ubuntu Feisty and others) and this function
does not work under Wine. I also use a UK keyboard layout with dead keys, this
part does work under Wine.
The application in question is Ace Money version 3.9.4a
Colin Jepson
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38092
Bug ID: 38092
Summary: Audio Channell mute/mixed/wrong volume
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxmusterm(a)gmail.com
Distribution: ---
This bug was introduced in wine-1.7.34 and is still present in the newest
version.
I noticed the problem in Square Enix games (but it's probably in any program
that uses multiple audio channels).
To reproduce the problem you can play Final Fantasy XIII and get no voices in
cutscenes or you can play life is strange and get wrong audio volumes (or so it
sounds), especially easy to spot in the classroom scene from the beginning.You
can hear the teacher but he is too quiet.It seems as if low volume channels are
suddenly loud and loud channels are suddenly quiet, that's why I added the
"mixed".
The problem isn't present in 1.7.33 and I will later get more detailed
debugging information.
--
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=29997
Bug #: 29997
Summary: StudioTax 2011 crashes during installation
Product: Wine
Version: 1.4-rc4
Platform: x86-64
URL: http://www.studiotax.com/en/download.htm
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mfuhrer(a)alumni.ucalgary.ca
Classification: Unclassified
The StudioTax 2011 installer crashes shortly after clicking the "Install"
button. I tried this on a clean wine directory with .NET 2.0 installed (manual
installation, without winetricks). I subsequently installed .NET 2.0 sp2 (used
winetricks at this point) and tried running the StudioTax 2011 installer again,
and got an almost identical crash.
--
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=40786
Bug ID: 40786
Summary: Legacy of kain Defiance to crashes when called by
script
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 54692
--> https://bugs.winehq.org/attachment.cgi?id=54692
Defiance Backtrace
The game crashes when i call my script. This is what my script looks like
#!/bin/sh
cd '/mnt/sda2/Games/PC/Legacy of Kain - Defiance'
xset s off -dpms & WINEDEBUG=-all wine explorer /desktop=Defiance,800x600
defiance.exe && xset s on +dpms
I would also mention that when i just open a terminal and type in
cd '/mnt/sda2/Games/PC/Legacy of Kain - Defiance'
xset s off -dpms & WINEDEBUG=-all wine explorer /desktop=Defiance,800x600
defiance.exe
game works. It seems to have a problem with "&& xset s on +dpms".
--
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=40508
Bug ID: 40508
Summary: The Witness: black screen on start (32-bit version)
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 54303
--> https://bugs.winehq.org/attachment.cgi?id=54303
Terminal output from a 32-bit prefix, Wine 1.9.8
My system info:
Host: antergos Kernel: 4.5.1-1-ARCH x86_64 (64 bit) Desktop: Gnome 3.20.1
Distro: Antergos Linux
Card: NVIDIA GF110 [GeForce GTX 560 Ti 448 Cores]
Display Server: X.Org 1.18.3 driver: nvidia Resolution: 1920x1200(a)59.95hz
GLX Renderer: GeForce GTX 560 Ti/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 364.16
I am using Wine 1.9.8 from the official Arch repos with a clean 32-bit prefix
and no overrides.
When I attempt to run the 32-bit version of The Witness using the command "wine
witness_d3d11.exe" I am first greeted with a warning about the graphics driver
not supporting concurrent resource creation and then I see a configuration menu
for the game. After I choose my configuration, I am then shown a black screen
that persists until I kill the process.
I have attempted to run the game on medium settings with multisampling disabled
as well as with 2x MSAA enabled with high settings and I have the same exact
result: a black screen that I need to kill manually in order to get rid of it.
--
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=22220
Summary: TNR MoonLight 2.31.122 works incorrectly in Wine
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://tnr.kulichki.com/download/moonlight.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akontsevich(a)gmail.com
Created an attachment (id=27116)
--> (http://bugs.winehq.org/attachment.cgi?id=27116)
The program screen look in Windows
Main window is blank when running in Wine. Also incorrect text in left panel.
Windows screenshot is added. Wine log and screenshot will follow. The program
does not work at all if mshtml.dll is NOT installed and NOT set as "native".
--
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=40628
Bug ID: 40628
Summary: Train Fever needs
msvcr110.dll.?_Id@_CurrentScheduler@details@Concurrenc
y@@SAIXZ
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 54496
--> https://bugs.winehq.org/attachment.cgi?id=54496
terminal output
The game loads to the main menu properly, but when I change the settings in the
options menu and click on <Apply> it crashes due to this unimplemented
function:
wine: Call from 0x7b43b24c to unimplemented function
msvcr110.dll.?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ, aborting
'winetricks -q vcrun2012' is a workaround.
Train Fever from GOG.com (32-bit, build 7753)
wine-1.9.9-161-g1348d9e
--
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.