https://bugs.winehq.org/show_bug.cgi?id=41579
Bug ID: 41579
Summary: Rush for Berlin Gold crashes after the intro videos
Product: Wine
Version: 1.9.21
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55913
--> https://bugs.winehq.org/attachment.cgi?id=55913
terminal output
Using the patch from bug #38564 the game plays the intro videos correctly, but
crashes on the loading screen.
Rush for Berlin Gold (Gamersgate version)
Fedora 24
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 370.28
--
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=42218
Bug ID: 42218
Summary: mshtml/tests/dom crashes in xul while running
test_doc_elem
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 56858
--> https://bugs.winehq.org/attachment.cgi?id=56858
backtrace
Crash due to page fault. Backtrace attached.
--
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=42023
Bug ID: 42023
Summary: The Magic School Bus Explores The Solar System crashes
on launch; appears to be missing some files
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 56483
--> https://bugs.winehq.org/attachment.cgi?id=56483
console output of installer and application, with WINEDEBUG=+msgbox
When installing, several message boxes appear saying "Unable to create Program
Manager group: 'Microsoft Kids'." These may be due to a stub Dde_OnExecute.
Otherwise the application claims to have installed all files.
The application successfully launches and displays Microsoft Home logo, but a
message box appears saying "Problem loading or finding files. Please run Magic
School Bus Setup again." Closing this message box causes the program to 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=38485
Bug ID: 38485
Summary: New Marvel Heroes 2015 Launcher crashes on
unimplemented function dhcpcsvc.dll.DhcpRequestParams
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: mellery(a)gmail.com
Distribution: ---
Marvel Heroes 2015 has a new game launcher which crashes on startup in wine
with
wine: Call from 0x7b83b6ae to unimplemented function
dhcpcsvc.dll.DhcpRequestParams, aborting
Copying the dll from windows gets the launcher a little further and not crash,
but it doesn't try to download updates for the game. Also shows this
err:module:import_dll Loading library dhcpcsvc.DLL (which is needed by
L"C:\\Program Files\\Gazillion Entertainment\\Marvel Heroes
Game\\downloader.dll") failed (error c000007b).
--
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=41725
Bug ID: 41725
Summary: Unimplemented function
api-ms-win-crt-math-l1-1-0.dll._except1 (Starcraft 2
main menu)
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: kisak42(a)gmail.com
Distribution: ---
Hello,
I am using wine-staging-1.9.23 with no library overrides. 32 bit Starcraft 2
launches from battle.net and plays the Legacy of the Void intro video, followed
by crashing with the following message in the log:
wine: Call from 0x7b43d4b4 to unimplemented function
api-ms-win-crt-math-l1-1-0.dll._except1, aborting
Possible duplicate of https://bugs.winehq.org/show_bug.cgi?id=38354
(msvcr120.dll._except1). I do not have enough insight in the details to
determine one way or another if they are the same.
--
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=39920
Bug ID: 39920
Summary: [REGRESSION] In Nanocad 5.1 the file open/import
dialog does not open
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: andrej.skvortzov(a)gmail.com
Regression SHA1: bbf2cce16041e90d621a1f5889ea1bd760e21a0e
Distribution: ---
Nanocad 5.0 works great with wine 1.4.1, but in wine 1.9.0.37 it's not possible
anymore to open or import file in NanoCad. That make the CAD useless.
I bisected the problem to commit:
[bbf2cce16041e90d621a1f5889ea1bd760e21a0e] comdlg32: Do not modify dialog
resource directly.
I reverted this commit on the latest wine (1.9.0.37) and that fixed my issue
with file open dialog.
Nanocad 5.0 is free and can be downloaded here:
ftp://ftp.nanocad.com/nanocad/nanoCAD50(2000).ZIP
or here
http://nanocad.com/page/DownloadNanoCAD
It can be used without registration/activation in Demo mode. This is enough to
reproduce the bug.
Steps to reproduce the problem:
1. Unpack zip archive into ~/nanocad5
2. Install prerequirements
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine
~/nanocad5/PreReq/vcredist_x86.exe
3. Install nanoCad
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i
~/nanocad5/nanoCAD.msi
4. Install nanoCad
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i
~/nanocad5/nanoCAD.msi
5. Run nanoCad. Select Demo mode.
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine
~/.wine/wine-test/drive_c/Program\ Files/Nanosoft/nanoCAD\ en\ 5.0/nCad.exe
6. Select menu File->Open. or Click on "Open" icon on the toolbar. Dialog
window will not open.
--
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=19888
Summary: Unhandled vertex processing
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivan1986(a)list.ru
Game Venom. Codename: Outbreak.
After intro video when load main menu background no menu items and in console
many errors:
err:d3d7:IDirect3DExecuteBufferImpl_Execute Unhandled vertex processing !
--
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=42093
Bug ID: 42093
Summary: Unimplemented function rstrtmgr.dll.RmShutdown
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s=RmShutdownhttps://github.com/git-for-windows/git/releases/download/v2.7.0.windows.1/G…
Direct download. Taken from bug 40013. Just install it all defaults and you end
up with wine: Call from 0x7b43bebc to unimplemented function
rstrtmgr.dll.RmShutdown, aborting
--
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=30308
Bug #: 30308
Summary: Property sheet fails to display Page Title
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 39609
--> http://bugs.winehq.org/attachment.cgi?id=39609
Screenshot of PropertySheet - Left Windows, Right WINE.
When a header bitmap isn't passed to PropertySheet. The Title text is not
display on the dialog.
--
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=14897
Summary: Jojo's Fashion Show 2: Las Cruces demo crashes when
starting
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://www.arcadetown.com/jojosfashionshow2/game.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Created an attachment (id=15468)
--> (http://bugs.winehq.org/attachment.cgi?id=15468)
console output
The demo of Jojo's Fashion Show 2: Las Cruces installs fine. When run, it
resizes the screen, plays a sound, quickly displays a logo, and crashes.
--
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=42365
Bug ID: 42365
Summary: Unimplemented function msvcr120.dll.fesetenv
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: azq2(a)ya.ru
Distribution: ---
wine: Unimplemented function msvcr120.dll.fesetenv called at address 0x7b43ef02
(thread 0009), starting debugger...
In latest wine-staging and wine-development, when using wineasio.
// Ubuntu 16.10, official wine repo
--
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=41648
Bug ID: 41648
Summary: AmiBroker 6.00 fails, when run, with raise_exception
Unhandled exception
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Using:
winetricks mfc42
Application installs OK.
Running main executable, installed a 32-bit Wineprefix:
cd "${WINEPREFIX}/drive_c/Program Files/AmiBroker"
wine Broker.exe
fixme:winediag:start_process Wine Staging 1.9.22 is a testing version
containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:seh:raise_exception Unhandled exception code 80000003 flags 0 addr
0x7b46319d
See attached log with:
export WINEDEBUG=+tid,+timestamp,+relay
--
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=42001
Bug ID: 42001
Summary: SC2 unimplemented function ucrtbase.dll._except1
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
I figured out that it's possible to play SC2 for free legally. Blizzard
provides the game. So I decided to test the SC2 bugs, since they seem to become
a completely mess.
I am still downloading the game, but Blizzard has a feature that it downloads
the most critical parts of the game and its possible to play the game without
downloading all content fully.
The 1st crash was after a move clip, that's bug 41725. Overriding that library
fixed the crash.
and then the game hits this bug.
wine: Call from 0x7b43bebc to unimplemented function ucrtbase.dll._except1,
aborting
Tested against
wine 2.0.rc1-git.
--
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=42367
Bug ID: 42367
Summary: KiriKiri Z based games: main screen doesn't update.
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
Created attachment 57148
--> https://bugs.winehq.org/attachment.cgi?id=57148
Hoshikoi Twincle demo (screen is black!)
Kirikiri Z[1] is widely used game engine in Japan. As an example, Senren Banka
(千恋*万花) and Hoshikoi Twincle (星恋*ティンクル) can be given.
However, in wine, it doesn't update main screen properly, which is fully while
(or black). Though, the application starts without crashes and I can hear
background music and SEs.
In detail,
- Senren Banka demo [2], the main screen is white.
- Hoshikoi Twincle demo [3], the main screen is black.
[1] https://github.com/krkrz/krkrz (Kirikir Z Project main page)
[2] http://trial.dlsite.com/professional/VJ011000/VJ010300_ana_trial2.zip
SHA1: 0d33c8da3b0664be210568bf65afe580f203e5bc
[3] http://trial.dlsite.com/professional/VJ011000/VJ010514_ana_trial.zip
SHA1: 3ca6ef80ff65a24f84a7d499ba9cafe32f525d0e
--
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=25700
Summary: If message contains '&' (ampersand) last word of it
won't show.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey(a)esin.name
Created an attachment (id=32738)
--> (http://bugs.winehq.org/attachment.cgi?id=32738)
Simple program to show this bug.
This bug is very easy to repeat:
Open Notepad and find something with '&'.
You will see messagebox without last word.
I have write small program for showing this bug.
--
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=42567
Bug ID: 42567
Summary: Acid Pro Trial 7.0e fails to install
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
Created attachment 57479
--> https://bugs.winehq.org/attachment.cgi?id=57479
patch
A user reported troubles in appdb with current acidpro trial. It starts with
failing installation
Prerequisite: winetricks mfc42
It fails with
err:msi:ITERATE_Actions Execution halted, action L"SfWMF4Setup" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
Adding version resource for wmvcore makes installation succeed. I`ll add patch
hereafter
--
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=40938
Bug ID: 40938
Summary: Ether One Redux (UE4) crashes while loading with
"BackBuffer->GetResource() has 3 refs, expected 1"
error
Product: Wine
Version: 1.9.14
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 55068
--> https://bugs.winehq.org/attachment.cgi?id=55068
Terminal output Wine 1.9.14
I am attempting to run Ether One Redux in a clean Windows 7 64-bit prefix and
the game crashes while launching. Terminal output attached.
--
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=42303
Bug ID: 42303
Summary: Magic: The Gathering Online 4.0 crashes when entering
the battle
Product: Wine
Version: 2.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Apparently fails to load SIZEALL_BIG cursor
--
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=27580
Summary: First two letters missing from path is "Open With"
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)gmail.com
Created an attachment (id=35256)
--> (http://bugs.winehq.org/attachment.cgi?id=35256)
"/h" is missing from the path
Wine 1.3.4
>From Krusader, when I right click and "open with" "notepad" or "wine notepad",
I get a popup complaining about a bad path. The problem being that the first
two letters of the path are missing. I do not have this problem with Linux
programs and Krusader. Please see the attachment. The missing letter are "/h"
as in /home/CDs/..."
Many thanks,
-T
--
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=42557
Bug ID: 42557
Summary: NVIDIA GeForce GT 525M detected as GeForce GTX 470
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: karte577(a)gmail.com
Distribution: ---
This is a laptop (Toshiba Satellite L740) with a GeForce GT 525M, but the GPU
is detected as GeForce GTX 470.
$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [GeForce GT
525M] [10de:0dec] (rev a1)
$ nvidia-settings -t -q [gpu:0]/VideoRAM
1048576
Thanks.
--
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=42244
Bug ID: 42244
Summary: QQ 2013 needs ntoskrnl.exe.KeClearEvent
Product: Wine
Version: 2.0-rc5
Hardware: x86
URL: http://dldir1.qq.com/qqfile/qq/QQ2013/QQ2013SP5/9050/Q
Q2013SP5.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: fracting(a)gmail.com
Distribution: Gentoo
Created attachment 56912
--> https://bugs.winehq.org/attachment.cgi?id=56912
stub for IoCreateFile
Originally mentioned in bug 37003. The bug shows during installation, and on
startup of the application:
wine: Call from 0x7b43c49c to unimplemented function ntoskrnl.exe.IoCreateFile,
aborting
wine: Unimplemented function ntoskrnl.exe.IoCreateFile called at address
0x7b43c49c (thread 00c0), starting debugger...
stubbing that gets it to the next bug, missing KeClearEvent
--
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=42257
Bug ID: 42257
Summary: Warpath 21st Century does not have sound
Product: Wine
Version: 2.0-rc5
Hardware: x86-64
URL: http://www.synthetic-reality.com/warpath21.htm
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 56946
--> https://bugs.winehq.org/attachment.cgi?id=56946
wiki sound channels debug
To reproduce:
1) winetricks -q mfc42
2) install the game
3) run the game and wait for the intro screen to turn into a menu screen
4) hover the mouse over the menu options
Each time mouse hovers a menu item a sound should have played. Works in XP.
According to the wiki defined channels for sound debug this is the output when
hovering:
16637.820:0049:trace:driver:CloseDriver (0x32f5d8, 00000000, 00020003);
16637.820:0049:trace:driver:DRIVER_FindFromHDrvr 0x32f5d8 -> NULL
16637.820:0049:warn:driver:CloseDriver Failed to close driver
There are no calls to OpenDriver, the game starts by calling CloseDriver and
faking sucess does not fake it play the sound.
The first time the value 32f5d8 is seen is in the CloseDriver call according to
relay (+ sound channels).
+file shows no wav files being loaded too.
Enabling FM Sound in the options does not change anything. Disabling Digital
Sound in game options will make the sound stop in Windows (default is ON).
Last but not least, it does not seen to be a regression as Wine 1.4.1 behaves
the same.
--
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=42159
Bug ID: 42159
Summary: Sega Bug crashes
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 56736
--> https://bugs.winehq.org/attachment.cgi?id=56736
+ddraw
To reproduce:
1. Install the game from the Sega Bug CD.
2. Run `Xephyr :1 -ac -screen 800x600x8 &`
3. Run `DISPLAY=:1 wine 'C:\SEGA\BUG!\BUG!.EXE'`
The game crashes immediately. A log with +ddraw is attached.
--
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=41830
Bug ID: 41830
Summary: Updating group box text causes garbage
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: james.tabor(a)reactos.org
Distribution: ---
Text not refresh.
--
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=42361
Bug ID: 42361
Summary: DX Library: PlaySoundFile() doesn't play MP3 files
that are encoded by LAME in 320kbps
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
Distribution: ---
PlaySoundFile() in "DX Library" (http://dxlib.o.oo7.jp/) doesn't play MP3 files
that are encoded by LAME in 320kbps (CBR).
PlaySoundFile() uses msacm32.dll to play MP3 files (DirectShow also can be
used).
Native msacm32.dll doesn't work around the issue.
The test program for DirectShow (source at
https://bugs.winehq.org/show_bug.cgi?id=41290 , binary at
https://bugs.winehq.org/show_bug.cgi?id=41833) can play the MP3 files
(with/without winegstreamer).
--
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=39048
Bug ID: 39048
Summary: MIDI Clock Messages are Corrupted Between Wine and
ALSA
Product: Wine
Version: 1.7.43
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: josh.sarro(a)gmail.com
Distribution: ---
When using an app running over Wine, MIDI Clock messages sent from the app to
native Linux applications using ALSA MIDI are corrupted and not recognized as
MIDI Clock messages.
To Reproduce:
1. Start a native Linux application that supports MIDI Clock via ALSA MIDI.
In this example, I'll use Renoise, but I've also tested with other software,
for example gmidimonitor. In Renoise open Edit -> Preferences -> MIDI and under
MIDI Clock Slave select In device "Renoise MIDI In Sync".
2. Start MIDI Clock enabled Windows app using Wine and enable MIDI Clock output
In this example I'll use Reaper, but I've also tested with MIDIClock (a simple
windows application that sends MIDIClock messages). Go to Options -> Preference
(CTRL-P). In the left pane, under the heading "Audio" select "MIDI Devices". In
the bottom right pain, right click on "Renoise MIDI In Sync". Click "Enable
Output". Again, right click on "Renoise MIDI In Sync". Click "Send Clock/SPP to
Output". Click OK
3. Run the MIDI Clock
In REAPER press play or space bar
Expected Results:
Native Linux app receives and responds to MIDI Clock
Actual Results:
Native Linux app does not recognize messages as MIDI Clock
Notes:
Another illustrative example is to use gmidimonitor instead of Renoise as the
native Linux app. Start it in alsa mode (--alsa). In Reaper, perform the same
steps listed above, but select gmidimonitor's port. When Reaper is playing
there is a repeated message: "Sysex with size 1: F8", but connected to a native
Linux application with MIDI Clock out (such as Renoise), the message is: "MIDI
Real time clock message". To rule out a bug in Reaper, I tested the same
scenario with a Windows application called "MIDIClock". It's available as a
free download from Download.com.
--
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=42469
Bug ID: 42469
Summary: GetOpenFileName should expand environment variables in
lpstrInitialDir
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kamil.hornicek(a)reactos.org
Distribution: ---
Created attachment 57319
--> https://bugs.winehq.org/attachment.cgi?id=57319
testcase
When passing an environment variables such as %programfiles% to GetOpenFileName
via lpstrInitialDir these get expanded in Windows 2000 / XP but not in Wine,
where it fails the PathFileExistsW check in filedlg on line 1598 and is later
set to null. I checked and the orignial dll imports ExpandEnvironmentStrings.
Attaching a minimal testcase and a possible solution.
--
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=42855
Bug ID: 42855
Summary: dxsetup.exe
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ricgonal(a)gmail.com
Distribution: ---
Created attachment 57956
--> https://bugs.winehq.org/attachment.cgi?id=57956
error que no deja instalar el plugin de Verimatix que necesito en Firefox
Intento instalar la aplicación Verimatrix y al arranca Firefox intenta instalar
el plugin de Verimatrix, pero se ve esto abre el programa dxsetup y me salta
ese error que no deja intalar el plugin de Verimatrix en Firefox.
--
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=39591
Bug ID: 39591
Summary: Crimzon Clover: Page fault on launch (regression)
Product: Wine
Version: 1.7.54
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: Debian
Created attachment 52757
--> https://bugs.winehq.org/attachment.cgi?id=52757
Console output
When launching "Crimzon Clover: World Ignition" it immediately crashes due to a
page fault. I am testing the GOG.com version (2.0.0.1).
Interestingly this does not happen with Wine 1.6.2.
I am attaching the console output and a backtrace.
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.2 (64 bit)
Kernel: 3.19.0-26-generic
Graphics: Proprietary NVIDIA 352.55
--
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=42852
Bug ID: 42852
Summary: Activation of Tax2017 or Wiso2017 does not function
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edgaralwers(a)gmx.de
Distribution: ---
Both packages Wiso2017 and Tax2017 install withouth problems. However, there is
no way to activate the version on the Buhl Company. For both programs a message
arise "the choosen programfunction cannot be executed on your system. Please
contact the customer support from Buhl.de"
This problem has been alreadey described by by Bob on Saturday March 25th 2017,
7:47, as far as I know, only for Tax2017.
I am going to inform Buhl.de also But the software has been reported to work
well with Wine 2.3 ( platinum ), so I am not sure where the problem may be.
My system: Linux from scratch Version 2016-07-01 , KDE Version Framework 5.23,
Qt Version 5, Wine Version 2.6 ( 2.3 also tested withouth success )
Edgar
--
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=5657
--- Comment #20 from Alex Henrie <alexhenrie24(a)gmail.com> ---
Can you attach the terminal output please?
Also, please save screenshots in PNG format; in JPEG they take up more space
and have lower quality.
--
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=42848
Bug ID: 42848
Summary: Namco Museum 50th Anniversary: page fault on read
access to 0x02060000 in 32-bit code (0x0041d443).
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arnfranke(a)yahoo.com
Distribution: ---
Created attachment 57942
--> https://bugs.winehq.org/attachment.cgi?id=57942
Full crash info from Wine
My system: Xubuntu 16.04 LTS 64-bit, Wine 2.6 with 32-bit wineprefix
Nvidia GTX 770 2 GB with 375.39 drivers from nvidia-375 (proprietary).
This application not only crashes on startup but it also destroys my window
manager. Once launched, I am unable to alt+tab, move windows, or even click on
some windows. It was a struggle getting this crash report because I had to keep
trying to escape it in a way which let me copy the log. Log attached as
"bug.txt".
If this bug can't be fixed, at least find a way to prevent Wine from destroying
the window manager so that it's easier to debug.
This bug occurs on Wine 2.3, 2.4, and 2.6. Other versions haven't been tested.
And yes, this application works fine under Windows.
--
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=42826
Bug ID: 42826
Summary: Dolphin 5 has broken audio using default Xaudio2
output
Product: Wine
Version: 2.6
Hardware: x86-64
URL: http://dl-mirror.dolphin-emu.org/5.0/dolphin-x64-5.0.e
xe
OS: Linux
Status: NEW
Keywords: download, win64
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 57902
--> https://bugs.winehq.org/attachment.cgi?id=57902
sound logs with sound wiki channels
When trying to play using Dolphin 5 the sound has crackling all the time.
Switching the output from xaudio2 to openal inside Dolphin config solves the
issue.
To reproduce download Dolphin 5 (64-bit only) and
http://wiibrew.org/wiki/Harmonium
Extract Harmonium and run it in Dolphin: wine Dolphin.exe /e Harmonium/boot.dol
Click somewhere and make a horizontal line with the mouse and hear the sound.
File Info:
4d88af3572de650b0b7dccd92dc8de5854edfae6 dolphin-x64-5.0.exe 19Mb.
--
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=7902
--- Comment #31 from GreenCopper <greencoppermine(a)yandex.com> ---
You can bypass the problem and get the game installed using "WINEARCH=win32"
and "XP" then don't choose the advanced option, just go with custom.
Most likely win=32 and XP isn't needed, just bypass the advanced option.
--
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=7902
greencoppermine(a)yandex.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greencoppermine(a)yandex.com
--- Comment #30 from greencoppermine(a)yandex.com ---
This is still an issue with Wine 2.6.
--
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=40461
Bug ID: 40461
Summary: Can't open books in shamela arabic library
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oumrani-mohamed(a)hotmail.com
Distribution: ---
Created attachment 54219
--> https://bugs.winehq.org/attachment.cgi?id=54219
backtrace text file, Can't open books in shamela arabic library
Hi, I installed an arabic library called "Shamela Library", developed using
microsoft access databases i think, and can read '.bok' files. the problem is
when i choose a book from the list it does not open.
--
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=32010
Bug #: 32010
Summary: Guild Wars 2 updater uses always 100% of a CPU core
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nob.dir.info(a)gmail.com
Classification: Unclassified
The launcher of Guild Wars 2 (where you enter your user name and password) uses
a complete core to run (even if I don't write anything or move it).
I think it's bug, because X comes laggy too, and on Windows 7 its don't uses a
whole core to run.
--
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=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=42684
Bug ID: 42684
Summary: Steep (Ubisoft) needs iphlpapi.dll.
GetUnicastIpAdressTable
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: dominik-foerderer(a)gmx.de
Distribution: Ubuntu
Created attachment 57645
--> https://bugs.winehq.org/attachment.cgi?id=57645
Error window while execute steep.exe under wine-staging 2.4
The following error window is popping up while starting steep.exe under
wine-staging 2.4...
--
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=42828
Bug ID: 42828
Summary: SystemHandleInformation needs to return ObjectPointer
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ray(a)rh-software.com
Distribution: ---
Created attachment 57906
--> https://bugs.winehq.org/attachment.cgi?id=57906
Test version of SIV
NtQuerySystemInformation( SystemHandleInformation ) always returns NULL as the
ObjectPointer and this causes SIV to think all the handles for all locks.
There is /* FIXME: Fill out ObjectType, HandleFlags, ObjectPointer */ in the
code that mentions this need fixing.
A wine service also seem to often crash shortly after SIV has started.
The same issues exit when SIV is run as other then root, but the information
reported when doing this is less.
I have attached a SIV that recreates the issue on Wine 2.6.
--
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=42197
Bug ID: 42197
Summary: Grid2 - Codemasters red screen before & after intro!
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rams1(a)iinet.net.au
Distribution: ---
Grid2, after pressing esc shows a full red screen before & after Title intro
then becomes unresponsive to keyboard making game unplayable in full screen
mode with xp!
--
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=41704
Bug ID: 41704
Summary: Crashes at the start up of SplinterCell 1.05
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 56113
--> https://bugs.winehq.org/attachment.cgi?id=56113
Crash report
According to Wine App Db it has Gold rating but crashes right after it starts.
Anything obvious?
--
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=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.
https://bugs.winehq.org/show_bug.cgi?id=42786
Bug ID: 42786
Summary: Directx seems not work on powervr devices
Product: Wine
Version: 2.0
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: a8581081(a)gmail.com
I am using zenfone 2 (ze551ml), which have a powervr gpu, according to the
website, it has directx10 support. But after installing directx on wine, I
still cannot open dxdiag or other games using directdraw or direct3d like
Nekopara steam version (which use kirikiri engine with direct3d).
--
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=42732
Bug ID: 42732
Summary: GL_OUT_OF_MEMORY followed by NULL dereference in FFXIV
Heavensward Benchmark
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nospam(a)kota.moe
Distribution: ---
Get the benchmark here: http://eu.finalfantasyxiv.com/benchmark/en
Requires d3dx9 and xact_jun2010, then directx9 installed with winetricks to
run.
d3dx9 and xact_jun2010 stops it complaining about DirectX not being installed,
while directx9 stops the benchmark crashing as soon as it starts.
First of all, I do not get this bug if I use my AMD RX 480 - it only happens on
my Intel HD 530.
Upon running the benchmark with Standard (Desktop) and windowed 1080p settings
(happens on every other setting combination I've tried too, though), the first
scene plays out fine (though with some occlusion culling issues like
flickering, if it's enabled), but while loading the second scene, it tried to
write to NULL with the following output on the console (that differs to a
successful run under my RX 480):
err:d3d:wined3d_debug_callback 0x10311a28: "GL_OUT_OF_MEMORY in
glCompressedTexSubImage2D".
(...repeated for many lines...)
err:d3d:wined3d_debug_callback 0x10311a28: "GL_OUT_OF_MEMORY in
glCompressedTexSubImage2D".
err:d3d:wined3d_debug_callback 0x10311a28: "GL_OUT_OF_MEMORY in glTexSubImage".
wine: Unhandled page fault on write access to 0x00000000 at address 0xf7457bec
(thread 0126), starting debugger...
So I thought this meant I didn't have enough VRAM, so I increased that in the
BIOS to 512 MB of dedicated VRAM and no limit to shared VRAM. I have 32 GB of
system memory.
I also changed HKCU\Software\Wine\Direct3D\VideoMemorySize to various different
values (between 128 and 4096) but still got the same error.
Also happens on both 32-bit and 64-bit wine prefixes.
--
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=42762
Bug ID: 42762
Summary: No Man's Sky (GOG) no longer starts
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression, win64
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Depends on: 41135
Distribution: Debian
At some point after 2.3 No Man's Sky stopped working, when launching the game
the following lines appear and the game quits:
err:seh:cxx_local_unwind invalid trylevel 2283632
abnormal program termination
Due to bug 41135 setting version XP is required to let the game start but now
not even that works anymore and any Windows version set results in the above
log messages. Looking for recent changes related to "unwind" I tried reverting
[1] but it did not fix the issue. I'll do the regression test later.
https://source.winehq.org/git/wine.git/commitdiff/5a10705f0c57142c6317bfab6…
--
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=2624
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #50 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 2.6.
--
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=42352
Bug ID: 42352
Summary: The Solus Project: Backend can't handle opcode gather4
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 57120
--> https://bugs.winehq.org/attachment.cgi?id=57120
Wine 2.0 terminal output
Now that the bfrev opcode for SM5 has been implemented, The Solus Project
started complaining about an additional opcode:
fixme:d3d_shader:shader_glsl_handle_instruction Backend can't handle opcode
gather4
--
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=42747
Bug ID: 42747
Summary: DevExpress .NET Installer needs function
uiautomationcore.dll.UiaReturnRawElementProvider
Product: Wine
Version: 2.4
Hardware: x86-64
URL: https://go.devexpress.com/DevExpressDownload_Universal
Trial.aspx
OS: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: uiautomationcore
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Requires winetricks dotnet40 or the installer won't start.
Dozens of messages like below repeat before the unimplemented function is hit:
fixme:uiautomation:UiaLookupId (1, {d976c2fc-66ea-4a6e-b28f-c24c7546ad37})
stub!
fixme:uiautomation:UiaLookupId (2, {dfd699f0-c915-49dd-b422-dde785c3d24b})
stub!
fixme:uiautomation:UiaLookupId (1, {66e3b7e8-d821-4d25-8761-435d2c8b253f})
stub!
fixme:uiautomation:UiaLookupId (0, {aa6dc2a2-0e2b-4d38-96d5-34e470b81853})
stub!
fixme:uiautomation:UiaGetReservedNotSupportedValue (0xfa5b66c) stub!
...
File: DevExpressUniversalTrial-20170329.exe
SHA1: f197e660b21c814b447beb5c1c1f2fdbe2983626
Size: 512Kb
--
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.
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.
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.
http://bugs.winehq.org/show_bug.cgi?id=30684
Bug #: 30684
Summary: Mono: GroupBox draws border line after text
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vgr.subscription(a)gmail.com
Classification: Unclassified
Created attachment 40182
--> http://bugs.winehq.org/attachment.cgi?id=40182
GroupBox draws border line after text
Mono-2.10.8 for Windows is installed.
I have simple winform with GroupBox. GroupBox draws border line after text.
System: openSUSE 12.1 (i586)
Mono for Windows:
http://www.go-mono.com/mono-downloads/download.html
--
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=42748
Bug ID: 42748
Summary: Flickering, disappearing text in Steam client user
interface (DirectWrite enabled)
Product: Wine
Version: 2.4
Hardware: x86
URL: https://steamcdn-a.akamaihd.net/client/installer/Steam
Setup.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: bunglehead(a)gmail.com
Regression SHA1: 89d074a3fc063722fe45a3148ee3b55cb473d11d
Distribution: ---
Created attachment 57756
--> https://bugs.winehq.org/attachment.cgi?id=57756
plain terminal output
As I move the mouse across the user interface in Steam client, or activate a
menu item or scrolling through the installed games' list in the library, text
in the user interface periodically disappears and reappears.
Also can be reproduced in the login window: as I begin typing in the input
fields, text disappears then reappears.
Disabling dwrite.dll or launching Steam with 'no-dwrite' parameter is a
workaround.
Reproduced in fullscreen and virtual desktop mode and with running Steam in
Windows XP and Windows 7 modes.
Reverting the following commit fixes the problem:
commit 89d074a3fc063722fe45a3148ee3b55cb473d11d
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Thu Mar 30 15:07:00 2017 +0300
dwrite: Allocate glyph buffer once per run rendering pass.
Antergos Linux 64-bit
lib32-freetype2 2.7.1-1
wine-2.4-289-geda35423f4 (32-bit)
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 378.13
--
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=27638
Summary: combined hindi text like nna kra causes the keyboard
cursor to go far off
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fast.rizwaan(a)gmail.com
Created an attachment (id=35339)
--> (http://bugs.winehq.org/attachment.cgi?id=35339)
rtf document from video
When consonants are combined, the keyboard-cursor gets distanced from the
character to be typed.
Please see the attachment combination_cursor_bug.rtf and youtube video:
http://www.youtube.com/watch?v=fbCTqnSpKkE
--
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=42782
Bug ID: 42782
Summary: Wine iexplore crashes loading
http://news.theraoffice.com
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression, source
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Regression SHA1: 18f9d0303a8f24da6e173a5f587ebfcf0d1a0359
Distribution: Debian
Created attachment 57800
--> https://bugs.winehq.org/attachment.cgi?id=57800
+wininet
To test just do "wine iexplore http://news.theraoffice.com" in a clean prefix.
Contents will be transferred gzipped. Crash is reliable here. Regression
results:
commit 18f9d0303a8f24da6e173a5f587ebfcf0d1a0359
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Mar 9 18:20:20 2017 +0100
wininet: Get rid of no longer needed BLOCKING_WAITALL.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
The patch does not revert cleanly but I did the regression test twice.
Due to the nature of TCP streams I expect the problem to be random but here it
crashes 100% of the 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=38213
Bug ID: 38213
Summary: Japanese vertical text incorrected
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: matyapiro31(a)gmail.com
Distribution: ---
The words which should be turned 180°turns 90°in vertical text.
--
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=42389
Bug ID: 42389
Summary: wine 2.0_0 from Macports crashes
Product: Wine
Version: 2.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tim(a)nightingale.to
Created attachment 57191
--> https://bugs.winehq.org/attachment.cgi?id=57191
screen dump of wine and winecfg calls after a fresh macports installation
Nothing I can think of will persuade wine 2.0_0 installed from Macports to
start. Previous versions have worked fine. I have completely removed my entire
Macports installation, the ~/.wine directory, and any other traces of wine I
could find, restarted my machine and rebuilt from scratch.
I've attached a screen dump, lightly sanitised, of my first attempt with a
fresh wine installation to start a Windows Setup.exe program that's given me no
problems in the past. My wine installation also fails on standards such as
Notebook.exe.
I've tried the OSX 2.0 .pkg installation direct from winehq.org and that works
OK.
I'm running macOS Sierra 10.12.3, Xcode 8.2.1 with all the normal bells and
whistles, and xQuartz 2.7.7 on a MacBook Pro (Retina, 13-inch, Early 2015).
--
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=41311
Bug ID: 41311
Summary: Incorrect PDF generated from Delphi 7 app
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Created attachment 55642
--> https://bugs.winehq.org/attachment.cgi?id=55642
comparison Windows vs Wine
The sample program has 2 buttons, preview and save as pdf. Preview works fine
and displays the same image from the main screen with a border around (the
border showing is part of the example). But saving will create a partial border
and the monitor will be wrongly positioned and bigger than supposed to be. See
attachment.
Sample to reproduce written in Delphi 7 (compiled version included):
https://bugs.winehq.org/attachment.cgi?id=19388
This is a continuation of bug 17351.
--
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=17351
Summary: PDF Export problem on Delphi 7 applications
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paolo.salvan(a)xvision.it
Created an attachment (id=19388)
--> (http://bugs.winehq.org/attachment.cgi?id=19388)
Minimal bug example
Delphi 7 applications that uses llPDFLib library have problems when saving
reports as PDF (tested under wine 1.0.1 and 1.1.14, ubuntu 8.04-8.10):
- if the emulated system is Windows 2000-XP, it shows an "floating point
underflow error" when creating the PDF
- if the emulated system is Windows 95-ME, it saves the PDF file, but images
are printed in the wrong place of the page (they are shifted and stretched)
This problem occours on every Delphi applocation; I'm attaching a minimal
example that shows the problem: press the PDF button to create a PDF; in the
attach there are already 2 PDF: one (correct) created under windows, and one
wrong created under wine (only look at the image position and size, image
colors are wrong for reasons not depending from wine)
An app that suffers from this bug is Danea Easyfatt (a widespread
italian management sw, http://www.danea.it/software/easyfatt - demo
downloadable from http://download.danea.it/demo/ef09/def2009demo05b.exe )
--
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=42817
Bug ID: 42817
Summary: PokerStars won't launch with Nvidia RandR
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wyre12(a)gmail.com
Distribution: ---
Created attachment 57881
--> https://bugs.winehq.org/attachment.cgi?id=57881
PokerStars startup output.
I'm having got issues to make working latest PokerStars version in Ubuntu
16.04, despite of is marked as gold quality, my issue seems to be related with
the fact I'm using proprietary Nvidia driver, and wine cannot use XRandR. I
attach the log running the software.
Thank you so much.
--
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 94.197.121.116.threembb.co.uk (94.197.121.116) failed too many login attempts (5) for
the account demidevil(a)gmail.com.
The login attempts occurred at these times:
2017-04-12 16:20:29 CDT
2017-04-12 16:20:39 CDT
2017-04-12 16:20:48 CDT
2017-04-12 16:21:20 CDT
2017-04-12 16:21:35 CDT
This IP will be able to log in again using this account at
2017-04-12 16:50 CDT.
http://bugs.winehq.org/show_bug.cgi?id=12594
Summary: World of Warcraft idle/crashes while loading the world.
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P4
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g.v.tjongahung+bugzilla(a)gmail.com
Created an attachment (id=12190)
--> (http://bugs.winehq.org/attachment.cgi?id=12190)
Console log
After having installed wine, I copied an installed version of World of Warcraft
2.4 to my ~/.wine/drive_c/Program Files/. I ran winecfg to set the windows
version to Windows 2000 mode. I set the Graphics mode to allow DirectX apps to
stop the mouse leaving the window, allow the windowmanager to control the
windows, and emulated a virtual desktop of 1024x768. I ran wineprefixcreate. I
set SET gxApi "opengl" and SET gxWindow "1" in Config.WTF in the WTF directory.
I then tried to start up wow with `wine "c:\program files\world of
warcraft\wow.exe" -opengl`
This allows me to see the login screen(after all licenses and movies(which you
see only once cause they are set in Config.WTF) after a succesful login, you
are able to select a realm, and then a character. When entering the world
however I start seeing "fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd
(9800000c)" etc as can be found in the log and then the screen loader goes a
little passed half way, and the mouse cursor stops moving. I can however move
my mouse out of the window and just interact with my other X apps.
> uname -rs
FreeBSD 6.3-STABLE
> wine --version
wine-0.9.59
WoW 2.4.1
--
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=42810
Bug ID: 42810
Summary: Can't Launch Linux native browser from wine apps while
set windows version as vista and above
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: SUSE
For example, use wine to run QQ.
First, use winetricks to install QQ:
winetricks qq.
And then run it.
There are two links on the right of the login windows: 注册账号 and 找回密码. Click
anyone of then, we wanna the Linux native brower is launched. If the windows
version was set as 2003 and below, they would be all right. But If the windows
version was set as vista and above, oops! the ugly Wine Internel Explorer would
be launched...
--
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=22569
Summary: World of Warcraft Crashes when using OpenGL Upon
Entering Game World
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezzieyguywuf(a)gmail.com
Created an attachment (id=27690)
--> (http://bugs.winehq.org/attachment.cgi?id=27690)
WINEDEBUG=+wtg
I've tried it on multiple versions of wine and it in repeatable in 1.1.43 and
1.1.23. I can run the game pretty good in 1.1.23 using direct3d, so I'm pretty
sure its Wine issue but let me know if I'm mistaken. I will attach the output
of WINEDEBUG=+wtg, let me know if anything else is needed.
--
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=5657
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winetest(a)luukku.com
--- Comment #19 from winetest(a)luukku.com ---
I might have found the cause
> As already mentioned, only 'PagefileUsage' is actually required for EVE.
> The best substitute for 'PagefileUsage' might be 'VmSize' from either
> '/proc/<pid>/stat' (VmSize) or '/proc/<pid>/statm' (VmSize*page_size).
But the patch that got commited only adds PeakPagefileUsage
On the other hand the patch here
https://bugs.winehq.org/attachment.cgi?id=47524&action=diff
has PagefileUsage
--
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=5657
--- Comment #18 from Cherrot Luo <cherrotluo(a)gmail.com> ---
Created attachment 57856
--> https://bugs.winehq.org/attachment.cgi?id=57856
taskmgr screenshot
And task manager also shows a zero output. (wine 2.5)
--
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=5657
Cherrot Luo <cherrotluo(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cherrotluo(a)gmail.com
--- Comment #17 from Cherrot Luo <cherrotluo(a)gmail.com> ---
Created attachment 57855
--> https://bugs.winehq.org/attachment.cgi?id=57855
total memory is still 0 on wine 2.5
issue remains on wine 2.5
--
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=41935
Bug ID: 41935
Summary: D4: Dark Dreams Don't Die has severe color issues
Product: Wine
Version: 1.9.24
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 56316
--> https://bugs.winehq.org/attachment.cgi?id=56316
Terminal output wine-1.9.24-105-g1d3b944
D4: Dark Dreams Don't Die is a 64-bit DX11 game and it is somewhat playable as
I can start the game and perform some basic gameplay actions. Unfortunately,
the game has some sever discoloration issues. For example, the game's
characters' hair will have a very vivid green color or their skin will be
completely black.
Wine 1.9.24-105-g1d3b944
Overrides used: d3dcompiler_43
Windows 7 64-bit prefix
I've attached the terminal output as I played the game for a bit in the hopes
that it will help to diagnose the issue. Please note that the terminal output
is about 450 MB uncompressed.
Also, I noticed that the game seems to try and make use of an unimplemented
shader opcode:
fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0x5b,
opcode_token 0x0400005b.
but I am not sure if that has any bearing on the issue at hand as I am not all
that knowledgeable about Direct3D or shaders...
--
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=40216
Bug ID: 40216
Summary: Installing SQLEXPRESS 2005 crash
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christian.briard(a)gmx.com
Distribution: ---
Created attachment 53735
--> https://bugs.winehq.org/attachment.cgi?id=53735
Terminal output installing SQL Express 2005 rev 3
Installing SQL Express (EN version) crash with an wbemp recurrent message :
"fixme:wbemprox:client_security_SetBlanket 0x3f681b68, 0x1760a8, 10, 0, (null),
5, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x3f681b68"
Please find the full log in the attached file.
Any idea ?
Best regards,
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.
https://bugs.winehq.org/show_bug.cgi?id=40844
Bug ID: 40844
Summary: Ele esta dando erro de programa ao abrir o jogo
Football Manager 2016
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gabrielspacki(a)hotmail.com
Distribution: ---
Created attachment 54828
--> https://bugs.winehq.org/attachment.cgi?id=54828
O erro que esta dando
Não estou conseguindo abrir o jogo Football Manager 2016 através do wine, diz
que da erro de programa
--
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=39977
Bug ID: 39977
Summary: Unhandled exception: page fault on read access to
0xddcf5e40 in 32-bit code (0x6b913501).
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fefune(a)gmail.com
Distribution: ---
Created attachment 53414
--> https://bugs.winehq.org/attachment.cgi?id=53414
wine backtrace report
I used a website with flash plugin, suddenly flash player (plugin update?)
opened and wine crashed giving this report:
--
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=42753
Bug ID: 42753
Summary: ChangeVLKeySP1.vbs fails to change product key
Product: Wine
Version: 2.4
Hardware: x86-64
URL: https://support.microsoft.com/en-us/help/328874/how-to
-change-the-volume-licensing-product-key-on-a-computer
-that-is-running-windows-xp-service-pack-1-and-later-v
ersions-of-windows-xp
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Xubuntu 14.04
wine-2.4 (Staging)
Winetricks: wsh57
Attempting to set random VLK product key I found on the web doesn't have any
effect. Prevents me from properly licensing my Wine.
wine cscript c:\\ChangeVLKeySP1.vbs <random VLK from web>
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10}
could be created for context 0x1
fixme:wbemdisp:factory_QueryInterface interface
{0000011a-0000-0000-c000-000000000046} not implemented
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002
err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {172bddf8-ceea-11d1-8b05-00600806d9b6}
could be created for context 0x15
fixme:wbemdisp:WinMGMTS_ParseDisplayName ignoring security settings
fixme:wbemdisp:services_QueryInterface interface
{fc4801a3-2ba9-11cf-a229-00aa003d7352} not implemented
fixme:wbemdisp:services_QueryInterface interface
{a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented
fixme:wbemdisp:services_QueryInterface interface
{a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented
fixme:wbemdisp:objectset_QueryInterface interface
{a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented
fixme:wbemdisp:objectset_QueryInterface interface
{a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented
fixme:wbemdisp:enumvar_QueryInterface interface
{00020400-0000-0000-c000-000000000046} not implemented
--
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=42749
Bug ID: 42749
Summary: VRC 1.2.4: fails to display main window under wine-2.5
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: m.g.j.janicki(a)gmail.com
Distribution: ---
VRC 1.2.4, available at http://www1.metacraft.com/VRC/download.shtml, is a
Virtual Radar Client for use with the VATSIM network. This application
functions correctly under wine-2.4 in its own Wine prefix.
Under wine-2.5, the application starts and displays its "profile select" page
just fine. However, upon selecting a profile, the main application window
never displays. Process table indicates the application is running, just not
displaying anything.
Regression conducted between wine-2.4 and wine-2.5 resulted in:
e75bc6228ebcbdc1a3877a6ac6954611dedf8a71 is the first bad commit
commit e75bc6228ebcbdc1a3877a6ac6954611dedf8a71
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Mar 23 23:58:10 2017 +0100
winex11: Use GLX_OML_sync_control to synchronise buffer swaps with
X11DRV_FL
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 a8fb7403a75148b9f8c2307155bfc2c5cd1d2ad3
d6ff7ac6fdd2f00282733b13
--
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=42776
Bug ID: 42776
Summary: boson netsim 11 installation error and unable to run
the application using wine
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: dhanpal530(a)gmail.com
Distribution: ---
Created attachment 57793
--> https://bugs.winehq.org/attachment.cgi?id=57793
screenshot while installing the boson netsim 11
i am getting the installation error while installing the boson netsim simulator
version 11. i have attached the screen shot of tha error 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=42788
Bug ID: 42788
Summary: PhoenixRC launch error
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sdaffe(a)hotmail.com
Distribution: ---
Created attachment 57813
--> https://bugs.winehq.org/attachment.cgi?id=57813
backtrace
error launching
--
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 97-91-197-169.dhcp.stls.mo.charter.com (97.91.197.169) failed too many login attempts (5) for
the account thexzoron(a)riseup.net.
The login attempts occurred at these times:
2017-04-08 13:50:02 CDT
2017-04-08 13:50:10 CDT
2017-04-08 13:50:16 CDT
2017-04-08 13:50:26 CDT
2017-04-08 13:50:37 CDT
This IP will be able to log in again using this account at
2017-04-08 14:20 CDT.
https://bugs.winehq.org/show_bug.cgi?id=39735
Bug ID: 39735
Summary: GUT1 crahses because of ProtextDisc version 11
Product: Wine
Version: 1.8-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: npm(a)zefanjas.de
Distribution: ---
Created attachment 52993
--> https://bugs.winehq.org/attachment.cgi?id=52993
ProtectionID info
When I start GUT1 (a learning software to improve your skills in german
language) I got this error message in a popup:
"A required driver update had to be performed. Please reboot your system and
try again! (#10000)"
This is what I get from the CLI:
$ wine .wine/drive_c/Program\ Files\ \(x86\)/GUT1/GUT1.exe
fixme:winediag:start_process Wine Staging 1.8-rc1 is a testing version
containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
fixme:cdrom:CDROM_GetDeviceNumber stub
fixme:ntdll:server_ioctl_file Unsupported ioctl 2d1400 (device=2d access=0
func=500 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24058 (device=2 access=1
func=16 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24058 (device=2 access=1
func=16 method=0)
--
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=17797
Summary: STALKER Build 1935 crashed with winsock error
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soda-89(a)mail.ru
Created an attachment (id=20027)
--> (http://bugs.winehq.org/attachment.cgi?id=20027)
attachment.txt
I think it general problem:
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (28000002)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (98000007)
I'm used community loader and DirectX 9.0c(oct2008)
Full info in 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.
https://bugs.winehq.org/show_bug.cgi?id=786
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winetest(a)luukku.com
--- Comment #16 from winetest(a)luukku.com ---
Created attachment 57805
--> https://bugs.winehq.org/attachment.cgi?id=57805
from patches-list
This is from patches-list so it wont get lost.
--
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=29567
Bug #: 29567
Summary: texture maker 3.1 freezes when starting
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
texture maker 3.1 freezes on "loading icons and cursors" without any messages
in terminal. earlier texture makers work perfectly.
trial copy can be downloaded here: http://www.texturemaker.com/download.php
--
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=35942
Bug ID: 35942
Summary: Opera 20 window is invisible
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
Created attachment 48005
--> http://bugs.winehq.org/attachment.cgi?id=48005
opera log
I was finally able to install and run Opera 20 (from
http://blogs.opera.com/desktop/) based on someone's findings on the Opera
forums
(http://forums.opera.com/discussion/1831463/how-to-install-and-run-the-opera…)
Unfortunately I just get an invisible window. Cycling through windows with
alt+tab shows an outline for the Opera window, there's just nothing there.
As far as I can tell a normal install and a standalone install don't function
any differently. You do need native bcrypt though.
Once the installer finishes it starts the browser. On my setup this creates two
invisible windows, the second appears to be the status bar or something. If I
hit Alt a menu appears and I can exit the browser. When starting the browser
again I run 'wine launcher.exe --no-sandbox --disable-gpu' from Program
Files\Opera based on the forums post.
--no-sandbox is necessary due to bug 33698.
--disable-gpu seems to be needed as well, without it I get a bunch of GL
errors.
The forums post mentions --ppapi-startup-dialog, no idea what this does, seems
to behave the same with or without it.
It also suggests --disable-gpu-compositing instead of --disable-gpu. Ditto.
Since this apparently works for someone but not for me here's everything I can
think of that might be relevant:
Debian stable, xserver-xorg 7.7+3~deb7u1
card: ATI Radeon HD 5700 Series
driver: radeon / mesa 8.0.5-4+deb7u2
(I had the same results with fglrx-driver 12-6+point-3)
wm: openbox 3.5.0-7
Attached is a log from running 'wine launcher.exe --no-sandbox --disable-gpu'.
Any ideas would be appreciated.
--
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=42763
Bug ID: 42763
Summary: Flash CC 2015 does not run after first use
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isiraseneviratne(a)yahoo.com
Distribution: Ubuntu
Created attachment 57772
--> https://bugs.winehq.org/attachment.cgi?id=57772
Terminal log when running Flash after the first time.
After running Flash for the first time and closing it, and then attempting to
run it again, the splash screen loads and then closes, with the attached
terminal output.
--
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=40799
Bug ID: 40799
Summary: Unable to fetch wine-mono, wine_gecko nor to update
Steam
Product: Wine
Version: 1.9.12
Hardware: x86
OS: NetBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 54723
--> https://bugs.winehq.org/attachment.cgi?id=54723
Outputs of the three commands
Hello,
My problem is that I can't fetch Mono nor Gecko and I can't update Steam after
installing it.
The winecfg command is working, I can set my prefix. I even tried some
(offline) games before deleting the .wine for the bug report 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.
https://bugs.winehq.org/show_bug.cgi?id=8692
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winetest(a)luukku.com
--- Comment #19 from winetest(a)luukku.com ---
Still valid wine 2.5.
--
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=42773
Bug ID: 42773
Summary: mq2
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sdaffe(a)hotmail.com
Distribution: ---
Created attachment 57786
--> https://bugs.winehq.org/attachment.cgi?id=57786
in game error
running Macroquest2.exe is not possible at this moment
--
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=2624
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |997d4ef44f0f9e2284f99d7ce9e
| |c135d68b30c7b
--- Comment #49 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to Fabian Maurer from comment #48)
> These two links are old patches that didn't make it.
> The patch that fixed it is
> https://source.winehq.org/git/wine.git/commit/
> 997d4ef44f0f9e2284f99d7ce9ec135d68b30c7b
Thanks.
--
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=2624
--- Comment #47 from Bruno Jesus <00cpxxx(a)gmail.com> ---
I cannot find those patches in the commit log.
--
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=6682
Bug 6682 depends on bug 2624, which changed state.
Bug 2624 Summary: In dialogs, an incorrect extra WM_ERASEBKGND is sent after WM_PAINT
https://bugs.winehq.org/show_bug.cgi?id=2624
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
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=2624
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #44 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Fabian Maurer from comment #43)
> (In reply to winetest from comment #42)
> > Now both wine and wine-stagnig give the same result.
> >
> > wine 2.5-git and staging 2.4.
> >
> > I believe this bug was fixed long ago and was actually a dupe.
>
> Well, I made my patches to address this issue and bug 6682, but they aren't
> closed yet for some reason.
> I can only say that it works for me, and I consider it fixed.
Fixed.
--
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.