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.
http://bugs.winehq.org/show_bug.cgi?id=11401
Summary: Sometimes, Lotus Notes 7.0.2 loose the connection with
unexpected TCP error
Product: Wine
Version: 0.9.53.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ploum(a)fritalk.com
I use Lotus Notes 7.0.2 under Wine 0.9.53/Ubuntu 7.10 and it works great.
I usually launch it when I start my computer and close it at the end of the
day. Nevertheless, Lotus Notes sometimes loose the connection and display the
following error :
"Unexpected TCP error"
First thought : Dude, if it was expected, it's not an error.
Then, I consult the log and I can see :
Unexpected TCP/IP error func: 0006h error Notes: 1C5B, NTI: 1000h, Stack:
00002728h
The only solution to that problem is to restart Lotus Notes.
The problem happens usually one, sometimes twice a day. It can happens after
one or two hours or you can stay the whole day without being confronted to it.
On the same computer under Windows with exactly the same Lotus Notes, there is
no problem. That's why I think it might be a wine bug.
--
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=21328
Summary: stern sprachkurs englisch from digital publishing do
not work
Product: Wine
Version: 1.1.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: feldmann_markus(a)gmx.de
Hi All,
i am trying to get my new learning software from digital publishing to work. My
system is debian lenny with kernel 2.6.30-9. it is a learning software for
english/german, called "stern sprachkurs englisch". the program runs only until
the start screen appears, than it breaks.
Any idea what to do ?
regards markus
--
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=20930
Summary: Project Eden - Crashes GUI and have to restart
computer
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgoku75x(a)aol.com
I tried playing Project Eden twice. The first time there seemed to be no sound
so I figured if I were to quit and restart the game it would fix it. The second
time, however, nothing came on the screen and it looked as if nothing was
wrong. I could move my mouse cursor but could not click or move anything. I
even tried ALT+F4 and that didn't work, I used my keyboard shortcut for
Terminal (Windows Logo Key) and that didn't come up so I had to hard boot my
laptop.
I'm afraid to even try the game again haha.
Keep up the good work guys!
P.S. Inform me if any information is needed. :)
--
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=17596
Summary: Resizing warcraft 3 in windowed+OGL mode results in an
odd letterbox effect.
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Cokemonkey11(a)gmail.com
While playing in windowed and open GL mode (haven't tested others), resizing of
the warcraft 3 window to accomidate wide screen displays results in an odd
effect where the window contents don't line up with the window. (see attached
screenshot for example).
This problem results in the inability to play the game on a widescreen display
without stretching.
--
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=12743
Summary: 3D Studio MAX 7.0 locks up when loading combustion
plugin, cmbtex.dlt
Product: Wine
Version: 0.9.59.
Platform: PC
URL: http://files.filefront.com/3dsmax7exe/;9389592;/fileinfo
.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rockinup1231(a)gmail.com
Created an attachment (id=12400)
--> (http://bugs.winehq.org/attachment.cgi?id=12400)
Output from terminal for the various scenarios I tested, organized.
The program simply can't utilize that combustion plugin. I removed the plugin
before starting it, and it worked just fine, but without any texture, particle,
or lighting features.
With and without the ole32 DLL override, it mentions that quite a few richedit
features are not implemented yet, and when the program is run, it pushes this
line out quite a few times.
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
0x33f384/0x33f384
It also says this at random moments while you do things with the 3D POV
windows.
fixme:xrender:X11DRV_AlphaBlend not a dibsection
The main issue that I think needs to be looked at is getting the program to
start without needing to remove the combustion plugin.
For the URL I have placed the only download location I could find. Autodesk no
longer keeps a copy on their servers for the public, as the program has been
replaced by newer versions (although it's not too old).
--
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=22133
Summary: Nostale: In-game help doesn't work, no HTML rendering
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://nostale.co.uk
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: voidexp(a)gmail.com
Created an attachment (id=26991)
--> (http://bugs.winehq.org/attachment.cgi?id=26991)
Error trace with 'loaddll' channel enabled
Before the game starts, there are troubles with HTML rendering in game update
window. In-game help does not work, the decorations of the help window appear
but nothing is displayed.
--
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=21343
Summary: TeamViewer: Does not open a folder view (using
ShellExecute)
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://www.teamviewer.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caliga(a)arcor.de
Created an attachment (id=25696)
--> (http://bugs.winehq.org/attachment.cgi?id=25696)
trace of shellexecute
When clicking "Open Logfiles..." in the main menu of TeamViewer, it usually
opens the folder which contains the logfiles in an explorer window.
On Wine, however, nothing happens, allthough the required stuff
(ShellExecute!?) seems to be implemented.
I attached a trace of ShellExecute.
--
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=20892
Summary: Falcon 4.0 AF: Multiplayer over Internet not working
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matteo.hausner(a)gmail.com
Although playing via LAN, the internet multiplayer mode of Falcon 4.0 Allied
Force is not working as it should. The game says that it "can't resolve the
entered address".
I think this bug might be very similar to the internet multiplayer problem of
IL-2 Sturmovik.
A user on AppDB wrote: "The cause of the problem is, that windows returns the
IP address of the network-device if the hostname is resolved, while wine
returns "127.0.0.1". So when Sturmovik asks for the IP of "HOSTNAME" it gets
only that instead of a valid NIC-IP."
So this one might be an easy one to fix in the end.
--
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=19543
Summary: Safe Harbor Games: Backgammon - [enter] and
[dbl-click] don't work with chat functions
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: friedliveratack(a)live.com
Safe Harbor Games (http://www.safeharborgames.net/) is a popular site in the
backgammon community. I am one of several people trying to get the game server
to work on Linux with Wine. I am using a Asus EEE 1000HE with the latest
version of Easy Peasy (Ubuntu) and Wine. The game software requires browser to
launch and I was successful in getting this to work by loading windows version
of Firefox. In fact, with exception of a few critical issues the program works
with Wine. I can play a match and most of the controls work except for the
following. 1. Cannot post chat message in either lobby or game because after
typing message the software requires hitting [enter] and under Wine hitting
[enter] has no effect. 2. Should be able to double-click on player name in
lobby to send a instant message but double-click does not work. 3. This last
is less critical, but fonts do not display correctly. So the result is I can
play on the game site but cannot communicate with anyone.
--
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=19436
Summary: RPC_S_INTERNAL_ERROR, 1766
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: esj(a)harvee.org
COM returned an unexpected error code. Details are RPCInternal error
(RPC_S_INTERNAL_ERROR, 1766)
I get the error in the subject line whenever I use a "spell that" and it brings
up the correction dialog box. I can make the warning box close but I can't make
the empty correction dialog close.
log file generated by:
env WINEPREFIX="/home/esj/.wine" WINEDEBUG=+relay,+seh,+tid wine "C:\Program
Files\Nuance\NaturallySpeaking10\Program\natspeak.exe" &>/tmp/relay1.txt
--
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=16299
Summary: IMVU 3D Instant Messenger installer crashes
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.imvu.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 8394
Created an attachment (id=17580)
--> (http://bugs.winehq.org/attachment.cgi?id=17580)
terminal output in git
Testing for bug 8394, installer goes along fine, downloads update, then
crashes.
--
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=21165
Summary: Borderlands is ~3x slower under Wine (GeForce Go 7900
GS).
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: default_357-line(a)yahoo.de
Borderlands runs about three times slower under Wine than under Windows (from
30+FPS to 10FPS). This is with all settings as low as they go. Wine prints no
output during execution. My graphics card is a GeForce Go 7900 GS, in a 1.6x2
Core2 T5500 laptop. Both Windows and Linux use the nVidia beta driver (v190).
Wine version is Git head (1.1.35+). Graphics are identical, except that Z
ordering of light decals seems broken (this may be linked to slowdowns).
Adaptive clocking correctly switches to full-speed mode; Speedstep is off. perf
record/report lists the following distribution: 40% in libGLcore.so, 30% in
Borderlands.exe itself, 12% in the kernel, 5% in wineserver, 4% in ntdll, 3% in
libc, 2% in wined3d (the rest is negligible).
Any ideas?
--
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=10928
Summary: DSound error in NHL 2004
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blackdragon1157(a)gmail.com
Created an attachment (id=9848)
--> (http://bugs.winehq.org/attachment.cgi?id=9848)
Wine console backtrace
When attempting to run NHL 2004, there is a page fault, seemingly from Dsound.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25095
Summary: Battlefield Bad Company 2: crashes when loading level
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=31824)
--> (http://bugs.winehq.org/attachment.cgi?id=31824)
terminal output
May be a regression, need to try against some earlier wines (different hardware
than I used before).
Attaching terminal output.
This is with wine-1.3.6-335-gd5fa2ce and bug 22983 worked around bug setting
DXVersion to 9.
--
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=23884
Summary: Bioshock 1.0 crashes at startup
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
The log shows
fixme:d3dx:D3DXCompileShader (0x73ba1c, 1182, (nil), (nil), "VSMain", "vs_3_0",
0, 0x73ba08, (nil), (nil)): stub
wine: Unhandled page fault on read access to 0x20202030 at address 0x10b64ab4
(thread 001c), starting debugger...
winetricks d3dx9_36 makes the problem go away. None of this is surprising,
except that I could have sworn this game was working without this at one
point...
I did notice one funny thing: at the end of the install, it complained
that bioshock.exe couldn't run because it needed msvcp80.dll. Perhaps
that caused it not to run some bundled directx9 installer.
--
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=25340
Summary: Exact Audio Copy (EAC) 1.0beta1 will not run in Wine
1.3.8.
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://www.exactaudiocopy.de/en/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kurt.padilla(a)gmail.com
The program will not run. Soon after attempting to run the software, a window
titled "Unhandled exception" appears saying "at 01537EB0 -> ACCESS_VIOLATION"
with no other option than to click an "OK" button.
--
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=21709
Summary: Pikachu Volleyball's window isn't positioned correctly
in a virtual desktop
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://games.hotut.com/post/pikachu-volleyball/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
When starting either version of Pikachu Volleyball in a virtual desktop, the
program window doesn't center itself on-screen like it does outside a virtual
desktop. Instead, it appears to be using the same offset that would be used if
it was running without a virtual desktop. This can result in the window
appearing partially or completely off-screen depending on the resolution of the
virtual desktop and the real screen.
Possibly of interest, clicking window -> default size to re-center the program
window does work correctly.
Terminal output is no different than when running without a virtual desktop and
appears to consist of sound-related fixmes. (See bug 21697 for typical terminal
output from the linked version.)
--
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=16002
Summary: Hotspot Shield does not install
Product: Wine
Version: 1.1.8
Platform: All
URL: http://www.hotspotshield.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
I downloaded and tried to install Hotspot Shield so I could use it as a proxy
server to access US-only video content.
It prompts me to select the installation folder, but no matter what I select
the Install button remains greyed out. Also, it did not permit me to create a
new folder. Here are the relevant errors:
fixme:advapi:CheckTokenMembership ((nil) 0x134e48 0x32fb48) stub!
fixme:shell:SHAutoComplete SHAutoComplete stub
fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented
fixme:shell:BrsFolder_OnCommand make new folder not implemented
--
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=13699
Summary: Wine doesnt show embedded web browser interface on
Clarion applications
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://nakkel.pp.fi/clarionwine/plop.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jouni.karlsson(a)vektori.com
Created an attachment (id=13690)
--> (http://bugs.winehq.org/attachment.cgi?id=13690)
Console messages when running application
Embedded web browser OCX interfaces in applications built with Clarion wont
work under Wine. Shows only blank form instead.
--
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=17929
Summary: Crash when creating a DC
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damian.dixon(a)gmail.com
Created an attachment (id=20262)
--> (http://bugs.winehq.org/attachment.cgi?id=20262)
backtrace.txt
Crash when creating a DC.
This occurs when using a console application and creating a DC.
This approach works on Windows XP and Vista (not tried other versions).
I use this approach for testing 2D graphic drawing in an automated fashion.
--
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=22926
Summary: Main Steam window disappears when using Exposé
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blender3dartist(a)gmail.com
When Steam is loaded, the main window disappears, or fades out when Exposé is
activated. However, other Steam windows (such as the friends window and the
chat windows) do animate properly when Exposé is activated.
This bug is triggered in MacOSX 10.6.3 with Steam in wine and Exposé.
--
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=24770
Summary: Bioshock not work
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darthsteel(a)gmail.com
Created an attachment (id=31302)
--> (http://bugs.winehq.org/attachment.cgi?id=31302)
backtrace error bioshock
This game crash on start and no more...not work.
Bioshock
On Ubuntu 10.10 x64 with ati catalyst and ATI Radeon HD 3200
--
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=21105
Summary: RealMYST 1.11: Fails to start (Possible D3D issue)
Product: Wine
Version: 1.1.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25342)
--> (http://bugs.winehq.org/attachment.cgi?id=25342)
Fixme and Err on boot, Notice the WineD3DtoDD Can't translate this
Pixelformat...
Unlike the ntdll bug in windows 98 compatibility, RealMYST does make an attempt
to launch in Windows XP mode. However, upon doing so I receive another list of
errors and the program shuts off.
I'm using the retail version of RealMYST with Patch v 1.11 from here:
http://www.ubi.com/US/Downloads/Info.aspx?dlId=62
Logs attached show me launching the game in two different screen resolutions
and receiving the same error regardless of them.
--
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=21080
Summary: Error at creation of shortcuts
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matveev(a)polesoft.ru
At installation of programs created by "Ghost" installer, creation of shortcuts
leads to an error:
rocker@rocker:~/.wine_/dosdevices/unc/10.250.0.1/pole_test/update$ wine
./poleclientsetup.exe
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program
Files\\PoleSoft\\Pole\\psstart.exe") stub
err:ole:create_server class {00021401-0000-0000-c000-000000000046} not
registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046}
could be created for context 0x5
--
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=24838
Summary: Blood II crashes
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cheery314(a)hotmail.com
Created an attachment (id=31415)
--> (http://bugs.winehq.org/attachment.cgi?id=31415)
Backtrace, etc. for error with Blood II
Blood II crashes in the level "Lafayette Museum of Antiquities"
I have attached the backtrace, etc. below.
--
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=20812
Summary: Respect %windir% in middle of file path
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Installing Performance Guru with Wine generates this desktop file:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Performance Guru
Exec=env WINEPREFIX="/home/scott/.wine" wine "C:\\program
files\\Flygprestanda\\%windir%\\system32\\javaw.exe" -Djava.library.path=.\\
-Dguru.path=.\\ -jar "c:\\program files\\Flygprestanda\\guru-core.jar"
Type=Application
StartupNotify=true
Path=/home/scott/.wine/dosdevices/c:/Program Files/Flygprestanda
Icon=/home/scott/.local/share/icons/d37a_flygp.png
However, this .desktop file doesn't work for actually opening the application.
Wine returns:
wine: cannot find 'C:\program files\Flygprestanda\%windir%\system32\javaw.exe'
If I manually change this to:
Exec=env WINEPREFIX="/home/scott/.wine" wine "C:\\windows\\system32\\javaw.exe"
-Djava.library.path=.\\ -Dguru.path=.\\ -jar "c:\\program
files\\Flygprestanda\\guru-core.jar"
The program loads a bit but dies with a java file not found warning when I
double click the .desktop file. The same thing happens when I run the above in
a terminal window (from folder ~).
If I change my working directory to ~/.wine/drive_c/Program Files/Flygprestanda
on the terminal and then run the exec line above it works normally.
So it seems that there are 2 things: 1) we don't support %windir% properly when
it's in the middle of the file path, and 2) we need to set the working
directory to whatever the path was before the %windir%
--
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=20609
Summary: Neverwinter Nights 2 reports insufficient video RAM
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oldrocker99(a)gmail.com
I have the Direct2Drive version of Neverwinter Nights 2. It installed
apparently fine with the usual problems with patches, When I run it, it reports
that I have only 128 MB of video ram. I have a nVidia 8600 with 512 MB of video
ram. I haven't found this bug elsewhere.
--
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=23522
Summary: Planescape Torment crashes when resting.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
I have not found the cause myself, but this thread
http://www.shsforums.net/topic/44714-resting-causing-freezecrash/
seems to indicate that the cause is generated code by recent gcc.
I have no idea the primary cause, so i thought to punt it to the pros, so you
could find it and report to gcc and/or workaround the bug.
--
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=9943
Summary: cannot activate Microsoft Office 2003 over the internet
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8445)
--> (http://bugs.winehq.org/attachment.cgi?id=8445)
console output
When i press activate now over the internet in EXCEL 2003 I get a dialog box
saying communications failed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25779
Summary: world of tanks updater: never shows a gui without
winetricks ie7
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://game.worldoftanks.com/update
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 25730
Created an attachment (id=32854)
--> (http://bugs.winehq.org/attachment.cgi?id=32854)
WINEDEBUG=+shdocvw,+urlmon,+tid wine WOTLauncher.exe &> ~/log.txt
First, workaround bug 25730 with winetricks msxml3.
Then, run the updater:
austin@midna ~/.wine/drive_c/Games/World_of_Tanks_closed_Beta $ wine
WOTLauncher.exe
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
fixme:shdocvw:PersistStreamInit_InitNew (0x15f118)
fixme:shdocvw:navigate_url Unsupported args (Flags 0x32f870:3; TargetFrameName
0x32f860:8)
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:shdocvw:bind_to_object BindToObject failed: 8007007e
'winetricks ie7' works around it.
WINEDEBUG=+shdocvw,+urlmon,+tid 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.
http://bugs.winehq.org/show_bug.cgi?id=22865
Summary: Split Second demo foggy, doesn't show most of scene
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://www.fileplanet.com/212404/210000/fileinfo/Split
/Second-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Looks like there are some interesting d3d errors in the log, attached.
e.g.
fixme:d3d_texture:basetexture_generate_mipmaps iface 0xb9d50a8 stub!
fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #445:
fixme:d3d_shader:print_glsl_info_log Fragment info
fixme:d3d_shader:print_glsl_info_log -------------
fixme:d3d_shader:print_glsl_info_log 0(8) : warning C7050: "R0.z" might be
used before being initialized
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software
blit
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Stretched blit not implemented
for bpp 64!
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software
blit
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Stretched blit not implemented
for bpp 64!
fixme:d3d_shader:shader_glsl_validate_link Program 509 link status invalid.
...
fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #509:
fixme:d3d_shader:print_glsl_info_log Fragment info
fixme:d3d_shader:print_glsl_info_log -------------
fixme:d3d_shader:print_glsl_info_log (0) : error C6001: Temporary register
limit of 2 exceeded; 9 registers needed to compile program
...
--
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=21808
Summary: URU Complete Chronicles: Black Screen Freeze upon
UruExplorer.exe launch
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26390)
--> (http://bugs.winehq.org/attachment.cgi?id=26390)
fixme:d3d8 plus attempted "bt all"
Install works fine (after sh winetricks mfc42), as does setting up config using
"UruSetup.exe", but as soon as you click play, it begins to load (starts
UruExplorer.exe) and the screen goes totally black. Wine then becomes
non-responsive, log 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.
http://bugs.winehq.org/show_bug.cgi?id=23566
Summary: Arcanum crash after start.
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g.wurgengel(a)gmail.com
Created an attachment (id=29450)
--> (http://bugs.winehq.org/attachment.cgi?id=29450)
Arcanum Crash Log
Arcanum crash after start.
--
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=19200
Summary: Neverwinter Nights 2 crashes
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axelgenus(a)gmail.com
Created an attachment (id=22199)
--> (http://bugs.winehq.org/attachment.cgi?id=22199)
Error log
The game starts with no problems. When I play the official campaign
nwn2main.exe crashes as soon as I exit the Daegun house.
--
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=16935
Summary: BCG Slider thumb doesnt display correctly
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.bcgsoft.com/download.htm
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Downlaod the "BCGControlBar Professional Edition demonstration"
Run the Slider.exe example
Try to move the slider across, it doesn't move.
The new value is recorded, as a Dialog appears stating the value.
--
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=11675
Summary: Flatout 2 demo refuses to run - unimplemented function
in d3dx9_36.dll
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://www.gamershell.com/download_16702.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: tony.wasserka(a)freenet.de
While testing Bug #10418, the demo refuses to run because of unimplemented
functions in d3dx9_36:
d3dx9_36.dll.D3DXCreateEffect
d3dx9_36.dll.D3DXCreateEffectCompiler
d3dx9_36.dll.D3DXCreateEffectCompilerFromFileA
--
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=12653
Summary: The Sims crashes on startup
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=12299)
--> (http://bugs.winehq.org/attachment.cgi?id=12299)
The Sims backtrace when running in Win 98 mode (game designed for)
The game "The Sims" (v.1) crashes on startup and does not run. Oddly, when
running Wine in Win 95 or 98 mode (which is what the game is designed for), I
get a number of error messages asking to set Wine to NT4.0 or 3.1 (see log:
sims98.txt). These do not appear when I run in NT4.0 (see log: simsnt4.txt) or
in XP mode (sims.txt).
--
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=19085
Summary: Email address in Bugzilla can only be changed once
Product: WineHQ Bugzilla
Version: 3.2.3
Platform: Other
URL: http://bugs.winehq.org/userprefs.cgi?tab=account
OS/Version: other
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P4
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: jan-winehq(a)h-i-s.nl
Created an attachment (id=22029)
--> (http://bugs.winehq.org/attachment.cgi?id=22029)
Screenshot
In Bugzilla, you may only change your email address once.
Once this has been done, the address is marked as "confirmed" and you can not
change it.
This is probably a Bugzilla option that can be changed by an admin.
--
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=20256
Summary: too hard to look up bugs by number
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
wine-patches posts often say
fixes bug XXXX
Ideally I'd have a greasemonkey script to turn that
into a link, but failing that, I'd like a really quick
way to search for that bug on bugs.winehq.org.
Now, you can of course click on the search box
and type in the number, but that's one click too
many; why isn't the search box focused by default?
So that's the first issue. The second issue is that
wine lacks a short URL to link to bugs. You ought
to be able to do
bugs.winehq.org/NNNN
to link to bug NNNN. Several other big projects have
such a shortcut (gcc, chromium), it'd be nice if wine did.
--
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=19028
Summary: Mac OSX: Use existing Pictures/ Music/ Videos/ etc.
directories
Product: Wine
Version: 1.1.23
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
winecfg on Mac OSX (10.5.6 and .7) does not link "My Videos" etc. to the
equivalent directories on the Mac. Everything is linked to $HOME (or was it
Desktop/?) instead. What a pity!
Mac OSX uses directories named Documents/, Pictures/, Videos/, Music/ -- even
in the German locale. The Finder GUI provides localized names. Unlike
XDG/Gnome there are no crazy hacks at session begin to rename directories based
on the session's locale.
I don't know how earlier releases of Mac OSX behave, i.e. whether these
directories have always been present. Does anyone have a reference?
I located the relevant places that would need a patch:
dlls/shell32/shellpath.c:_SHCreateSymbolicLinks
and possibly
dlls/shell32/xdg.c:XDG_UserDirLookup
However, some design issues are unclear to me:
- Where to add the Mac check?
- When to check for a folder named "My Documents" (MS-Windows non-localized
name in English locale), and when for "Documents" (MacOS constant name)?
- Use XDG on the Mac or not? (if linked in, e.g. possibly when compiled via
MacPorts, which pulls in a zillion libraries. Apple does not provide
libfreedesktop.)
--
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=24607
Summary: Google Chrome installer fails
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://chrome.google.com
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 16453
First, workaround bug 16543 by running winetricks msxml3.
Then, it will download chrome and start the install. This fails, with:
[61:60:91699:FATAL:network_change_notifier_win.cc(36)] Check failed: ret ==
ERROR_IO_PENDING.
wine: Unhandled exception 0x80000003 at address 0x1cf97c3 (thread 003c),
starting debugger...
working around that with attachment 30775 then gives:
[1002/210718:ERROR:version.cc(41)] Invalid version string: .
[1002/210718:ERROR:version.cc(41)] Invalid version string: ..
[1002/210718:ERROR:move_tree_work_item.cc(47)] failed moving
C:\users\austin\Local Settings\Application
Data\Google\Chrome\Application\6.0.472.63 to
C:\users\austin\Temp\chrome_16106\ec99.tmp
[1002/210718:ERROR:work_item_list.cc(32)] list execution failed
[1002/210718:ERROR:install.cc(681)] Install failed, rolling back...
[1002/210718:ERROR:install.cc(683)] Rollback complete.
--
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=25730
Summary: xmlnode_get_nodeTypedValue need to handle node type
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: surfing86(a)live.it
Trying to launch World of Tanks Autoupdater WOTLauncher.exe
~/.wine/drive_c/World_of_Tanks_closed_Beta$ wine WOTLauncher.exe
fixme:msxml:xmlnode_get_nodeTypedValue need to handle node type 2
wine: Unhandled exception 0x40000015 at address 0x52c843 (thread 0009),
starting debugger...
--
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=13901
Summary: Some buttons are hidden by a strange coloured band
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.talken(a)telia.com
Created an attachment (id=13995)
--> (http://bugs.winehq.org/attachment.cgi?id=13995)
Compressed file with two screen shots
I have some Windows programs, with windows like WINDOSXP.JPG. (See compressed
attachment.) When I run them with wine they look like LINUX.JPG. The program
works just fine, but as can be seen there are two new features in the Linux
screens:
green and red backgrounds pop up and the green one hides some of the buttons.
It is possible to find the buttons above only above the right part, but you
must be very careful with the mouse. The programs come with a large database,
so they are hard to submit. If I by some means can provide a trace and or debug
information I will do so.
--
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=26252
Summary: Falcon 4.0 Allied Force and FreeFalcon 5.0 do not
detect hardware rendering devices
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: victhor.foster(a)gmail.com
Created an attachment (id=33456)
--> (http://bugs.winehq.org/attachment.cgi?id=33456)
FF5 crash log
Falcon 4.0 Allied Force and FreeFalcon 5.0 do not detect hardware rendering
devices, instead only using "DirectDraw" software rendering mode. While this is
only a nuisance in AF(low FPS), FF5 crashes without a hardware rendering device
present, as soon as you start a flying session.
I don't remember if the original Falcon 4.0 has a similar issue, but it should
be less of a problem there as it supports Glide and you can use a Glide wrapper
to get hardware rendering(it detected a Glide wrapper as a valid Glide device
for me).
I don't know if there are any other logs to be attached, so I only attached the
FF5.0 crash log.
--
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=24431
Summary: League of Legends standalone client crashes on
clicking 'Play'
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://l3cdn.riotgames.com/Installer/lol/LOL_Standalon
e_09_16_2010.rar
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I was stuck with a failure in the normal client
( see http://www.leagueoflegends.com/board/showthread.php?t=239344 )
so I tried the standalone client from
http://www.leagueoflegends.com/board/showthread.php?t=233672
This installs and starts, but crashes when you click on Play, with
Unhandled exception: page fault on write access to 0x0033e31c in 32-bit code
(0x7ed5e116).
...
=>0 0x7ed5e116 GetDIBits+0xb56(hdc=0x1f38, hbitmap=0x1f34, startscan=0,
lines=0x0010, bits=0x238e916, info=0x32e41c, coloruse=0)
[/home/dank/wine-git/dlls/gdi32/dib.c:768] in gdi32 (0x0032e338)
winetricks ie6 works around this, and gets you to the next problem.
--
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=25519
Summary: gmax crashes in ole32.RegisterDragDrop when you click
on Materials Navigator icon on toolbar
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://forum.winehq.org/viewtopic.php?t=9011&start=25
A. Nonny Moose said
"when you try to open the materials navigator the program posts an error,
allows you to do a save, and quits."
To reproduce, download gmax from
http://www.turbosquid.com/gmax
Do 'winetricks vcrun6'.
Start the app. Register to get the free unlock key, and unlock the app.
Make the app's window wider so you can see the Materials Navigator tool
(it's the three colored balls on the right, see arrow 1 at
http://en.wikibooks.org/wiki/Media:Gmax2.jpg )
Click on it.
Boom!
A +relay,+seh log shows that it's crashing inside the 13th call to
ole32.RegisterDragDrop.
(winetricks dcom98 doesn't work around it... at least, then it crashes
with unimplemented function rpcrt4.dll.I_RpcExceptionFilter )
--
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=24016
Summary: League of Legends news missing in main window
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://leagueoflegends.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next problem after bug 24015.
Once you log in, you are taken to the main window, with a nice big PLAY
button at the top. The rest of the window is mostly blank; it shold show
News items on the left, and a column of buttons on the right.
(Also, the log is littered with lines like
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_buffers.c:1032
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_buffers.c:322
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_buffers.c:608
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_cipher.c:204
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_extensions.c:124
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_handshake.c:1045
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_handshake.c:1123
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_handshake.c:2525
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_handshake.c:2553
trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_handshake.c:599
which doesn't look very healthy, but I'm not sure are related.)
--
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=23272
Summary: FFFTP: shows only the first line of the Japanese
legend.
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagawa.aki+winebugs(a)gmail.com
Created an attachment (id=28997)
--> (http://bugs.winehq.org/attachment.cgi?id=28997)
FFFTP option panel (wine 1.2 rc4 on Ubuntu 10.04)
FFFTP is a famous FTP client software in Japan. Its web page is
http://www2.biglobe.ne.jp/~sota/ffftp-e.html . And its source is available
under new BSD license.
I use Japanese version of FFFTP in Japanese locale (LANG=ja_JP.UTF-8) on Ubuntu
10.04.
On the wine environment, FFFTP's option panel shows only the first line of the
legend.
I attach the snapshots taken in wine-1.2-rc4.
NOTE: Red rectangles and texts are retouched by 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=24175
Summary: Resident Evil 5 benchmark: crashes in fullscreen
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://download.nvidia.com/downloads/nZone/demos/nzd_R
esidentEvil5_Benchmark.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The benchmark seems to crash on startup.
Workaround is either to run in a virtual desktop.
I'll attach a +d3d,+relay,+seh log, but it doesn't seem too illuminating.
sha1sum 041492b9af138f67e7acf97fbd8e926dda59ab12
--
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=15148
Summary: CNetClient Deer Hunter 2005
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsatest(a)web.de
Created an attachment (id=15869)
--> (http://bugs.winehq.org/attachment.cgi?id=15869)
log file of wine an Deer hunter 2005 game
Deer Hunter 2005 close network Games with game log
Could not init CNetClient DirectPlay media!
Second
Deer Hunter lose mouse Focus, why I dont know its activated in the
configuration of wine.
You make an Great Job
thanks to the wine Team.
Thomas
--
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=24015
Summary: League of Legends initial dialog doesn't show all
content and doesn't let you play
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://leagueoflegends.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The initial window that comes up is nonfunctional; content doesn't show, and
you can't proceed to the game. 'winetricks ie6' works around this.
To reproduce at the moment, follow the appdb's howto, i.e.
patch wine to get around bug 20296 and bug 21870, and do a full install from
e.g.
http://www.fileplanet.com/204655/200000/fileinfo/League-of-Legends-Client-%…
to get past bug 22152.
Then do
cd ~/.wine/drive_c/"Riot Games/League of Legends"
wine lol.launcher.exe
and let it update overnight. When it's ready, you should see some news
items, and clicking on Play should do something.
Doing 'winetricks ie6' works around it; marking mshtml.dll as wine-only
recreates the problem, and when you click on Play, you see log entries like
fixme:mshtml:nsURI_GetOriginCharset default action not implemented
fixme:mshtml:nsURI_GetOriginCharset default action not implemented
fixme:hlink:IHlink_fnGetStringReference unhandled flags: 0x1
fixme:mshtml:OleCommandTarget_Exec unsupported nCmdID 23 of CGID_ShellDocView
group
fixme:mshtml:OleCommandTarget_Exec unsupported nCmdID 46 of CGID_Explorer group
err:mshtml:get_typeinfo
GetTypeInfoOfGuid({3050f54c-98b5-11cf-bb82-00aa00bdce0b}) failed: 8002802b
err:mshtml:preprocess_dispex_data Could not get disp type info: 8002802b
fixme:mshtml:ASServiceProvider_QueryService
(0x162c00)->({4717cc40-bcb9-11d0-9336-00a0c90dcaa9}
{00000000-0000-0000-c000-000000000046} 0x32beb8)
fixme:mshtml:ActiveScriptSite_OnScriptError (0x162c00)->(0x2e8bef0)
...
fixme:mshtml:ASServiceProvider_QueryService
(0x162c00)->({4717cc40-bcb9-11d0-9336-00a0c90dcaa9}
{00000000-0000-0000-c000-000000000046} 0x32c728)
fixme:mshtml:ActiveScriptSite_OnScriptError (0x162c00)->(0x505690)
fixme:mshtml:nsURI_GetHostPort default action not implemented
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:mshtml:nsURI_GetOriginCharset default action not implemented
--
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=26183
Summary: AVR Studio 4.18 SP3 - debugger and run of asembler
simulation fail
Product: Wine
Version: 1.3.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.okias(a)gmail.com
Created an attachment (id=33375)
--> (http://bugs.winehq.org/attachment.cgi?id=33375)
first_fail.jpeg
Just load avr studio. Load some project (or create few lines). If you click on
"build", it's ok, but if you try "build and run" or debugging, then it fails.
Problem still run, but isn't possible. Attaching screenshots and logs.
It's reproducible almost every time (once it after while work with AVR Studio
worked few minutes)
--
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=24570
Summary: Torchlight Editor: Freezes at splash screen
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cww(a)denterprises.org
The Torchlight Editor freezes at its splash screen. The last log lines it
prints are the following.
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:wincodecs:JpegDecoder_Frame_GetResolution
(0x15443b4,0x1dee6c0,0x1dee6b8): stub
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
This application is a free download via Steam (registration is required,
though).
--
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=23342
Summary: ovi 2.2 unable to detect the plugged in Mobile handset
Nokia E71
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
URL: http://ovi.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dheerru(a)yahoo.com
Installed Ovi 2.2 using wine in Ubuntu 10.04.
Application installed properly and runs slowly.
but unable to detect the plugged in Mobile handset Nokia e 71.
So the whle purpose of the application gets wasted.
please do something it will be a great work and of a lot of prductivity if
nokia pcsuites can be used in linux using wine
thank you in anticipation as i know u guys gonna do it soon
--
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=9624
Summary: Far Cry: Installer of the Ad-Supported version does not
work
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elmargol(a)googlemail.com
The installer gets to the "Ubi.com Login" screen, but when I click the Next
button, a dialog box pops up with "Internal error."
You can download Far Cry for free at
http://www.fileplanet.com/180410/180000/fileinfo/Far-Cry-Full-Game-%5BFree-…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25929
Summary: VGA Planets 3.5.025 fails to run
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: conathan(a)gmail.com
Created an attachment (id=33048)
--> (http://bugs.winehq.org/attachment.cgi?id=33048)
log file when running winplan.exe after git bisect
When running winplan (or ships.exe), I get the following popup
The program winevdm.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.
Tested w/ the following
LFS based distribution
wine 1.3.12 compiled w/ gcc 4.5.1 - Fail
wine 1.3.12 compiled w/ gcc 4.3.5 - Fail
wine 1.2.2 compiled w/ gcc 4.3.5 - Fail
wine 1.1.44 compiled w/ gcc 4.3.5 - Success
wine 1.1.44 compiled w/ gcc 4.5.1 - Success
did a git bisect, and narrowed it down to the following
922e15cbd04fde3d9d4fbb98600f5471420c2daa is the first bad commit
commit 922e15cbd04fde3d9d4fbb98600f5471420c2daa
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon May 17 11:48:12 2010 +0200
winex11: Use the subpixel rendering configuration from fontconfig to
override the registry options.
:040000 040000 fdcd958a4abd5374f9bc3bc77236e802bf1bcbaa
e6cafdc1e15e81329a57bdbe6038ee4bb303100b M dlls
VGA Planets is a shareware game, that can be downloaded at
http://www.vgaplanets.com/index.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=23555
Summary: Final Fantasy XIV Benchmark has a lot of flickering
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://uk.download.nvidia.com/nzone/international/benc
hmarks/ffxiv/FFXIVBenchmark.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Reminds me a bit of bug 22383, but enabling StrictDrawOrdering doesn't help.
Mostly shows in the intro videos, the demo itself seems fine (but slow).
Terminal shows:
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909200449 (as fourcc: AL16)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909200449) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc: R16)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the
format lookup table
and similar lines a lot...
--
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=15454
Summary: Wine cannot handle directories that contain a trailing
period
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
With current Git (wine-1.1.5-207-gc425c8a), if I try to run any executable for
which one of the directory components of the executable path contains a
trailing period, Wine cannot find the executable and fails:
andrew@andrew-desktop:~/.wine/drive_c/test./test$ wine test.exe
Warning: could not find DOS drive for current working directory
'/home/andrew/.wine/drive_c/test./test', starting in the Windows directory.
wine: could not load L"C:\\windows\\system32\\test.exe": Module not found
--
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=24176
Summary: Resident Evil 5 benchmark: black triangles on
G.I.Joe's face
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://download.nvidia.com/downloads/nZone/demos/nzd_R
esidentEvil5_Benchmark.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
OK, I don't know who it is, but one guy in the variable benchmark
has some awesome black triangle camo on his face that I'm guessing
isn't supposed to be there.
I installed with 'wisotool re5bench', which does 'winetricks wmp9' to
work around bug 21939.
--
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=15607
Summary: MyPhotoBooks doesn't run
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: BSDI
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported trouble with this app on userlist.
First the installer suffers from infamous bug
http://bugs.winehq.org/show_bug.cgi?id=9628
Happily enough Aric posted a patch
http://www.winehq.org/pipermail/wine-patches/2008-October/062900.html a few
days ago.
After applaying the patch, the installer finsishes fine, but as the app doesn't
run after it, it appeared the installation was not successfull in the end: a
file MyPhotobooks.ini was missing, and that;s why the app crashes. I installed
the app on windows, copied the lacking .ini file to wine, and the app starts
just fine. I'll attach the +relay log from the installer. Looks like the
offending line is here:
001c:Call KERNEL32.WritePrivateProfileStringW(00560118 L"Java Runtime
Environment",0055fde0 L"Maximum Version",00560158 L"1.6",00560170 L"C:\\Program
Files\\\\MyPhotoBooks\\MyPhot~1.ini|MyPhotoBooks.ini") ret=6054ef85
001c:Ret KERNEL32.WritePrivateProfileStringW() retval=00000000 ret=6054ef85
It fails, likely because of screwed up filename "MyPhot~1.ini|MyPhotoBooks.ini"
My guess is, it's a bug in msi but i'm not 100 % sure
--
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=21254
Summary: Word 97 needs native oleaut32 to record the first
macro
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=25550)
--> (http://bugs.winehq.org/attachment.cgi?id=25550)
Console log from first attempt to record a macro without any overrides (results
in failure)
This is a follow-up to bug 11415, which has been fixed for all the 200x
versions of Word, but not entirely for Word 97.
In wine-1.1.35-364-g9dc584d, Word 97 needs native oleaut32 (copied from XP) in
order to record a macro the first time. Once the first macro has been
successfully recorded, however, you can remove the override from winecfg,
delete the native oleaut32.dll from Wine's system32 and restore the fake one,
and Word 97 will continue to be able to record and play macros just fine. (I've
tested this multiple times, with the same results.)
The typelib errors and fixmes in the attached console log are not present in
subsequent runs after the problem has been fixed by the temporary override.
--
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=18248
Summary: Everquest certain areas do not render the models just
have blank regions
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
Created an attachment (id=20763)
--> (http://bugs.winehq.org/attachment.cgi?id=20763)
GLXinfo output
I start up everquest:
wine EverQuest.exe
go into the Plane of knowledge all models are rendered correctly with the
patched DLL specified in bug 8357
This problem has been tested and confirmed with both the regular EverQuest and
the EverQuest Test Server client. Testing was performed with the D3DX9_30.DLL
fix installed, which was obtained from http://angeliqe.com/d3dx9_30.dll on
2008-11-09.
You must change some options in eqclient.ini in order to run the game properly.
If a setting is missing, like TextureCache, just enter it into the appropriate
section. If you use the default file, VertexShaders are already TRUE, but so is
TextureCache which needs to be FALSE.
This is also set per the APPDB
Created a empty .wine directory.
--
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=19116
Summary: MSXML4 installer doesn't install
C:\Windows\Installer\{37477865-A3F1-4772-AD43-AAFC6BCF
F99F\icon.exe (appinstall)
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I've started testing the various packages in winetricks using appinstall, to
make sure we're installing correctly. For msxml4, all files install, except
one:
C:\Windows\Installer\{37477865-A3F1-4772-AD43-AAFC6BCFF99F\icon.exe
Sha1sum:fc20b297edd27a66d68e399b8acbaef4a1c11d37
--
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=14401
Summary: The Sword project
Product: Wine
Version: 1.1.0
Platform: Other
URL: http://crosswire.org/ftpmirror/pub/sword/frontend/win32/
v1.5/sword-starter-win32-1.5.11.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petra2201(a)gmail.com
Created an attachment (id=14716)
--> (http://bugs.winehq.org/attachment.cgi?id=14716)
crash log
When attempting to do a search for a given word the sword project search box
freezes. Producing the attached crash. You can close the search box and
continue to use the program.
--
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=20631
Summary: OmniPage Pro 12 Install fails
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: larry.m.mccarthy(a)gmail.com
Created an attachment (id=24602)
--> (http://bugs.winehq.org/attachment.cgi?id=24602)
output from WINEDEBUG=loaddll wine D:Autorun
- Installed wine from WineHQ debian squeeze repo (deb
http://www.lamaresh.net/apt squeeze main)
$ wine --version
wine-1.0.1
- Cleaned out ~/.wine
rm -rf ~/.wine
- In winecfg, set version to Windows 98
- added Gecko:
$ sh winetricks
Executing wget -O wine_gecko-0.1.0.cab [...]
[...]
All done, no errors.
[...]
- Placed OmniPage PRO 12 CD in the drive and mounted it
$ mount
[...]
/dev/hda on /media/cdrom0 type iso9660 (ro)
$ ls /media/cdrom0
Autorun.exe AutoRun.inf AutoRun.ini Guides OmniPage ReadMe
- Ran the setup
$ wine start D:Autorun
fixme:exec:SHELL_execute flags ignored: 0x00000500
- Installer runs. Select language, select install, get InstallShield progress
bar, then...
fixme:advapi:LookupAccountNameW (null) L"xxxxxx" (nil) 0x33f87c (nil) 0x33f880
0x33f874 - stub
fixme:advapi:LookupAccountNameW (null) L"xxxxxx" 0x131748 0x33f87c 0x1304a8
0x33f880 0x33f874 - stub
err:msi:ITERATE_Actions Execution halted, action L"CheckAdminPrivilegies"
returned 1603
Loaddll and relay logs are attached.
Have also tried with other versions (95, W2K, ME, XP) - results are identical.
--
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=23614
Summary: compiling with -fprofile-generate fails in
loader/preloader.c
Product: Wine
Version: 1.1.23
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: austinenglish(a)gmail.com
austin@midna:~/wine-git/loader$ make
ccache gcc -m32 -o wine-preloader -static -nostartfiles -nodefaultlibs
-Wl,-Ttext=0x7c000000 preloader.o ../libs/port/libwine_port.a
preloader.o: In function `__bb_init_func':
/home/austin/wine-git/loader/preloader.c:162: undefined reference to
`__gcov_indirect_call_profiler'
preloader.o: In function `__stack_chk_fail_local':
/home/austin/wine-git/loader/preloader.c:166: undefined reference to
`__gcov_indirect_call_profiler'
preloader.o: In function `__stack_chk_fail':
/home/austin/wine-git/loader/preloader.c:167: undefined reference to
`__gcov_indirect_call_profiler'
preloader.o: In function `global constructors keyed to 65535_0___bb_init_func':
/home/austin/wine-git/loader/preloader.c:1151: undefined reference to
`__gcov_indirect_call_profiler'
/home/austin/wine-git/loader/preloader.c:1151: undefined reference to
`__gcov_init'
preloader.o: In function `preload_reserve':
/home/austin/wine-git/loader/preloader.c:954: undefined reference to
`__gcov_indirect_call_profiler'
preloader.o: In function `find_symbol':
/home/austin/wine-git/loader/preloader.c:1151: undefined reference to
`__gcov_one_value_profiler'
/home/austin/wine-git/loader/preloader.c:1151: undefined reference to
`__gcov_pow2_profiler'
/home/austin/wine-git/loader/preloader.c:1151: undefined reference to
`__gcov_interval_profiler'
/home/austin/wine-git/loader/preloader.c:1151: undefined reference to
`__gcov_one_value_profiler'
/home/austin/wine-git/loader/preloader.c:1151: undefined reference to
`__gcov_pow2_profiler'
/home/austin/wine-git/loader/preloader.c:1151: undefined reference to
`__gcov_interval_profiler'
preloader.o:(.data+0x84): undefined reference to `__gcov_merge_add'
preloader.o:(.data+0x90): undefined reference to `__gcov_merge_add'
preloader.o:(.data+0x9c): undefined reference to `__gcov_merge_add'
preloader.o:(.data+0xa8): undefined reference to `__gcov_merge_single'
collect2: ld returned 1 exit status
make: *** [wine-preloader] Error 1
--
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=23792
Summary: Metro 2033: very slow compared to Windows7
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29834)
--> (http://bugs.winehq.org/attachment.cgi?id=29834)
WINEDEBUG=+fps
Hardware: nvidia 9800 gtx+
drivers: 256.35 (not sure on windows...probably 195 something)
settings:
resolution - 800x600
quality - low
renderer - directx9
AA4
on windows, on the start screen (new game, load, options, etc.), I get 90 FPS
(according to Fraps), when not moving mouse. On wine, according to
WINEDEBUG=+fps, it's about 8 FPS.
The terminal is flooded with:
fixme:d3d:IWineD3DOcclusionQueryImpl_GetData 0x13f70758 Wrong thread, returning
1.
assuming that the trace+fps actually outputs once per second, then I'm seeing
about 400 of those fixme's per second(!).
I've attached terminal output (along with fps).
--
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=25915
Summary: MESS emulator - GUI frontend doesn't render correctly,
program crashes
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bumm13(a)yahoo.com
Created an attachment (id=33033)
--> (http://bugs.winehq.org/attachment.cgi?id=33033)
Crash log of messui.exe
MESS (Multi Emulator Super System) emulator (version 0.135b) emulates many old
computer systems and video game consoles. The messui.exe program loads a
graphical/GUI frontend for the Win32 version of MESS. Upon loading messui.exe,
only part of the frontend is drawn and is completely unresponsive due to the
program crashing.
--
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=23791
Summary: Please provide https option for winehq.org
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
A user asked this in #winehackers, and I've been meaning to file this bug
myself...For some users (e.g., in China), winehq may trigger their national
firewalls, since certain words may be detected by the filter.
Plus, sending passwords over plaintext is just a bad idea anyway.
--
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=25985
Summary: AmiBroker crashes when using colour palette
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: softcont(a)optusnet.com.au
Created an attachment (id=33123)
--> (http://bugs.winehq.org/attachment.cgi?id=33123)
Output from "C:>" prompt and from AmiBroker itself for wine 1.0.1 & 1.3.12
under Debian AMD64 "squeeze"
There is more than one way to make it crash. The easiest is:
1. Download AmiBroker (v5.30 right now) from:
http://amibroker.com/download.html (for v 5.30 it is:
http://www.amibroker.com/bin/AmiBroker530.exe) to ".wine/drive_c". Copy 2
dll's: mfc42.dll & msvcp60.dll to ".wine/drive_c/windows/system32". Run "wine
cmd"
2. From the "C:>" prompt install AmiBroker in the default location (C:\Program
Files\AmiBroker) by executing AmiBroker530.exe
3. Change directory to C:\Program Files\AmiBroker
4. Run AmiBroker (type broker and press <enter> at the prompt) - it should show
a chart for "^DJI(Daily)"
5. Click with the right mouse button on the chart pane (there are 3 chart panes
- I clicked on the top one) and from the popup context menu that appears select
item "Parameters"
6. A "Properties of Price" dialog box appears (the title may vary depending on
which panel the right mouse click occurs)
7. Click on any "Color" item (i.e. with the label "Color")
8. A simple color palette popup window appears
9. Click on the "More" button of the simple color palette - a more detailed
color dialog box appears
10. Click on the "Cancel" button of the detailed color dialog box
The program crashes (the whole application needs eventually be killed from
Linux)
Another way to crash it is (after step 7 - i.e. without pressing its "More"
button) click on the (parent) "Properties of Price" dialog box - the simple
color palette does not close (it does under native Windows). Then one by one
close all the AmiBroker windows (notice that the simple color palette stays
open). This should eventually crash the application (pressing <Esc> button also
does the trick).
I also tested it under 1.3.12 environment (files attached) with the same
result. However, I felt a bit lost when compiling and installing the wine
environment. I have two systems: Debian amd64 (squeeze) and Debian 32-bit
(lenny). The crash occurs on both of them.
--
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=22136
Summary: Starcraft II - poor fps in windowed mode
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
In wine, roughly 6-8 fps, and terminal is filled with:
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
in windows, I consistently get 50, even with a lot of characters on screen.
--
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=26077
Summary: setupapi/misc tests show a memory leak in
winemenubuilder?
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
24 bytes in 3 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by CreatePropertyBag2 (propertybag.c:143)
by PngEncoder_CreateNewFrame (pngformat.c:1376)
by convert_to_native_icon (winemenubuilder.c:423)
by platform_write_icon (winemenubuilder.c:1068)
by extract_icon (winemenubuilder.c:1100)
by InvokeShellLinker (winemenubuilder.c:2590)
by Process_Link (winemenubuilder.c:2965)
by wWinMain (winemenubuilder.c:3418)
by wmain (exe_wmain.c:50)
by __wine_spec_exe_wentry (exe_wentry.c:36)
by ??? (process.c:1034)
by start_process (process.c:1086)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_process (loader.c:2606)
by ??? (port.c:60)
--
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=11837
Summary: Popup has magenta background - should be transparent
Product: Wine
Version: 0.9.56.
Platform: HP
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
Created an attachment (id=11111)
--> (http://bugs.winehq.org/attachment.cgi?id=11111)
Note magenta (should be clear) around yellow tide level popup
The example in the attached screen shot shows a popup attached to a tide
prediction station but popups of the same format (rectangular "balloon" with
pointer to feature) from other features show the same problem, the background
around the popup should be clear or transparent but is filled in magenta
instead. The problem is persistent and repeatable on demand.
--
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=25212
Summary: piwigo ploader can't connect to the net
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdd(a)dodin.org
Hello,
I try to make an application to work in wine.
It's "ploader", an utility coming with the "Piwigo" photo gallery.
It seems to work, but have to connect to the web to upload photos and this
don't works.
This windows program is available here:
http://fr.piwigo.org/ext/extension_view.php?eid=270
when launched from wine it first shows locales loading:
wine pLoader.exe
fixme:msvcrt:MSVCRT__wsetlocale 0 L"Chinese_People's Republic of China.936"
fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252"
(....)
then:
fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252"
fixme:msvcrt:msvcrt_fdtoh wtf
(several times)
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:msvcrt_fdtoh wtf
it asks for the gallery URL then is issues an error message: can't connect to
xxxx:80 (unknown error). I can connect from windows or some variant of Linux
(there is a linux debian only version, not working on my openSUSE).
Adding :80 after the URL gives the same result (http://dodin.org:80/piwigo)
there is an offline option, and under this options the program works perfectly,
so only the connect problem seems to forgive it's use
the programm is a perl application.
thanks
jdd
--
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=12272
Summary: Aliens Versus Predator 2 1.0.9.6 mouse axis problem
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sexy_b14(a)hotmail.com
Aliens Versus Predator 2 1.0.9.6 you are able to load the game fine, you can
use the mouse in the menus, but when you get load into a level the mouse axis a
wrong move the mouse left it looks right, move the mouse up looks goes down.
Moving the mouse right or down don't do a hole lot. Once your looking down you
are unable to us the mouse to look anymore. This mouse issue also happens with
No One Lives Forever2.
thanks all
--
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=26076
Summary: shdocvw/shdocvw tests show a memory leak in
winemenubuilder?
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
256 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by ???
by ???
by Process_URL (winemenubuilder.c:3019)
by wWinMain (winemenubuilder.c:3416)
by wmain (exe_wmain.c:50)
by __wine_spec_exe_wentry (exe_wentry.c:36)
by ??? (process.c:1034)
by start_process (process.c:1086)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_process (loader.c:2606)
by ??? (port.c:60)
--
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=26254
Summary: King School computer aided course will not execute
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rabbitanddino(a)att.net
Created an attachment (id=33457)
--> (http://bugs.winehq.org/attachment.cgi?id=33457)
Debug output from KSI G1000 training - commands embedded in file
King Schools produces computer based training tool. The tool is based on
videos (.mpg) and follow-up activities. The built-in video player will not
run. However the videos can be played using the "VLC Media player". Debug
information was captured and is provided in an attachment.
I'm running the latest DEBIAN install:
System specifics are:
#uname -a
Linux Euler 2.6.26-2-686 #1 SMP Thu Jan 27 00:28:05 UTC 2011 i686 GNU/Linux
#gcc -v
gcc version 4.3.2 (Debian 4.3.2-1.1)
#wine --version
wine-1.0.1-174-gc4039bd
--
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=16576
Summary: Warlords Battlecry III crashes on exit.
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nthykier(a)hotmail.com
CC: nthykier(a)hotmail.com
Created an attachment (id=18090)
--> (http://bugs.winehq.org/attachment.cgi?id=18090)
complete wine log
When I close (click quit/exit in the menus) Warlords Battlecry III, it gets an
"unhandled page fault". So rather than closing it crashes. Severity does not
seem overwhelming as it has not failed to flush its files due to these crash.
I have made no special changes (no patches) to my installation to play this
game. The AppDB suggests installing some native DLL files, which I haven't done
- since single player version ran fine without.
AppDB entry: http://appdb.winehq.org/objectManager.php?sClass=version&iId=1168
--
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=20265
Summary: TR4W program starts if I go into terminal mode
ctrl-alt-F1 and then back to GUI ctrl-alt-f7
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.tr4w.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rx9tx(a)qrz.ru
CC: rx9tx(a)qrz.ru
Program installation http://tr4w.com/ru/system/files/tr4w_setup_4_166.zip
Run the program, enter:
My call - AA1AA
Contest - ARRL DX CW
My state - MA
Click OK - program window disappears.
If I go into terminal mode ctrl-alt-F1 and then back to gui ctrl-alt-f7
programs finally starts properly.
--
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=26089
Summary: MS Office install fails.
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.o.shyichuk(a)gmail.com
Created an attachment (id=33279)
--> (http://bugs.winehq.org/attachment.cgi?id=33279)
console output
Office 2003 setup failed with the following output.
Fail happens after selecting all options and clicking "next" on "zero position"
of the progress bar.
winetricks msi2 doesn't help, install doesn't starts at all.
Offtopic:
By the way, are there some wikis of smth with lists of all of this fixme: and
err:?
I mean, if I want to do DIY-bugfixes where can I find some lists of known bugs?
Googling gives posts of other users like "I-have-the-problem-blah-blah-blah".
Thanks.
--
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=15032
Summary: Problems with Webpage content in Station Launcher
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai(a)stg24.at
Created an attachment (id=15674)
--> (http://bugs.winehq.org/attachment.cgi?id=15674)
output of wine when running station launcher and opening a few html windows
Station launcher (downloadable at: http://launcher.station.sony.com/) relies on
displaying webpages pages to display/change acccount status, character lists,
update notes, news....
There seems to be a lot problems with this in wine, pages that require login
doesn't seem to work (probably cause of cookies missisng).
on the public pages that don't require login (like news, update notes) there is
another problem too, these pages seem to get loaded (you see elements of it
apearing) but after a few seconds everything disappears and screen goes white.
not sure if the authentication can be fixed, but the displayed content
disappearing looks like a bug with window refreshes to 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=26245
Summary: DC++: "Select text style" in "Colors and sounds"
settings crashes
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ne7(a)parsoma.net
Created an attachment (id=33444)
--> (http://bugs.winehq.org/attachment.cgi?id=33444)
Trace made by WINE
Steps to reproduce:
(1) Download DC++ 0.781 from
http://sourceforge.net/projects/dcplusplus/files/DC%2B%2B%200.781/ . I prefer
using the .zip version because it doesn't need installation.
(2) rm ~/.wine/ -rf to make sure one has "tested with a clean Wine directory
(default location: "~/.wine", z: drive -> / link exists, no DLL overrides)".
(3) Decompress DCPlusPlus-0.781.zip into its own directory; stipulate that this
is called ~/DCPlusPlus-0.781.
(4) Run DCPlusPlus.exe from ~/DCPlusPlus-0.781.
(5) On first startup, it'll open the settings dialog box. Click on "Colors and
sounds" under the "Appearance" category.
(6) Click the "Select text style" button in the "Colors and sounds" settings
pane.
(7) Actual result: WINE 1.3.14 crashes; expected result: WINE allows one to
select the text font and color.
DC++ is GPL software the source to which can be found at
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk . Debug builds of
more recent bzr versions (currently labeled as version 0.785) which also crash
available at http://builds.adcportal.com/index.php?folder=ZGNwcA== .
Information requested by http://www.winehq.org/docs/wineusr-guide/bug-reporting
:
wine --version: wine-1.3.14
OS/Distro/Version: Ubuntu 10.10, 64-bit
gcc --version: gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
WINE source: the Ubuntu WINE PPA at
https://launchpad.net/~ubuntu-wine/+archive/ppa
Program name/version/URL: DC++ 0.781 at http://dcplusplus.sourceforge.net/
WINE command: rm ~/.wine/ -rf && wine DCPlusPlus.exe 2>dcpp.trace
WINE trace: attached as dcpp.trace; it didn't seem to crash properly enough to
get a backtrace.
--
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=22097
Summary: Starcraft II has a crash on exit in win7 mode (but not
XP)
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Doesn't occur on windows 7. The crash is caught by Blizzard's crash handler,
see attached. Terminal output is small:
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x7bd0f8,0x7bd0f4): stub
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x7bcdac,0x7bcda8): stub
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:dxdiag:ProcessCommandLine /t unimplemented
Side note, seems another application wants to use dxdiag. The crash handler
seems to be invoking dxdiag /t, perhaps to get the dxdiag info to submit with
the crash.
--
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=23362
Summary: The Starcraft 2 Editor crashes when you open the
terrain view after opening and closing the previewer.
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
Created an attachment (id=29118)
--> (http://bugs.winehq.org/attachment.cgi?id=29118)
Crash backtrace.
Steps to reproduce:
1.) Set the registry key
"HKEY_CURRENT_USER\Software\Blizzard
Entertainment\StarCraft II Editor Beta\Preferences\StartupModules" to 0
I do this because the terrain editor would open else instantly and usually when
the terrain editor opens it freeze for me(see bug 22588).
2.) Start the editor and select the "Overview Manager" (right most icon)
3.) Start the previewer using the menu Window/Previewer
4.) Close the previewer window
5.) Attach a debugger if you want a backtrace
6.) Start the Terrain Module using the menu Modules/Terrain
It crashes as surface->container is nil when surface_is_offscreen gets called.
--
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=17954
Summary: Rotated device labels are not displayed in
propellerheads reason 4.0.1
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzi.wine.jamasi(a)xoxy.net
On the left side of a bigger device in reason (like the mixer) there should be
the name of the device written into a 90 degree rotate label.
On start-up of reason there are these messages which might point to the root of
the problem:
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
--
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=13162
Summary: Watchtower library 2007 japanese : font problem on
startup
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alncoool(a)hotmail.com
Created an attachment (id=12974)
--> (http://bugs.winehq.org/attachment.cgi?id=12974)
Font problems when running Watchtower Library 2007 Japanese version.
I have some problems with a Watchtower Library 2007 (japanese version)
application.
The application crashes on startup.
It seems to be linked with font initialization. Please see attached log file.
I have installed msttcorefont files on my system (ubuntu8.04)
Recently i was able to use it with Ubuntu7.10 and wine 0.9.47 with some fonts
files in windows\font folder.
PS: my french version of Watchtower Library 2007 works fine...
--
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=18817
Summary: Radio Buttons Missing in Photoshop Emlements 7.0.
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l-e.englund(a)bredband.net
Created an attachment (id=21619)
--> (http://bugs.winehq.org/attachment.cgi?id=21619)
Shows the missing radio buttons.
Overview.
After using Photshop Elements 7.0 and now wine 1.1.22 and 1.1.23 for a while,
I seen some more minor bugs. Radio buttons are not in their right places in
following functions:
"Edit -> Color Settings"
The "Radio Buttons" is in upper left corner of the screen. Se
ColorSettings.png.
"Enhance -> Adjust Lighting -> Levels
Double click on the tool "Set Black Point", and
the other settings tools to. Se screen dump "ColorLevels.png"
for more information.
In both cases the radio buttons appears in the upper left corner. Please take
a look at the screen dumps. The upper "left" pop ups change their values then
the cursor moves over their "right" places in the pop up windows.
In the Organizer and "Edit -> Color Settings" this will not occur. I hope this
information will help you.
My system is Unbuntu 9.04, latest patch level, on Dell 5150 Inspiron 1 Gb Ram.
Wine is in it's default location.
Regards
Lars-Erik
--
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=9983
Summary: hl.exe / CSS crashs at startup
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spreetec(a)gmx.net
steam install fine (blank) but if i start CSS i get this error. tested with
0.44 and 0.46, have this error with nvidia(geforce4-mx400) and with ati(9600)
on intel p4-1600
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18714
Summary: utorrent not connectible through wine
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://forum.utorrent.com/viewtopic.php?pid=411895
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gmdime(a)gmail.com
This seems to affect users with a large number of torrents seeding. I have over
600 torrents loaded on utorrent and several people in the post mentioned they
also have over a couple hundred torrents.
I've attached the url for a post on the utorrent forums as I'm unsure whether
this is a bug with utorrent or wine. The OP of the post mentioned that he fixed
his issue by setting half open connections to 50 from the default of 8.
However, this did not fix the issue for the majority of us.
Running utorrent from a virtualbox on the same machine does not have the same
bug so there is definitely a discrepancy between the network functionality of
utorrent running through wine or virtualbox.
--
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=17905
Summary: PDF-XChange Viewer mouse pointer drop shadow
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ronfischler(a)gmail.com
Created an attachment (id=20213)
--> (http://bugs.winehq.org/attachment.cgi?id=20213)
Wine output when PSD-XChange Viewer attempts to draw the mouse pointer
PDF-XChange Viewer is a fancy PDF document viewer, possibly "best in show" due
to its many features - including the ability to annotate documents.
When the mouse pointer changes to a hand for pushing the document up or down,
the dropshadow appears as a large solid black region surrounding the hand. An
error is produced by wine that says: fixme:system:SystemParametersInfoW
Unimplemented action: 4132 (SPI_GETDROPSHADOW).
--
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=18563
Summary: dreamweaver 8 hangs when encountering •
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When I open a document that contains an • html element, or I type this
string in an open document dreamweaver then freezes and hangs and becomes
unusable.
--
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.