http://bugs.winehq.org/show_bug.cgi?id=20246
Summary: Roxio Easy Media Creator 7.5 Starts to install program
then stops
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.bennell(a)blueyonder.co.uk
Seems to get about half way then get message saying that could not finish
install try again later. When I try again I get message 1607. Unable to install
shield scripting runtime. In programs folder Roxio folder showers 21 folders
installed?
--
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=17515
Summary: Garrysmod: Srcds anomalies , crashes, surface propeties
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://garrysmod.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurikoivunen(a)hotmail.com
Running a game server called garrysmod *0 *1 srcds *2 on wine *3 gives some
anomalies during gameplay.
*0 http://store.steampowered.com/app/4000
*1 (Garry's Mod version 10/11 or how you want to call it)
*2 Source Dedicated Server (windows version) Download:
http://storefront.steampowered.com/download/hldsupdatetool.exe
*3 (tested with wine version 0.9 - 1.1.15) (Also tested with crossover's office
and gaming versions)
For example:
- Missing friction/physics simulation in certain rooms for the player (white
room for example) in certain maps (gm_construct)
- A car called "Jalopy" crashes the server / has no physics / cannot be driven
etc
- Players get stuck to certain areas e.g. the "white room"
These bugs naturally don't appear in windows and the developer of this game has
indirectly refused to fix these problems as he doesn't support wine.
This bug can be reproduced just by installing the server (
http://wiki.garrysmod.com/wiki/?title=Dedicated_Server_Setup#Linux ) and
starting the server with parameters "srcds.exe -console -game garrysmod +map
gm_construct" and going ingame and to the white room.
Some of the bugs can also be seen by spawning a pod (press q while
ingame->navigate to vehicles tab->spawn a "pod" by pressing the spawn
button->move the pod with "physgun" or throw it to water and it disappears )
Note: The game server is free unlike the game itself.
It seems that this bug is related to wine's file functions as using a GCF-based
wine srcds garrysmod server doesn't have this problem (at all).
(GCF-Based server would be a recommended way of hosting the server as it
doesn't rely too much on wine anymore but it is much more "laggier" as all the
GCF-files need to be examined for every file access)
GCF info: http://developer.valvesoftware.com/wiki/GCF
Wine or srcds don't report anything about these problems in normal operating
mode (or srcds in debug), these can just be seen ingame. I wont paste logs as
they grow enormous because of the load of files that need to be loaded during
the server startup. I'm asking for some parameters so the log file wouldn't
exceed 200-400mb so that I could upload it.
I am willing to help any way possible, my wine srcds server is always ready for
testing and/or debugging. I can be reached through wine's IRC channel with nick
Python1320 (or any other major IRC Network) or through MSN.
Post notes:
- The platform test has been mainly debian/ubuntu or their variants using
clean pre-compiled repository and self-compiled unmodified wine installations.
- Only used EXT3 file system.
- For some weird reason, some users are NOT getting this problem (Only one
confirmed person with no bug using latest wine 1.1.14 from debian precompiled
repositories against 6 people who HAVE this problem) with their servers even
though they have the same system and configurations I have as far as I have
been able to check.
- More info on request
PS: This is my first bug report. So, it's more or less formal and/or messy.
Forgive me :)
--
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=20922
Summary: Wine generates invalid ARB vertex programs
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.cencora(a)gmail.com
Created an attachment (id=25082)
--> (http://bugs.winehq.org/attachment.cgi?id=25082)
Assassin's Creed game output, the bad program starts at line 979
When emulating sin/cos instructions in vertex programs, lines like these are
created:
MUL TA.x, R0.x, C4.w.w;
MAD TA.x, TA.y, C4.w.x, TA.x;
The problem is the double swizzle (i.e. C4.w.w C4.w.x).
--
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=17505
Summary: Riven: mouse cursor is drawn on a checkerboard
background
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skuller(a)skuller.ath.cx
Created an attachment (id=19612)
--> (http://bugs.winehq.org/attachment.cgi?id=19612)
Mark nearly black samples as entirely transparent
When running the DVD version of Riven in Wine, in-game mouse cursor is drawn on
a semi-transparent checkerboard background [1]. This bug seems to be related to
the Xcursor code path in dlls/winex11.drv/mouse.c, since when I remove
libXcursor.so.1 out of the way so that Wine falls back to the original pixmap
cursor handling code, in-game cursor is drawn correctly [2].
[1] http://skuller.ath.cx/tmp/riven1.png
[2] http://skuller.ath.cx/tmp/riven2.png
As far as I understand the code, checkerboard pattern results from the way
inverted colors are emulated in the create_cursor_image() function. Riven
creates a 32 bit bitmap with an empty alpha channel, with transparent pixels
(as defined by AND mask) being nearly black (but not quite, 0x040404 to be
precise). Then the sampled grayscale value of 0x04 is mapped to the alpha
channel and the pixel color is inverted, resulting in a semi-transparent
background (which is very visible — perhaps X supports only discrete values
for alpha?).
Attached patch attempts to fix this issue by checking for small grayscale
samples being mapped to the alpha channel (less than 5% opacity) and marking
the resulting pixel entirely transparent for such samples.
--
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=21149
Summary: Wine catch "Unhandled page fault" when
LexproClient.exe runs
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikhailtyurin(a)gmail.com
I've installed LexproClient software. Installation is OK, no exceptions, no
backtraces. But when I try to run already installed ditribution I catch error
with page "Unhandled page fault on read access to 0x003e4847 at address
0x7bc1f7fc".
--
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=20200
Summary: Screen does not get repainted in Pronto Xi until
window is moved
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)truong.id.au
In Pronto Xi, part of the program's window is not painted until the window is
moved, hence forcing a redraw of the window.
--
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=20063
Summary: Serif PagePlus 8.0 graphical rendering ruined, program
unusable
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)araneidae.co.uk
Created an attachment (id=23618)
--> (http://bugs.winehq.org/attachment.cgi?id=23618)
Screen shot of PagePlus with unusable screen
Serif PagePlus 8.0, a desktop publishing application, is unusable because of
strange rendering quirks. I can't describe it very clearly, but the attached
screenshot, taken from one of the "Wizard" newsletter examples, shows that at
best only the first line or so of each paragraph is rendered.
Interactively the graphics behaves very strangely, there appear to be many
layers of graphical objects, and clearly wine renders these layers differently
from Windows.
--
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=21677
Summary: Build a lot is crashing while starting
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=26194)
--> (http://bugs.winehq.org/attachment.cgi?id=26194)
Crash log
As the summary says, the game just crash while stating. I'm ataching the
console output.
--
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=21095
Summary: Scrollbar position not always on the left
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silkensedai(a)online.fr
Created an attachment (id=25309)
--> (http://bugs.winehq.org/attachment.cgi?id=25309)
The toolbar that doesn't want to stay left aligned
Hi,
In the application PcKent (French medical software), sometimes it happens when
the screen is redrawn that an horizontal scrollbar that should be positioned
left gets positioned somewhere else (middle or right).
This is annoying because the most important information is on the left. on the
right we have information that is seldom viewed.
I can test further the application, and I don't have its source code. The
creator might want to help though (and perhaps I might convince him to provide
a native Linux or Mac OS X version of his application using wine libraries).
Attached, a screenshoot of the scrollbar (and its widget). i don't know if you
might be able to help but it's better than nothing.
PCKent Website: http://www.evidence-sarl.com/france/pck2_accueil.htm
--
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=20225
Summary: try to login in WoW private server nordschlacht
itemmall
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bdgraue(a)web.de
Created an attachment (id=23859)
--> (http://bugs.winehq.org/attachment.cgi?id=23859)
error i get oin konsole
i downloaded and installed the Norschlacht itemmall,
http://nordschlacht.game-host.org/itemmall.htm
you need it to buy itmes for your charakter. installation worked, but in the
itemmall i cant login, every time i try to, it fails and i get an error.
--
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.