http://bugs.winehq.org/show_bug.cgi?id=31422
Bug #: 31422
Summary: Generate Website fails to display with iexplore
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 41303
--> http://bugs.winehq.org/attachment.cgi?id=41303
Sample generated website
Attempt to load the attached web site results in an error message being display
"It appears that you may have Javascript disabled. ".
If you use native JScript the same error message is displayed.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=26263
Summary: __wine_call_from_regs violates x86 ABI
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Created an attachment (id=33470)
--> (http://bugs.winehq.org/attachment.cgi?id=33470)
Valgrind output
As far as I know x86 applications should not modify data below the stack
pointer. Running the latest (2011-02-27) git version of Wine under Valgrind
results in many "address is just below the stack pointer" complaints. See also
the attachment for the output of the following command:
valgrind --suppressions=wine-memcheck.supp --trace-children=yes
--trace-children-skip=/usr/bin/wineserver
--trace-children-skip-by-arg=wineboot.exe,winemenubuilder.exe,services.exe,winedevice.exe,plugplay.exe,explorer.exe
--vex-iropt-precise-memory-exns=yes --num-callers=32
--fullpath-after=$HOME/software --error-limit=no --gen-suppressions=all wine
notepad
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9493
Summary: Cosmetic Errors when using Default Luna theme from
Windows XP
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smackdat1(a)gmail.com
Created an attachment (id=7842)
--> (http://bugs.winehq.org/attachment.cgi?id=7842)
errors using luna theme
Background for dragbar is black and Frame and Checkbox labelsdo not blend with
the background. Component is just a guess
--
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=40418
Bug ID: 40418
Summary: Doom 4 requires bcrypt AES provider
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
CC: charles.gorand.dev(a)gmail.com
Distribution: ---
Continuation of bug 40406.
fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm L"AES" not supported
--
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=42716
Bug ID: 42716
Summary: IsDebuggerPresent returning TRUE
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: dmpeletronic(a)gmail.com
Distribution: ---
The function above is always returning true, depending on the machine. It seems
that the struct is not initialized correctly.
BOOL WINAPI IsDebuggerPresent(void)
{
return NtCurrentTeb()->Peb->BeingDebugged;
}
Please check the Peb and BeingDebugged initialization.
As consequence, some applications sometimes cannot be run, such as MetaTrader5,
and we get a DialogBox:
“A debugger has been found running in your system. Please unload it from your
memory and restart your program”.
--
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=38064
Bug ID: 38064
Summary: Using alt+enter to fullscreen any rpgmaker XP game
causes keyboard input lose and not fullscreen
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: t_arceri(a)yahoo.com.au
Distribution: ---
Full screen used to work fine in wine-1.7.31 and broke in wine-1.7.31.
Now when I try to go full screen it doesn't take input from the keyboard
meaning I can't exit and have to power off my laptop.
Also it doesn't fullscreen properly just part of the window is redrawn in the
top left.
I've bisected the input issue to this commit:
45d530461bf29c953f5f4532cc0e917b4c4fc296 is the first bad commit
commit 45d530461bf29c953f5f4532cc0e917b4c4fc296
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Nov 13 20:39:25 2014 +0100
wined3d: Minimize device windows on focus loss.
And bisected the drawing issue to:
commit f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 18 21:26:57 2014 +0100
wined3d: Restore the display mode on focus change.
Example app:
http://www.itsqueeze.com/wp-content/uploads/2015/02/Custom_Mouse_System.tar…
You also need the run time package for Rpgmaker XP:
http://www.rpgmakerweb.com/download/additional/run-time-packages
Just run Game.exe and press alt+enter
--
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=44158
Bug ID: 44158
Summary: QueryProcessCycleTime() causing exception/crash
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: aj664(a)hotmail.com
Distribution: ---
it's got a ok/fail return value, so if it's not implemented, it should be a
no-op FIXME thingy, returning a fail value.
or is it actually implemented, and just crashes?!?
OS.. up-to-date Lubuntu x86-64 running in a Virtual Box v5.1.20 VM.
--
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=44035
Bug ID: 44035
Summary: Xenia emulator doesn't start
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 59699
--> https://bugs.winehq.org/attachment.cgi?id=59699
Terminal output
After start, Xenia crashes with "wine: Unimplemented function
api-ms-win-shcore-scaling-l1-1-1.dll.GetDpiForMonitor called at address
0x7b44f707 (thread 0031), starting debugger..."
OS: Lubuntu 16.04.3, Wine 2.21 from official repo.
File link:
https://ci.appveyor.com/api/buildjobs/x5wbr0mq2bgj8ulf/artifacts/xenia-mast…
sha256: 0940748ed2e7771b0477d96b271b27f92f1f135a26d401afd511e9e277958ec2
--
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=40078
Bug ID: 40078
Summary: With IrfanView copied image detail is horizontally
flipped
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Ulf.Zibis(a)gmx.de
Distribution: ---
Please refer to this bug:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1540693
--
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=40623
Bug ID: 40623
Summary: DOOM (2016) crashes on launch
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: strider(a)strycore.com
Distribution: ---
The game does not launch at all. From what I understand from the backtrace, it
crashes in something related to xinput1_3.
--
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.