http://bugs.winehq.org/show_bug.cgi?id=3260
Jörn Dreyer <jfd+winehq(a)butonic.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|jfd+winehq(a)butonic.de |
--
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=3260
Wylda <wylda(a)volny.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kapone2002(a)yandex.ru
--- Comment #48 from Wylda <wylda(a)volny.cz> 2010-08-30 04:25:15 CDT ---
*** Bug 13222 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24194
Summary: System Shock crash on startup.
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: AndreyMust19(a)mail.ru
Created an attachment (id=30461)
--> (http://bugs.winehq.org/attachment.cgi?id=30461)
executable file
In tail install game, setup process hangs and i terminate him.
Game install successful.
But if execute shock2.exe, is crashed with error message.
--
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=24202
Summary: Bugzilla float issues on chrome
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=30473)
--> (http://bugs.winehq.org/attachment.cgi?id=30473)
Screenshot
http://bugs.winehq.org/
See attached screenshot otherwise. Float issues have been there since the
upgrade a couple of days ago.
--
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=24201
Summary: Visual C++ 2008 Express frequently hangs trying
compile a project.
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I tried to compile a simple project: http://www.cplusplus.com/files/wininc.zip
Steps to reproduce: Install from VC Express 2008 only VCExpress, _without_
installing native dotnet stuff.
Do 'winetricks msxml6"
Fire up wine VCExpress.exe. After a few complaints the GUI comes up.
Do Open->New Project and open the .dsw file from the link above.
After Build->Build Solution the compilation mostly hangs. It succeeded for me
only one time out of many attempts. Also Cleaning the project didn't work.
I found a simple solution to fix the problem: On the console there were a few
fixme:CoGetCallerTID
Changing the returncode from E_NOTIMPL to E_FAIL seems to fix all the problems
I'll see if i can write a test for this function, to see if i can improve the
stub. AnyOne have hints what this function does, as it seems to be undocumented
diff --git a/dlls/ole32/ole2stubs.c b/dlls/ole32/ole2stubs.c
index b029a86..d0199b7 100644
--- a/dlls/ole32/ole2stubs.c
+++ b/dlls/ole32/ole2stubs.c
@@ -126,7 +126,7 @@ HRESULT WINAPI OleRegEnumFormatEtc (
HRESULT WINAPI CoGetCallerTID(LPDWORD lpdwTID)
{
FIXME("stub!\n");
- return E_NOTIMPL;
+ return E_FAIL;
}
/***********************************************************************
--
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=19154
Summary: Recent Blizzard Downloader crashing during download
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://worldofwarcraft.com/ptr
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
The very recent WoW-0.2.0.10026-to-0.2.0.10048-enGB-downloader.exe crashes when
it starts to download a patch. Older versions of the downloader do not.
See attached 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=9210
--- Comment #43 from Wylda <wylda(a)volny.cz> 2010-08-29 00:57:41 CDT ---
Still present in wine-1.3.1-267-g7ab48e8.
--
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=18622
Summary: regedit: Changing a key's case results in "File
Exists" error
Product: Wine
Version: 1.1.22
Platform: PC
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:
- Create a new key, for example "Direct3d"
- Change the key's case to, for example, "Direct3D"
- An error pops up saying "File Exists"
- The key should be renamed accordingly instead
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3498
--- Comment #36 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-08-28 19:23:03 CDT ---
Created an attachment (id=30457)
--> (http://bugs.winehq.org/attachment.cgi?id=30457)
0005-Implement-CreateScalableFontResource.patch (rediffed)
Rediffed 0005-Implement-CreateScalableFontResource.patch. The other files are
fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19355
Summary: Link to the previous version announcement in section
"changes since <previous version>"
Product: WineHQ.org
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: v_cadet(a)yahoo.fr
Hello.
In section “Changes since <version>” of Wine announcements I think it'd be nice
to have a hyperlink to the announcement on the given version (i.e.
http://www.winehq.org/announce/<version>), so that we can browse changes that
occurred previously.
--
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=3542
Alexander Waldmann <g6672D(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |g6672D(a)gmail.com
--- Comment #44 from Alexander Waldmann <g6672D(a)gmail.com> 2010-08-28 11:40:54 CDT ---
Confirming the problem under Wine 1.3.1 also. But the patch fixes the problems,
and the game becomes very playable.
--
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=9002
Art Vandelay <phil.vandelay(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |phil.vandelay(a)gmail.com
--- Comment #24 from Art Vandelay <phil.vandelay(a)gmail.com> 2010-08-28 09:29:19 CDT ---
The install works ... you just have to ignore the error message at the end.
Use desktop emulation, eject in terminal when asked for another CD,
and then when it seemlingly fails,
don't roll back, don't repeat, just kill the install 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=18187
Summary: Heroes of Might and Magic V - Tribes of the East - Crash
after cutscene
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spider(a)alternating.net
Created an attachment (id=20664)
--> (http://bugs.winehq.org/attachment.cgi?id=20664)
Crash log
The game crashes (reliably and reproducably) after a certain cutscene.
Ubuntu 9.04 64-Bit with 6GB RAM
Waves% wine --version
wine-1.1.19
Waves% cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86_64 Kernel Module 180.44 Tue Mar 24 05:46:32 PST
2009
GCC version: gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
Waves% uname -a
Linux Waves 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009
x86_64 GNU/Linux
Waves% cat /proc/driver/nvidia/cards/0
Model: GeForce 7800 GTX
IRQ: 16
Video BIOS: 05.70.02.11.24
Card Type: PCI-E
DMA Size: 39 bits
DMA Mask: 0x7fffffffff
Bus Location: 01.00.0
--
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=24130
Summary: Hotspot Shield v1.49 does not work
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://anchorfree.com/downloads/hotspot-shield/thank-y
ou.php??cc=US
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi1(a)gmail.com
Created an attachment (id=30372)
--> (http://bugs.winehq.org/attachment.cgi?id=30372)
wine1.3.1: wine C:\\Program\ Files\\Hotspot\ Shield\\bin\\openvpntray.exe
>>log.txt 2&>1
After downloading the most recent Hotspot Shield install executable, and
installing it successfully, upon first run I see the tray icon noting the
program is running but when I try to turn on the connection via right clicking
the icon then clicking "Connect/ON" my browser opens a new tab, attempting to
go to:
http://127.0.0.1:895/config/?action=connect&lang=eng&afd=1282707789&afc=B8E…
but Firefox just notes "Problem loading page".
--
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=24174
Summary: Crash when loading MPEG movie
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: victor.engmark(a)gmail.com
Created an attachment (id=30429)
--> (http://bugs.winehq.org/attachment.cgi?id=30429)
Debug output
How to reproduce:
1. Install Drakensang Gold Edition (German) with DirectX. AFAIK this is version
1.2 of the game.
2. Run wine .wine/drive_c/Program\ Files/Drakensang/drakensang.exe
What happens:
The Wine desktop shows up, with the Drakensang icon and text in the upper left
corner, and an error message (white X in red circle). The header says:
bin:Drakensang - 0.3.2009-03-12-01.09.45-Release
The message says:
nDShowServer::PlayFile(): could not render file
'Z:/home/username/.wine/drive_c/Program
Files/Drakensang/export/data/movies/intro16_9.mpg'
After clicking OK, I get a generic Microsoft Visual C++ Runtime Library error
dialog, and a Wine Program Error dialog, and then it closes.
The problem is fully reproducible (3 times in a row).
--
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=9127
victor.engmark(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |victor.engmark(a)gmail.com
--- Comment #22 from victor.engmark(a)gmail.com 2010-08-27 15:11:31 CDT ---
*** Bug 24174 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24168
Summary: Starcraft 2: X Error of failed request: BadPixmap
(invalid Pixmap parameter)
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phrexianreaper(a)gmail.com
Created an attachment (id=30423)
--> (http://bugs.winehq.org/attachment.cgi?id=30423)
error when starting wine
Wine version: 1.3 (official Gentoo ebuild)
Within the last few hours I have run across a problem trying to start Starcraft
2. The error itself is is in the attached file.
I have been able to run Starcraft perfectly well (save a few issues already
noted) until this error has appeared. I am unaware of having made any changes
that would cause this error, nor done any updates, downgrades, or other system
changes that would have changed anything.
--
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=4342
Danil Ilinykh <woodroof(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |woodroof(a)gmail.com
--- Comment #15 from Danil Ilinykh <woodroof(a)gmail.com> 2010-08-27 06:22:45 ---
No, as you can see here:
http://source.winehq.org/source/dlls/comdlg32/printdlg.c#L3799
--
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=24163
Summary: OS cursor present in Diablo 2 Fullscreen mode
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 0bhamid0(a)gmail.com
When playing without using a virtual desktop, the cursor of the desktop
environment (in my case KDE) remains static on the screen and does not
disappear. This does not take place when using a virtual desktop.
--
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=24158
Summary: ActivateKeyboardLayout not working
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: net_goose(a)mail.ru
This feature does not work in wine. I use this function in VB6 to change active
language. In windows it is work fine!!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=735
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |net_goose(a)mail.ru
--- Comment #22 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-08-27 02:05:26 ---
*** Bug 24158 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16048
Summary: crash with "rose online"
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hisoka2501(a)free.fr
I have a crash with rose online:
adamaru@blackpearl:~/.wine/drive_c/Program Files/Ruff-Rose$ wine RoseOnline.exe
adamaru@blackpearl:~/.wine/drive_c/Program Files/Ruff-Rose$
err:seh:setup_exception_record stack overflow 1788 bytes in thread 001e eip
7bc36ad0 esp 00240c34 stack 0x240000-0x241000-0x340000
err:ntdll:RtlpWaitForCriticalSection section 0x7ecbbec0 "user_main.c:
USER_SysLevel" wait timed out in thread 0020, blocked by 001e, retrying (60
sec)
the game was installed with wine 1.1.8 normaly
kernel: 2.6.27-7
distribution: ubuntu 8.10
WINRDEBUG=+seh,+tih,+relay
--
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=23731
Summary: exception and sometimes segfault trying to run
AtlanticaOnlineDownloader (fullver 21613)
Product: Wine
Version: 1.2
Platform: x86
URL: http://cdn.pandonetworks.com/pando/AtlanticaOnlineDown
loaderVer21613.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
with wine 1.2, x86 32bit linux,
$ wine AtlanticaOnlineDownloaderVer21613.exe
fixme:ntoskrnl:KeInitializeTimerEx stub: 0x110fc8 0
err:seh:raise_exception Unhandled exception code c0000005 flags 10 addr
0x2ccf61
Segmentation fault.
The file is reachable at the address given in URL,
and I try to attach it (if it doesn't complain about the size, its 2MB).
--
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=24071
Summary: Divinity 2 Flames of Vengeance AddOn does not start
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
Created an attachment (id=30265)
--> (http://bugs.winehq.org/attachment.cgi?id=30265)
wine Divinity2.exe
The Addon "Flames of Vengeance" for Divinity 2: Ego Draconis does not launch.
The base game started fine before installing the AddOn. I attached the log.
It just opens the wine desktop but nothing happens. In terminal the error
messages show up until
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessDebugFlags
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
Nothing happens then again... If I abort with strg+c the rest of the error log
appears. The wine desktop goes black for a second as if it would launch but it
crashes then.
The last lines are:
err:seh:setup_exception_record stack overflow 1400 bytes in thread 0009 eip
7ef85d1a esp 02360db8 stack 0x2360000-0x2361000-0x2860000
Speicherzugriffsfehler
Test System:
ArchLinux 64Bit
AMD Athlon x3 435
Nvidia GTS 250 (256.44)
4 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=7955
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2010-08-26 12:08:34 ---
I tried this, but there's wayyy too much German for me to decipher :-). Perhaps
someone that knows German can retest in 1.3.1?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.