https://bugs.winehq.org/show_bug.cgi?id=42414
Bug ID: 42414
Summary: The Witcher 3 intro video doesn't play
Product: Wine
Version: 2.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 57236
--> https://bugs.winehq.org/attachment.cgi?id=57236
Witcher 3 Wine log
I'm running The Witcher 3 (GOG/1.31) in Wine staging 2.1.0 with CSMT enabled.
After clicking new game and selecting a few options, the intro video doesn't
play as it should, and the game goes straight into the tutorial section (with
still broken graphics).
I tried to find anything suspicious in the log (I had to reduce the noise from
d3d and etc, using: WINEDEBUG=-dxgi,-d3d11,-d3d,-d3d_shader
See attached log for errors, but none of them look video related.
OS: Debian testing x86_64.
GPU: AMD RX 480, Mesa 13.0.3 (same happens on Mesa master).
Any suggestions how to drill down to what fails?
--
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=44196
Bug ID: 44196
Summary: Autocad 2002 - Scrambled numbers in output
Product: Wine
Version: 3.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jpleonard12(a)gmail.com
Distribution: ---
Regression in Wine 3.0-rc2 (upgraded from Wine 2.22)
Autocad 2002 worked almost flawlessly in earlier versions of Wine. Now with
3.0-rc2, the numbers that Autocad reports in the output window are scrambled,
or all have a value 0.01. Without accurate numerical output, Autocad is nearly
useless.
DIST Specify first point: nil
Specify first point: Specify second point:
Distance = 2-1.+1, Angle in XY Plane = 0.01, Angle from XY Plane = 0.01
Delta X = 2-1.+1, Delta Y = 0.01, Delta Z = 0.01
--
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=43800
Bug ID: 43800
Summary: Winamp's associations setup window has broken check
boxes appearance
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: ---
Created attachment 59329
--> https://bugs.winehq.org/attachment.cgi?id=59329
WinAMP's associations setup window
Steps to reproduce:
Install Wine. Run Wine.
--
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=43884
Bug ID: 43884
Summary: MSVC LINK.EXE version 14.11.25547.0 crashes due to
unimplemented function _memicmp_l
Product: Wine
Version: 2.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: MTest31(a)outlook.com
Distribution: ---
Created attachment 59491
--> https://bugs.winehq.org/attachment.cgi?id=59491
stdout/stderr output with the crash
Hi there,
I've downloaded the very latest (I think its the very latest) MSVC LINK.EXE
from Microsoft and tried to get it working with my locally compiled Wine
version 2.19.
You can download the linker from this URL [1] that points to a zip file
containing the linker. Inside that zip file the link.exe is located in the path
[2]. The linker is a 64 bit binary, so it needs 64 bit Wine. WOW64 is not
needed.
You'll obviously also need a Windows SDK handy to try out the linker, and some
object files to feed it with. I haven't tried out whether cl.exe works, its not
my priority. My object files were generated by rustc which uses llvm, its msvc
based target only uses the linker.
You can see that my setup is a bit hard to reproduce, therefore it would
probably be the best idea to just send me a patch that I can then test.
Just invoking the linker without any args works as expected. It prints all the
options and then complains that it didn't get any args fed.
If you use the linker to link actual payloads however, you'll get an error,
boiling down to the following error message: wine: Call from 0x7b44f727 to
unimplemented function api-ms-win-crt-string-l1-1-0.dll._memicmp_l, aborting
I've attached a file containing stdout/stderr output of the linker with the
crash happening and the /VERBOSE option passed.
I've created a patch for wine to implement the stubbed out _memicmp_l in all
the dlls that reference it and with the patch applied the linker is able to
produce working binaries for me!
Now I am afraid I can't share the patch with you because I can't fulfill your
requirements for contributions. However, I hope my information that
implementing that function fixes the issue for me, will lead to the function
being implemented in upstream Wine as well. I am ready to test any patches you
send me.
Thank you!
[1]:
https://download.visualstudio.microsoft.com/download/pr/11436965/d360453cfd…
[2]: Contents/VC/Tools/MSVC/14.11.25503/bin/Hostx64/x64/
--
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=44064
Bug ID: 44064
Summary: Sims 4: unimplemented function
msvcr120.dll._get_purecall_handler
Product: Wine
Version: 2.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: skotlex(a)mailforce.net
Distribution: ---
Ever since a recent Sims 4 update, the game crashes on startup due to this
missing function.
wine: Call from 0x7b437c67 to unimplemented function
msvcr120.dll._get_purecall_handler, aborting
I checked the changelogs for wine 2.20 and 2.21 and didn't see any reference to
it, so I am guessing it hasn't been reported/fixed yet.
The game worked fine without any winetricks, but the workaround currently would
be to use vcrun2012-2013:
https://www.reddit.com/r/wine_gaming/comments/7bgnny/the_sims_4ts4exe_error…
--
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=43068
Bug ID: 43068
Summary: Armed and Dangerous: severe performance degradation
Product: Wine
Version: 2.1
Hardware: x86
URL: http://www.geforce.com/games-applications/pc-games/arm
ed-and-dangerous
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: afb2aa2512d4c5ffa7256ce5137bc2c142a5d065
Distribution: ---
Created attachment 58243
--> https://bugs.winehq.org/attachment.cgi?id=58243
terminal output
Mouse movement in the menus (Options -> Graphics/Audio/Controls) is very
sluggish, it is lagging a lot.
Performance degradation also occurs in mid-game: the game runs much slower than
it used to.
Disabling the option 'Enable Decals' in the video option menu helps improve
performance (framerate) in the game, but it doesn't affect the lagging mouse in
the menus.
The game used to run perfectly (without the reported performance issue) before
commit afb2aa2512d4c5ffa7256ce5137bc2c142a5d065
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Jan 30 13:04:40 2017 +0100
wined3d: Try to avoid stalling on dynamic buffer maps.
Particularly for applications that use dynamic buffers without
WINED3D_MAP_DISCARD/WINED3D_MAP_NOOVERWRITE.
armed_and_dangerous.exe
sha1: 8e3d04f09feac299df5056480b7729991668781b
wine-2.8-133-g3f01ab4c39
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 381.22
--
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=1840
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|gdi32 |mscms
CC| |focht(a)gmx.net
--
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=24436
Summary: the ping command with a wine cmd does nothing
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
I built wine from the git version
wine-1.3.2-225-g5815b63.
Then I called "wine cmd", so the cmd utility is started. Then I enter
ping 131.246.137.16
(that is a valid IP address), but the output is only
fixme:ping:main this command currently just sleeps based on -n parameter
and nothing more happens.
My platform: Fedora14 with all updates, kernel 2.6.35.4-12.fc14.i686, network
is fully operable.
--
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=26304
Summary: Rayman 2 Demo system menu item doesn't work
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is a followon to bug 26303, but is about the system menu, not desktop
icons.
The system menu item created by winemenubulder for Rayman 2 Demo does this:
env WINEPREFIX="/home/dank/.local/share/wineprefixes/rayman2_demo" wine
C:\\windows\\command\\start.exe /Unix
/home/dank/.local/share/wineprefixes/rayman2_demo/dosdevices/c:/users/dank/Start
Menu/Programs/Ubi Soft Games/Rayman 2 Demo/1 To Play Rayman 2 Demo.lnk
This doesn't work, it says file not found. If you quote the path to the
.lnk file, you get a second problem.
--
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=31151
Bug #: 31151
Summary: Pegasus Mail v4.63 - err:seh:setup_exception_record
stack overflow 848 bytes in thread 0009 eip 681d24b8
esp 00230fe0 stack 0x230000-0x231000-0x330000
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mccarthy(a)volny.cz
Classification: Unclassified
Created attachment 40895
--> http://bugs.winehq.org/attachment.cgi?id=40895
terminal output (debug)
Pegasus Mail 4.63 build 325 w/ IERenderer 2.4.7.2
pmail: http://download-us.pmail.com/w32-463.exe
Wine 1.5.8
Gecko: wine-1.5.6 (wine_gecko-1.6-x86.msi)
stack overflow
--
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=41687
Bug ID: 41687
Summary: odd effect of activating font smoothing
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
I'm not sure if this is a bug or not, yet the effect can potentially negatively
affect various apps.
Probably even regedit shows it, but to pick a random external app that shows a
problem, let's look at Cheat Engine 6.6.
In its Help Menu, there's 'Cheat Engine Tutorial(64-bit)' option.
If FontSmoothing (that registry option) is off, it fits the menu. But if it's
on, the text is just a bit too wide, so it's cut off. It's also noticeable on
keyboard shortcuts.
--
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=44541
Bug ID: 44541
Summary: Waterfox crash
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: orwel01(a)gmail.com
Distribution: ---
Created attachment 60499
--> https://bugs.winehq.org/attachment.cgi?id=60499
Crash log of Waterfox
I installed Waterfox on Linux Mint 18.3 Cinnamonn (64bit). Installation process
OK.
By trying to run Waterfox it crashes. I attach 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=44363
Bug ID: 44363
Summary: MA 3D crash on starting
Product: Wine
Version: 3.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: privat(a)lgruhlke.org
Distribution: ---
Created attachment 60272
--> https://bugs.winehq.org/attachment.cgi?id=60272
the outputs
MA 3D crash on starting
The free Download of MA 3D is to find @
http://www.lightpower-files.de/Assets/MA3D_v3.3.4.3.exe
...
--
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=44366
Bug ID: 44366
Summary: WeChat does not render typed text
Product: Wine
Version: 2.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: gyunaev(a)ulduzsoft.com
Distribution: ---
When using WeChat with default Wine installation (no library overrides), any
text typed in the chat window is not shown. The text input window remains
empty. The text however is indeed being accepted, and pressing "send" sends it
correctly.
Using winetricks riched32 fixes this completely.
In the original dump the following functions might be relevant (only unique
entries):
fixme:richedit:fnTextSrv_OnTxPropertyBitsChange 0x73a77c0: STUB
fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
fixme:richedit:fnTextSrv_OnTxInplaceActivate 0x73a77c0: STUB
fixme:richedit:fnTextSrv_TxDraw 0x73a77c0: STUB
fixme:richedit:fnTextSrv_OnTxInplaceActivate 0x73a77c0: STUB
fixme:richedit:fnTextSrv_TxDraw 0x73a77c0: STUB
fixme:richedit:fnTextSrv_OnTxSetCursor 0x73a77c0: STUB
fixme:richedit:ME_GetTextEx GETTEXTEX flags 0x00000004 not supported
fixme:richedit:IRichEditOle_fnGetObjectCount stub 0x10c43c8
fixme:richedit:fnTextSrv_OnTxInplaceActivate 0x73a77c0: STUB
--
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=40390
Bug ID: 40390
Summary: When using a UX theme, owner-drawn buttons don't draw
until you click them once
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: ryampolsky(a)yahoo.com
Distribution: ---
This may be a duplicate of 11521, but I'm not sure.
I have owner drawn buttons in my own app, and they work fine in WINE - unless I
enable a theme in the 'desktop integration' settings. Then the buttons don't
appear at all until I click them. Without a desktop theme, the buttons also
redraw on mouse-over, but not with a theme. You have to actually click them,
and then they show up - but they don't redraw on mouse over even then.
I think this used to work prior to version 1.8. Otherwise, I wouldn't have had
theming enabled on this machine. It's an old Linux machine that I recently
brought up to date - don't know what WINE version was on it previously.
--
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=44672
Bug ID: 44672
Summary: Blackscreen (possible oreo incompatibility)
Product: Wine
Version: 3.3
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gouster4(a)gmail.com
Wine for Android 3.3 (arm release) gives me black screen after setting up
enviroment. Device: ARM64; OS: Android 8.1
--
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=44551
Bug ID: 44551
Summary: The Witcher 3 - crash on startup with stack overflow
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dahlberg(a)lysator.liu.se
Distribution: ---
Symptom/Failure:
When launching a black screen is displayed instead of the loading/intro
cinematic.
Hangs with the following printout on the screen.
0101:err:seh:setup_exception stack overflow 1808 bytes in thread 0101 eip
000000007bc5e079 esp 0000000065e80f00 stack 0x65e80000-0x65e81000-0x67e80000
How to reproduce:
Install winehq-devel (wine 3.2)
Create a new 64-bit wineprefix
Install Steam
Install Witch 3
Play/Launch the game
What should happen:
Using winehq-stable (wine 3.0) successfully launches the game including videos
etc. (but with 3-4fps performance).
Let me know how to add any necessary/helpful logs and I will be happy to do so.
:-)
System info:
Ryzen 7 1700 on Linux 4.15.3-041503-generic
GTX 1080 with 390.25
--
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=40783
Bug ID: 40783
Summary: Wine segfault on 3d in Openindiana Hipster (Solaris)
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: malicorne(a)chez.com
Distribution: ---
Created attachment 54682
--> https://bugs.winehq.org/attachment.cgi?id=54682
Output of wine command
Compiled win 1.9.10 on Openindiana Hipster (Solaris) and every basic wine 32
app is working fine but 3D applications make wine crash.
Tried furmark
Tried Anarchy Online
Please find attached the 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=43648
Bug ID: 43648
Summary: Waves Central: Crash in Windows 7 mode at startup
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: viking991(a)gmx.de
Distribution: ---
Created attachment 59073
--> https://bugs.winehq.org/attachment.cgi?id=59073
backtrace of Waves Central in Win7 mode
Hi there,
I got an issue with Waves Central and Wine64
http://www.waves.com/downloads/central
Direct download link:
http://www.waves.com/dlrdr?id=central-win
Tested Waves Central Version: V1.3.3.4
sha1sum Install_Waves_Central.exe
0f90b9333855a8713e3f9ced767369364a46aa33 Install_Waves_Central.exe
Wine Version (winehq debian package):
(:~$ wine64 --version wine-2.16)
runing on latest debian stretch
Installer works fine:
wine64 Install_Waves_Central.exe
when installation is done, starting the real application also works:
:~/wine64_test/drive_c/Program Files (x86)/Waves Central$ wine64 Waves\
Central.exe
But it detects it is running in "Windows 5.2" and needs at least windows 7 to
work. OK, fine...
using winecfg, switch Windows Version from XP to Windows 7, the application
crashes at startup. See attached backtrace
Also tried:
- using the installer with Windows version set to Windows 7 upfront
- all other windows variants in winecfg before starting the application
- created a 32 Bit Wineprefix as described in FAQ 6.5.3 and installed there
Thanks for your 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=43361
Bug ID: 43361
Summary: BFBC2 crashes/freezes will loading first campaign
missson with DX11
Product: Wine-staging
Version: 2.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christian.frank(a)gmx.de
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 58721
--> https://bugs.winehq.org/attachment.cgi?id=58721
Crashlog
Hi,
using Wine-Stging 2.12 and trying to use DX11 the game crashes during load of
the first campaign mission.
Last log output:
err:d3d11:d3d11_immediate_context_ClearRenderTargetView Failed to clear view,
hr 0x8876086c.
err:seh:setup_exception_record stack overflow 1200 bytes in thread 003f eip
7bc67d86 esp 09a70e80 stack 0x9a70000-0x9a71000-0x9b70000
I attached a longer log output.
Many thanks
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=43916
Bug ID: 43916
Summary: [Battle.net] SystemSurvey.exe crashes on startup
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hewanci(a)gmail.com
Distribution: ---
When the Battle.net client (now called Blizzard app) starts, SystemSurvey.exe
crashes every time.
This does not seem to affect any functions of the App or games.
64 bit prefix, Win 7 mode, Staging, Arch.
Backtrace did never finish loading.
No idea if it is the same thing as
https://bugs.winehq.org/show_bug.cgi?id=41573
--
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=44000
Bug ID: 44000
Summary: Empire of the Ants (french version "les fourmis") -
InitVid crashed
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 59659
--> https://bugs.winehq.org/attachment.cgi?id=59659
Les Fourmis - WIne 2.20 backtrace
Hello,
I tried to play the french version of the game "Empire of the Ants" (Les
Fourmis) from the famous novel.
Install OK
InitVid crashed
Game crashed
This bug is about the InitVid crash.
The InitVid is an executable to configure the hardware options:
graphic card, resolution, audio card, modem
If you launch it it simply crash.
The terminal log:
fixme:winediag:start_process Wine Staging 2.20 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
wine: Call from 0x7b440872 to unimplemented function
msvcirt.dll.??0fstream@@QAE@PBDHH@Z, aborting
wine: Unimplemented function msvcirt.dll.??0fstream@@QAE@PBDHH@Z called at
address 0x330023:0x7b440872 (thread 0009), starting debugger...
I joined you the the backtrace too.
--
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=44506
Bug ID: 44506
Summary: "GL_INVALID_OPERATION in glUseProgram(program 15 not
linked)"
Product: Wine
Version: 3.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mimi.vx(a)gmail.com
Distribution: ---
Created attachment 60462
--> https://bugs.winehq.org/attachment.cgi?id=60462
console
Blizzard Battle.net and Diablo 3 starts with black/ grey screen with console
full of err:d3d
--
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=44370
Bug ID: 44370
Summary: World of Warcraft crashes with "Game initialization
failed"
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
World of warcraft 7.3.5 crashes with "Game initialization failed!" when using
wine-3.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.
https://bugs.winehq.org/show_bug.cgi?id=44596
Bug ID: 44596
Summary: Delphi 7 component palette order is not preserved
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: development(a)winomega.com
Distribution: ---
Component palette tab order is not preserved between sessions.
Delphi 7 relies on registry value enumeration (for
HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Palette) preserving RegSetValueEx
call order, however this is not currently true for Wine.
There's a testcase added in 1a38b7bf5e561a89c571feab7193ea9b382f9f19 (marked as
todo_wine).
--
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=44716
Bug ID: 44716
Summary: Browser doesn't work on wine.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shinoyumi456(a)gmail.com
Distribution: ---
Hi
Can someone please help me with configuring Wine.
I have Coowon.exe, which is executable for browser i need for windows, now i
have Play on linux and Wine.
play on linux is useless, it even doesnt install it.
Wine will install it but it will be in taskbar and you cant open it unless you
click right on it and select Maximize window.
then it will looks like it does work, but it dont, because pages never load and
you cant even go to settings and so
There is picture of browser in Wine http://i.imgur.com/QBr7lvv.png
--
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=44579
Bug ID: 44579
Summary: I do not want to turn on mysql and php in the
UwAmp.exe application
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: pajo12(a)o2.pl
Distribution: ---
Created attachment 60552
--> https://bugs.winehq.org/attachment.cgi?id=60552
I do not want to turn on mysql
I do not want to turn on mysql and php in the UwAmp.exe application
link. apolication : https://www.uwamp.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=40195
Bug ID: 40195
Summary: erro ao abrir "MEO MUSIC"
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: antonio.silva77(a)gmail.com
Distribution: ---
Created attachment 53701
--> https://bugs.winehq.org/attachment.cgi?id=53701
erro ao abrir "MEO MUSIC"
erro ao abrir "MEO MUSIC"
--
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=44711
Bug ID: 44711
Summary: Acemoney : When trying to open APP HELP, the
application crashes
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: j_naik(a)hotmail.com
Created attachment 60717
--> https://bugs.winehq.org/attachment.cgi?id=60717
Acemoney crashes when trying to access Help
Acemoney crashes soon as you access 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=43983
Bug ID: 43983
Summary: EVE online with d3d11 renders black/garbled screen
when anti-aliasing enabled
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: benshalom(a)gmail.com
Distribution: ---
When using directx 11, EVE online displays dark garbage when setting anti
aliasing to anything but "none". The game does not crash and allows the user to
press ESC, go to settings menu and set anti aliasing back to "none".
I experience this on wine 2.20 (regular and staging) with nvidis gtx770 card
using the proprietary driver.
This is similar to bug #39536, but it happens only when setting the game to run
in directx 11 mode.
--
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=44713
Bug ID: 44713
Summary: "Invalid floating point operation" when rendering
reports in WinOmega
Product: Wine
Version: 2.1
Hardware: x86
URL: http://omega-software.com/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: development(a)winomega.com
Regression SHA1: a60144ee74e1db170f04edeb8cfd3a5a17d36d46
Distribution: Ubuntu
Starting with wine-2.1 (commit a60144ee74e1db170f04edeb8cfd3a5a17d36d46),
rendering reports in WinOmega 11 (for example, selecting "Vista previa" inside
the "Facturación -> Listados -> IVA" dialog) results in "Invalid floating point
operation" error message.
--
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=43227
Bug ID: 43227
Summary: Installer for Republic Anywhere fails to launch
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hungrywinecats(a)mailinator.com
Distribution: ---
Created attachment 58525
--> https://bugs.winehq.org/attachment.cgi?id=58525
Log of problems encountered
Republic Wireless offers an application called "Republic Anywhere." The
installer for this application fails to launch (see attached error log).
The link I used to download it is: https://anywhr.info/l/download/windows
$ sha256sum 'Install Republic Anywhere.exe'
420f55b1e46fe98fc50e38b4fdb9bb894c20af70d1538b0e26abb9a6daca1212 Install
Republic Anywhere.exe
$ file 'Install Republic Anywhere.exe'
Install Republic Anywhere.exe: PE32 executable (GUI) Intel 80386, for MS
Windows
$ wine --version
wine-2.10 (Staging)
$ wine --check-libs
(missing: libgtk-3.so.0, libnetapi.so, libxslt.so.1)
$ alternatives --display wine
wine - status is auto.
link currently points to /usr/bin/wine32
slave wine-preloader: /usr/bin/wine32-preloader
--
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=41824
Bug ID: 41824
Summary: MSYS2 install crashes, so does bash
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kai.extern+winehq(a)gmail.com
Distribution: ---
Created attachment 56239
--> https://bugs.winehq.org/attachment.cgi?id=56239
Console output
Wine Staging 1.9.23.
MSYS2 installer from
http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20161025.exe
Ubuntu 15.10 wily
Installing into a new WINEPREFIX. Downloading
wine-mono-4.6.3[0]
wine_gecko-2.47-x86[0]
wine_gecko-2.47-x86_64[0]
during install.
Unfortunately, the crash dump generation hangs. The total console output is
attached.
During previous attempts with wine 1.6, install hung when starting a shell
window; a separate test of the installed bash.exe created a very similar crash
mentioning msys-2.0.dll. This seems to suggest that every msys2 app (all being
linked to this dll) will exhibit the same problem.
--
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=40153
Bug ID: 40153
Summary: Unable to run iQiyi.exe
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erelation(a)gmail.com
Distribution: ---
Created attachment 53654
--> https://bugs.winehq.org/attachment.cgi?id=53654
Log of Bug when running qiyi program
Unable to run the application from iqiyi.com on my laptop using Ubuntu OS
--
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=39817
Bug ID: 39817
Summary: Saturn PCB Design Toolkit 6.86 installer aborts with
access violation (Caphyon 'Advanced Installer')
Product: Wine
Version: 1.8
Hardware: x86
URL: http://www.saturnpcb.com/pcb_toolkit.htm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Xubuntu 14.04 x86_64
Wine 1.8-rc3 (wine-staging)
Wine 1.8 (git)
The installer for Saturn PCB Design Toolkit 6.86 aborts during the start of the
active install phase:
"The application ran into a problem that it couldn't handle. Sorry for the
inconvenience"
Details:
[SEH_AV_READ_NULLPTR] ACCESS_VIOLATION (0xc0000005) at address [0x004c567f]
Enhanced UI 12.5 build 66677
*** Stack Trace (x86) ***
[0x004c567f] -----
[0x0040e6f7] -----
[0x004aaa58] -----
[0x004aabd0] -----
[0x004aa078] -----
[0x0044e8f9] -----
[0x0044ef1c] -----
[0x0044ee89] -----
[0x0044daa9] -----
[0x0044a77c] -----
[0x001c4ee0] -----
[0x00470b3c] -----
[0x00400000] MODULE_BASE_ADDRESS
It's using the Caphyon 'Advanced Installer' so bug #34989 applies but that bug
specifically indicates it hangs when the problem occurs. This installer does
hang but only after the error dialog is closed.
I originally tested this with Wine 1.8-rc3 and encountered the same error (also
filed bug #39792 for a different problem with the installed app). After 1.8
was released I complied it from git since I couldn't find a package for Xubuntu
14.04 (Trusty). I included the latest patch for the MSI bug:
https://bugs.winehq.org/show_bug.cgi?id=34989#c16
The same error occurred. Installing various native DLLs with winetricks
(identified with Dependency Walker) failed to change the result.
--
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=39093
Bug ID: 39093
Summary: Bermuda (indie game) crashes on start
Product: Wine
Version: 1.7.49
Hardware: x86
URL: http://store.steampowered.com/app/337640/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52086
--> https://bugs.winehq.org/attachment.cgi?id=52086
terminal output
The game crashes immediately on start. Can be reproduced with the demo version
too. The game can be launched directly, without Steam running.
Beside the Bermuda game, I have 2 more games on Steam that crash with the same
backtrace. Maybe it's only a coincidence that all these games require
msscript.ocx to start.The crash reported here occurs sooner, so it's doesn't
matter whether msscript.ocx is installed or not.
I remembered that those games used to start properly in previous Wine versions
(provided msccript.ocx was installed).
The result of the regression test is probably not the cause of the crash, but
it could have surfaced a different bug in Wine. I talked about it on irc with
Nikolay and he also has doubts that this commit has anything with the crash.
However, I verified that those games don't crash prior to
commit 50ad765cd604630214d87f9e696d7da216c0f814
kernel32: Added a message for WSAECONNRESET.
Fedora 22 32-bit
wine-1.7.49-41-g36a39ce
--
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=44671
Bug ID: 44671
Summary: Blackscreen (possible oreo incompatibility)
Product: Wine
Version: 3.3
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gouster4(a)gmail.com
Wine for Android 3.3 (arm release) gives me black screen after setting up
enviroment. Device: ARM64; OS: Android 8.1
--
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=41759
Bug ID: 41759
Summary: PlagiarismDetector.exe from DetectarePlagiat.ro
doesn't start
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: goesele(a)hfph.mwn.de
Distribution: ---
Created attachment 56207
--> https://bugs.winehq.org/attachment.cgi?id=56207
Error message on startup
I followed the instruction under
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32828 to install
The Microsoft .NET Framework 4.6 and then installed PlagiarismDetector.exe
using DetectarePlagiatInstaller.exe from
http://www.detectareplagiat.ro/dp/DetectarePlagiatInstaller.exe When I try to
start it I get the output in the attachment and the program doesn't start.
I use debian jessie.
--
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=35454
Bug ID: 35454
Summary: 酷我音乐(KuWo Music) installer crashes
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 47326
--> http://bugs.winehq.org/attachment.cgi?id=47326
terminal output.txt
0. download from http://down.kuwo.cn/mbox/kwmusic2014.exe
$ sha1sum kwmusic2014.exe
50a3bcc2b64b64e0a8ae7f79332c76cd5c3f6c96 kwmusic2014.exe
1. wine kwmusic2014.exe
It crashed
--
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=44703
Bug ID: 44703
Summary: Cannot run the program in wine (Console app)
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: shangjiaxuan(a)pku.edu.cn
Created attachment 60713
--> https://bugs.winehq.org/attachment.cgi?id=60713
Current source code and backtrace log
Compiled with VC++(VS2017), cannot run with wine.
This toy project can be found at https://github.com/shangjiaxuan/Calculator,
was good and running with my Bootcamp partition with Windows 10, 1709 (Fall
Creators).
I did make some windows api calls in the current version. But it seems that the
older one on Github release also didn't run on wine. It only used "LoadLibrary"
function in that version. (Maybe it's C++17 compatibility? But I only included
filesystem library with the newer one.)
Any ideas? Source code and backtrace report 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=44532
Bug ID: 44532
Summary: Nothing is happening when running DOOM ( Doom 4)
Product: Wine
Version: 3.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
When I click the Doom desktop shortcut or run game EXE from terminal, nothing
happens.
Command I use when running from terminal:
wine "/home/linards/.wine/drive_c/Program Files (x86)/Doom/DOOMx64.exe"
If I check System Monitor, I can see that there is DOOMx64.exe binary and its
corresponding process running.
After checking known places of debug logs, there is nothing created for the
game.
Details about wine installation:
[linards@kompiic Lejupielādes]$ wine --version
wine-3.1
[linards@kompiic Lejupielādes]$ sh winetricks list-installed
------------------------------------------------------
You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit
versions of packages. If you encounter problems, please retest in a clean
32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20171222-next - sha256sum:
46fa67fbddf8b7154bf7e030728e6dd8ca08374df1410a458accc0547ea2a1e8 with wine-3.1
and WINEARCH=win64
binkw32
d3dx9_42
dotnet40
dotnet452
dotnet_verifier
gmdls
l3codecx
lucida
mfc40
mfc42
physx
steam
tahoma
vcrun2008
vcrun2012
vcrun2015
--
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=44564
Bug ID: 44564
Summary: Program stopped working when update to wine-3.1
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aanm90(a)gmail.com
Distribution: ---
Created attachment 60526
--> https://bugs.winehq.org/attachment.cgi?id=60526
backtrace.txt
Program stopped working when updated to wine-3.1. It was working in
wine-2.20-1.fc27.x86_64
--
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=38265
Bug ID: 38265
Summary: World of Warcraft 64bit client can not open ticket
message from of GM
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hark110(a)163.com
Distribution: ---
GM send player ticket message can not display in the Customer Support of 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=44505
Bug ID: 44505
Summary: Preinstall iexplorer.exe not working
Product: Wine
Version: 3.1
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rexax007(a)gmail.com
STR
1.Run
2.explorer.exe
3.Open C
4.Program Files
5. .....
Preinstall iexplorer.exe, page does not show up in browser area.
When google.com is type is redirects to unclean URL but page don't show up.
--
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=41178
Bug ID: 41178
Summary: RPG Maker MV, qtwebengineprocess page fault
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shentino(a)gmail.com
Distribution: ---
Created attachment 55409
--> https://bugs.winehq.org/attachment.cgi?id=55409
wine backtrace
Not sure what to make of it, but I'm hoping it doesn't crash like this on
native 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=41968
Bug ID: 41968
Summary: incorrect handling of desktop switch
Product: Wine
Version: 2.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
This is another one to the pile of wine/window manager conflicts.
In several apps (not sharing same origin/engine/etc.) I observe following:
- app is set to pause on loosing focus and running windowed
- I switch to another window on the same desktop (either by Alt-Tab or mouse)
- app pauses
- I switch to another desktop
- app is still paused
- I switch back to the desktop with the app
- ...the app gets unpaused, despite the app's window *not* having focus
--
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=44689
Bug ID: 44689
Summary: Regression: Civilization 4 crashes at start in Wine
3.3
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyurco(a)freemail.hu
Distribution: ---
Seems this commit:
commit fb6b3cc872077e641cf68165e04012a95c94699d (refs/bisect/bad)
Author: Józef Kucia <jkucia(a)codeweavers.com>
Date: Thu Feb 22 16:43:14 2018 +0100
wined3d: Use multisample textures by default.
causes Civ4 to crash at start.
wine: Unhandled stack overflow at address 0x6a8e2768 (thread 0082), starting
debugger...
0082:err:seh:setup_exception_record stack overflow 1296 bytes in thread 0082
eip 7bc60e44 esp 19bd0e20 stack 0x19bd0000-0x19bd1000-0x19cd0000
--
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=40309
Bug ID: 40309
Summary: Cygwin 2.4.1 crashes on install. Every cygwin
executable will crash in the same way.
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: badkins79(a)msn.com
Distribution: ---
Created attachment 53949
--> https://bugs.winehq.org/attachment.cgi?id=53949
Wine crash log
When trying to install Cygwin 2.4.1 in Wine, the post install invocations of
bash.exe and dash.exe crash immediately. If you manually copy a cygwin
executable and the cygwin1.dll from a working Windows system into Wine, and try
to execute it in Wine, it fails in exactly the same way. Even an application
that immediately returns 0 in main will show this crash.
It looks to be an issue somewhere in the application load step.
To reproduce:
1. Install Wine stable.
2. Install minimal cygwin system. You will get lots of crashes during the post
install step. Each one seems to take about a minute to popup though.
I am including a sample of one of the crash logs, but they all look exactly 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=44685
Bug ID: 44685
Summary: GetVolumePathNameW Path Bug
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: markau0(a)lycos.com
Distribution: ---
volumenameW contains a path with unix / characters but the GetVolumePathNameW
loop routine uses a strrchrW function looking for backslash's in volumenameW
and the returned volumename is then incorrect.
changing
c = strrchrW( volumenameW, '\\' );
to
c = strrchrW( volumenameW, '/' );
results in correct volumename being returned.
Affects any windows app using GetVolumePathNameW and is mentioned in bug
reports
https://bugs.winehq.org/show_bug.cgi?id=42446https://bugs.winehq.org/show_bug.cgi?id=43240
--
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=43281
Bug ID: 43281
Summary: Assassin's Creed Syndicate: stack overflow when
anti-aliasing is enabled
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: kimmo.myllyvirta(a)gmail.com
Distribution: ---
Created attachment 58618
--> https://bugs.winehq.org/attachment.cgi?id=58618
tid,d3d,d3d11 debug log
How to reproduce;
Install the game, press play from the Uplay, and then the game fails to start
with; 0125:err:seh:setup_exception stack overflow 1808 bytes in thread 0125 eip
000000007b4503ba esp 0000000017570f00 stack 0x17570000-0x17571000-0x17670000
Looks like infinite recursion. It ping-pongs between
wined3d_texture_load_location and surface_load_location over 1300 times until
the stack overflow happens.
By default anti-aliasing is enabled after installing the game. The game starts
up when AntiAliasingMode is set to 0 from AC.ini.
+tid,+d3d,+d3d11 debug log attached.
Steam version, GTX980 (375.66 blob), Ubuntu 16.04.2, wine-2.11-staging (due to
Uplay).
--
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=39836
Bug ID: 39836
Summary: NetBrian not getting installed in MAC OS
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ray.amartya300787(a)gmail.com
Created attachment 53180
--> https://bugs.winehq.org/attachment.cgi?id=53180
Installation failure
Installation Failure.
--
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=39870
Bug ID: 39870
Summary: Uplay crashes at start
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 53232
--> https://bugs.winehq.org/attachment.cgi?id=53232
Uplay crash dialog box
Hello,
the new Uplay version always crashes at start, so I can no more play Uplay
games.
When I launch it I obtain only a dialog box.
Thanks for your help.
joined two attachments: dialog box error message picture and wine 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=42785
Bug ID: 42785
Summary: Mini Ninjas Demo: Crash on startup
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
When trying to run the Mini Ninja Demo, it crashes upon startup.
--
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=44591
Bug ID: 44591
Summary: Installation Failure
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reidinportland(a)gmail.com
Distribution: ---
Created attachment 60575
--> https://bugs.winehq.org/attachment.cgi?id=60575
Installation Failure
I CANT INSTALL ANYTHING
--
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=37593
Bug ID: 37593
Summary: Wine explorer column headers only appear on mouseover
when themed
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 50028
--> https://bugs.winehq.org/attachment.cgi?id=50028
Video showing the bug
Run wine explorer when running under Luna or a freely available theme.
Column headers are invisible until mouseover.
Video is attachment and also available here:
https://www.youtube.com/watch?v=8GpPr-n8epI&feature=youtu.be
--
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=43551
Bug ID: 43551
Summary: EasyCash&Tax Toolbar Tipps not shown correctly
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58955
--> https://bugs.winehq.org/attachment.cgi?id=58955
Console Output wine 2.14 (Non-staging)
Hello everyone,
I am one of the maintainers of this application and would like to let you know
that there is a slight glitch when moving the mouse cursor over the icons in
"EasyCash&Tax".
Description of the problem: Tooltips do not display correctly when hovering
over icons and text. Console output 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=41547
Bug ID: 41547
Summary: Can't open battlenet
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ivan-l-s(a)hotmail.com
Distribution: ---
Created attachment 55879
--> https://bugs.winehq.org/attachment.cgi?id=55879
Can't open battlenet
I m using ubintu 16.04
When I try start battlenet I cant, I try it with wine 1.9,and unistall it and
try with other version,
--
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=7054
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #18 from joaopa <jeremielapuree(a)yahoo.fr> ---
Still a bun in current wine (wine-3.4) unfortunately.
--
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=32903
Bug #: 32903
Summary: Make test crash in d3d8
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 43455
--> http://bugs.winehq.org/attachment.cgi?id=43455
Backtrace of the crash
This is under Ubuntu 13.04 and wine-1.5.23-27-gef4b7c5
OpenGL renderer string: Gallium 0.4 on AMD REDWOOD
OpenGL version string: 3.0 Mesa 9.0.2
OpenGL shading language version string: 1.30
--
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=44071
Bug ID: 44071
Summary: Unhandled exception: page fault on read access to
0x00000000 in 32-bit code (0x00000000).
Product: Wine
Version: unspecified
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 59786
--> https://bugs.winehq.org/attachment.cgi?id=59786
Backtrace from the error
program SPFLite Editor
Aborts at startup of this open source application
Wine build: wine-2.4 (Staging)
Platform: i386 (WOW64)
Version: Windows 7
app can be downloaded @ http://spflite.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=44657
Bug ID: 44657
Summary: Wine-3.3 no longer compiles when configured without
kerberos (--without-krb5)
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)dolphinling.net
Regression SHA1: a110f87b83068652313e39ca5fc850d29e1e3980
Distribution: ---
As of a110f87b, wine no longer compiles when configured without kerberos
(--without-krb5).
https://source.winehq.org/git/wine.git/commitdiff/a110f87b8
The first compiler error is:
/wine-3.3/dlls/kerberos/krb5_ap.c: In function ‘init_creds’:
/wine-3.3/dlls/kerberos/krb5_ap.c:871:5: error: unknown type name
‘krb5_context’
See also Bug 44553, but this has a different regression range and my kerberos
is up to date.
This is on Gentoo x86_64 (I've updated the ebuild to 3.3 locally) but
presumably applies to all distros.
--
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=43828
Bug ID: 43828
Summary: The Witcher 3: some monsters have distorted surfaces
sticking out
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 59378
--> https://bugs.winehq.org/attachment.cgi?id=59378
Alghoul distortion
For example, alghoul can get red, glass-like surfaces sticking out, bloated
stegosaurus style. It probably supposed to be its spikes, but they are messed
up. See attached screenshot.
Configuration:
Graphics:
OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10 / DRM 3.15.0
/ 4.12.0-2-amd64, LLVM 5.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.3.0-devel
(git-4b41361894)
(+Mesa freeze prevention patch).
Wine staging patches applied:
wined3d-buffer_create wined3d-sample_c_lz wined3d-GenerateMips
d3d11-Deferred_Context xaudio2-get_al_format
--
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=32699
Bug #: 32699
Summary: Add StartupWMClass to .desktop files.
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Schnuff_Forum(a)web.de
Classification: Unclassified
See launchpad bug here: https://bugs.launchpad.net/unity/+bug/702452
In Ubuntu Unity applications run via wine have the default wine-icon (the
wine-bottle) in the "Running Program-Icons"-bar (The Task-bar).
Thus all applications are getting "stacked" under one icon.
To stop this behavior you have to write in each (generated) .desktop-file the
Line:
StartupWMClass=<name of the exe-file>
Example Firefox:
StartupWMClass=firefox.exe
Wine should do this automatically after I installed my program, so the users
would get the expected Icons and "Stacking-Mechanism" in Unity.
--
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=38626
Bug ID: 38626
Summary: Word 2007 image mode wrapping menu hides after a few
seconds
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: computergeoffrey(a)zoho.com
Distribution: ---
Reproduce:
1) Insert an image in a any Word document
2) Right click the image
3) Try changing the line/text wrap of the image to an item from the submenu
4) If you hover over an item in the submenu, it disappears. This should not
happen before a click.
If you navigate away (to another, native Linux window) before opening the
submenu, the context menu stays and you can open the submenu in the native
application (LOL!). That gives you more time.
A better workaround is to use the lint: Markup -> Text Wrapping icon and then
choose from the list.
What's causing this strange behaviour?
--
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=44515
Bug ID: 44515
Summary: assert from wxpython
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: niki(a)vintech.bg
Distribution: ---
Ubuntu/64 v17.10
winehq-devel 3.1.0~artful
win64 python2.7 + wxpython 3.0.2
I have wxpython program which works fine on wine versions from 2.0 to 3.0.
Running on wine version 3.1 i got this assert message:
wx._core.PyAssertionError: C++ assertion "m_hDWP" failed at
..\..\src\msw\window.cpp(5198) in wxWindow::EndRepositioningChildren():
Shouldn't be called
from Window::SetSize(Size)
--
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=29774
Bug #: 29774
Summary: Texture filtering doesn't work in nGlide
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mihal812ag(a)gmail.com
Classification: Unclassified
Created attachment 38665
--> http://bugs.winehq.org/attachment.cgi?id=38665
NFS: Porsche Unleashed as it works with nGlide
When I run games, such as Mortal Kombat 4, or Need for Speed: Porsche Unleashed
using nGlide Glide wrapper, there is no texture filtering. Textures look
pixelated as if it were sotware rendering.
--
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=44736
Bug ID: 44736
Summary: incorrect module loading order
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: piotr.caban(a)gmail.com
Distribution: ---
Created attachment 60742
--> https://bugs.winehq.org/attachment.cgi?id=60742
source of application that can be used to reproduce the problem
Module loading order has changed after following commit:
commit ed893d3591802bb562d100b277f968be402af740
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Nov 21 13:13:35 2017 +0100
ntdll: Delay attaching to dlls loaded because of a forwarded entry point.
Based on a patch by Sebastian Lackner.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Because of that we're failing to load native msvcp140 when all other dlls are
set to builtin. I've written a small test application that shows the problem.
The important part of its output is:
func1 0
This means that func1 is called before DllMain.
--
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=44565
Bug ID: 44565
Summary: Forgotten Realms: Demon Stone has rendering issue
Product: Wine
Version: 3.2
Hardware: x86
URL: https://www.gog.com/game/forgotten_realms_demon_stone
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: matteo.mystral(a)gmail.com
Regression SHA1: 3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5
Distribution: ---
Created attachment 60529
--> https://bugs.winehq.org/attachment.cgi?id=60529
screenshot
Character models have corrupted face and hair, in certain camera angle their
bodies are black.
Disabling pixel and vertex shaders, shadows and advanced effects in the game
launcher doesn't resolve the issue. The problem is present with disabled csmt
too.
I reproduced the problem with nouveau/mesa 17.3.3 and with nvidia binary
drivers 390.25.
There is no demo version available.
Plain terminal output shows only
0033:fixme:win:EnumDisplayDevicesW ((null),0,0x33f7a4,0x00000000), stub!
0033:fixme:d3d9:Direct3DShaderValidatorCreate9 stub
0035:fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
Regression introduced by
commit 3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Tue Feb 13 01:00:42 2018 +0100
d3d9: Handle D3DUSAGE_AUTOGENMIPMAP textures entirely in d3d9.
The game renders properly with the previous commit.
wine-3.2-45-g538263d0ef
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 390.25
--
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=44643
Bug ID: 44643
Summary: akai midimix editor application crashes on start
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maciej.artur.jankowski(a)gmail.com
Distribution: ---
Created attachment 60647
--> https://bugs.winehq.org/attachment.cgi?id=60647
akai midimix editor wine backtrace
the application installs correctly but would not launch (crashes upon launch)
--
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=10744
Summary: Robot Arena main menu is extremely slow
Product: Wine
Version: 0.9.50.
Platform: PC
URL: http://www.topdownloads.net/games/view.php?id=4536
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
The main menu for this game is very, very slow. Sound seems to be okay though.
The Direct3D menu/cursor are lagged to hell though. This also makes it very
hard to click stuff. Fixme's present:
fixme:win:EnumDisplayDevicesW ((null),0,0x34f5d8,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:d3d:IWineD3DClipperImpl_SetClipList (0x215cc0,0x8c32f0,0),stub!
fixme:dsound:mmErr Unknown MMSYS error 2
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(640,480)
Demo available at url. (Finally, an application with a bug that actually has a
*demo*...)
--
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=44208
Bug ID: 44208
Summary: Crystal Reports XI crashes after editing a field
Product: Wine
Version: 2.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: twilightinzero(a)gmail.com
Distribution: ---
Created attachment 59980
--> https://bugs.winehq.org/attachment.cgi?id=59980
Backtrace generated at crash
Crystal Reports is at this point the only thing I need to get running to be
able to shelve my virtual machine at work! :)
I am able to open up pre-existing reports, preview them, use the formula
editor, various "experts", and other such things in Crystal Reports XI. But if
I try to create a new text field or edit a pre-existing one, as soon as I
unfocus the field, the application crashes.
CRXI was installed in a completely fresh Wine prefix with nothing else existing
in it.
Thanks for your 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=44747
Bug ID: 44747
Summary: Farm Simulator 15 crashes
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adr.labuda(a)gmail.com
Distribution: ---
Created attachment 60757
--> https://bugs.winehq.org/attachment.cgi?id=60757
logs
Farm Simulator 15 starts OK, but if you want start new map it crashes.
Farm simulator 17 on the same machine goes OK.
--
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=40121
Bug ID: 40121
Summary: serial port issues with .NET applications
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugzilla(a)k2c42.dy.fi
Distribution: ---
Created attachment 53604
--> https://bugs.winehq.org/attachment.cgi?id=53604
Output of NovaLCT Mars and MiniComPort
I tried to run NovaLCT Mars in wine (added it to appdb).
http://novastar-led.com/down/software/Sync/NovaLCT-MarsV4.4.0Setup.zip
It didn't find any serial ports.
I was using dotnet20 and dotnet40 from winetricks.
Then I tried this:
https://code.msdn.microsoft.com/windowsapps/SerialPort-Sample-in-VBNET-fb04…
When starting the serial port sample (MiniComPort.exe) it throws
IndexOutOfRangeException.
By looking at the source code it seems that
System.IO.Ports.SerialPort.GetPortNames returns an empty list.
If I ignore the exception, the rest of the MiniComPort program works. It can
send and receive some bytes.
Inotifywait revealed that NovaLCT Mars doesn't open the ttyUSB device like the
MiniComPort.exe does.
I also tried with wine-mono-4.5.6 but neither of those programs starts that
way.
--
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=11811
Summary: App sees no COM ports although COM1...5 defined in
dosdevices
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
Created an attachment (id=11072)
--> (http://bugs.winehq.org/attachment.cgi?id=11072)
Screen shot w/ error message
Coastal Explorer has an Options section for connecting the app to COM ports for
I/O (Tools -> Options -> Instruments -> Port Settings). All available COM
ports are listed when running under Windows. Under Wine, none are found (see
attached screen shot). Defined COM1...4 (/dev/ttyS0...3) and COM5
(/dev/ttyUSB0) were all chmod to 666 to ensure permissions weren't a problem;
the problem remains.
Without serial I/O, the app's function of reading a GPS' serial stream and
writing commands to an autopilot controller (also via serial stream) is lost.
Without it CE functions only as a trip planner and tide predictor.
--
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=44738
Bug ID: 44738
Summary: has a bug issue when i open ccapi won't let me add new
console
Product: Wine
Version: 1.8.4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hectortrejo94(a)yahoo.com
Created attachment 60744
--> https://bugs.winehq.org/attachment.cgi?id=60744
briefly is good
when i go to ccapi and go to file add new console it says the program ccapi
console manager .exe has encountered a serious problem and needs to close
--
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=44731
Bug ID: 44731
Summary: unable to install RT System Radio Programming Software
for TH-D74
Product: Wine
Version: 3.0-rc6
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jspady(a)mac.com
Created attachment 60739
--> https://bugs.winehq.org/attachment.cgi?id=60739
backtrace created by WINE
Installed from CD but was unable to run program.
Running Wine 3.0 (not 3.0-rc6 -- please change your version pull down)
I'll be installing the program on my Win 10 machine but I wanted to leave you
with this backtrace file.
Thanks.
John, Seattle
--
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=44725
Bug ID: 44725
Summary: Avaya one-X Communicator closes with backtrace
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: youssef.eldakar(a)bibalex.org
Distribution: ---
Created attachment 60727
--> https://bugs.winehq.org/attachment.cgi?id=60727
Backtrace from application close window
In a win32 prefix with dotnet40 installed, running Avaya one-X Communicator 6.2
is forced to close at the splash screen with the attache backtrace.
Thank you for any suggestions.
--
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=41917
Bug ID: 41917
Summary: Uploading Screenshots fails
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: blue-t(a)web.de
Distribution: ---
When i tried to upload a new screenshot, all i got was an error
"unable to move Screenshot from " to 'ho
me/winehq/opt/appdb/data/screenshots/originals/50324'
File format was PNG, in case that makes any diffrence
--
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=44417
Bug ID: 44417
Summary: WINE Does Not Detect Primary Display Correctly on
macOS
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: me(a)haravikk.com
The title mostly says it all with this one; while WINE detects both of my
displays at the correct resolution etc., it unfortunately doesn't get them in
the right order, which can be annoying with games that don't offer a choice of
which screen to use when running in fullscreen mode. Usually there's a
workaround, but in some cases there is not.
To give some detail; my machine has two monitors, one is a 1680x1050 monitor
attached via DVI, and the other is a 1080p screen attached via HDMI. It seems
that the DVI connection is considered the primary screen by the GPU, so it has
to be overridden under System Preferences -> Displays to reclassify which is
the primary display.
While it's understandable that WINE would likewise prioritise the DVI screen
first, it would be nice if it could use the system's display configuration to
reorder the displays.
Searching online the impression I got is that this may be what happens under a
Linux host, but it doesn't seem to occur under macOS.
While there may be an API call that can do this more easily, the information
can be obtained from a user's
~/Library/Preferences/ByHost/com.apple.windowserver.<machine_uuid>.plist file,
where <machine_uuid> is the UUID used to identify the machine itself, though
I'm not certain what value indicates which display is the primary one, or if
it's simply the order in which they are provided (i.e- primary first).
Anyway, if WINE's method of obtaining the display information could be changed
to either get them in the order as defined by macOS's Display settings, then
this would be great.
--
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=43197
Bug ID: 43197
Summary: 5Plus: regression: Print dialog crashes with illegal
floating point operation
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: felix.huber(a)schyf.de
Distribution: ---
5Plus (a German school credits and report program) crashes with lately versions
of wine when trying to print a report. A pop-up with "Unzulässige
Gleitkommaoperation" (illegal floating point operation) occurs and the print
cancel button doesn't react anymore. Interestingly, the menu bar gets corrupted
with the first letters missing the left half.
The regression occurs here:
commit a60144ee74e1db170f04edeb8cfd3a5a17d36d46
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu Jan 26 09:30:20 2017 +0000
user32: Disable cached DCs once they are released.
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 e4b9b15bea9e9ba5c5e59a9bc1711793f8ef38db
82429bb454753e5dd76e396abababde24e0db498 M dlls
The error is in dlls/user32/painting.c
static INT release_dc( HWND hwnd, HDC hdc, BOOL end_paint )
{
if (!(dce->flags & DCX_NORESETATTRS)) SetHookFlags( dce->hdc,
DCHF_RESETDC );
if (end_paint || (dce->flags & DCX_CACHE)) delete_clip_rgn( dce );
if (dce->flags & DCX_CACHE)
{
dce->count = 0;
SetHookFlags( dce->hdc, DCHF_DISABLEDC );
}
ret = TRUE;
}
Commenting out SetHookFlags() bings back normal behaviour.
--
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=44700
Bug ID: 44700
Summary: call to arms dll error
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
Free version available on steam:
http://store.steampowered.com/app/302670/Call_to_Arms/
When loading it gives the error "bugsplatrc resource dll not found" but that
dll is in the game folder.
See here:
https://pastebin.com/w5pUm9VK
--
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=44710
Bug ID: 44710
Summary: Give users push button solution thru winetricks or via
another means to sustain most common modern
dependencies
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zakhar.nasimov(a)gmail.com
Distribution: ---
Most professional software such as the immensely popular photoshop and the
whole adobe suite in general along with virtually EVERY OTHER professional
grade software packages NEEDS at LEAST MS.NET and VISUAL C++ Im here suggesting
to make the life of the users easier by providing a push button solution to
install the most common dependent packages for the most popular productivity
softwares. Because winetricks is horrible, it not only allows you to install
outdated and obsolete packages but many of them are listed BEFORE the most
RECENT and most USEFULL packages. Using winetricks is already challenging, its
interface is horrible enough to revert to windows if one were to try using it
to no avail. Therefore a push button solution is extremely favorable.
--
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=7425
Michael Stefaniuc <mstefani(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mstefani(a)winehq.org
--- Comment #40 from Michael Stefaniuc <mstefani(a)winehq.org> ---
The original bug is fixed.
Please open a new bug report and attach the output of running the game with:
WINEDEBUG="+seh,+dsound,+dsound3d,+dswave,+dmband,+dmcompos,+dmdump,+dmfile,+dmfileraw,+dmime,+dmloader,+dmobj,+dmscript,+dmstyle,+dmsynth,+dmusic"
--
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=44714
Bug ID: 44714
Summary: Warhammer Vermintide 2 black screen on startup
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: holzminister(a)t-online.de
Distribution: ---
Created attachment 60720
--> https://bugs.winehq.org/attachment.cgi?id=60720
log of startup with wine 3.3
When I startup Warhammer Vermintide 2 I get an black screen. There are some err
in the log but I don't know what I could do about 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=44316
Bug ID: 44316
Summary: tried to load gecko and crashed
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davemitchell(a)swbell.net
Created attachment 60164
--> https://bugs.winehq.org/attachment.cgi?id=60164
crash report
crashed ace money
--
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=44705
Bug ID: 44705
Summary: Let users pick their favorite VMs
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Now that it's possible to have multiple snapshots per VM there will be a lot
more test configurations. When a user submits a job he may only be interested
in some of them but currently he will have to systematically unselect those he
does not want (or select the extra ones he's interested in).
For instance one may not be interested in the various locale VMs when working
on a mutex test for instance; or on the contrary only be interested in the
locale VMs and not in the other Windows versions when working on a locale
related test.
When going through a few iterations of a test this can quickly become
bothersome. So it would be nice to provide a way for a user to pick the VMs to
be selected by default.
* This could be a user setting dialog.
* Or the TestBot could automatically remember that user's last VM selection and
reuse it for the next job.
* Or there could be a 'Use the same VMs as for the last job' button. This could
either go to the next step, or remain on the page and adjust the VM selection
using a bit of JavaScript.
On the backend side this information could be stored in the form of a UserVMs
table with the following columns:
UserName
VMName
Then the Submit.pl script would read from this table to initialize the VM
selection table for step 2 of the submission process.
--
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=44694
Bug ID: 44694
Summary: Puredata 0.48: cscript, cannot install plugins
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jp-dev(a)inbox.ru
Distribution: ---
Pd has a feature to download and install plugins into the software from an
internet repository.
Most plugins are contained in zip files. On Wine, these zips don't extract.
It's because the Windows version invokes a vbs file for the extraction, and in
Wine this fails.
OS: Arch Linux x86_64, latest
How to reproduce:
1) Install Pd 0.48 vanilla. (http://puredata.info/downloads/pure-data)
2) Run bin/pd.exe. Open Help>Find externals.
3) Enter search terms for a particular package (eg. "cyclone")
4) Pick one of the .zip versions. It shows the destination folder. Click yes
to validate.
5) There is a silent failure. The destination folder is empty.
This appears in the console
003a:fixme:vbscript:VBScript_SetScriptState unimplemented
SCRIPTSTATE_INITIALIZED
003a:fixme:vbscript:do_mcall NULL obj
Detail:
This is the source of the script in question, relevant lines highlighted,
embedded in Tcl code.
https://git.io/vApzO
In my limited understanding of vbs, I think it's because Shell.NameSpace is
attempted on a path which is not an ordinary directory, but a zip archive.
It returns the NULL value and results in the error message seen above.
--
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=7430
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS|other |Linux
Hardware|Other |x86
CC| |focht(a)gmx.net
Version|unspecified |0.9.30.
--
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=44674
Bug ID: 44674
Summary: The TL866 minipro programmer can't read data via USB
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: szg0000(a)freemail.hu
Distribution: ---
Created attachment 60681
--> https://bugs.winehq.org/attachment.cgi?id=60681
picture
The MiniPro programmer can't read device data via USB connection.
see Attachments
--
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=42611
Bug ID: 42611
Summary: Slides in Slide pane/New Slide dropdown are not
rendered properly in PowerPoint 2013
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isiraseneviratne(a)yahoo.com
Distribution: Ubuntu
Created attachment 57557
--> https://bugs.winehq.org/attachment.cgi?id=57557
Screenshot of PowerPoint 2013
In PowerPoint 2013, most slides in the Slide pane and New Slide dropdown appear
as black boxes, but sometimes they appear as white boxes with a red cross (in
the New Slide dropdown) or appear normally.
--
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=44107
Bug ID: 44107
Summary: Prey (2017) - Audio sometimes crackling
Product: Wine
Version: 2.21
Hardware: x86
URL: http://store.steampowered.com/app/480490/Prey/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Sometimes, especially after playing for a while, the audio starts crackling, it
seriously distorts voices. A restart of the game fixes the issue, at least
temporarily.
I don't know of a way to reliably reproduce this issue. I also should mention
that I use wine-staging-2.21, since I didn't get it to run with vanilla wine.
Demo is available on steam.
--
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=22078
Summary: Icon error in tree windows of CSPRO 4.0 using wine
1.1.40
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
CC: iip.umar.rifai(a)gmail.com
How to see/test:
1. download cspro here http://www.census.gov/ipc/www/cspro/
2. Run Cspro 4.0 program
3. Open file/application, goto examples/capi (under cspro 4.0 subdir), open
file "capi.ent".
4. You will see that the icon in the tree window on the left side are black.
Different when you see it in native windows.
Screenshot is here
http://sites.google.com/site/iipumarrifai2/wine-cspro-error0.jpg
Thanks,
-iip-
--
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=26749
Summary: in cmd, PATH=FOO should set PATH to FOO
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This affects the
"C:\\Program Files\\Mono-2.10.1\\bin\\setmonopath.bat"
batch file bundled with Mono.
To repeat, do
echo path=foo > foo.bat
echo path >> foo.bat
then run
wine cmd /c foo.bat
expected output:
PATH=foo
Observed output:
PATH=C:\PROG~FBU\MONO~KUH.1\bin;C:\windows\system32;C:\windows;C:\windows\system32\wbem
--
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=40375
Bug ID: 40375
Summary: CSPro 6.2 CAPI mode has different window/keystroke
behaviour between native windows and wine
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iip.umar.rifai(a)gmail.com
Distribution: ---
When running CSPro 6.2 in CAPI mode, during popup answer appeared and focus,
wine cannot catch any keystrokes (tab, shift-tab, number etc.), except I change
the focus to main entry windows. In native Windows OS keystrokes (tab,
shift-tab, number etc.) accept normaly in both popup or main window focus.
How to test:
1. Download and install CSPro 6.2 here
https://www.census.gov/population/international/files/cspro/cspro62.exe
2. Run CSPro application (listed "CSPro 6.2" in menu)
3. Open existing application (other files)
4. Goto to folder Examples\1 - Data Entry\Simple CAPI
5. Open Simple CAPI.ent
6. When Simple CAPI application opened, run it by pressing CTRL+R
7. in file dialog, Let's default data to "Simple CAPI Data.dat" and press OPEN
8. Enter any number in Household ID, press ENTER
9. Press any name in Name field and press ENTER
10. Now the popup windows appeared [HERE IS THE POINT OF THE PROBLEM]
In native Windows windows OS, I can press 1 or 2 to answer popup windows, but
in Wine I must click main windows first to allow entering 1 or 2, if the focus
still in popup windows it's not accept any keystrokes.
Best regards,
-iip-
--
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=5162
Jactry Zeng <jactry92(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Multiple applications need |Multiple applications need
|ITextServices::TxDraw and |ITextServices::TxDraw and
|ITextServices::TxGetNatural |ITextServices::TxGetNatural
|Size implementation (Google |Size implementation (Google
|Talk, WebLoad, XMPSetup, |Talk, WebLoad, XMPSetup,
|ICQ 6.x, Kugou Music, QQ) |ICQ 6.x, Kugou Music, QQ,
| |Wechat)
--
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=5162
Jactry Zeng <jactry92(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gyunaev(a)ulduzsoft.com
--- Comment #48 from Jactry Zeng <jactry92(a)gmail.com> ---
*** Bug 44366 has been marked as a duplicate of this bug. ***
--
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=18368
Summary: D3D errors when trying to run Panzer General II.
Problem has occured on all releases since ~0.8
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: homiad(a)alum.rpi.edu
Created an attachment (id=20931)
--> (http://bugs.winehq.org/attachment.cgi?id=20931)
Console Output
Since installing 1.20 some new errors have cropped up, but the d3d errors still
persist. Basically some people claim this game works out of the box while I
have never been successful across different machines and using different
installations.
The error I get is below:
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex
samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) >
combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x32f77c,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:d3d:IWineD3DDeviceImpl_Release (0x141d98) Device released with resources
still bound, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x14a148 with type
1,WINED3DRTYPE_SURFACE
I have also included a screen shot of what the game does. The background
should be showing a hex map but instead it retains the image of the previous
menu screen. Nothing will work to make the image go away.
I am running a stock installation of wine on Ubuntu Jaunty 64bit. I am not
using any "enhancement" dll's and I do not have a Windows partition. Thank
you.
--
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.