http://bugs.winehq.org/show_bug.cgi?id=22080
Summary: Wine removes custom drive mappings
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sub.mesa(a)gmail.com
Wine appears to be forgetting or removing my drive mappings. I have an NFS
filesystem mouned on /nfs, i am the owner of that directory with appropriate
write permissions. I do something like this:
# create new wine directory
mkdir /nfs/winetest
# populate wine directory
WINEPREFIX=/nfs/winetest/ winecfg
# Now i go to Drives tab, make a new D-drive, set it to /nfs, then click Apply
# close winecfg
# when i launch winecfg again, the /nfs D-drive is still there
# so far so good
# now launch some random application on the NFS-mount
cd /nfs/
WINEPREFIX=/nfs/winetest/ wine "D:\\prip\\setup.exe"
# result: wine: module not found; application does not start properly
# now check winecfg again:
WINEPREFIX=/nfs/winetest/ winecfg
# now our D-drive mapping isn't set to anything; its empty.
So it appears wine removes my custom drive mappings whenever an application is
launched or tries to access its DLLs located there. If i did something wrong,
i'm not aware of it. Wine should just accept the D-drive and launch the
application, not removing my drive mapping.
I also tested without using NFS; on my home directory.
mkdir ~/winetest
mkdir ~/driveD
WINEPREFIX=/home/<user>/winetest winecfg
# set drive D to map to /home/<user>/driveD/ type Local Disk
# click apply & close winecfg
cp -p ~/nfs/prip/setup.exe ~/driveD/
WINEPREFIX=/home/<user>/winetest/ wine "D:\\setup.exe"
# result: fails again, drive D gone.
I'm using Ubuntu 9.10 64-bit, wine 1.1.40 per winehq.org PPA; no modifications.
The latest .41 versions is not in your PPA yet, so i can't test. Can anyone
confirm this bug?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41174
Bug ID: 41174
Summary: DDS Converter (DX11) crashes with an error message
"Failed init D3D device"
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Running DDS Converter (DX11) using WineD3D causes an error at start up with a
message "Failed init D3D device"
Download link for DDS Converter:
http://www.nexusmods.com/fallout4/download/24149
--
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=43849
Bug ID: 43849
Summary: Heroes of the Storm; crashes when Call Mech effect is
on-screen
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonathan(a)pearce.name
Distribution: ---
Steps to reproduce:
Start Heroes of the Storm.
Enter Try mode with D.Va.
Take tower damage until your mech is dead.
Shoot enemies until your Call Mech cooldown is activated.
Use Call Mech 'E'.
The mech arrival effect will begin but the game will crash before the mech
becomes visible on-screen. A dialog box pops up with a
e_gfxerrorshadercompilefailed error.
Relevant wine stdout:
fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x80004.
fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x80004.
fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed,
error out if conversion not possible.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x80004.
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
I experimented with
winetricks d3dx9_43
but that didn't fix the crash (it does change the error signature).
I also tried
d3dcompiler_43 (native)
but it didn't seem to matter.
--
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=38513
Bug ID: 38513
Summary: Unimplemented function GetSystemTimePreciseAsFileTime
Product: Wine
Version: 1.7.38
Hardware: x86-64
URL: http://www.winuae.net/files/b/winuae_test.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Distribution: ---
I noticed a problem running the latest pre-beta version of WinUAE in Wine
1.7.38.
On running winuae.exe, Wine reports this (repeated many times):
wine: Call from 0x7b83b6ae to unimplemented function
api-ms-win-core-sysinfo-l1-2-1.dll.GetSystemTimePreciseAsFileTime, aborting
and eventually:
err:seh:setup_exception_record stack overflow 1072 bytes in thread 0009 eip
f73a3061 esp 053e0f00 stack 0x53e0000-0x53e1000-0x5660000
GetSystemTimePreciseAsFileTime is Windows 8+ only. This bug isn't to report
that GetSystemTimePreciseAsFileTime is unimplemented (though that's true). The
problem is that winuae.exe tries to call it even when Wine is set to Windows XP
mode.
On native Windows winuae.exe only calls it when running on Windows 8+; the
program works fine on native Windows XP, Windows Vista 32-bit and Windows 7
32-bit.
The problem could be related to Visual Studio 2015 RC. The developer said:
'Probably any msvc 2015 rc compiled program has same problem, I guess..
Platform Toolset is set to "Visual Studio 2015 - Windows XP (v140_xp)" (plain
v140 drops XP support)'
To reproduce:
- Download the WinUAE 3.0.0 installer from
http://www.winuae.net/files/InstallWinUAE3000.msi or the zip archive from
http://www.winuae.net/files/WinUAE3000.zip
- Run the installer or unpack the zip archive.
- Download the pre-beta executable from
http://www.winuae.net/files/b/winuae_test.zip
- Replace the v3.0.0 winuae.exe with that version.
- Run winuae.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.
http://bugs.winehq.org/show_bug.cgi?id=23225
Summary: Cyberboard Player: missing control buttons
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://cyberboard.brainiac.com/cyberboardv310.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28904)
--> (http://bugs.winehq.org/attachment.cgi?id=28904)
Wine vs WinXP
There are at least 3 missing control buttons in Cyberboard Player. Attachment
shows that better. I tried many wine versions since 0.9.49 till
1.2-rc3, but it probably never worked correctly.
To reproduce: "File" -> "Open" -> "GenericGame.gam"
I left this in UNCONFIRMED, but someones confirmation is welcomed ;)
--
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=40983
Bug ID: 40983
Summary: VRamSizeDX9 reports incorrect video memory(Skyrim with
ENB problem)
Product: Wine
Version: 1.9.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mysticfallband(a)gmail.com
Distribution: ---
I was able to run Skyrim with ENB on Wine, but encountered issues apparently
related to insufficient video memory.
I followed an online instruction regarding detecting actual available video
memory using VRamSizeDX9.exe, but found it always reports only 1888mb when my
Nvidia 960GTX has 4Gb of video memory.
It turns out Skyrim actually freezes when it reaches 1.8G video memory. But
even when it happens, nvidia-smi reports more than 2Gb of memory is still
available.
It happens with the latest version of Wine staging and development, and
regardless of whether I override Dx9 related libraries or not.
VRamSizeDX9 can be downloaded from below site below:
http://enbdev.com/download_vramsizetest.htm
--
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=40857
Bug ID: 40857
Summary: Battle.net drop-down menus lack border
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 54861
--> https://bugs.winehq.org/attachment.cgi?id=54861
trace+win
To reproduce:
1. Download, install, and open the Battle.net App.
2. Click the region button or the settings button.
3. Wave the mouse pointer over where the menu should appear for it to appear
(bug 33943)
On Windows, the menus are displayed with a border and a triangular protrusion
that points to the associated button. On Wine, this border never appears.
TRACE+win output is attached. Open it with Vim; for some reason `less` thinks
it's a binary file.
I don't know if this is the same as bug 33943. If the same fix solves both
problems, then we can mark both bugs as fixed.
The program version appears to be 7575, and the SHA1 of the installer is
1c60b6f98e13e9cccc61070c0b4c7b2808ee754d.
--
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=43647
Bug ID: 43647
Summary: ALF-Banco 7 fails to install when registering
Dll-files
Product: Wine
Version: 2.15
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 59072
--> https://bugs.winehq.org/attachment.cgi?id=59072
Console Output wine 2.15 (Non-staging)
Hello everyone,
I got a request to test a German homebanking application on wine and tried to
install it. Unfortunately the installation routines throws several errors which
make the application not-installable.
I will also add this application version to the AppDB and add a download link.
--
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=20172
Summary: Button "Alt Gr" triggers access violation in Teach2000
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.teach2000.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teach2000(a)basement.nl
OS: Ubuntu 9.04
App: Teach2000 8.42
Download the latest Teach2000 from www.teach2000.org.
Install.
Start.
Press "Alt Gr" (right Alt).
Exp.: Nothing happens.
Act.: Error: Access violation at address 00000000 in module 'teach2000.exe'.
Read of address 00000000.
--
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=42242
Bug ID: 42242
Summary: BioShock 2 Remastered complains about unsupported
hardware, crash on start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roothorick(a)gmail.com
Distribution: ---
Created attachment 56908
--> https://bugs.winehq.org/attachment.cgi?id=56908
Console output
wine-staging...
Gives a warning dialog saying:
"This game requires DirectX 9.0c or later. To play
this game you must install DirectX 9.0c or later
(see Release Notes for instructions on how to
obtain it).
Playing the game on this hardware is
COMPLETELY UNSUPPORTED, UNSTABLE, AND NOT
RECOMMENDED. Do you wish to Continue anyway?"
Clicking "Yes" makes the game immediately crash.
Console log includes Steam startup/shutdown... sorry about that
--
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.