http://bugs.winehq.org/show_bug.cgi?id=35312
Bug ID: 35312
Summary: "Toggle All" currently means "Inverse Selection"
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Classification: Unclassified
When selecting VMs the button "Toggle All" actually inverses the current
selection.
function ToggleAll()
{
for (var i = 0; i < document.forms[0].elements.length; i++)
{
if(document.forms[0].elements[i].type == 'checkbox')
document.forms[0].elements[i].checked =
!(document.forms[0].elements[i].checked);
}
}
A possible solution:
var toggledstate = true;
function ToggleAll()
{
toggledstate = !toggledstate;
for (var i = 0; i < document.forms[0].elements.length; i++)
{
if(document.forms[0].elements[i].type == 'checkbox')
document.forms[0].elements[i].checked = toggledstate;
}
}
--
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=45519
Bug ID: 45519
Summary: PLAYKEY: unexpectedly terminated when I try switch
client to full screen mode by Alt + Enter
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
Distribution: ---
PLAYKEY: unexpectedly terminated when I try switch client to full screen mode
by Alt - Enter
This I see in terminal output:
failed to create drawable
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 402
Current serial number in output stream: 422
X Error of failed request: GLXBadWindow
Major opcode of failed request: 150 (GLX)
Minor opcode of failed request: 32 (X_GLXDestroyWindow)
Serial number of failed request: 2520
Current serial number in output stream: 2520
How reproduce:
1) Download playkey client:
https://static.playkey.net/clientdownload.aspx?file=windows-desktop/Release…
2) Launch playkey client:
$ .wine/drive_c/Program\ Files\ \(x86\)/Playkey/Playkey.exe
"playkey:///?host=mgm.playkey.net&port=13000&token=MDI0QzlEQ0Q2MkE3N0Q0NUFDREMzOEE4OUY1QkUyQzdGQ0Y2M0YwMTI3REQyOTQ4QkMzM0I5MjA1Qjk4QTUxQUVBOUJDQTRGQzNFOUJBNDVBMTVGRkEzOTI0MDIwQ0Y4&language=ru&session-id=T23668568&gatid=UA-52416734-1&cid=841521404.1532440982&fps=33&resolution=1920x1080&device[]=gamepad&device[]=keyboard_and_mouse"
3) Try switch to full screen mode. 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=47393
Bug ID: 47393
Summary: Unhandled exception: assertion failed in 32-bit code
(0xf774ec89).
Product: Wine
Version: 1.6-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stevedonato(a)gmail.com
Distribution: ---
Created attachment 64740
--> https://bugs.winehq.org/attachment.cgi?id=64740
Unhandled exception: assertion Wine 1.6.2 Linux mint 18.2
Running a windows program that use to work? maybe I had a newer release of wine
at that time.
--
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=47351
Bug ID: 47351
Summary: World of Warcraft still crashes at launch
Product: Wine
Version: 4.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Regression SHA1: 13e11d3fcbcf8790e031c4bc52f5f550b1377b3b
Distribution: Gentoo
Created attachment 64686
--> https://bugs.winehq.org/attachment.cgi?id=64686
GetTickCount hack for WoW ... again
Hello,
I still have a crash at launch with World of Warcraft (i did not try with
others Blizzard games). When i launch the game, it crash with a Blizzard error
138 like this :
"ACCESS_VIOLATION : error 138: ERROR #138 (0x8510008a) Fatal exception!
The instruction at "0x0000000000000000" referenced memory at
"0x0000000000000000".
The memory could not be "executed".
With the attached hack, the game launches correctly without 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.
https://bugs.winehq.org/show_bug.cgi?id=47292
Bug ID: 47292
Summary: vs 2010 unimplemented function
MSVCR100_CLR0400.dll._initterm_e,
MSVCR100_CLR0400.dll._except_handler4_common
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
Using visual studio 2010 express (Microsoft Visual Studio 10.0), targetting
Debug|Win32 mode, to build portaudio ( http://www.portaudio.com/ )
, aborts with:
...
Creating library Win32\Debug\portaudio_x86.lib and object Win32\Debug\port
audio_x86.exp
...
wine: Call from 0x7bc8e1f1 to unimplemented function
MSVCR100_CLR0400.dll._initterm_e, aborting
wine: Call from 0x7bc8e1f1 to unimplemented function
MSVCR100_CLR0400.dll._except_handler4_common, aborting
wine: Call from 0x7bc8e1f1 to unimplemented function
MSVCR100_CLR0400.dll._except_handler4_common, aborting
012d:err:seh:setup_exception_record stack overflow 824 bytes in thread 012d eip
f7b3c61e esp 00230ff8 stack 0x230000-0x231000-0x330000
...
C:\users\hin-tak\Temp\lnk981d.tmp : fatal error LNK1136: invalid or corrupt fil
e [Z:\home\hin-tak\git-others\portaudio\build\msvc\portaudio.vcxproj]
Release|Win32 mode works, so this is a Debug|Win32 specific requirement.
--
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=47212
Bug ID: 47212
Summary: Add a configure flag to disable the installation of
include/* and bin/widl
Product: Wine
Version: 4.8
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
A lot of Wine users prefer to compile Wine for sources, yet they are not
interested in developing Windows software under Wine. Currently Wine already
includes 959 header files.
It would be great to have a configure option, say
--disable-devel
which disables the installation of Wine headers and widl.
Thank you!
--
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=47144
Bug ID: 47144
Summary: HANG on wineboot -u
Product: Wine
Version: 3.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kenorb(a)gmail.com
Distribution: ---
$ wine --version
wine-3.0.3 (Ubuntu 3.0.3-2)
$ wineboot -u
0014:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling
back to RandR 1.0. Please consider using the Nouveau driver instead.
000d:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling
back to RandR 1.0. Please consider using the Nouveau driver instead.
003b:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling
back to RandR 1.0. Please consider using the Nouveau driver instead.
0039:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling
back to RandR 1.0. Please consider using the Nouveau driver instead.
(HANG)
Popup error:
Title: rundll32.exe
Message: This application could not be started. Do you want to view information
about this issue?
When clicked yes, I've been redirected to
https://docs.microsoft.com/es-es/dotnet/framework/deployment/initialization…
--
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=47125
Bug ID: 47125
Summary: Preloader fails to reserve a memory range when running
under valgrind.
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffersoncarpenter2(a)gmail.com
Distribution: ---
Created attachment 64340
--> https://bugs.winehq.org/attachment.cgi?id=64340
Valgrind output
Exact steps to reproduce:
$ git clone git://source.winehq.org/git/wine.git
$ mkdir wine_build && cd wine_build
$ ../wine/configure --enable-win64 CFLAGS="-Og -g"
$ make
$ cd ..
$ mkdir test_program && cd test_program
$ echo 'int main() { return 0; }' > main.c
$ x86_64-w64-mingw32-gcc main.c -o main.exe
$ valgrind --trace-children=yes ../wine_build/loader/wine64 main.exe
...
preloader: Warning: failed to reserve range 0000000000110000-0000000068000000
...
When running under valgrind, the preloader fails to reserve the memory range
and prints this warning. When not running under valgrind, no such warning is
printed.
--
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=44487
Bug ID: 44487
Summary: Epic Game Launcher flashes and quits with the amdgpu
driver
Product: Wine-staging
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fin4478(a)hotmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 60435
--> https://bugs.winehq.org/attachment.cgi?id=60435
Epic Game launcher wine log
Download the launcher:
https://www.epicgames.com/unrealtournament/download
I have done as nvidia users have done to setup the launcher:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=35809
The launcher starts but is visible about 100 milliseconds. Then it quits. Log
attached.
Setting the MaxVersionGL registry value to 0x30002 or 0x40005 does not help.
Using MESA_GL_VERSION_OVERRIDE in the command line causes a segmentation fault
in libc.so.6.
=>0 0x00007f018f704866 in libc.so.6 (+0x95866) (0x000000000060e7b0)
1 0x00007f018276111f in winex11 (+0x3111e) (0x000000000060e7b0)
2 0x000000007bcbe659 RtlRunOnceExecuteOnce+0x38() in ntdll
(0x000000000060e800)
3 0x000000007b491d11 InitOnceExecuteOnce+0x10() in kernel32
(0x000000000060e830)
4 0x00007f0182764085 in winex11 (+0x34084) (0x0000000005e50df0)
5 0x00007f0182753552 in winex11 (+0x23551) (0x0000000005e50df0)
6 0x00007f018d2d5748 __wine_get_wgl_driver+0x97() in gdi32
(0x000000000060e950)
7 0x00007f01871a2d21 in wined3d-csmt<elf> (+0x76d20) (0x0000000000006000)
8 0x00007f01871a87ef in wined3d-csmt<elf> (+0x7c7ee) (0x0000000000006000)
My system:
xfce@ryzen5pc:~$ inxi -bM
System: Host: ryzen5pc Kernel: 4.15.0-rc8+ x86_64 bits: 64
Desktop: Xfce 4.12.4 Distro: Debian GNU/Linux buster/sid
Machine: Device: desktop Mobo: ASUSTeK model: PRIME B350M-K v: Rev X.0x
serial: N/A
UEFI [Legacy]: American Megatrends v: 3401 date: 12/04/2017
CPU: 6 core AMD Ryzen 5 1600 Six-Core (-MT-MCP-)
speed/max: 2715/3372 MHz
Graphics: Card: Advanced Micro Devices [AMD/ATI] Baffin [Polaris11]
Display Server: x11 (X.Org 1.19.6 )
drivers: ati,amdgpu (unloaded: modesetting,fbdev,vesa,radeon)
Resolution: 1920x1080(a)60.00hz
OpenGL: renderer: Radeon RX 560 Series (POLARIS11 / DRM 3.25.0 /
4.15.0-rc8+, LLVM 5.0.1)
version: 4.5 Mesa 17.3.3
Network: Card: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
driver: r8169
Drives: HDD Total Size: 256.1GB (60.0% used)
Info: Processes: 256 Uptime: 7:03 Memory: 1300.9/7976.9MB
--
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=34783
Bug #: 34783
Summary: PDFill PDF Editor 11 cannot open PDFs
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artghio(a)tiscali.it
Classification: Unclassified
PDFill PDF Editor 11.0 build 4 shows the attached message error when I try to
open a new PDF project.
How to reproduce: (my operating system is Kubuntu 13.10 x64)
1) install GhostScript 8.63 x86 (from
http://www.plotsoft.com/download/gs863w32.exe -
b9743af446212cdce0d0abac276d9716)
2) install PDFill 11 (from http://www.plotsoft.com/download/PDFill.exe -
762d7b0b034f6f5b914935083bb74a67)
3) launch "winetricks corefonts" (see:
http://bugs.winehq.org/show_bug.cgi?id=34281 )
4) open PDFill PDF Editor (executable PDFill.exe)
5) go to File menu -> Open new PDF Project and select a PDF file
WINEDEBUG=+relay,+seh,+tid wine "./PDFill.exe" &> log.txt
https://www.dropbox.com/s/t8ac8yqx0rjiong/log.zip
Side note: The previous version (version 10.0 build 4:
https://www.dropbox.com/s/qyhsdp0yebd6wzc/PDFill%2010.0%20build%204.exe )
worked (it required also to install Sun Java Virtual Machine 1.6).
--
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.