https://bugs.winehq.org/show_bug.cgi?id=44451
Bug ID: 44451
Summary: osu! stable not starting! "You must enable .NET
Framework."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: viktorvelev8(a)gmail.com
Distribution: ---
I have played osu for about 2 or 3 months on arch linux x86_64, no problem
whatsoever. Stopped for a while. Swapped gpus twice since then (R7 265 to GTX
1080 and vice versa). At first I thought it's a .NET problem (obviously) but I
tried installing dotnet40, dotnet45. No results. After that I thought a new
prefix would fix the problem. Nope. A new osu! installation? Experienced this
bug: https://bugs.winehq.org/show_bug.cgi?id=44184
. Nope. After that I thought it may be something with the gpu drivers. Tried
the open source nvidia and the proprietary, same for amd. No luck so far. So I
decided that it's some global wine/gpu config (since it does the same when I
run everything as root) that I cannot find, so I made a quick reinstallation
(keeping my home folder) and still nothing. I am left to think that it's a new
dx9/dx11 related problem. I tried adding d3d11 and d3dx11_* as libraries and
disabling them, still no clue what is happening. As I understand from the
osu!installer log wine doesn't seem to be able to parse .NET, but Hearthstone
(Unity .NET game) works fine?? Everything I described here is tried on
wine-staging 2.21 and wine3.0-rc1 through rc6 and the official release. Spent
quite a few hours trying to debug this.
/* Just before clicking submit */
Just as I am writing this. I just tried the bugfix (again) with creating an
empty discord-rpc.dll on wine 3.0.0 and it worked. I would call this undefined
behaviour since I tried it twice already.
--
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=42579
Bug ID: 42579
Summary: Proteus installation problem
Product: Wine-staging
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57491
--> https://bugs.winehq.org/attachment.cgi?id=57491
Log file of the error
Error in the installation wizard of the software Proteus 8.2.
This error happen on the Wine 2.0 (stable) and 2.2 (develop).
On the 1.8 (develop) version works fine.
--
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=44418
Bug ID: 44418
Summary: 1608: Unable to create installdriver
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kitisanutter(a)gmail.com
Distribution: ---
Error message on install when trying to instal Civ 3 complete
1608 unable to create installdriver instance, return code:-2147221164
--
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=39504
Bug ID: 39504
Summary: Unhandled exception: page fault on read access to
0x40800035 in 32-bit code (0x006d8d5d).
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel.huebner(a)gmail.com
Distribution: ---
Created attachment 52645
--> https://bugs.winehq.org/attachment.cgi?id=52645
wine crash using sketchup in lubuntu 15.10
Unhandled exception: page fault on read access to 0x40800035 in 32-bit code
(0x006d8d5d).
--
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=43285
Bug ID: 43285
Summary: thief 3 - lock picking not working
Product: Wine-staging
Version: 2.10
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shitman71(a)hotmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 58623
--> https://bugs.winehq.org/attachment.cgi?id=58623
terminal log
At the tutorial mission you cannot open the door that needs to be lockpicked,
the lockpicking is not working.
I remember this did work in wine 1.8.
--
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=38859
Bug ID: 38859
Summary: CMake hangs when detecting msvc10 compiler
Product: Wine
Version: 1.7.46
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ---
Created attachment 51786
--> https://bugs.winehq.org/attachment.cgi?id=51786
winedbg backtrace
I'm trying to use microsoft compiler along with cmake (vc2010express+cmake from
winetricks) and it hangs configuring an hello world project.
It succeeds the second time the build is run, or as long as the wineserver
process is alive, ie if killed, it will fail another time.
Actual output:
> cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release .
-- The C compiler identification is MSVC 16.0.30319.1
-- The CXX compiler identification is MSVC 16.0.30319.1
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio
10.0/VC/bin/cl.exe
CMake hangs here, but it should output the rest:
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio
10.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio
10.0/VC/bin/cl.exe
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio
10.0/VC/bin/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: Z:/home/xantares/projects/msvc-wine
I use these install/build scripts for you to reproduce the problem:
https://github.com/xantares/msvc-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=43091
Bug ID: 43091
Summary: Can no longer run "The Sims 3" with networking turned
off
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sluggo(a)unknown.nu
CC: jacek(a)codeweavers.com
Regression SHA1: 28f865b134279c1bcbe9fbd1f5eaaf0a4129a765
Distribution: ---
I start the Sims 3 with networking turned off with "unshare". I use this
command:
"sudo unshare -n sudo -u kjs bash -c "WINEPREFIX=/home/kjs/.wine-sims3 wine
/home/kjs/.wine-sims3/drive_c/Program\ Files/Electronic\ Arts/The\ Sims\
3/Game/Bin/Sims3Launcher.exe""
This worked fine until 2.9; now it crashes on startup. If I did the regression
tests correctly, it seems to have broken on
28f865b134279c1bcbe9fbd1f5eaaf0a4129a765.
Let me know if you need any further 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=40671
Bug ID: 40671
Summary: Crashes when encoding on Datawindow, PowerBuilder
Application Unhandled exception: page fault on read
access to 0x00000080 in 32-bit code (0x7e8982d0)
Product: Wine
Version: 1.9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jmcasilang(a)hondapang.com.ph
Distribution: ---
Created attachment 54543
--> https://bugs.winehq.org/attachment.cgi?id=54543
backtrace
Error While encoding on Datawindow of a powerbuilder based application.
--
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=40674
Bug ID: 40674
Summary: Wine's RenderFile don't support WMV file
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 54546
--> https://bugs.winehq.org/attachment.cgi?id=54546
demo.cpp
Wine's RenderFile don't support "Windows Media Video 9 (WMV3)" videos
I wrote a sample for it
fixme:quartz:Parser_QueryInterface No interface for
{37d84f60-42cb-11ce-8135-00aa004bb851}!
--
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=39216
Bug ID: 39216
Summary: When i start WoW Mists of Pandaria Wine 1.7.51 int
dont even start
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vaxxipooh(a)gmail.com
Distribution: ---
Created attachment 52277
--> https://bugs.winehq.org/attachment.cgi?id=52277
"Windows" error messeges
When i start WoW Mists of Pandaria Wine 1.7.51 int dont even start:
here is the output:
------------------------------------------------------------------------------
fixme:dwmapi:DwmIsCompositionEnabled 0x6cf1312c
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a07afa1, context
0xd63cf8, init_notify 0, handle 0x163e7c4): stub
fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub
wine: configuration in '/home/vaxx/.wine' has been updated.
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:heap:RtlSetHeapInformation 0x1510000 0 0x192fee4 4 stub
fixme:d3d11:D3D11CoreCreateDevice Ignoring feature levels.
fixme:dxgi:dxgi_device_init Ignoring adapter type.
fixme:d3d11:device_parent_create_swapchain_surface device_parent 0x15da40,
container_parent 0x162330, wined3d_desc 0x192f468, surface 0x192f450 partial
stub!
fixme:d3d11:device_parent_create_swapchain_surface Implement DXGI<->wined3d
usage conversion
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:GetLogicalProcessorInformationEx (3,(nil),0x33f064): stub
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
--------------------------------------------------------------------------------
However i can start it with Wine 1.6.2
the problem arises after the last update from the developement PPA
also some other windows program seems effected like Torchlight
--
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.