https://bugs.winehq.org/show_bug.cgi?id=41829
Bug ID: 41829
Summary: Double Commander error rendering TabControl
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: james.tabor(a)reactos.org
Distribution: ---
Created attachment 56246
--> https://bugs.winehq.org/attachment.cgi?id=56246
tab control does not refresh.
Running Double Commander 0.7.5 for testing and tab control does not refresh.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24903
Summary: Regression: NoX game crashes when trying inputting
anything in any textbox
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evengard(a)trioptimum.com
The NoX game
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=4324) is crashing
when inputting in any textbox ingame (setting the player name, chatting,
inputting in game console) with the following error:
wine: Unhandled page fault on read access to 0xffff0027 at address 0xffff0027
(thread 0009), starting debugger...
I did a regression testing of the bug and found that the
0e270bbd226c34bd2831673c1c546f8db76b0487 commit is the bad one.
If needed, I can post here any backtraces needed (just say what is needed to
perform a test).
NOTE: the game works perfectly well in Win98, WinXP, WinVista and Win7
--
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=42350
Bug ID: 42350
Summary: Compiler warning in include/debug.h
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 57117
--> https://bugs.winehq.org/attachment.cgi?id=57117
Compiler warnings for debug.h
Just wanted to let anyone interested know that when compiling Wine 64-bit,
debug.h throws a few compiler warnings.
--
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=42499
Bug ID: 42499
Summary: Far Cry 2 installer crashes
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: _Wanderer_(a)outlook.com
Distribution: ---
Created attachment 57374
--> https://bugs.winehq.org/attachment.cgi?id=57374
The backtrace for the bug described above.
I'm running Wine 2.2 on Lubuntu 16.04 and was trying to install the game from
an original DVD, but the installer crashes. I attached the backtrace, let me
know if you need more information.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42501
Bug ID: 42501
Summary: Delphi 5 QuickReport preview doesn't work (Read Stream
Error)
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: software(a)psw.sk
Distribution: ---
Created attachment 57375
--> https://bugs.winehq.org/attachment.cgi?id=57375
Print Screen
WIN32-bit simple app wildreport.exe (Delphi5 + QuickReport) running on WINE 2.1
raises an error Read Stream Error.
On WINE 2.0 and bellow works OK.
wildreport.exe can be downloaded here: http://www.psw.sk/data/wildreport.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=2624
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com,
| |winetest(a)luukku.com
--- Comment #41 from winetest(a)luukku.com ---
http://source.winehq.org/git/wine.git/commit/997d4ef44f0f9e2284f99d7ce9ec13…
Tried the testcase.
with-wine-staging 2.1 all grey but when I did something to the window it showed
black retangle.
with wine 2.2-git it showed the black retangle instantly.
--
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=42220
Bug ID: 42220
Summary: secur32/tests/ntlm crashes in ntlm_EncryptMessage due
to null pointer
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Crashes because SECUR32_arc4Process() is passed a4i=NULL and shouldn't be.
Backtrace attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42481
Bug ID: 42481
Summary: Wine does not work well with nonstandard library
locations on macOS with SIP
Product: Wine
Version: 2.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jobstz(a)posteo.de
With the introduction of SIP (System integrity protection) there is no longer
any propagation of DYLD_* environment variables to child processes.
This effectively means that wine has (big) troubles finding libraries in
non-standard locations.
One solution would be to use absolute linking paths to the libs. That could
probably be enabled by a configure option. I am unsure of the consequences
though...
See also: https://github.com/Homebrew/homebrew-core/issues/8846
--
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=29205
Bug #: 29205
Summary: Can't play Warrock
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis_pak(a)hotmail.com
Classification: Unclassified
Created attachment 37704
--> http://bugs.winehq.org/attachment.cgi?id=37704
error
First I install and update warrock all fine...
But then when I try to run the game the give me the error that is missing
msvcp90.dll
I downloaded and copy to system32 directory.
When I try to play again give me an error but is not especific just say that
this error don't appear in windows just in wine
Best Regards
Luis Vicente
PS: In attach I send a print
--
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=9027
--- Comment #60 from Andrew Pam <xanni(a)glasswings.com.au> ---
Still an issue for Recettear on Wine 1.9.7 and 1.9.23. I have already
installed winetricks directmusic dsound and set the libraries to native.
Here's the error:
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"c:\\windows\\system\\dmime.dll"
err:ole:CoGetClassObject no class object {d2ac2881-b39b-11d1-8704-00600893b1bd}
could be created for context 0x3
--
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.