https://bugs.winehq.org/show_bug.cgi?id=39132
Bug ID: 39132
Summary: Skyrim: flickering / glitchy shadows
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: charles.goodwin(a)gmail.com
Distribution: ---
The shadows in Skyrim flicker horribly, it is very glitchy.
Workaround is to downgrade to Wine 1.7.33 where the shadows work properly.
--
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=39269
Bug ID: 39269
Summary: missing stub for downloading/installing .m2i file
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tom.iacoi.3000(a)gmail.com
Distribution: ---
Created attachment 52348
--> https://bugs.winehq.org/attachment.cgi?id=52348
the logfile
on execution of
http://downloadnavy.fxinteractive.com/wu_updates_private/FXWebPlayer.exe (a web
helper installer for the game drm FX interactive)
the error "file not found" is reported. error possibly caused for missing stub
for the m2i format
--
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=25807
Summary: Cant convert from WINED3DFMT_YV12 to
WINED3DFMT_B8G8R8X8_UNORM
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ljerabek(a)cox.net
Created an attachment (id=32882)
--> (http://bugs.winehq.org/attachment.cgi?id=32882)
Short dump of logged output
Trying to use GANZ DVR remote viewer software from an Ubuntu 10.04 workstation.
After installing MFC42 and SPR32X60.ocx it was possible to load and configure
the remote viewer software. However once a connection was made to the DVR none
of the video would display. It seems to be an issue with the
"surface_convert_format" function which prevents the video from displaying. The
function can't find a conversion from WINED3DFMT_YV12 to
WINED3DFMT_B8G8R8X8_UNORM.
--
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=45005
Bug ID: 45005
Summary: Diablo demo couldnt be installed on Android x86
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ruthan(a)email.cz
Distribution: ---
Hello,
Diablo 1 Demo - spawn could be installed on Wine on Android 7.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.
http://bugs.winehq.org/show_bug.cgi?id=35222
Bug ID: 35222
Summary: Fiesta Online: can't connect to server
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anakin.cs(a)gmail.com
Classification: Unclassified
Since Wine 1.7.9, I am finally able to launch Fiesta Online
(http://fiesta.gamigo.com/en/).
The connection to the game server with the client is done in 3 steps:
1) Enter your account name/password
2) Select the server you want to connect on
3) Select your character
Step 1 & 2 works fine, but when I select my character at step 3, it tries to
connect, and it just fails saying "connection failed" and brings me back to the
first menu (step 1).
I have tested on both openSUSE and ArchLinux, and the issue is the same. It
works fine on Windows on the same machine.
--
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=35559
Bug ID: 35559
Summary: Mac driver: add a way for forcing useful graphical
options for gaming (v-sync, anti-aliasing, anisotropic
filtering, etc.)
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Classification: Unclassified
There is no GPU card control panel on Mac OS X (at least as of OS X 10.9.1), so
if there was a way to force at least some graphical options (I understand that
not everything might be possible) through Wine, it could really useful for Mac
gamers.
--
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=21423
Summary: Visual C++ 2005 slow?
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
See http://bugs.winehq.org/show_bug.cgi?id=21410 for recipe.
Building chromium's base_unittests.exe seems to take longer
in wine than in vista, so I profiled a bit with oprofile:
583087 43.4516 no-vmlinux
320289 23.8679 c1xx.dll
149572 11.1461 ntdll.dll.so
80027 5.9636 libc-2.10.1.so
48005 3.5773 libwine.so.1.0
32901 2.4518 msvcr80.dll
25959 1.9345 advapi32.dll.so
22550 1.6804 rpcrt4.dll.so
13959 1.0402 c2.dll
13660 1.0179 wineserver
Good Lord, that's a lot of kernel time...
I'll see if I can get a breakdown of the kernel time, have to work around
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/289087
first.
In the meantime, here's the breakdown inside ntdll:
54636 17.9328 RtlUpcaseUnicodeString
52607 17.2668 hash_short_file_name
37324 12.2506 RtlIsNameLegalDOS8Dot3
15680 5.1465 RtlUpcaseUnicodeStringToCountedOemString
14684 4.8196 find_file_in_dir
11546 3.7897 HEAP_CreateFreeBlock
--
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=44386
Bug ID: 44386
Summary: DllGetClassObject returned error 0x80040111 loading
sapi.dll (MS SAPI5.1)
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: j.p.r.anceaux(a)gmail.com
Distribution: ---
Hi i have problems with loading Sapi.dll for sapi5 in wine 3.0.
Log:
$wine ./Coffees0.exe
0030:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111
0030:err:ole:create_server class {3bee4890-4fe9-4a37-8c1e-5e7e12791c1f} not
registered
0030:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
0030:err:ole:CoGetClassObject no class object
{3bee4890-4fe9-4a37-8c1e-5e7e12791c1f} could be created for context 0x17
--
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=39523
Bug ID: 39523
Summary: "Dr. Suess's Green Eggs and Ham" fails to install
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Keywords: win16
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
Purchased on Amazon to look at bug 6124.
Fails to install in wine-1.7.53-244-g79c5908:
[austin@localhost GREENEGGS]$ wine D:\\setup.exe
err:ntdll:RtlpWaitForCriticalSection section 0x7ea81780 "syslevel.c:
Win16Mutex" wait timed out in thread 0029, blocked by 002a, retrying (60 sec)
fixme:shell:Dde_OnExecute stub: L"Progman" L"[CreateGroup(Living Books,1)]"
fixme:shell:Dde_OnRequest returning fake program groups list
fixme:shell:Dde_OnExecute stub: L"Progman" L"[CreateGroup(Living
Books,1)][AddItem(D:\\green32.exe,Green Eggs and Ham,,0,-1,-1,D:\\,,0,0)]"
[austin@localhost GREENEGGS]$ ls ~/.wine/drive_c/Lvg_Bks/
DeIsL1.isu GREEN.ICO
--
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=48376
Bug ID: 48376
Summary: wineserver crash with wine-staging 5.0-rc3 +
vsyscall32 patch in League of Legends.
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: atbjyk(a)protonmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 66129
--> https://bugs.winehq.org/attachment.cgi?id=66129
WINEDEBUG=+event,+cursor,+dinput,+rawinput,+message,+x11drv,+synchronous,+winediag
I have saw "wineserver crashed, please enable coredumps (ulimit -c unlimited)
and restart."
I have tested staging 5.0-rc3 commit c6758042044b391eccc930027197766b8bfbd80b +
lol patch from (https://bugs.winehq.org/show_bug.cgi?id=47198 required rebuild
glibc or disable vsyscall32) I used vsyscall32 one.
and revert few commit from staging makes does not crash. (please see my repo
https://github.com/yuiiio/wine/commits/staging-lol)
--
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.