https://bugs.winehq.org/show_bug.cgi?id=39489
Bug ID: 39489
Summary: Nvidia Graphics Libs dog food
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: micsxdrachet(a)gmail.com
Distribution: ---
When you are installing Wine, the software …
[View More]center says you: Nvidia x64 libs are
going to be unistalled.
My computer:
Asus Laptop F555LD
Intel core I7-5500U
Nvidia Geforce 820M
Ram:8GB
Os: Win8+Ubuntu 14.04 Unity
Hard Disk:1TB
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52009
Bug ID: 52009
Summary: Wine doesn't start on Manjaro Linux, even after
reinstall
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: miguelag2001(a)outlook.com
Distribution: ---
…
[View More]
I have the latest available version of Wine installed on Manjaro Stable. It
worked for a little while, but now when I try to run anything with Wine, I get
a ton of errors in the console, and no other output.
I have tried:
* Deleting the `.wine` folder
* Restarting my PC
* Uninstalling and reinstalling wine
but nothing has let me even run winecfg.
Some unique things about my setup that could be causing issues:
* It's a laptop with a dual GPU (Intel integrated + NVIDIA 1650 Ti)
* I have the proprietary NVIDIA driver installed
When I attempt to run `wine winecfg` I get the following output:
```
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: could not load kernel32.dll, status c0000135
```
If it is the first time I've loaded a new installation, I get this output:
```
wine: created the configuration directory '/home/migue/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
MESA-INTEL: warning: Performance support disabled, consider sysctl
dev.i915.perf_stream_paranoid=0
0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0048:err:winediag:nodrv_CreateWindow Unknown error (998).
0048:err:systray:initialize_systray Could not create tray window
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
```
before my console locks up, and not even hitting Ctrl+C will kill it.
I attempted to run `sudo sysctl dev.i915.perf_stream_paranoid=0`, but all it
did was greatly reduce performance when creating windows, with Wine still
refusing to start (giving the same output).
I requested help on the Manjaro forums, but was directed here, so here I am.
Hopefully this issue can get resolved pretty soon :)
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=46813
Bug ID: 46813
Summary: Paint.net 4.1 installer fails:
System.NotImplementedException:
d:\src\pdn\src\systemlayer.native\direct2d1\d2deffect.
cpp (75) : hr = m_pEffect->SetInputCount(inputCount);
Product: Wine
Version: 4.3
Hardware: x86
URL: https://dl1.filehippo.com/723e534156b54de4adbae2c05203…
[View More]7fb4/paint.net.4.1.install.exe?ttl=1552236910&token=1d
af4879a0c0e9f11076f852a2830137
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 63837
--> https://bugs.winehq.org/attachment.cgi?id=63837
console output
Prerequisite: winetricks dotnet472 and uianimation patchset from Staging.
sha1sum ~/paint.net.4.1.install.exe
b2b886c97532eb4c5eabf7e2fd888d61f4a9ae78 ~/paint.net.4.1.install.exe
The installer crashes with a error dialog:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NotImplementedException:
d:\src\pdn\src\systemlayer.native\direct2d1\d2deffect.cpp (75) : hr =
m_pEffect->SetInputCount(inputCount); (PaintDotNet.Controls.PdnBanner)
at PaintDotNet.Interop.InteropErrorInfo.ThrowIfError() in
D:\src\pdn\src\Base\Interop\InteropErrorInfo.cs:line 89
at PaintDotNet.SystemLayer.Native.x64.NativeUtilities.ThrowOnErrorImpl(Int32
hr, SByte* szHr, IUnknown* pFxErrorInfo)
at
PaintDotNet.SystemLayer.Native.x64.Direct2D1.D2DEffect.set_InputCount(Int32
value)
at PaintDotNet.UI.Media.Effects.Effect.ApplyInputs(IServiceProvider
services, IEffect d2dEffect, IReadOnlyList`1 inputs, Boolean invalidate) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 49
at PaintDotNet.UI.Media.Effects.Effect.ApplyEffectProperty(IServiceProvider
services, IEffect d2dEffect, DependencyProperty property) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 110
at
PaintDotNet.UI.Media.Effects.EffectProperty.EnumerateEffectProperties[TAction](Type
ownerType, TAction& accumulator) in
D:\src\pdn\src\Framework\UI\Media\Effects\EffectProperty.cs:line 79
at
PaintDotNet.UI.Media.Effects.Effect.ApplyEffectProperties(IServiceProvider
services, IEffect d2dEffect) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 96
at
PaintDotNet.UI.Media.Effects.Effect.CreateDirect2DResource(IServiceProvider
services) in D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 74
at
PaintDotNet.ObjectModel.ResourceCache.GetCachedOrCreateResource(IResourceProvider
resourceProvider, Type interfaceType) in
D:\src\pdn\src\Base\ObjectModel\ResourceCache.cs:line 179
at
PaintDotNet.ObjectModel.ResourceCacheExtensions.GetCachedOrCreateResource[TResource](IResourceCache
resourceCache, IResourceProvider`1 resourceProvider) in
D:\src\pdn\src\Base\ObjectModel\ResourceCacheExtensions.cs:line 17
at PaintDotNet.Direct2D1.DrawingContextExtensions.DrawImage(IDrawingContext
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=48540
Bug ID: 48540
Summary: Paint.net v4.0 crashes:
System.NotImplementedException:
..\Direct2D\D2DGeometry.cpp (553) : hr =
m_pGeometry->Widen (d2d_ellipse_geometry_Widen is a
stub)
Product: Wine
Version: 5.0
Hardware: x86
URL: https://dw81.uptodown.com/dwn/Gn--kYHTnDkyEi1ZtswLFM0e…
[View More]ruO-fjlQNCOzLCPVl7iZ67g5WQqOWGcoFTk9NWZwQKrIUp7gVrWrKs
yG_HCzAm2TycqXRoucJDxlsMWzFo22sVY4LYYwZ0Fkp0g2KpNY/XEO
d-6EuUi0RITPk54kiA1MIiwaQDo8JbBWn9LHBdl3BYY1QMxhiChn0c
CaKGaQ0xFH8mv5dJzFL337cILS1Q0Q4bTCHirw26UMnsIvxp9THmVR
BOpWUDKLzgE3sU_iN/yLr1QM-cwlWQdFwnyEbeYB_fl0v3jgwVr2k0
rw3lRYMK3i--cGvZBuUwNtBp4gFv4QF2wMlWl6H7wPTmuSUfyg==/p
aint-net-4-0-es-en-br-fr-de-it-cn-jp-ru-win.zip
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Pre-note: while testing Paint.net it appears to be quite important to track the
precise version; Every new subsequent version seems to add new d2d-features and
thus might crash differently.
So I started with lowest version: 4.0
Bug: As reported in the title.
If you hack d2d_ellipse_geometry_Widen to return success the application
actually starts and I was even able to draw a line (WOW!!)
Clicking other things resulted again in System.NotImplementedException
exceptions.
(Side-note: used "winetricks dotnet40 dotnet48" and also for now a native
uianimation to work around a crash in installer. If i have time i`ll look into
the uianimation bug myself later I think)
sha1sum paint-net-4-0-es-en-br-fr-de-it-cn-jp-ru-win.zip
35549136606d396c894fb616a0f554235c47fad8
paint-net-4-0-es-en-br-fr-de-it-cn-jp-ru-win.zip
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=44632
Bug ID: 44632
Summary: abend after installation and startup of IPcamViewer
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: freek.weggeman(a)gmail.com
Distribution: ---
Created attachment …
[View More]60625
--> https://bugs.winehq.org/attachment.cgi?id=60625
show details after the message above and save as
IPCameraViewer has expierecesd a serious error and has to be closed.
This error appeares at installation time as well as at 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=19469
Summary: ResEdit crashes checking for updates
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.resedit.net/ResEdit-UNICODE.7z
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an …
[View More]attachment (id=22630)
--> (http://bugs.winehq.org/attachment.cgi?id=22630)
Crash log
ResEdit 1.4.7 (unicode build) crashes checking for updates. Attached log
produced with 'Help -> Check for update' menu command.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52424
Bug ID: 52424
Summary: Running Shogun 2 Total War under wine stable
(7.0.0.0~focal-1) fails with page fault
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bopolissimus(a)gmail.com
…
[View More] Distribution: ---
Created attachment 71683
--> https://bugs.winehq.org/attachment.cgi?id=71683
backtrace for page fault when running Shogun Total War 2
Running Shogun 2 Total War under wine stable (7.0.0.0~focal-1)
fails with:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x10a29192).
Register dump:
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39466
Bug ID: 39466
Summary: MOPy Fish does not install
Product: Wine
Version: 1.7.52
Hardware: x86-64
URL: https://web.archive.org/web/20020206231256fw_/http://1
93.129.255.5/mopyfish/binaries/setup.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: …
[View More]usp10
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Blocks: 21316
Distribution: Debian
Created attachment 52586
--> https://bugs.winehq.org/attachment.cgi?id=52586
log + backtrace
Related to bug 21316. The installer crashes before showing anything in the
screen.
Most of the backtrace is inside usp10 so guessing it as component.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39250
Bug ID: 39250
Summary: help!
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krisfoxes(a)aol.com
Distribution: ---
Created attachment 52306
--> https://bugs.winehq.org/attachment.cgi?…
[View More]id=52306
This is what Feral heart gave me and logs me out
Hello,
I play Feral heart on my mac and it logs me out all the time, sometimes 5 times
a day or more on this game giving me an error report form wine. Please help!
I would like to play this game without this error report showing up and logging
me out. Is there anything I can do??
Please help
Thank you,
Kris
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21316
Summary: MOPy Fish: Unable to allocate required memory, cannot
continue.
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.mediafire.com/file/w13znjlvyko/setup-1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
…
[View More]ReportedBy: gaming4jc2(a)yahoo.com
This is classic MOPy Fish 1.9a, a free virtual pet for your computer. (
http://en.wikipedia.org/wiki/MOPy_fish )
It fails to start and gives no terminal output even when using winedbg. It
simply says "process terminated".
Url given for the free download.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43215
Bug ID: 43215
Summary: regression | freeze | nfsw.exe
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nfsgraine(a)gmail.com
Distribution: ---
[Need for Speed World]
The game freezes after I …
[View More]confirm my chat language/connect with other players.
I am using latest wine-staging 2.10(tried normal wine too). An experienced
friend told me this particular problem gets solved with wine 1.6.x.
I don't know how to build a wine by myself so I tried a 1.6.2 with q4wine but
now I get another problem, when I'm not on lowest graphics settings, it crashes
with error "out of directx resources". Even at lowest settings, when I open a
map or join a race, basically make it use more resources, it crashes with this
directx error. I'm guessing it's because 1.6.2 didn't have support for my
Pentium G4560's iGPU.
So now I can't effectively use 1.6.2 as well although it does fix the former
freeze problem.
I would be grateful if this gets fixed.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=44983
Bug ID: 44983
Summary: Uplay does not work.
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 61116
--> https://bugs.winehq.org/…
[View More]attachment.cgi?id=61116
Uplay does not work. This is the full console output.
Uplay does not work. And when Uplay checks for updates it will last forever but
completely unsuccessfully.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=44921
Bug ID: 44921
Summary: PathStripToRootA fails to find root path.
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 61012
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=61012
testcases
Here is a set of testcases for PathStripToRootA.
Attaching here, so it isn't lost.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=44778
Bug ID: 44778
Summary: Progecad 2018 (.Net 4.0 program) installer throws
error window in the end and fails
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
…
[View More]Distribution: ---
Created attachment 60805
--> https://bugs.winehq.org/attachment.cgi?id=60805
debuglog, last 3500 lines before troubles start
Hi , followup of 44772
-In a fresh WINEPREFIX installed dotnet40 with winetricks
- Work around bug 44772 by applying e patch from that bug
In the end the installer throws up error messagebox while in console it says:
0032:err:module:import_dll Library hasp_windows_98673.dll (which is needed by
L"C:\\users\\louis\\Temp\\is-8S7CR.tmp\\Oem.dll") not found
0032:err:module:import_dll Library skeydrv.dll (which is needed by
L"C:\\users\\louis\\Temp\\is-8S7CR.tmp\\Oem.dll") not found
Both dlls are then already installed in the program directory but apparently
the installer cannot find them. Haven`t got a clue really why
(Work around for now: Ctrl^c the installer as the messagebox appears, copy both
dlls to system32 (so the installer finds them) and run the installer again;
then it succeeds)
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=42186
Bug ID: 42186
Summary: Uplay games don't work anymore since latest update
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: paulthetall(a)gmail.com
Created attachment 56814
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=56814
Uplay issue output
Hey Guys, Since the latest Uplay update of 15 December the games won't launch
anymore. Uplay does login and download and install goes fine as well. But if
you play a game it starts the intro of the game but exits back to uplay.
I tested with Anno2070 and Rayman Legend, both worked fine before but since
latest version of Uplay they have the same issue.
I attached the 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43565
Bug ID: 43565
Summary: software crash
Product: Wine
Version: 2.14
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: neneda(a)www.bccto.me
Distribution: ---
Created attachment 58974
--> https://bugs.winehq.org/attachment.…
[View More]cgi?id=58974
this is a game platform
i install gametea this game ,when i log in ,the game crash
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=47045
Bug ID: 47045
Summary: unhandled page fault crash after ERROR: Could Not Get
Primary Adapter Handle
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.hirsch(a)web.de
Distribution:…
[View More] ---
Created attachment 64215
--> https://bugs.winehq.org/attachment.cgi?id=64215
backtrace of assassin's creed unity crash
The Uplay version of the game "Assassin's Creed: Unity" crashes on start. I
think the interesting part of stdout is here:
2019-04-19 13:37:21 [ 187] [DEBUG] Hooks.cpp (36) : --- Overlay started ---
(C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\games\Assassin's Creed
Unity\ACU.exe)
2019-04-19 13:37:21 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'kernel32.dll'
hooked
2019-04-19 13:37:21 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'kernel32.dll'
hooked
2019-04-19 13:37:21 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'shell32.dll'
hooked
2019-04-19 13:37:21 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'xinput1_3.dll'
hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'dinput8.dll'
hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'dxgi.dll' hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'd3d9.dll' hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'user32.dll'
hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'kernel32.dll'
hooked
ERROR: Could Not Get Primary Adapter Handle
wine: Unhandled page fault on read access to 0x00000000 at address 0x1422f78da
(thread 00c3), starting debugger...
I attached the backtrace. And I wonder why the error messages contain
references to 32bit and 64bit. The game seems to be in 32bit and I could fix
missing DLL errors by installing 32bit libraries. However one of the main error
messages is "page fault on read access to 0x00000000 in 64-bit code". So I
guess the 64bit wine runtime crashed after it failed to start the 32bit game.
Anyway, here are some specs of my PC:
- Ryzen 5 1600X, 16 GB RAM
- Radeon RX 480 with 8GB, running with the kernel's AMDGPU driver
- Arch Linux with kernel 5.0.7
- wine 4.6 with wine-mono, wine-nine (gallium)
The crash is reproducible no matter whether I chose Win7 or Win10 in winecfg.
And it crashes when started in Uplay as well as when calling "wine ACU.exe" in
the installation directory. Also going into Uplay's offline mode doesn't help
(that was a suggestion I found in a youtube video). Uplay seems to work 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=49404
Bug ID: 49404
Summary: Secret Files 3 needs
d3dx9_skin_info_ConvertToIndexedBlendedMesh
Product: Wine
Version: 5.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: …
[View More]---
Continuation of bug 48779
fixme:d3dx:d3dx9_skin_info_ConvertToIndexedBlendedMesh iface 052DD250, mesh_in
052DA200, options 0x4000220, palette_size 48, adjacency_in 0453F920,
adjacency_out 0469BB60, face_remap 00000000, vertex_remap 00000000,
max_face_infl 0453F8EC, num_bone_combinations 0453F8F0, bone_combination_table
0453F8E8, mesh_out 0031EFC8 stub!
wine-5.10-306-g67ef515174
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=48957
Bug ID: 48957
Summary: Forgotten Hope 2 Crashes / Fail to start.
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ryanrkpm(a)yahoo.com
Distribution: ---
Created attachment 66933
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=66933
terminal output
WHen i ran it with root privileges it goes into BF2 and says I must update the
video driver, but when going back into Forgotten Hope 2 it crashes every 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40045
Bug ID: 40045
Summary: Thinking Worlds Player: Direct3D 9 application doesn't
display anything
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: zionnimchuk(a)gmail.com
…
[View More] Distribution: ---
Created attachment 53508
--> https://bugs.winehq.org/attachment.cgi?id=53508
Verbose error log warn+all
Wine runs the application, gets no significant errors, but nothing shows up. I
have to force quit (Ctrl-C) the application to close it.
Tested operating systems: 64-bit Arch Linux, 64-bit Ubuntu 15.10
Wine versions tested: 1.9.2, 1.9.1 (from Arch Linux package)
I initially posted this as a forum post. You can see it here:
https://forum.winehq.org/viewtopic.php?f=8&t=26045
Error log (normal output):
fixme:win:EnumDisplayDevicesW ((null),0,0x32f724,0x00000000), stub!
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event
If you look at the more verbose error log, you can see, on line 295-298 it
says:
warn:d3d_surface:surface_init Creating a lockable surface with a POOL of
DEFAULT, that doesn't specify DYNAMIC usage.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not
implemented, returning E_NOINTERFACE.
Which I think is the problem.
You can view the verbose error log (warn+all) here:
http://paste.scratchbook.ch/view/ec9a60dc (same as attachment)
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=51606
Bug ID: 51606
Summary: Adobe Creative Cloud and apps like Photoshop CC need
Internet Explorer 11
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: msdobrescu(a)gmail.com
…
[View More]Distribution: ---
Created attachment 70459
--> https://bugs.winehq.org/attachment.cgi?id=70459
Popup appears in Photoshop at startup
Adobe software, mainly Creative Cloud related, like Photoshop CC, requires now
Internet Explorer 11.
I could not manage to install Internet Explorer, regardless the package used.
I have Windows 10, up to date (21H1 right now) and I have installed Photoshop
CC there and copied the files on my Linux for testing. This is because it is
not possible to install Adobe Creative Cloud either, due to missing Internet
Explorer 11.
After starting Photoshop, the attached popup appears, so no possibility to use
Photoshop CC, which is known to work in Wine (seemingly the tested versions of
Photoshop CC are cracked somehow to skip this step, but that is illegal and
dangerous for being know to bring malware).
A IE11 installation or a workaround are necessary.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43280
Bug ID: 43280
Summary: Gothic 1, no Music
Product: Wine-staging
Version: 2.10
Hardware: x86-64
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,…
[View More]
sebastian(a)fds-team.de
Music not working in Gothic 1 and other games, this was introduced with windows
vista sp1. They did some changes to their soundsystem or something like this,
this affected many games. I gues this was introduced in wine too.
I dont know what exactly was done but i know problems with music existed even
in win8.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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=28692
Bug #: 28692
Summary: Korg M1 DLE Load Program dialogue does not show files
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gigaday(a)googlemail.com
Classification: Unclassified
Created …
[View More]attachment 36878
--> http://bugs.winehq.org/attachment.cgi?id=36878
No files shown under Wine
The Load Program dialogue should show files with extensions *.m1prog, but they
are not shown although the exist in the directory.
Screen shots of Windows and Wine attached.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11446
Summary: Gangsters: Wrong 2d rendering
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wielkiegie(a)gmail.com
Created an attachment (id=10577)
--> (http://bugs.winehq.org/attachment.cgi?id=…
[View More]10577)
Wine messages when starting with OpenGL as DDraw renderer
OpenGL as DirectDraw driver causes unhandled page fault when playing intro (I
tried GDI for testing). When the game starts or after changing menu screen,
main menu is completely black. Graphics can be visible only after pushing any
button in the menu, but releasing mouse button elsewhere. Buttons doesn't
contain any text and colors of whole screen are ugly.
--
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.
[View Less]