http://bugs.winehq.org/show_bug.cgi?id=26990
Summary: Playchess, pieces are not shown correctly
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 and wait some time (Tab is
changed, but nothing is drawn: bug 26989)
Press enter-key (should open some games)
Look like this: http://netikka.net/dev/pieces.jpg
Terminal has lot of:
fixme:gdiplus:GdipCreateBitmapFromHBITMAP don't know how to handle 16 bpp
PS. winetricks gdiplus help
--
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=22456
Summary: Wrong caching with INI functions
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
Created an attachment (id=27506)
--> (http://bugs.winehq.org/attachment.cgi?id=27506)
Simple test program
I've written a program to manage some ini file and I've seen a wrong behaviour
in wine.
The origin of the problem I think is the cache system. I've isolated the
problem with a very simple program. The operations involved on button press
are:
1) Write the file test.ini with key value = WRONG (with
WritePrivateProfileStringA)
1a) Message on screen (ok to continue)
2) Delete ini file
3) Read the file test.ini (it doesn't exists now) with the default value =
RIGHT (with GetPrivateProfileStringA)
In Windows the result is RIGHT but in wine is WRONG, because it reads the
cached value! Only to obtain the compatibility with my software I've changed my
wine source in this way:
dlls/kernel32/profile.c
BOOL WINAPI WritePrivateProfileStringW( LPCWSTR section, LPCWSTR entry,
LPCWSTR string, LPCWSTR filename )
{
...
ret = PROFILE_SetString( section, entry, string, FALSE);
// PROFILE_FlushFile(); // COMMENTED
if (CurProfile) PROFILE_ReleaseFile(); // INSERTED
...
}
NOTE:
I didn't test if other WritePrivateProfile* are affected by this problem or if
the problem instead is in the GetPrivateProfile*
--
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=13082
Summary: Adobe Premiere Pro 1.5 fails to start
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.adobe.com/pub/adobe/magic/premiere/win/7
.x/premierepro_english_tryout.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Followup of #11613. The application starts, then asks you to create a new
project, but then fails with a messagebox :
" Adobe Premiere encountered a serious problem, and
needs to be closed"
(Note :all this after using native gdiplus, otherwise you'll run into other
bug)
Using native comctl32 gets around this bug. If needed i can provide debuglogs.
--
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=18776
Summary: VBALink: GBC roms open at an incorrect resolution
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.vbalink.info/download/vbalink180b0.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Steps to reproduce:
- Download VBALink and any GB/GBC rom (untested with GBA roms)
- Open the rom with VBALink with default settings
The window resizes to the screen's height, this doesn't happen under Windows;
see screenshot.
The following is the only console output available:
fixme:win:EnumDisplayDevicesW ((null),0,0x32ec50,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x173ba0,0x173b28): stub
fixme:menu:GetMenuBarInfo (0x20036,0xfffffffd,0x00000000,0x32ead0)
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag
right now.
--
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=25261
Summary: AutoCAD 2009 LT: Running AcDelTree.exe causes Wine
error
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32081)
--> (http://bugs.winehq.org/attachment.cgi?id=32081)
Terminal output on wine-1.3.7-172-g8925024
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine AcDelTree.exe
Behaviour:
Wine error window
Expected behaviour:
Nothing
--
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=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=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.