http://bugs.winehq.org/show_bug.cgi?id=18003
Summary: Microsoft Terminal Services 6.1 wont install
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)doty.ru
While installing Microsoft Terminal Services Client 6.1 (version for WinXP SP2
-
http://download.microsoft.com/download/7%2f9%2f0%2f79015acb-d0a1-409a-910c-…)
I see copying files progressbar but then a message box "Path not found!"
appeared.
Seems that installer checks OS service pack version and cannot find this info.
Relay log before this message 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.
https://bugs.winehq.org/show_bug.cgi?id=41649
Bug ID: 41649
Summary: OE-Cake physics game starts with black screen on
Shader modes
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nlynch77(a)gmail.com
Distribution: ---
Created attachment 56028
--> https://bugs.winehq.org/attachment.cgi?id=56028
the graphical errors
I'm happy that OE-Cake, a fun physics toy that came out around the same time as
PowderToy, mostly works fine. The simple graphics modes where each particle is
a circle work great, with perfect performance. The game requires no install and
starts up instantly. The problem is that the higher graphics modes that use
shaders do not work. I have attached a picture for an example. The fire effect
is visible on top of a black screen. From previous experience I know that this
caused when OE-Cake cannot recognize your graphics card, at least that's how it
is caused in Windows on real hardware. I've played some pretty advanced games
on WINE so I have a feeling this could be fixed somehow.
An alternate failure mode that several users have reported is that the shader
modes do work, but in the lower graphics modes each circle representing a
particle is replaced by a square making it look like Minecraft.
The game can be downloaded here:
http://oecake.wikia.com/wiki/OE-Cake_Wiki
I've never submitted a bug before so if there's anything I should test or add
to this report, let me know.
--
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=18012
Summary: DVDDecrypter bug on certain "Windows Versions"
Product: Wine
Version: 1.1.18
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legato777(a)gmail.com
DVDDecrypter (final release) does not recognize DVDs when Wine version is set
to Windows XP or Windows Vista, it has to be set to Windows NT 4.0
Sometimes it still has recognition issues, but a quick shut down will do the
trick as long as its in NT 4.0 mode.
I have tried this on two seperate computers with the same result, Ubuntu 8.04
and 8.10 give this result.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34969
Bug #: 34969
Summary: wininet: In Trackmania Nations Forever new online user
registration fails
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhardu(a)vr-web.de
Classification: Unclassified
Registration of a new online user is not possible in the step when one has to
select the country.
A list of countries/zones is downloaded from trackmaniaforever.com.
This fails for some reason and a message appears: "Nicht verbunden" (Not
connected)
Normally a selection screen with some countries to select from should be shown.
Up to wine version 1.7.2 this works.
It fails since 1.7.3.
(Also 1.6.1 is showing this error, while 1.6 did not.)
----------------
A Bisection leads to this commit:
c0e1dda04cce1192d477a831ece4b9e2c22353e9 is the first bad commit
commit c0e1dda04cce1192d477a831ece4b9e2c22353e9
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Sep 18 13:40:24 2013 +0200
wininet: Don't assume that end of chunk means end of stream.
:040000 040000 650f003b8e695edca729ee0314980f24520272b5
511be5b85319511d9c2db7f978d6010d9ca5bc17 M dlls
------------------
When comparing a good and a failing run with WINEDEBUG=+wininet it shows that
the last call
to InternetReadFile returns FALSE in the bad run and TRUE in the good one.
------------------
When changing in dlls/wininet/http.c line 2817 (as of wine-1.7.6-180-g48ae431)
like it was before the commit above, download is also possible and zone
selection is shown.
- if(!chunked_stream->chunk_size || chunked_stream->chunk_size == ~0u) {
+ if(chunked_stream->chunk_size == ~0u) {
------------------
In the test suite the return value for the chunked test is not checked, but
returns there also
not FALSE.
------------------
Attached is the relevant part of a run with WINEDEBUG=+wininet when it is
failing.
The game installer tmnationsforever_setup.exe could be freely downloaded.
(Error is also not visible with native wininet.dll.)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=22780
Summary: Trackmania United Forever crashes with complex shaders
enabled
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.trackmania.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dendron2000(a)mail.ru
Created an attachment (id=28107)
--> (http://bugs.winehq.org/attachment.cgi?id=28107)
Log
TMU crashes with recent Wine versions (at least 1.1.42-44)
When I select SM 2.0 or any enhanced graphical options (such as 'Blur') the
game crashes in a few seconds.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=22083
Summary: Regression: TrackMania Nations Forever serious
graphical glitches
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.trackmania.com/index.php?rub=downloads
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=26910)
--> (http://bugs.winehq.org/attachment.cgi?id=26910)
Broken behaviour
TrackMania Nations Forever is severely broken on certain maps by the patch
below:
author Roderick Colenbrander <thunderbird2k(a)gmail.com>
Fri, 5 Mar 2010 15:49:15 +0000 (16:49 +0100)
committer Alexandre Julliard <julliard(a)winehq.org>
Mon, 15 Mar 2010 13:22:44 +0000 (14:22 +0100)
commit 360384277bcdd74adcfaf265c6704c5ee7dc72ef
tree 289548954cf485f4a4e6dc825f4fc49893b3f8bc
parent 2060d80d24980b1c85ca144b2c43c2b5cbbc7ec3
Attached is a screenshot of the breakage. Screenshot of previous behaviour to
follow.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=22101
Summary: Graphical glitches in character names in Dungeons and
Dragons Online
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: digitaltopia(a)gmail.com
With the new Wine 1.1.41 there are some graphical glitches with character names
in Dungeons and Dragons Online. As you walk about the game, character's and
NPC's names float above their heads, like in most MMORPGs.
There are some NPC's who's names are always supposed to be visible as you're
walking around, but with this latest update their names only appear when you
actually put the mouse cursor over them. Also, when you have a character's or
NPC's name showing on the screen using the above method, as you walk around,
approach the character, move around the character etc., there's a strange
glitch where sections of their name become transparent.
None of the above happens with 1.1.40.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=15939
Summary: IoCreateUnprotectedSymbolicLink is not implemented
Product: Wine
Version: 1.1.7
Platform: All
URL: http://www.jeuxvideopc.com/demo/9138-x3-reunion.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
X3 demo fails to start because of the lack of implementating of the function
IoCreateUnprotectedSymbolicLink.
Joaopa
--
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.
http://bugs.winehq.org/show_bug.cgi?id=15862
Summary: ÜberSoldier: installation/game cannot start
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://ubersoldier.softonic.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Created an attachment (id=16998)
--> (http://bugs.winehq.org/attachment.cgi?id=16998)
installation backtrace
Running either AutoRun.exe or Setup.1 makes the CD unit keeps spinning until
wineserver process is killed.
Downloadable demo allows the game to be installed but when trying to run it, a
message pops up asking to reboot the computer to complete the installation and
things won't go further.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11208
Summary: Unimplemented function in ntsokrnl.exe causes
TrackManiaESWC to fail at startup
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zgold550(a)gmail.com
Created an attachment (id=10285)
--> (http://bugs.winehq.org/attachment.cgi?id=10285)
output of +relay
Playing TrackManiaESWC is impossible because the game immediately dumps to some
seemingly infinite error of loops. Ran with GIT WINE as of 4:30 on 1/15/08
WINEDEBUG="+relay" ~/progrepo/Wine/wine TmNationsESWCLauncher.exe >
~/TmNationsESWCOutput 2>&1
log is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.