http://bugs.winehq.org/show_bug.cgi?id=27970
Summary: cmd's attrib command doesn't accept multiple
attributes
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
And it doesn't do the right thing with "attrib +r" or "attrib +s +r".
Here's a draft patch for this. Not yet finished.
--
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=28799
Bug #: 28799
Summary: d3dx9_36/tests/mesh.ok: memcpy source and destination
overlap in weld_float16_2() triggered by
test_weld_vertices()
Product: Wine
Version: 1.3.30
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
Classification: Unclassified
In d3dx9_36/tests, in "make mesh.ok", valgrind complains:
Source and destination overlap in memcpy(0x7fd893dc, 0x7fd893dc, 4)
at memcpy (mc_replace_strmem.c:635)
by weld_float16_2 (mesh.c:5861)
by weld_component (mesh.c:5958)
by D3DXWeldVertices (mesh.c:6242)
by test_weld_vertices (mesh.c:8069)
by func_mesh (mesh.c:8193)
by run_test (test.h:556)
by main (test.h:624)
--
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=27633
Summary: Missing StrToInt64Ex in SHLWAPI.DLL
Product: Wine
Version: unspecified
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlo.bramix(a)libero.it
StrToInt64ExW (Unicode) and StrToInt64ExA (Ascii) are missing in SHLWAPI.DLL
http://msdn.microsoft.com/en-us/library/bb773450%28v=vs.85%29.aspx
At time of writing, this bug persists in all WINE versions, including the
latest sources in the repository.
--
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=29031
Bug #: 29031
Summary: Game borderlands does not start
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy-bugzilla(a)kievinfo.com
Classification: Unclassified
Game does not start. Aborts with following output:
wine Borderlands.exe
err:module:map_image Could not map shared section .extra
err:module:map_image Could not map shared section .extra
wine: Bad EXE format for C:\Program
Files\Steam\steamapps\common\borderlands\Binaries\Borderlands.exe
This is not a duplicate of bug 23962 .
--
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=27192
Summary: Regedit - import failure if reg-file contains ';'
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
The Regedit.exe didn't import REG files correctly if the reg-files contains a
';' (semicolon) at the beginning of a line. It ignores the rest of the file.
Example:
--snipp--
[HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\SearchScopes\{CF821BCD-444B-4E01-8523-ECBEECBF10C0}]
"DisplayName"="Wikipedia (de)"
;;"FaviconPath"="C:\\Documents and Settings\\Joerg\\Local Settings\\Application
Data\\Microsoft\\Internet
Explorer\\Services\\search_{CF821BCD-444B-4E01-8523-ECBEECBF10C0}.ico"
"FaviconURL"="http://de.wikipedia.org/favicon.ico"
"OSDFileURL"="http://www.ieaddons.com/de/DownloadHandler.ashx?ResourceId=840"
"ShowSearchSuggestions"=dword:00000000
"SuggestionsURL"="http://de.wikipedia.org/w/api.php?action=opensearch&format=xml&search={sear…"
"SuggestionsURL_JSON"="http://de.wikipedia.org/w/api.php?action=opensearch&search={searchTerms}&na…"
"URL"="http://de.wikipedia.org/w/index.php?title=Spezial:Suche&search={searchTerms}"
--snapp--
Only the first line behind the reg-key will be imported. The rest, e.g.
"FaviconURL" and so on, is ignored.
The ';' is the comment sign inside a (all) reg-files.
--
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=22060
Summary: regedit CRASHES when key with non-ascii values is
renamed or deleted
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tianshuo(a)gmail.com
Created an attachment (id=26868)
--> (http://bugs.winehq.org/attachment.cgi?id=26868)
results of WINEDEBUG=+relay wine regedit
there is a key in my registry that I can not delete, every time I delete it
regedit.exe crashes. I am deleting this key because of Bug 20279 and the
solution it provides does not work because of this crash. rename does not work
either gives the same error message
wine: Unhandled page fault on write access to 0x00750072 at address 0x7bc486bc
(thread 001b), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc48148
"wine --version" is 1.1.40
I am attaching the tail of "WINEDEBUG=+relay wine regedit" as
winedebugrelay.log
and "winedbg regedit" as winedbg.log
I am not sure if more 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=26989
Summary: Playchess, games tab is not drawn
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.fritzhelp.com/download/PlayChessV5Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Install.. Click "Enter As Guest". Click games tab. Tab really changes, but
nothing is drawn.
Terminal has lot of:
fixme:gdiplus:GdipFillPath Not implemented for brushtype 3
--
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=25861
Summary: fail to run POPO2011-Full-installer.exe (POPO is an
IM from Netease)
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=32957)
--> (http://bugs.winehq.org/attachment.cgi?id=32957)
Log: installing POPO2011-Full-installer.exe with wine
env:
wine1.3.12 from ubuntu ppa
Ubuntu 10.10 x86_64
Step 1
Download POPO2011-Full-installer.exe
http://dl.163.com/popo_2011/update/installer/POPO2011-Full-installer.exe
Step 2
Install POPO2011:
fracting@fracting-K400:~$ rm -rf .wine
fracting@fracting-K400:~$ wine
'/home/fracting/Desktop/POPO2011-Full-installer.exe'
full log is in attechment install_popo.log
Step 3
Install mfc42 with winetricks
Step 4
run POPO
$ wine '/home/fracting/.wine/drive_c/Program Files/Netease/POPO/Start.exe'
fracting@fracting-K400:~$ fixme:msvcrt:_setmbcp trail bytes data not available
for DBCS codepage 0 - assuming all bytes
fixme:msg:ChangeWindowMessageFilter 233 00000001
fixme:msg:ChangeWindowMessageFilter 4a 00000001
fixme:msg:ChangeWindowMessageFilter 49 00000001
fixme:msg:ChangeWindowMessageFilter 233 00000001
fixme:msg:ChangeWindowMessageFilter 4a 00000001
fixme:msg:ChangeWindowMessageFilter 49 00000001
fixme:dbghelp:elf_search_auxv can't find symbol in module
There is no any window to be created.
--
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=24551
Summary: Cannot install Windows Server 2003 Administration
Tools Pack
Product: Wine
Version: 1.3.3
Platform: x86
URL: http://www.microsoft.com/downloads/en/details.aspx?Fam
ilyID=c16ae515-c8f4-47ef-a1e4-a8dcbacff8e3
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Created an attachment (id=30987)
--> (http://bugs.winehq.org/attachment.cgi?id=30987)
~/wine-git/wine msiexec /i adminpak.msi 2> log.txt
I am not sure the installer copies anything but I notice that it does not
appear in the program list in Add/Remove Programs.
--
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=27560
Summary: Runaway 3 : Retail fails to recognize media on Wine
64Bits
Product: Wine
Version: 1.3.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Created an attachment (id=35236)
--> (http://bugs.winehq.org/attachment.cgi?id=35236)
Terminal output on Wine 64Bits
I installed Runaway 3 (A Twist of Fate) on two differents prefix.
The first is a 32Bits wineprefix and the second is a 64bits wineprefix.
In the first wineprefix (32bits), i add my dvd drive (/media/cdrom) in Winecfg.
With this, the game runs correctly with the DVD on the dvd drive and without
crack no-cd.
In the second wineprefix (64bits), the game does not run completly. Even if i
add the dvd drive in Winecfg and the DVD is inserted. Works correctly if i use
a crack no-cd
The game is protected with Securom 7.x :
-- snip --
-=[ ProtectionID v0.6.4.0 JULY]=-
(c) 2003-2010 CDKiLLER & TippeX
Build 07/08/10-17:57:05
Ready...
Scanning -> Z:\home\berillions\.wine64\drive_c\Program Files (x86)\Pendulo
Studios\RUNAWAY - A TWIST OF FATE\RATOF.exe
File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 11790176 (0B3E760h)
Byte(s)
-> File Appears to be Digitally Signed @ Offset 0B3D000h, size : 01760h / 05984
byte(s)
[File Heuristics] -> Flag : 00000000000000000000000000000101 (0x00000005)
[!] SecuROM Detected - Version 07.41.0004
[!] Possible CD/DVD-Key or Serial Check -> Invalid serial
[CompilerDetect] -> Visual C++ 8.0 (Visual Studio 2005)
- Scan Took : 0.185 Second(s)
-- snip --
$ wine --version :
wine-1.3.22
The game does not need a CD-KEY during the installation or after the first
launch.
Regards
--
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=26676
Summary: Wine crashes with World of Warcraft
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turgut(a)kalfaoglu.com
Created an attachment (id=33970)
--> (http://bugs.winehq.org/attachment.cgi?id=33970)
Xorg.0.log
I have a P4 system with an Nvidia 6200 card, the MB is a Microstar MS-7005,
phoenix bios.
I installed F13 on it, and it seems to run alright, until you use a wine+openGL
application.
For example, Warcraft's "Launcher.exe" which downloads the game:
I launch it, and it may run for hours if I don't touch it, or it may close
right away - even taking away the shell prompt that I used to launch it -- even
that closes!
To crash it sooner, I can go into that Launcher's menu and change some options.
This time it might crash the whole X, bringing me back to the graphical Login
prompt of Gnome, or maybe it will work alright.
What has been tried so far:
Various wine versions, upgrading kernel and all, have been tried.
Blacklisted nouveau, since I want some performance out of this old machine,
Tried rpmfusion's nvidia driver versus the one downloaded from Nvidia's
site.
Tried Nvidia's beta driver.
Tried OpenGL screensavers of gnome - they appear to work fine, likewise
compiz works fine.
Tried various BIOS tweaks (AGP aperature, Fastwrite, etc)
I have never seen odd crashes like this, so I'm at my wits' end.
If its hardware related, I don't know where to start replacing, and I don't
want to spend money replacing good working hardware either.
Attached: lshw and Xorg outputs
--
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=26709
Summary: Wine doesn't release window after move action
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dufgrinder(a)laposte.net
Using Poser 7.0.2 on Fedora 13
When you move a Poser internal window, you usually have to click once to start
the window move and to click a second time to release it.
Wine 1.3.16 doesn't release any internal window. They're always on move.
Keyboard is not fully available (ALT+TAB doesn't work)
The final solution is to kill "Poser.exe" - After (CTRL+ATL+F2) to get a
console.
It was working with all previous releases (including wine-1.3.14)
Kind Regards,
Olivier
--
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=23683
Summary: Assassin's Creed: White Screen after intro on ati
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
Created an attachment (id=29648)
--> (http://bugs.winehq.org/attachment.cgi?id=29648)
output of wine when running Assassin's Creed
There is a problem when trying to run Assassin's Creed on ATI cards with the
catalyst driver. The problem does not occur on my Desktop PC with an nvidia
card.
When I start Assassin's Creed the intros will play fine. When I skip them or
when they ended the screen will just turn white. I hear the music playing but
nothing seems to happen.
I renamed the movies folder and sometimes I can see the Assassin's Creed logo
fading in but it will suddenly stop to fade.
I attached the error log.
System Information:
ArchLinux 64 Bit
bin32-wine (it's wine 1.2)
Intel core i3 330m
ATI Mobility Radeon HD4550 (catalyst 10.5)
3 GB Ram
--
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=17842
Summary: PopCap games cannot connect to registration server
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://downloads.popcap.com/www/popcap_downloads/Bejewel
edSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
So far tested a couple of PopCap games, and none of them can connect to the
registration server. No useful error is giving, and the output is fairly
minimal. Could it have anything to do with CLSCTX_REMOTE_SERVER?
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:create_server class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x17
This is the full output, not worth putting in an attachment.
+mshtml, +msnet, +gecko, +url, +urlmon do not give any further output.
The PopCap games use an .exe as "copy protection" to extract and load another
.exe. The second .exe is the actual game.
Will link games I find have this problem as I find them.
+relay log available if needed (if it's not the fixme).
--
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=17866
Summary: Sage Line 50 UK v10 can not run a Period End
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=16135
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20147)
--> (http://bugs.winehq.org/attachment.cgi?id=20147)
Screenshot of page
Sage Line 50 v10 opens what appear to be a help page in order to run a "Period
End". This page should contain links that opens various other parts of the
app, but the whole page is plain text.
--
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=17865
Summary: Sage Line 50 UK v10 XML DOM error
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=16135
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20145)
--> (http://bugs.winehq.org/attachment.cgi?id=20145)
XML DOM error
Launching Sage Line 50 v10 flashes up an XML DOM error very briefly, then
disappears, but remains in memory.
CTRL+C (when running in the console) bring the window back.
Clicking twice on OK causes an unhandled page fault and eventually exits.
Workaround is "winetricks msxml3".
--
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=26203
Summary: ie7 can connect to https://mail.google.com, but not
https://gmail.com ?
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=33404)
--> (http://bugs.winehq.org/attachment.cgi?id=33404)
+wininet,+schannel logs for both mail.google.com and gmail.com
With today's git, doing
rm -rf ~/.wine
winetricks-alpha ie7
and then
wine 'C:\Program Files\\Internet Explorer\\iexplore' https://mail.google.com
works; you can read that web page. However,
wine 'C:\Program Files\\Internet Explorer\\iexplore' https://gmail.com
fails, complaining
"There is a problem with the certificate for this site.
There is at least one unspecified security problem with this certificate.
Do you want to continue anyway?"
The log in this case shows
err:wininet:NETCON_secure_connect SSL_connect failed: 12038
Adding a native override for wininet let ie7 handle the redirect from gmail.com
to google's sign-in service (although it crashed not long after).
--
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=11482
Summary: Airline Tycoon Evolution fails to start
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elicoten(a)live.co.uk
Created an attachment (id=10625)
--> (http://bugs.winehq.org/attachment.cgi?id=10625)
Console output of crash
The screen resolution changes, but then changes back again and the game doesn't
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=26928
Summary: Midi messages MTC trashed
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monsieurstromberg(a)gmail.com
I'm using a DAW (reaper from Cockos) that sends MTC messages on a midi port.
There are 2 forms for these messages :
full frame time codes starting with 0x70 and 10 bytes long.
quarter frame time codes starting with 0x71 and 2 bytes long.
For debug purpose, the messages are sent on alsa Midi through port, and a midi
monitor receives the messages using this port as input.
When debugging with WINEDEBUG=midi, I can see the quarter frame messages in the
log, but the monitor doesn't (I checked with a native linux application and the
same connection method that the monitor can receive these messages). Full frame
messages (sent at the beginning) are received.
Thanx for any investigation or answer.
--
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=11895
Summary: GeoControl installer hangs
Product: Wine
Version: 0.9.57.
Platform: Other
URL: http://www.cajomi.de/Download/GeoControl_Demo1.13a_Setup
.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.57, Ubuntu 7.10, winetricks vcrun6
The installer hangs fairly early, preventing the application from being
installed. Application is available to download, 7.2MB. If anyone would like
a log provided, please specify which channels.
--
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=28486
Summary: Office Professional Plus 2010 install fails
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Blocks: 25476
Created attachment 36540
--> http://bugs.winehq.org/attachment.cgi?id=36540
install log
This bug is for the full version, not the trial.
The installer gets a little more than halfway through, then "encounters an
error" and rolls back the install. Winetricks dotnet20 works around it and
enables the install to complete. That leads to bug 25476.
--
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=21460
Summary: Construct 0.99.8 "File" menu not working with WINE.
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stuart(a)sslaxx.demon.co.uk
Running Construct 0.99.8 installed under WINE 1.1.36 under Ubuntu 9.10.
"File" tab at the top shows menu sub-items, but these cannot be clicked upon.
"Customise Quick Access Toolbar" also exhibits the same problem.
You may find Construct 0.99.8 at
http://www.scirra.com/forum/viewtopic.php?f=2&t=5570 this location, or
http://sourceforge.net/projects/construct/files/construct/Construct%200.99.…
here for the SourceForge.net download link.
--
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=13186
Summary: Warcraft III TFT fails to start with prefixes never used
by <wine-0.9.61
Product: Wine
Version: 0.9.61.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malteeggers(a)googlemail.com
CC: m.b.lankhorst(a)gmail.com
Created an attachment (id=13003)
--> (http://bugs.winehq.org/attachment.cgi?id=13003)
Command line output of the crash
A regression bug occurred in 0.9.61. Warcraft III does not start properly with
prefixes that have never been run (or created) by any previous wine versions.
It exits displaying a "FATAL ERROR" message box.
The patch causing the regression:
3a39805ed8345047d217f4a0d7de3954cce7cb93 is first bad commit
commit 3a39805ed8345047d217f4a0d7de3954cce7cb93
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Tue Apr 22 13:57:11 2008 -0700
quartz: Make wave parser and mpeg splitter zero copy by getting rid of the
seperate allocator for the output pin.
:040000 040000 65d5061c65d0a2461b3144a051e427f865a37131
09db2b08ba369a7d7dc90679a96c8c624253a6a7 M dlls
I am using Gentoo Linux and got the bug both on x86 and x86_64.
--
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=25103
Summary: Medieval Total War Gold DVD Italian - Unload the
debugger error
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emanuele.emalele(a)gmail.com
Created an attachment (id=31832)
--> (http://bugs.winehq.org/attachment.cgi?id=31832)
Log of the Medieval Total War Gold Italian DVD version
After a correct installation, launching the game returns the pop-up window
complaining about the debugger:
Unload the debugger and try again
Attached the whole log bzipped2 with the parameter explained in the Wine guide.
Thank you
--
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=23706
Summary: Ship Simulator 2008 demo needs
D3DXSaveSurfaceToFileInMemory
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.shipsim.com/downloads/trailers
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: misha680(a)gmail.com
CC: wine-bugs(a)winehq.org
Once this bug is fixed:
http://bugs.winehq.org/show_bug.cgi?id=22918
for example with bugs in this repository:
http://github.com/misha680/wine/commits/
Ship Simulator 2008 demo crashes with this requirement:
wine: Call from 0x7b8369f2 to unimplemented function
d3dx9_36.dll.D3DXSaveSurfaceToFileInMemory, aborting
wine: Unimplemented function d3dx9_36.dll.D3DXSaveSurfaceToFileInMemory called
at address 0x7b8369f2 (thread 001c), starting debugger...
Misha
--
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=26476
Summary: builtin IE cannot open
https://ebank.njcb.com.cn:8001/perbank/logon.jsp
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=33713)
--> (http://bugs.winehq.org/attachment.cgi?id=33713)
trace: +wininet
Log is like below :
err:wininet:NETCON_secure_connect SSL_connect failed: 12169
After a long waiting there will be a 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=24210
Summary: Burger Shop sound does not work when hardware
acceleration is enabled.
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: danimothonline(a)gmail.com
Created an attachment (id=30481)
--> (http://bugs.winehq.org/attachment.cgi?id=30481)
Console Ouput
Burger Shop sound does not work when hardware acceleration is enabled.
When setting hardware acceleration to "Emulation" instead of "Full" sound works
perfectly.
--
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=27939
Summary: SQLyog crashes when displaying data
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)scotthinton.com
Created an attachment (id=35743)
--> (http://bugs.winehq.org/attachment.cgi?id=35743)
error output
After this last patch, SQLyog quits unexpectedly once you connect to a database
and attempt to view table data, or enter text into the query window.
SQLyog Enterprise v8.18
Error output is 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=15092
Summary: Adobe Flash Player 9 and 10: movies and images are
messed up
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piekarzarkadiusz(a)gmail.com
Created an attachment (id=15772)
--> (http://bugs.winehq.org/attachment.cgi?id=15772)
Screenshot from Youtube #1
When I launch a site with flash elements, i. e. wine iexplore
http://youtube.com/ and choose any movie (i. e.
http://www.youtube.com/watch?v=VntFEWF8I8A), it will be played, but messed up.
Screenshots will better describe what I mean.
I believe the same problem is responsible for bug
http://bugs.winehq.org/show_bug.cgi?id=15075 , where in Steam certain elements
using flash flicker and have grey bars.
I tested it with Adobe Flash Player 10 RC so far, but I get the same results
with 9 in Steam.
--
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=25287
Summary: Rise of Nations Gold Edition Nuclear Blast Effect
Looks Awful
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shiningarcanine(a)gmail.com
The nuclear blast effect in Rise of Nations Gold Edition looks awful when
running under WINE. There is supposed to be a smooth white effect, but instead
there is no real transition and the screen stays at a white point for the
duration of the effect, during which time, artifacts can be seen 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=9335
Summary: Cannot switch tabs in MYOB
Product: Wine
Version: 0.9.42.
Platform: Other
URL: http://www.myob.com.au
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)mwiriadi.id.au
Created an attachment (id=7617)
--> (http://bugs.winehq.org/attachment.cgi?id=7617)
WINEDEBUG=Warn+allMyob.exe
Install MYOB fine and runs fine. Open up a menu and try to click on a
different tab up the top of the screen and it doesn't respond.
--
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=25476
Summary: MS Office Pro 2010 Trial: setup.exe is started when
starting installed apps if Outlook is installed
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
To reproduce:
1. Download the trial from Microsoft
2. Install it without customizing. The default install includes Outlook.
3. Try to run Word, Excel, or Powerpoint; the installer will start up while the
app is loading.
4. If you wait, the installer will eventually crash.
If Outlook is not installed, this does not happen.
--
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=21861
Summary: SDP Downloader (2.3.0): Doesn't restore from tray
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://sdp.ppona.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Created an attachment (id=26473)
--> (http://bugs.winehq.org/attachment.cgi?id=26473)
SDP Downloader after minimizing to tray
I'm using WINE 1.1.38 on Ubuntu 9.10 x64.
Bug:
The SDP Downloader (2.3.0) doesn't restore from tray after minimizing. After
minimizing it also often appears a small stripe of a program window in the
center of the screen (see attached screenshot).
As workaround I use to click right on the SDP entry in tray menu, choose
"minimize" and the mysterious stripe of a program window disappears. Then I'll
click right again on the SDP entry, choose "Restore" and the program window
gets restored/maximized.
--
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=22817
Summary: Perfect World International: rendering issues with
some models
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: itiliehl(a)yandex.ru
Some models (mostly those added in 'Rising Tide' update) are rendered
incorrectly. One triangle of model get displaced and leaves a hole in a mesh
and sticks out.
--
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=14243
Summary: FedExShipManager installer fails with
"fixme:msxml:domdoc_createNode unhandled node type 2"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://fedex.com/us/software/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce (and get past bug 14241):
wget http://kegel.com/wine/winetricks
sh winetricks dotnet20 vjrun20 wsh56 vcrun2005 vcrun2005sp1 vb6run msxml3
wget ftp://ftp.fedex.com/pub/us/software/FedExShipManager_2356.exe
wine FedExShipManager_2356.exe
This succeeds, but starting the app fails. It seems that the
installer didn't register the app's bin/applogic.exe properly?
0009:Call ole32.CLSIDFromProgID(01313ad8 L"Applogic.Document",0032c308)
ret=782502c1
0009:Call advapi32.RegOpenKeyW(80000000,001ab7b8
L"Applogic.Document\\CLSID",0032c248) ret=7eba3245
0009:Ret advapi32.RegOpenKeyW() retval=00000002 ret=7eba3245
0009:Ret ole32.CLSIDFromProgID() retval=800401f3 ret=782502c1
0009:Call KERNEL32.GetLastError() ret=0169aafb
0009:Ret KERNEL32.GetLastError() retval=0000007a ret=0169aafb
0009:Call advapi32.RegCreateKeyExA(80000002,01313ad8
"Software\\FEDEX\\SHIPNET2000\\SETTINGS",00000000,0032b93b,00000000,0002001f,00000000,0032b940,0032b93c)
ret=0102c253
0009:Ret advapi32.RegCreateKeyExA() retval=00000000 ret=0102c253
0009:Call advapi32.RegQueryValueExA(00000230,0131c528
"InstallDir",00000000,0032b9b0,00000000,0032b9ac) ret=0102c4b6
0009:Ret advapi32.RegQueryValueExA() retval=00000002 ret=0102c4b6
0009:Call user32.MessageBoxA(00020036,0131cb38 "FedEx Ship Manager can not
create a dispatch to the Application Logic. Please make sure the file
\"APPLOGIC.EXE\" resides in the \"\\Bin\" directory.\nFedEx Ship Manager will
now terminate.",008b7d0c "Fatal Error",00000010) ret=0169a287
--
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=20392
Summary: Every non-web-browser I've run: Doesn't load web pages
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.yoyogames.com/gamemaker/try and
http://webapps.prod.there.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: majix560(a)live.com
Programs include registration window of Game Maker 7 and the client for the
SecondLife-like game There
It is a problem for me because Game Maker 7, by YoYoGames, uses a web page to
facilitate registration. I think I know why it doesn't load. It uses internet
explorer as a back-end to load it and wine's internet explorer doesn't work for
it. And the actual Internet Explorer won't install because DriectX can't
install.
P.S. Don't ask me for the name of the game, the name of the game really is
There
--
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=16309
Summary: Left 4 Dead crashes soon after loading a level
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: finite999(a)hotmail.com
Created an attachment (id=17595)
--> (http://bugs.winehq.org/attachment.cgi?id=17595)
Output from crash, have trimmed Steam's CellID spam
Game crashes soon after loading a level. Crash occurs almost immediately after
loading the first episode, but takes longer to occur in episode 2 (the camera
pans back over the destroyed bridge, crash occurs when characters start
talking). My guess is it's occuring when loading pixel shaders for the
characters, as they are immediately visible in episode 1 (seen footage of
this), and there's a reference to shaderapidx9 in the debug output.
May be related to this bug from the demo version:
http://bugs.winehq.org/show_bug.cgi?id=15946 however I am using the workaround
(-heapsize 512000) and this does not solve it. I'm assuming it's video card or
driver related, as other users have the game working using nVidia cards.
System info:
AMD Athlon64 X2 +4400
ATI Radeon X800 Pro
2GB RAM
Arch Linux (current), ATI Catalyst drivers version 8.11
Wine D3D settings:
[Software\\Wine\\Direct3D]
"DirectDrawRenderer"="opengl"
"Multisampling"="disabled"
"OffscreenRenderingMode"="backbuffer"
"PixelShaderMode"="enabled"
"RenderTargetLockMode"="auto"
"UseGLSL"="enabled"
"VertexShaderMode"="hardware"
"VideoMemorySize"="256"
Game launch options:
-width 640 -height 480 -novid -windowed -heapsize 512000
--
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=13848
Summary: auto-selected font size too large
Product: Wine
Version: 1.0-rc4
Platform: PC
URL: http://realfast.com/associations/nc/ncnca/ncnca.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pfortin(a)pfortin.com
Created an attachment (id=13906)
--> (http://bugs.winehq.org/attachment.cgi?id=13906)
screenshot of form (width=1000 pixels)
Real Estate forms package (commercial) from RealFa$t (realfast.com) originally
available on Win95 (earlier?) uses its own "desktop" to manage its windows.
Regardless of the virtual desktop size I select, the form display exceeds the
virtual desktop width by the same percentage... On WinXP, the forms fit the
full width of the app's "desktop". [To be fair, WinVista can't seem to get the
font large enough to fill the app's "desktop"; it only fills about 1/2 of the
width (text too tiny to avoid eye strain :) ]
--
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=18143
Summary: FastMail: Prints the entire page black
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simonbcn(a)gmail.com
My bank requires me to use a program (for Windows only) to see my receipts from
the bank. This program is FastMail (download link:
http://www.caja-ingenieros.es/cast/productos_y_servicios/fastmail/fastm6.exe).
This program allows me to print receipts, but when I try it always prints the
entire page black.
This occurs with all wine versions.
--
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=13440
Summary: Eudora 7.1.0.9 several bugs related to Wine
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
URL: http://www.eudora.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugz(a)wendy.org
CC: dank(a)kegel.com
+++ This bug was initially created as a clone of Bug #13429 +++
- Not able to see the source of an email (to check special characters, URLs
etc): selecting this option (right-click in an email message, select option
'check source') has no result; same with 'send to browser'. Since clicking a
link does not open a web browser, being able to copy and paste the URL is
important, but not everybody (especially mailing lists) show the URL behind the
link, often just a keyword is shown.
In Eudora under Windows XP, it was always possible to check the source of an
email message. In the source, all information and all headers and all full
URLs could be inspected. Very handy to be able to distinguish between spam and
regular mail, or when the composer of the email made a small error in including
a link to a web page.
Using the option "check source" in Eudora 7.1.0.9 under Wine (0.8x, 0.9x, 1.0
RC1&2) results in no activity, no error report, just nothing happens, like it
is a dead menu option.
--
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=15750
Summary: Adobe Dreamweaver 8: Not enough space for text
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://wiki.winehq.org/AdobeDreamweaver
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=16847)
--> (http://bugs.winehq.org/attachment.cgi?id=16847)
Screenshot in Ubuntu
In some parts of the Dreamweaver 8 installer, you will see that the text is
cropped because is not enough space to show it. Check the screenshot
--
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=21656
Summary: AVP2 demo sound/music glitches
Product: Wine
Version: 0.9.61.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: janklopper(a)gmail.com
The sound in the avp2 (alien versus predator 2 and avp2 demo) glitch.
The installer runs fine, (so does the uninstaller), and the game loads okay.
The sound however is glitchy but does run in real-time it just seems to breakup
every half seccond.
--
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=17583
Summary: COM port no longer works for app reported to work in
2005xxx version of Wine
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ken(a)dognose.com
CC: ken(a)dognose.com
the Davis CarChip is a device that can plug into
an automobile to record ODB-II diagnostic data.
the device is then attached to a computer COM port
and the CarChip application is used to download data,
reset the device, etc.
i'm using the v1.3.0 version of CarChip software.
the wine applications database shows this version as working
back with a 2005 version of Wine.
it does not work for me, the device is not detected
on the COM port. attached is a log of wine's messages
concerning this.
i'm running as root, so device permissions probably
are not an issue.
-ken
--
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=18765
Summary: Project Torque game launcher doesn't download missing
game files
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stlwrt(a)gmail.com
Created an attachment (id=21522)
--> (http://bugs.winehq.org/attachment.cgi?id=21522)
Screnshot of file download error in launcher window
Normally, projecttorque.exe downloads missing game files, including actual game
binary, but after last game update this feature doesn't work. It downloads one
file and stalls showing error:
-------
Update Finished with error! File: dat.98.sup Errorcode: 6011!
-------
Files present in game dir:
[stalwart@delta tor]$ ls
projecttorque.exe tmp_dat.98.sup
Project Torque website: http://project-torque.aeriagames.com/
Just a launcher binary (enough to reproduce a bug):
http://attic.scwlab.com/projecttorque.exe
Used wine from git:
commit 1643679476c88953c6c506c152c7d25ba2219716
Author: Austin Lund <austin.lund(a)gmail.com>
Date: Wed Jun 3 16:02:56 2009 +1000
--
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=13083
Summary: COM port usage causes freeze on application
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nestorac(a)gmail.com
I have programmed an application using VisualBasic 2005 for Windows XP. When I
install the application, I install it along with the libraries needed to run
everything, that's fine. But problems come when using the application: whenever
I try to open the serial port, and then hang it and reopen again to send more
data, it freezes. I have tried to use it through /dev/ttyS0.
Please, test it with an application which opens + closes the port several
times, see if it hangs for about 10 seconds, or more, trying to open the port.
I can send you more data if needed, maybe an application to try, because
debugging information is not very useful (it just tells everything goes Ok, in
spite that it takes too much time to go through).
Serial port is configured at 9600 baud, no parity, 1 stop bit. Normal things,
indeed.
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=9591
Summary: Print to default laser printer in FoxPro fails and shuts
down application
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wb4ubd(a)yahoo.com
Created an attachment (id=7966)
--> (http://bugs.winehq.org/attachment.cgi?id=7966)
Backtraces for FoxPro errors
In FoxPro whether running an application or using the "command" level, sending
a print command to a default network laser printer results in no print and a
shutdown of FoxPro and its application (if used). If CUPS-PDF is used as the
default printer, a pdf file is generated and the FoxPro application remains
active (does not shutdown).
The backtrace report includes comment lines in brackets for the two scenarios.
I have also observed that while in the "command" level of FoxPro, merely the
selection of the laser printer in Print Setup or having the laser printer as
default and entering Print Setup will shutdown the application.
--
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=9430
Summary: Serial port doesn't work with Cricket Logo
Product: Wine
Version: 0.9.41.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nelsoneci(a)gmail.com
This bug might be related to this one, and this seems to be
a hard issue using Linux 2.6. I use Debian sid.
http://bugs.winehq.org/show_bug.cgi?id=4055
When I start the lastest version of this program
(http://handyboard.com/cricket/software/) for Windows
(2003), I get this errors:
fixme:comm:GetCommProperties (0x32c 0x33f35c )
fixme:comm:GetCommProperties (0x32c 0x33f1b8 )
What can I do?
N.-
--
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=14757
Summary: MXit PC: Displays window with no contents on start
Product: Wine
Version: 1.1.2
Platform: Other
URL: http://www.mxit.com/mxitpc
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugs(a)mohag.net
MXit PC 1.3.0.5 Beta (the latest (and only) version available at the time of
the test) opens a window that shows "main" on the taskbar on its second start.
This Window only display the content of whatever is below it or it is
completely white (after restoring from minimize)
Currently startup results are inconsistent, with a total failure to start after
a few tries.
Without any debug options the console gives several ole and urlmon related
errors.
Tested under Wine 1.1.2 under Gentoo with a clean WINEPREFIX.
--
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=10613
Summary: Need for Speed: Hot Pursuit 2 demo renders cars
perpendicular, textureless.
Product: Wine
Version: 0.9.49.
Platform: Other
URL: http://www.download.com/Need-for-Speed-Hot-Pursuit-2-
demo/3000-7519_4-10243302.html
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
The cars in Need for Speed Hot Pursuit 2 are rendering perpendicular and
without textures.
Demo is at the url.
I'm using the latest nVidia proprietary drivers.
Attaching console output in just a second here.
--
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=14489
Summary: Little Reader hangs on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://brillkids.com/little-reader/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://forum.brillkids.com/little-reader/little-reader-in-linux/
a user said she was unable to use Wine to run Little Reader.
So I gave it a shot.
To install, you have to first do
sh winetricks dotnet20
to work around the fact that .net doesn't quite install yet.
The app starts, but hangs at the splash screen. You can see why
by reading ~/"BrillKids/Little Reader/Data/error.log"
Please install Microsoft Data Access Components(MDAC) version 2.6 or later.
and
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Doing
sh winetricks mdac27 jet40
gets past those. Then you run into:
No error message available, result code: E_FAIL(0x80004005).
at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString
constr, OleDbConnection connection)
...
at System.Data.OleDb.OleDbConnection.Open()
at BabyReader.DataBaseCheckTable.Check()
in error.log, and
err:ole:CoGetClassObject class {ecabb0c0-7f19-11d2-978e-0000f8757e2a} not
registered
on the console. That UUID seems to be associated with COM+, and
is provided by comsvcs.dll, which Wine doesn't have.
Why a baby reading program needs COM+ is anyone's guess. Presumably
just accidental lockin as a byproduct of using OleDb (and maybe .net).
--
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=23144
Summary: regression? MSDNAA installers crash maybe in Gecko/XUL
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felix(a)derklecks.de
Created an attachment (id=28782)
--> (http://bugs.winehq.org/attachment.cgi?id=28782)
log file
I have to use a MS application Visio. My university is a member of the MSDNAA
aliance and therefore I have access to all binaries.
The installer (downloader_of_Visio_Professional_2007.exe) worked some months
ago but does not work anymore.
[fm@thinkpad ~]$ rpm -q xulrunner wine; cat /etc/redhat-release
xulrunner-1.9.2.3-1.fc13.i686
wine-1.2.0-0.2.rc2.fc13.i686
Fedora release 13 (Goddard)
--
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=19710
Summary: Unhandled exception with EBP
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yowine(a)yopmail.com
Hi,
when trying to run EBP Gestion (http://www.ebp.com/), I get an "unhandled
exception".
Best regards.
--
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=13800
Summary: Examdiff crashes
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://software-files.download.com/sd/Fi95O5DJsRMoHuY474IPkpdARKwANo2lJS
5D8lzS8PxJL_9b9DurXqIPqjYAMqs0yKjAcI7yjGlj7Ht6XgJNmD2aVV
kQen9y/software/10650170/10037213/3/edpro40.exe?lop=&pty
pe=1721&ontid=2248&siteId=4&edId=3&spi=c8e99775d4f4b87d3
dbf05ea039599f7&pid=10650170&psid=10037213
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported problems with this app in appdb. Steps to reproduce:
Start the app, and select two textfiles in the openingwindow. The very moment
you click OK it crashes with an Unhandled page fault. Works fine with native
comclt32. I'll attach a 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=13599
Summary: Can't install Autocad 2005
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
Created an attachment (id=13568)
--> (http://bugs.winehq.org/attachment.cgi?id=13568)
warn+all last log lines
Install hangs on VBA setup, even if I disable vba setup in install options.
I did a log with warn+all, attached the (imho) useful lines.
I can do relay logs if needed.
Regards
Max
--
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=13462
Summary: Launchpad Enhanced crashes due to problem with
Context_QueryInterface
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://launchpad.thewildclan.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Created an attachment (id=13379)
--> (http://bugs.winehq.org/attachment.cgi?id=13379)
Hack for keeping things from crashing
Context_QueryInterface fails on the UUID
{000001da-0000-0000-c000-000000000046}, resulting in .NET immediately crashing
even though nothing is seriously wrong. This UUID appears to be related to the
error handling in .NET, with the attached hack the application spawns an error
dialog that can be dismissed. How I <believe> this is supposed to work is that
Context_QueryInterface should work for any IUnknown compatible interface
(anything defined with DEFINE_OLEGUID). In order to do this I think the
function should test that the UUID fits the mask
{XXXXXXXX-XXXX-XXXX-c000-000000000046} instead of testing for specific IDs.
Steps to Reproduce:
1) Start with a fresh "~/.wine" if you want to be "safe", I've found that .NET
can have issues with an old install
2) Install vcrun2005 using winetricks
3) Install .NET 2.0 (dotnet20) using winetricks (and 'corefonts' if you don't
have them from your distro)
4) Install Launchpad Enhanced
5) Install or copy StarWars Galaxies into the Program Files folder
5) Run Launchpad Enhanced
Note: This MIGHT be a duplicate of Bug #11504.
--
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=12874
Summary: The Master Genealogist 4.0d - Unhandled page fault on
write access
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11482
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P5
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Created an attachment (id=12587)
--> (http://bugs.winehq.org/attachment.cgi?id=12587)
Unhandled page fault on write access for tmg4.0d
When attempting to run TMG4.0d as windows 3.1 wine gives a Unhandled page fault
on write access
--
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=12783
Summary: Allocation of PEB and TEB can overlap dll mappings
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trisk+winehq(a)acm.jhu.edu
thread_init in ntdll/thread.c is responsible for setting up the control
structures for a new thread. It allocates memory for a user data region, a PEB
(Process Environment Block), and a TEB (Thread Environment Block).
On Windows NT, the PEB and the first TEB are fixed at 0x7ffdf000 and
0x7ffde000, respectively, unless the kernel is patched for address
randomisation. The TEB is one page (see wine's definition of TEB) and adjacent
to the PEB.
thread_init uses NtAllocateVirtualMemory backed by anonymous mmaps. It
allocates a 64k region for user data at a fixed address of 0x7ffe0000. For the
PEB and TEB allocations, the system is free to choose the address. The TEB in
Wine is actually allocated as part of larger region also storing pthreads data,
so it doesn't fit in the address that Windows uses for it without overlapping
the traditional PEB region.
Later on, __wine_process_init in dlls/ntdll/loader.c loads builtin dlls to
their respective addresses. This calls NtAllocateVirtualMemory and there is
code in
create_view to deal with overlapping segments. It is asserted that no
allocation should overlap with a segment that doesn't have the
VFLAG_SYSTEM flag set.
In Wine 0.9.60 on Solaris, one of the dll allocations (ntdll at
7ff90000-7ffdb000
) would overlap with the PEB at 7ffb0000-7ffb1000, which triggers the assert.
Regression testing shows that this commit caused the regression, possibly
because of size changes for ntdll:
[4c6d2b01cc842ac13af6257a0c41f67ae49c992a] ntdll: Don't create a temporary dir,
run wineprefixcreate directly in the final dir.
Possible solutions:
Mapping the TEB and PEB at fixed addresses
Ensuring NtAllocateVirtualMemory mmaps do not overlap with the dll address
space accidentally.
--
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=12365
Summary: wineserver : High CPU usage and fails to close after
application with wine 0.9.59
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://winehq.org
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kj.allcock(a)virgin.net
Created an attachment (id=11858)
--> (http://bugs.winehq.org/attachment.cgi?id=11858)
High CPU on 0.9.59 trace
After an update to git version 0.9.59 (make uninstall;make clean;make depend &&
make; make install), at every startup of an application with wine, the
wineserver and 'new' services.exe take up 100% CPU. In my case on dual core PC
means 50% so applications still manage to run but incredibly slowly.
After closing whatever application it was, wineserver and services.exe continue
to run.
I have to do a manual wineserver -k to remove them.
Trying to look at the console output with the +relay flag shows there is crash
in kernel32 (ntoskrnl.exe.KeQueryActiveProcessors), and then many "Waits".
I have tried 3 different applications previously known to work (Steam,
TeamSpeak, DVDShrink).
As its a wineserver behaviour i'm not sure how to get you more details ...
I'm on:
Fedora 8 (latest kernel)
Intel Dual Core
NVidia GForce 7100 with nvidia driver 169.12
--
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=11858
Summary: crash emule 0.48 on wine 0.9.56+
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skynet_2(a)o2.pl
sorry. but my english is not good.
I using debian lenny/testing
On wine 0.9.55 emule 0.48a works 98% good, newer crash.
I add console log file
--
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=11424
Summary: Canon Digital Photo Professional (DPP) pane refresh
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erasmo(a)erasmix.net
The folders pane (the one on the left hand side) doesn't refresh properly. I'm
attaching two screenshots showing the problem under wine and the expected
behavior under windows:
http://download.erasmix.net/DPP-WINE/Screenshot-1.png Shows the problem
http://download.erasmix.net/DPP-WINE/DPP-Windows.png Shows behavior on 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=20702
Summary: ACDSee trouble with "duplicate" filenames (eg. "jd",
"JD") in Listview
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.oldversion.com/download_ACDSee_3.10.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lahmbi5675(a)gmx.de
I admit, that the circumstances for triggering this bug may seem a little bit
artificial, but it happened to me. You may consider this a minor bug.
I'm using quite old versions of ACDSee, 2.45 and 3.1, German version. Wine
version is 1.1.33, mode is win98.
Steps to reproduce:
Create a directory with whatever name you want, e.g. "test", inside that
directory create two subdirectories, e.g. "jd" and "JD".
Start ACDSee, you will see a treeview control listing directories and a
listview control listing files.
Click on the "test" folder in the treeview. You will see the subdirectories
"jd" and "JD" in the listview.
In the treeview control click one or more times on the "+" before the folder
"test", to show or hide its subdirectories. You will see duplicates of the "JD"
folder in the listview.
If I then exit ACDSee 3.1, it is crashing, 2.45 will exit without crash.
Physically no new files are created, it's just happening in the listview, so I
assume, that somehow wine becomes disturbed by the directories' names, which
are equal apart from capitalization.
--
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=28877
Bug #: 28877
Summary: GIF-images loads with negative colors
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Quaker542(a)gmail.com
Classification: Unclassified
In wine 1.3.30 and 1.3.31 smiles (animated gif images) in RnQ have negative
colors (yellow -> blue etc.).
--
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=28550
Bug #: 28550
Summary: Klik & Play created games need DIB driver on CreateDC
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 00cpxxx(a)gmail.com
Classification: Unclassified
Every game created with an old win3.11 tool called Klik & Play do not work in
wine because a driver called DIB is passed as parameter to CreateDC and it
returns error.
Looking at the DRIVER_GetDriverName function I can see a list where 3 different
drivers are supported and DIB is not in it.
In an attempt to run an old game called Mortuum [2] I can see that it
always fail due to this missing DIB driver:
err:dc:CreateDCW no driver found for L"DIB"
Download:
ftp://ftp.padua.org/pub/msdos/windows/games/local/mortuum.zip
--
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=22393
Summary: 3dmark06 free version reports
"D3DXGetImageInfoFromFileInMemory failed" when you try
to run the demo
Product: Wine
Version: 1.1.43
Platform: x86
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
Bypass bug 22392 by passing -nosysteminfo (single dash!) on commandline.
The only thing in the current free version of 3dmark06 that appears to
be enabled is the 'demo' button, and to get that to work, I have to
do 'winetricks d3dx9' to avoid the error dialog
"D3DXGetImageInfoFromFileInMemory failed: Invalid data (D3DXERR_INVALIDDATA)".
(winetricks d3dx9_36 isn't quite sufficient, it gets past that
dialog, but crashes shortly thereafter).
--
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=10915
Summary: jedit hangs on startup if ddraw is disabled
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://jedit.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running real Java apps under the latest Sun win32 JRE on Wine
seems like a fine stress test, even though in many
cases users should run with the Linux JRE instead.
The Sun JRE and jEdit install ok, but jedit has many startup problems.
The first one was bug 10913, and the second was bug 10914.
Here's the third one. Start it up like jedit.bat would have,
but without using start or ddraw:
$ wine 'c:\windows\system32\javaw.exe' -Dsun.java2d.noddraw=true -Xms64M
-Xmx192M -jar 'C:\Program Files\jEdit\jedit.jar' -reuseview
This hangs.
For completeness, the version of jedit used is the latest,
jedit4.3pre12install.exe
the version of the jre used is the latest,
jre-6u3-windows-i586-p-s.exe
and the problems seem the same both with yesterday's git and today's.
--
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=28300
Summary: Wine under Natty fails to run Money 2002
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arbiel.perlacremaz(a)laposte.net
Wine under Ubuntu Maverick used to run Microsoft Money, with the exception of
some minor functions. Since upgrading to Natty, Ms Money 2002 crashes at start
up.
--
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=26005
Summary: Flowcode v4 : double click on component macros crashes
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rpnpif(a)free.fr
Flowcode v4 crashes when double-click on a macros name of component as LED or 7
seg. display.
Same error with one-click on init macro for a LCD display.
logs :
err:variant:SafeArrayCopy not copying an array of 0 elements
err:seh:raise_exception Unhandled exception code e06d7363 flags 1 addr
0x7b83a772
--
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=16716
Summary: Flowcode has a bad display refresh
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rpnpif(a)free.fr
Created an attachment (id=18384)
--> (http://bugs.winehq.org/attachment.cgi?id=18384)
Capture of the not refreshed right part of the FlowCode window
On MS Windows XP (VirtualBox), FlowCode window can not have a width greater
than the screen width (increase this width is impossible even moving the
window). On KDE, I can have a largest width by dragging the right side (perhaps
with Alt key). The part beyond the width of the screen of FlowCode is not
refreshed and have a wrong drawing. So wine should not permit to increase the
width of FlowCode beyond the screen width.
--
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=15576
Summary: Adobe Dreamweaver 8: "Next" link in Help doesn't work
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next problem after the now-solved bug 8920.
Basic help now works. The "Previous" and "Next" links on many
help pages don't work; they just blank out the content pane.
(And if you play around with it long enough, it tends
to lose its marbles and say "HTML rendering
currently disabled" in the content pane.
This persists until you restart Dreamweaver;
closing and reopening the Help window doesn't, um, help.
Also, the Search tab is blank, doesn't work at all.
But maybe those deserve their own bug reports.)
See http://wiki.winehq.org/AdobeDreamweaver for filename, sha1 sum etc.
--
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=27264
Summary: Silent Hill 2 menu
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ardolynk(a)telegraf.by
In SH2, main menu and other UI elements are invisible (still OK in 1.3.18).
--
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=24725
Summary: King's Bounty fails to start
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=31236)
--> (http://bugs.winehq.org/attachment.cgi?id=31236)
log +d3dx,+d3d
King's Bounty v1.7 fails to start and provides the following crash message:
".\BMRender\rmode.cpp(5151): DirectX call failed: -1, -1 code=0x80004001
(-2147467263)"
"sh winetricks d3dx9" is a workaround.
The log had lines about d3dx and d3d, hence I produced a new one with
+d3dx,+d3d and tagged the component as d3d. Tell me if what I brought up is
relevant, and if you need anything else, what channels would you need.
--
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=18687
Summary: in mission nightmoves the sand is too light
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.ea.com/music/the-official-medal-of-honor-pa
cific-assault
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gegsite(a)freemail.hu
In mission Nightmoves the sand is very light (as it would be midday)
--
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=20800
Summary: Cannot get my game Star Sonata to load using WINE
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthyo(a)gmail.com
CC: matthyo(a)gmail.com
Created an attachment (id=24910)
--> (http://bugs.winehq.org/attachment.cgi?id=24910)
error's that gets spit out into terminal when trying to load starsonata
i have this game StarSonata that im trying to get running on ubuntu 9.1 using
wine.. this game runs fine under windows.. but after i install it using wine it
loads then crashes.. heres the steps i took to get it to install
i installed wine using Synaptics package Manager
it appeared to install successfully
so i dled the starsonata installer from their website and ran it using wine
"Downloads/Star Sonata.exe"
wine created the .wine/ and c_drive/ directories and then launched the
installer... i clicked through the installer options but opted to install it to
c:/starsonata instead of the defult...
after it installed, i had to installed the C++ 2005 runtimes using wintricks
but now im getting to the point where, when i try to load my game i type (while
in the Star Sonata dir) wine start "Start Sonata.exe"
Star Sonata kinda loads but then hangs, then i have to press Esc aa couple
times to exit and then spits a bunch of fixme's(see attachment) into terminal
--
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=27893
Summary: Where’s Waldo installer needs native msxml
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
See bug 24894
err:ole:create_server class {afba6b42-5692-48ea-8141-dc517dcf0ef1} not
registered
= MSXML2.SERVERXMLHTTP
--
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=21281
Summary: NHL 99 graphics are corrupted on Direct3D
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
NHL 99 doesn't crash anymore if Direct3D is selected and runs very smooth, but
some graphics are corrupted. Details listed below:
- Menu transitions don't display correctly. (All transitions are black.)
- Ingame, some textures are misplaced or doesn't display at all. For example,
player introductions are corrupted and scoreboards have wrong textures.
Players, ice, fences, roof, special effects and crowds (mostly) are drawn
correctly.
--
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=16156
Summary: Networking doesn't work for app "IPS" Internet Print
Service (foto software fotoquelle.de)
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: markusd112(a)web.de
After downloading IPS (Internet Print Service, a software for ordering foto
prints from Foto-Quelle) software the installation works fine.
When starting IPS it checks for software updates and updates for the price
list. This doesn't work. After a while it aborts with a timeout error message:
there is no network-connection.
I have already tried to set my hostname to the local ip in etc/host as
described in the wiki, but it doesn't work.
--
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=11964
Summary: .NET Reflector window is unusably corrupt
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.aisto.com/roeder/dotnet/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11288)
--> (http://bugs.winehq.org/attachment.cgi?id=11288)
Screenshot of .NET Reflector showing visual corruption
After installing the .NET Framework 2.0 (as per
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3754), running the
.NET Reflector application is successful, but missing listboxes and menus, and
offset button controls make the application virtually 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.
http://bugs.winehq.org/show_bug.cgi?id=12460
Summary: West Point Bridge Designer 2007 crashes with page fault
in oleaut32
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://bridgecontest.usma.edu/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11998)
--> (http://bugs.winehq.org/attachment.cgi?id=11998)
West Point Bridge Designer 2007 backtrace
When attempting to start the West Point Bridge Designer 2007 application after
installing, the splash screen briefly shows up before an unhandled page fault
exception occurs in VariantCopy function in oleaut32. Using winetricks to
install dcom98 rectifies the problem. Attached are relevant backtraces.
--
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=14256
Summary: Half-Life Episode 2: hl2.exe continues to running after
exit of game
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svega85(a)gmail.com
CC: svega85(a)gmail.com
game saves and quits normally but hl2.exe continues to running after I quit the
game and if I try to restart hl2:e2 it says you can only have one instance of
the game running at a time. if i kill hl2.exe after I exit the game it causes
issues simalar to bug #6297 and say registry in use the every time I start the
game until i verify the game cache.
--
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=21637
Summary: picasa 3.6 unable to scan
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epistemepromeneur(a)free.fr
Created an attachment (id=26124)
--> (http://bugs.winehq.org/attachment.cgi?id=26124)
picasascan.png
picasa 3.6
xscanimage from sane-frontends 1.0.14
open picasa
got to "import"
select the printer-scanner
xscanimage windows opens
the field "scan resolution is empty"
the list of résolution is empty
see picasascan.png
click on "scan"
the acquiring windows open
see picasacquiring1.png
i see the scanner scanning all the page
then
the acquiring windows disappears and that'all
see picasacquiring2.png
the picasa gui is frozen
i must kill picasa
--
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=12515
Summary: Adobe Premiere CS2 doesn't run
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://download.adobe.com/pub/adobe/premiere/win/2.x/Pre
mierePro2_0_Tryout.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danniello(a)gmail.com
Created an attachment (id=12072)
--> (http://bugs.winehq.org/attachment.cgi?id=12072)
Terminal output after start Adobe Premiere Pro.exe
Wine version: 0.9.59
I successfully installed Adobe Premiere CS2 (first with error, but second start
setup.exe ended without error)
After start Adobe Premiere Pro.exe there is error message:
Adobe Premiere Pro has encountered an error.
[\dev\stingray\Libraries\UIFramework\Src\BitmapDB.cpp-84]
--
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=15714
Summary: tools/font_convert.sh should be bourne compatible
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Almost all of our scripts are bourne compatible, but tools/font_convert.sh
isn't (configure has some errors as well, but that could be autoconf issues).
austin@austin-desktop:~/wine-git$ checkbashisms tools/font_convert.sh
possible bashism in tools/font_convert.sh line 98 (bash arrays,
${name[0|*|@]}):
for i in "${FONTS[@]}"; do cp $i $TMPDIR; done
possible bashism in tools/font_convert.sh line 101 (bash arrays,
${name[0|*|@]}):
for i in "${FONTS[@]}"; do
--
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=15292
Summary: Microsoft Office Outlook 2007: Cannot start outlook once
e-mail settings have been configured
Product: Wine
Version: 1.1.4
Platform: PC
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=16101)
--> (http://bugs.winehq.org/attachment.cgi?id=16101)
terminal output in git + patch for bug 12975
First, get past bug 12975 and bug 15291.
Now, either configure your e-mail client, or decline setting up an account (my
terminal output is from setting one up, but when I tried yesterday w/o setting
one up, I get the same error).
After configuring/declining, Outlook will attempt to start, but fail with:
'Cannot start Microsoft Office Outlook. Cannot open the Outlook 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=10281
Summary: No$gba not rendering 3D models (at all) as it does in
Windows
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
No$gba running under Wine does not render some 3D models at all, where it does
in windows.
I have tested with 3 different drivers, (Both proprietary and un-proprietary
nVidia drivers, and an intel driver) so I don't believe my drivers are at
fault.
To reproduce, run these freeware tech demos:
http://www.ndshb.com/cgi-bin/cfiles/cfiles.cgi?0,0,0,0,4,22http://www.ndshb.com/cgi-bin/cfiles/cfiles.cgi?0,0,0,0,4,93
(Use the nds.gba binary for the second tech demo link)
In both instances the 3D fails to render completely. No error messages are
given at the console relating to this bug.
--
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=16559
Summary: PixelFormat_WineD3DtoDD Can't translate this Pixelformat
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://downloads.popcap.com/www/popcap_downloads/DinerDa
sh2Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=18059)
--> (http://bugs.winehq.org/attachment.cgi?id=18059)
Screenshot showing drawing errors
I have seen this error in the console log a few times, but it has never caused
any problems.
However, when running "Diner Dash 2" the console fills with the same three
messages repeated over and over, the CPU runs at 100% and the game can not be
played.
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 62
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 63
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
These three lines are repeated continuously.
Tried "winetricks directx9" but this does not replace ddraw.dll (which I am
assuming is the problem).
Replaced ddraw.dll with a native Windows XP version (which wine itself does not
recommend), and had to copy dciman32.dll too, but this causes a page fault.
--
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=20264
Summary: SmartHeap Library reports MEM_BAD_POINTER and app
crashes on launch
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)nathanshearer.com
Created an attachment (id=23915)
--> (http://bugs.winehq.org/attachment.cgi?id=23915)
SmartHeap Library dialog
When launching the program a "SmartHeap Library" dialog repeatedly appears with
MEM_BAD_POINTER and the program 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=21282
Summary: d3d_surface:IWineGDISurfaceImpl_UnLoad UnLoad is not
supported on X11 surfaces!
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taur(a)mail.com
I get this when closing a Ragnarok Online, it tells to report so here goes:
err:d3d_surface:IWineGDISurfaceImpl_UnLoad (0x166100): UnLoad is not supported
on X11 surfaces!
err:d3d_surface:IWineGDISurfaceImpl_UnLoad (0x166100): Most likely the parent
library did something wrong.
err:d3d_surface:IWineGDISurfaceImpl_UnLoad (0x166100): Please report to
wine-devel
I am using nvidia driver 185.18.36 on a geforce8800gts
the message was present in wine 1.1.32 also
--
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=22396
Summary: Hearts of Iron III - Texture brushes are not
sized/aligned properly
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=27412)
--> (http://bugs.winehq.org/attachment.cgi?id=27412)
Builtin gdiplus behaves different from native
Since there is a patch for bug 22334, it allows me to demonstrate another
problem with texture in initial window of Hearts of Iron 3.
Attached picture shows that better - notice:
* texture begins with its lower half-part
* different size of texture
* unreadable font
--
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=16237
Summary: Distorted sound in Dyson game
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://www.dyson-game.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The game Dyson is supposed to have a soothing, spacy
soundtrack, but it's full of distortion under Wine.
You need to do 'winetricks mono20' or 'winetricks dotnet20' before installing.
The sound distortion is the same in either case.
For comparison, running Dyson on mono natively on Linux sounds much better.
(I had to do 'apt-get install libgdiplus libsdl-net1.2 libsdl-gfx1.2-dev
libsdl-mixer1.2 libsdl-image1.2 libvorbis0a libpng12-0' before
that worked.)
--
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=12975
Summary: outlook 2007 doesn't run after install
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh(a)bermangroup.com
Created an attachment (id=12718)
--> (http://bugs.winehq.org/attachment.cgi?id=12718)
wine outlook.exe log
When following either of the directions found linked on the MS Office 2007
appdb site, although Office '07 installs, Outlook '07 fails to start, with no
error message. After switching to WinXP emulation, the error message pops up:
"Cannot start Microsoft Office Outlook". Attached is the log when run under XP
emulation.
--
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=13837
Summary: FlowCode hangs when works with LCD module init.
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rpnpif(a)free.fr
Create a project with FlowCode.
Place a Macro component call for LCD Init on the work area.
Double Click on LCD Init rectangle or launch the program if it is completed.
FlowCode stops with the message error : "Microsoft Visual C++ Runtime Library,
Runtime error !"
In the console, an error is shown :
"err:variant:SafeArrayCopy not copying an array of 0 elements"
On MS Windows, this error is not issued.
My idea : Is the path for FlowCode libraries of macros accessible ?
--
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=25736
Summary: Men of War (Steam) won't run.
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heikki(a)mehtanen.fi
Created an attachment (id=32784)
--> (http://bugs.winehq.org/attachment.cgi?id=32784)
console output
The Steam version of "Men of War" refuses to run cause of "bad EXE format".
Using Archlinux i686, wine 1.3.11, fresh wineprefix.
--
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=22779
Summary: Graphics glitches in DirectX applications
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
Created an attachment (id=28103)
--> (http://bugs.winehq.org/attachment.cgi?id=28103)
Portal with graphics glitchs (and this is still fairly good, it gets really bad
when I get close to the portal flare effect)
Applications using DirectX produce more or less heavy graphics glitches on my
system: Uru
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=4045,
http://appdb.winehq.org/objectManager.php?sClass=application&iId=4264) runs
mostly fine, but when I am in the same environment as other players, some
vertices start to hop around the screen when viewing at them at certain angles.
When I turn a bit, everything is fine again.
Portal run through Steam shows a similar issue, especially when I am close to
one of the portals it gets really bad and I can hardly recognise anything on
screen. I will try to attach a screenshot.
I don't have the Uru glitches on my main desktop system (NVidia GeForce 8500,
binary drivers), so I assume it is somehow related to my laptop's graphics
card: AMD/ATI Radeon HD 3200, binary drivers, Ubuntu 10.04 64bit. I compiled
wine myself. It does not matter whether desktop effects are enabled or
disabled.
--
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=23322
Summary: Jedi Knight: Dark Forces II - in game map is not fully
painted
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.filefront.com/845549/jedidemo.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=29070)
--> (http://bugs.winehq.org/attachment.cgi?id=29070)
Incomplete in-game map
When TAB is pressed it should show a map and there should be a red circle in
the center of the screen showing your position.
As attachment shows, it is not fully painted and also red circle is missing.
Interesting is, that this is painted on nearby texture and sometime you need to
shot to the wall and when explosion disappear then in the place of explosion
there is part of the map.
And more interesting if you press F2 (special light?) map is fully painted even
in open space.
Steps to reproduce:
1. Set wine to windowed mode 800x600
2. Download and install
3. There is savegame in bug 23274
(http://bugs.winehq.org/attachment.cgi?id=29010)
4. In game don't check 3d acceleration
5. Press TAB key alternatively with F2 key
--
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=24541
Summary: Final Fantasy 8: Eidos Intro movie and sound choppy
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: leighmanthegreat(a)hotmail.com
Created an attachment (id=30972)
--> (http://bugs.winehq.org/attachment.cgi?id=30972)
Terminal log
Using Ubuntu 10.04
Installation seems to go fine.
When running Final Fantasy 8, however, the first Eidos movie bit is extremely
choppy.
Terminal 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=22789
Summary: Bonzai3D irretrievable following window minimize
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://formz.com/products/bonzai3d/bonzai3dDownloadTri
al.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)lasventajas.com
Minimizing the app from the (Gnome) window manager renders the app
irretrievable. Maximize reopens the window but all controls, app windows,
palettes etc. fail to display. Subsequently impossible to kill the app.
--
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=16329
Summary: Make test fails in ds3d.c
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevinlyles(a)gmail.com
Created an attachment (id=17632)
--> (http://bugs.winehq.org/attachment.cgi?id=17632)
Relevant portion of the test output
Make test fails in dlls/dsound/tests/ds3d.c with the following error message:
ds3d.c:445: Test failed: buffer size changed after SetFormat() - previous
size was 65536, current size is 22052
Tested with git commit 934aa49.
I am willing to help track this bug down and fix it, but lack experience with
wine.
--
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.