https://bugs.winehq.org/show_bug.cgi?id=48199
Bug ID: 48199
Summary: AnyRail 6.25.5 crashing in 3D view with unimplemented
function api-ms-win-crt-private-l1-1-0.dll._o_getenv
Product: Wine
Version: 4.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: forum(a)abtelecom.ro
Distribution: ---
Created attachment 65835
--> https://bugs.winehq.org/attachment.cgi?id=65835
AnyRail 3D View crash backtrace
Hi,
I've notice that when I'm trying to go in 3D View in AnyRail is crashing with
wine: Call from 0x7b43e233 to unimplemented function
api-ms-win-crt-private-l1-1-0.dll._o_getenv, aborting
wine: Unhandled page fault on read access to 0x00000000 at address 0x6d79a0
(thread 0047), starting debugger...
I've attached the backtrace of the crash.
Seems to be similar to this bug https://bugs.winehq.org/show_bug.cgi?id=47605
Kind regards,
Adrian
--
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=45592
Bug ID: 45592
Summary: Far Manager 2.0.1807 hangs on a first start up in
Wine-3.13; crashes on consequent start ups
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Wine-3.13
$ md5sum Far20b1807.x86.20110203.msi
99f27be0ae35b20533887b5d173538f5 Far20b1807.x86.20110203.msi
$ wineconsole --backend=user "c:\program files\far2\far.exe"
002d:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
002d:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002d:fixme:heap:RtlSetHeapInformation 0x110000 0 0x33f610 4 stub
002d:fixme:heap:RtlSetHeapInformation 0x5a0000 0 0x33f610 4 stub
002d:fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x10000000
At this point one CPU core is 100% busy:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
10410 birdie 20 1753.8m 20.6m 16.3m R 99.9 0.1 2:14.46 far.exe
Ctrl+C terminates the application:
^C0030:fixme:console:CONSOLE_DefaultHandler Terminating process 2c on event 0
002f:fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
After starting again it crashes immediately:
$ winedbg wineconsole --backend=user "c:\program files\far2\far.exe"
WineDbg starting on pid 0027
0x7b46d0a0 start_process+0x160 in kernel32: movl 0xffffff1c(%ebp),%eax
Wine-dbg>cont
002f:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
002f:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002f:fixme:heap:RtlSetHeapInformation 0x110000 0 0x33f610 4 stub
002f:fixme:heap:RtlSetHeapInformation 0x5a0000 0 0x33f610 4 stub
002f:fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x10000000
double free or corruption (!prev)
wine: Assertion failed at address 0xf7fbd049 (thread 002f), starting
debugger...
Can't get the backtrace.
--
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=45975
Bug ID: 45975
Summary: DirectX 10 games no longer work with nVidia legacy
driver.
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: ---
42b5d88f2e081d90195bd3cd1931929f84b26f45
Author: Zebediah Figura <z.figura12(a)gmail.com> 2018-10-09 05:25:39
wined3d: Implement depth bias clamp.
Based on a patch by Michael Müller.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
The change "gl_info->supported[ARB_POLYGON_OFFSET_CLAMP]" added by Henri
during his review which is causing the issue.
+ if (gl_info->supported[WINED3D_GL_VERSION_3_2]
+ && gl_info->supported[ARB_POLYGON_OFFSET_CLAMP]
+ && gl_info->supported[ARB_SAMPLER_OBJECTS])
I have a nVidia 8600 GT and 9600 GT which are both capable of running many
DirectX 10 games however now they wont run under wine since the driver doesn't
have ARB_POLYGON_OFFSET_CLAMP support.
The legacy driver doesn't have any other functions which could be used as a
replacement for ARB_POLYGON_OFFSET_CLAMP.
Using glView, from Realtech VR, shows that the 8600 GT doesn't support
ARB_POLYGON_OFFSET_CLAMP or infact any of the 4.6 standard GL functions. Maybe
DirectX does Depth Bias Clamping internally if the card doesn't support it or
maybe its part of the 10.1+ standard. No-one know for sure.
As Henri pointed out, it's not clear that Deapth Bais Clamping is actually a
requirement for DirectX 10 but is rather implied based off
https://docs.microsoft.com/en-us/windows/desktop/direct3d11/d3d10-graphics-…
It's now my understanding that if Depth Bais Clamping isn't supported then we
may end up with minor Artefacts in some places, for some games. I'm sure users
can live with a little glitch now and again, if it means they can play games
that they know their hardware is perfectly capable of running.
There is an option to use the nouveau driver to workaround the issue, however
for me this driver performs extremely badly when playing native games.
--
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=47267
Bug ID: 47267
Summary: Prototype have hurt performance with csmt enabled and
required StrictDrawOrdering setting that has been
removed
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andy86(a)fastwebnet.it
Distribution: ArchLinux
Prototype 1 has hurt performance when csmt is enabled, max 20fps, disabling
csmt performance is min 30fps and max 80fps (game is probably bad optimize) but
have graphics glitches as geometry flickering, pieces draw in wrong places and
animation frame missing.
Try with wine 3.4, that is last version with StrictDrawOrdering settings and
enabling it, game do not have geometry glitches in spite of csmt is disabled
and have acceptable performance (30~80fps).
Then I think is a good idea reintroduce StrictDrawOrdering settings in new
wine, that is useful for game that not take profit from csmt.
--
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=30905
Bug #: 30905
Summary: TurboTax 2011 fails to install with mono (.NET 4.0
Framework verification fails)
Product: Wine
Version: 1.5.6
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: enhancement
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 40525
--> http://bugs.winehq.org/attachment.cgi?id=40525
terminal output
mono version of bug 29666
Prereq's: winetricks -q gdiplus vcrun6
also, be sure to mount the DVD with 'norock' mount option (see bug 29666).
install the app, which shortly sees a problem and tries to repair it. This
eventually fails under the 'failed to verify .NET 4.0 installation' step.
Terminal output attached.
wine-1.5.6-75-g034de95
--
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=40072
Bug ID: 40072
Summary: FAR
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: proggi(a)yandex.ru
Distribution: ---
http://www.farmanager.com/download.php
sfinexer@sfinexer-desktop:/media/wine/drive_c/Far$ wine Far.exe
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
--
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=37093
Bug ID: 37093
Summary: Can't install Kingdoms of Amalur : Reckoning
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bruno.armand(a)gmail.com
Created attachment 49311
--> http://bugs.winehq.org/attachment.cgi?id=49311
Wine Error Log PlayonLinux
i use PlayonLinux , and i have installed Kingdoms of Amalur : Reckoning
and when i finish completely the instalation without error, i would start the
game and the popups show Wine Error
i leave the log for my error in attachement
thanks to help me to solve this situation
--
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=30526
Bug #: 30526
Summary: d3d: guess card, no card selector for mesa's llvmpipe
software driver
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bpaterni(a)gmail.com
Classification: Unclassified
Running software that utilizes direct3d produces the following output when run
through gallium's llvmpipe:
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4
and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM
0x209)").
Looking at the source, adding a card selector for llvmpipe seems simple enough.
However, I'm not quite sure what all needs to be done in order to support the
new selector.
--
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=37559
Bug ID: 37559
Summary: Skype cannot access audio devices
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: Red Hat
In console thousands of messages like these ones can be seen:
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xfcee94c): stub
fixme:avrt:AvSetMmThreadPriority (0x12345678)->(0) stub
fixme:avrt:AvRevertMmThreadCharacteristics (0x12345678): stub
P.S. Make sure you deleted login.cab before trying to debug this issue (proper
HTML support is not yet there, see bug 28457).
--
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=39275
Bug ID: 39275
Summary: Unhandled exception HtmlHelpA after starting Print
Shop Deluxe 15
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: hhctrl.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: martinrs(a)softhome.net
Distribution: ---
After starting Print Shop Deluxe 15, the following error occurs:
Unhandled exception: page fault on read access to 0xfffffff0 in 32-bit code
..
Backtrace:
=> 0 0xf7443422 __strlen_sse2_bsf+0x32() in libc.so.6
1 0x7b854663 MultiByteToWideChar+0x172() in kernel32
2 0x7c39a92f HtmlHelpA+0x158e() in hhctrl
I checked the wine source and hhctrl.ocx HtmlHelpA() doesn't behave the same as
HtmlHelpW(), where it doesn't take into account that some command can send null
filename. It seems to just try to get the string length of null thru the
following statement:
WCHAR *wfile = strdupAtoW( filename );
--
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.