http://bugs.winehq.org/show_bug.cgi?id=21346
Summary: Ashampoo Slide Show 2010: Slideshow preview window
crashes the app
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://hdlroot01.ashampoo.com/public/ash/0166/ashampoo
_slideshow_studio_2010_1.00_6121.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25702)
--> (http://bugs.winehq.org/attachment.cgi?id=25702)
Many and Err...
The video preview window in the bottom right of the main window has a play
button. If you click it the entire application hangs.
I've added the url of the trial version for anyone interested in testing it.
--
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=12663
Summary: Need for Speed: Hot Pursuit 2 demo has invisible cars
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Actually in 0.9.60, but there isn't an option for that yet...
In both the car selection screen and the races, the cars in the Need for Speed:
Hot Pursuit demo are all but invisible. The only trace of them in the race is
the shadows and the sparks that fly when you hit stuff.
The cars used to be rendered perpendicular and textureless (See bug 10613). Now
they don't render at all, and the output at the command line is decidedly
different. (See attached file)
When you have vertex/pixel shaders turned off manually in winecfg, you get Bug
12252.
The game should run without shaders, as it supports nvidia chipsets all the way
back to the original GeForce. My card is an nvidia Geforce 4 MX 440 with the
latest nvidia drivers for the card.
--
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=19195
Summary: Etherlords 1.07 hangs up after several minutes
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
URL: http://www.etherlords.com/etherlords1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
CC: dduck(a)rambler.ru
Created an attachment (id=22196)
--> (http://bugs.winehq.org/attachment.cgi?id=22196)
Output of wine-1.1.25
Game hangs up. When I turn off second cpu, game works longer but also hangs up.
Generally, game works slow and unstable.
System: PC athlon64 X2 2611 MHz, 1Gb RAM. Gentoo linux 2007.
--
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=10458
Summary: Poptray 3.2 external exception with hotmail
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leviatan1(a)gmx.net
Created an attachment (id=9166)
--> (http://bugs.winehq.org/attachment.cgi?id=9166)
Source code from hotmail plugin
I try to use hotmail plugin in poptray. When Poptray check it hotmail, I get
warning "External exception E06D7363" and:
fixme:msxml:domdoc_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
--
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=16596
Summary: Spirits of Metropolis doesn't work properly without
using 'Emulate a Virtual Desktop'
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lostoverthere(a)gmail.com
The game, Spirits of Metropolis, does not display either full screen (default)
or windowed mode correctly. However, this issue is easily resolved by enabling
Emulate Virtual Desktop and setting it to 800x600.
However, if you dont do that and let the game run by itself. When it starts for
the first time in full screen. The game appears in the top left hand corner if
the users resolution is larger then 800x600, with the rest of the space just
being black. The game is meant to be stretched to the users resolution by
default.
If the user changes the games settings in options to run in windowed mode, the
game goes into windowed mode but the game itself shifts up approximately 500px
so the bottom 100px are only visible in the top of the game (the rest is
black).
Although this problems are irritating and should be easily fixed this in no way
alters or distracts the user from the game as the problem can be very easily
sorted by setting WINE's global settings to run in an Emulated Virtual Desktop
at 800x600 (the game's native resolution). Problem temporarily solved.
--
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=16246
Summary: Setting WINEPATH has no effect.
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aziz.koeksal(a)gmail.com
Hi,
The following doesn't work as expected:
$ export WINEPATH="C:\dir"
$ printenv | grep WINEPATH # Check if it's in the shell's environment.
WINEPATH=C:\dir
$ wine ./environment.exe # E.g.: printf("PATH=%s", getenv("PATH"));
PATH=C:\windows\system32;C:\Windows
I expect that by defining WINEPATH it would get appended to PATH. I also expect
wine to search in WINEPATH folders to locate a command, e.g. "wine
compiler.exe".
Before filing this report I did some research into this, and apparently there
has been only one person so far who complained about this feature not working
anymore (http://www.winehq.org/pipermail/wine-users/2006-August/023179.html).
I have also browsed the source code, and found the following identifiers that
should be of interest:
http://source.winehq.org/ident?i=__wine_main_environhttp://source.winehq.org/ident?i=build_initial_environment
I could help debugging this, but only if someone guided me through setting up
everything that is required to debug wine in a graphical and sane environment.
--
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=21569
Summary: urlmon/url tests crash if +heap is enabled (crypt32 to
blame?)
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://test.winehq.org/data/7aaaf738ecd06c12bfd69200ee
74abd5cc9aef8b/wine_ae-ub910-heap/urlmon:url.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26008)
--> (http://bugs.winehq.org/attachment.cgi?id=26008)
terminal output
The backtrace is a LONG line of crypt32 related stuff, along with
wininet/libssl/libcrypto/etc. See 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=17296
Summary: VMware Infrastructure Client 2.5 could not validate
server's SSL certificate
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: wine(a)doty.ru
While starting VMware Instrastructure Client 2.5 after typing hostname, user
and password and hitting Login button, got error: "VMware Infrastructure Client
could not establish the initial connection with server 'XX.XX.XX.XX'. Details:
The client could not validate the server's SSL certificate".
Console log errors appeared:
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53
Thus program could not check servers' SSL certificate and don't run next. I
used .NET Framework 2.0 installed with this program version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12966
Summary: Broken Sword 4 Demo fails to start
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Created an attachment (id=12710)
--> (http://bugs.winehq.org/attachment.cgi?id=12710)
Broken sword and WINE output
Broken sword demo fails to start. Opens only the window, and then exits
gracefully (creates a bug report file). Both files (WINE output and Broken
Sword output) are in the attachment below (gzipped)
--
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=21701
Summary: CompuWright Fails to Run but Installs
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
The Designer Application Installs but locks up at the loading screen.
This is with the latest GIT tree.
What information do you want submitted for locking problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15982
Summary: Geometry Wars game does not start
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
Created an attachment (id=17168)
--> (http://bugs.winehq.org/attachment.cgi?id=17168)
log file
After starting a new game, nothing happens. The background is drawn, but the
ship or enemies never appear, the game never starts
--
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=16831
Summary: NETCON_secure_connect SSL_connect failed
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
URL: http://www.audible.com/adbl/site/softwareWizard/Software
Windows.jsp?BV_UseBVCookie=Yes
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)tjworld.net
Audible's Manager.exe (version 5.5.0.0) fails to 'Activate' a device (part of
the Digital Restrictions Management for the audio books) using SSL (requires an
Audible account). This may be related to bug #15482.
The relevant trace fragment (+wininet,+secur32,+schannel) shows:
trace:wininet:HTTP_OpenConnection -->
trace:wininet:GetAddress L"www.audible.com"trace:wininet:HTTP_ResolveName
resolved L"www.audible.com" to 88.221.113.139
err:wininet:NETCON_secure_connect SSL_connect failed: error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol
warn:wininet:HTTP_OpenConnection Couldn't connect securely to host
trace:wininet:HTTP_OpenConnection 0 <--
Wireshark doesn't show *any* SSL/TLS attempts (on port 443).
Extracting the URL AudibleManager is attempting to open (a GET that includes
username and encrypted password) from the trace and pasting it into Firefox, a
successful response is returned (and Wireshark shows a complete TLS v1
session).
I'm aiming to test the patch attached to bug #15482, "negotiate TLSv1 instead
of SSL2/3" against this.
--
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=20826
Summary: Horizontal mirroring of images when printing from
Firefox in WINE
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs(a)mgreg.com
ISSUE:
Images are mirrored horizontally when printing from Firefox (and likely other
apps) in WINE. As a test, I tried using CUPS-PDF to print the files and the
same thing occurs.
DETAILS:
Ubuntu 9.04
Wine 1.1.29
HP PSC 1110 All-In-One
Not sure if it's relevant to CUPS, but HPLIP 3.9.10 is installed
WORKAROUNDS:
None so far
NOTE: The installation of WINE is clean and there are no other apps from which
to print installed and test against.
NOTE: This bug may be related to Bug #5629
--
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=19764
Summary: Trillian astra crashes when connected
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: nana(a)nanresources.net
Trillian astra build 117 crashes upon connecting IM protocols and listing
online buddies. This triggers a wine error window and causes trillian to
"deep-freeze" (dim and get stuck) on the desktop. Only way to get it off the
screen is to logoff and login again
--
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=18334
Summary: Winedbg --auto dialog broken on OpenSolaris
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Solaris
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Running the test suite today on OpenSolaris, I noticed that the winedbg --auto
crash dialog is broken.
Instead of the usual, Application crashed, report a bug, I got:
"Internal errors - invalid parameters received"
Running with +winedbg doesn't show much...:
sock_init: ERROR in sock_check_pollhup()
fixme:ntoskrnl:KeInitializeSpinLock stub: 7ef8274c
wine: Call from 7fb772eb to unimplemented function
ntoskrnl.exe.KeInitializeMutex, aborting
wine: Unimplemented function ntoskrnl.exe.KeInitializeMutex called at address
7fb772eb (thread 0015), starting debugger...
Can't attach process 000f: error 6
wine: Call from 7fb772eb to unimplemented function
ntoskrnl.exe.ExInitializeResourceLite, aborting
wine: Unimplemented function ntoskrnl.exe.ExInitializeResourceLite called at
address 7fb772eb (thread 001e), starting debugger...
Can't attach process 0018: error 6
(That was a clean ~/.wine, then 'winetricks -q wmp9' to trigger 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=19503
Summary: Broken Sword - The Angel of Death ... Game crashes
when started in Wine
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tavvva(a)seznam.cz
Created an attachment (id=22682)
--> (http://bugs.winehq.org/attachment.cgi?id=22682)
trace
Hello, I found bug 6268 as CLOSED/ABANDONED, but the problem is still present.
The installation works, but the game doesn't ...
--
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=16963
Summary: Winzip 11: crashes at startup
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: companheiro.vermelho(a)gmail.com
Created an attachment (id=18739)
--> (http://bugs.winehq.org/attachment.cgi?id=18739)
Console Output
Winzip 11 crashes at startup and shows a dialog saying a "Internal Error
Occurred" and generates a crash log. I used a clean WINEPREFIX.
Unfortunately this old version of WinZip can't be found for download easily.
WinZip 12 (the newer version) doesn't even install, but that's another bug.
I THINK in a old wine version of Wine used to run. But it was a very old
version (prior to 1.0) and I'm not sure if the it would still be relevant.
--
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=17173
Summary: ACPI : devices on bus ID with high number are
unacessible
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fierevere(a)ya.ru
Programs that work with DVD/CD-ROM/RW drives dont see drives that are assigned
scsibus with high ID number, such as scsibus1000 , with lower ID's device may
work fine.
Programs include but not limited to: CDSpeed2000 (Nero) , KProbe2
problematic device -
scsibus1000:
1000,0,0 100000) 'SONY ' 'DVD RW DRU-700A ' 'VY08' Removable CD-ROM
when arranging kernel modules to boot in specific order , busid can be set to 0
or 5, that drive works fine with above programs.
Device is attached to IDE controller, while system has SATA (AHCI) controllers
and scsibus id's are assigned to built in (connected via USB) cardreader
usb_storage device
Possible issue in WINE's ACPI?
--
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=19570
Summary: Cake Mania 2 page fault
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.playfirst.com/game/cakemania2/download/wind
ows
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22803)
--> (http://bugs.winehq.org/attachment.cgi?id=22803)
Wine 1.1.25 console output
Cake Mania 2 causes a page fault and exits before any screen is shown.
--
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=18160
Summary: Compile broken in dlls/iphplpapi/ipstats.c on NetBSD 5.0
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: patch, source
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=20626)
--> (http://bugs.winehq.org/attachment.cgi?id=20626)
hack
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclar
ation-after-statement -Wwrite-strings -Wpointer-arith -I/usr/pkg/include
-I/usr/include -I/usr/X11R7/include/freetype2 -I/u
sr/X11R7/include -O2 -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o ipstats.o ip
stats.c
ipstats.c: In function 'GetIcmpStatistics':
ipstats.c:496: error: storage size of 'icmp_stat' isn't known
ipstats.c:496: warning: unused variable 'icmp_stat'
ipstats.c: In function 'GetIpStatistics':
ipstats.c:663: error: storage size of 'ip_stat' isn't known
ipstats.c:663: warning: unused variable 'ip_stat'
ipstats.c: In function 'GetTcpStatistics':
ipstats.c:816: error: storage size of 'tcp_stat' isn't known
ipstats.c:816: warning: unused variable 'tcp_stat'
ipstats.c: In function 'GetUdpStatistics':
ipstats.c:922: error: storage size of 'udp_stat' isn't known
ipstats.c:922: warning: unused variable 'udp_stat'
*** Error code 1
Attached patch hacks around it. Need to investigate a proper fix.
--
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=18962
Summary: Netscape is crashing immediately after execution.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fojtik(a)penguin.cz
Created an attachment (id=21822)
--> (http://bugs.winehq.org/attachment.cgi?id=21822)
Crash log.
Try to run netscape.exe. A wine crashes instead of running application. The
crash
dump is attached in attachment.
Please download exe files here.
http://www.penguin.cz/~fojtik/netscape/
Please let me know when I omit some DLL.
--
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=21545
Summary: Metin2 crashes since Torrent Patcher
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://metin2.de/main/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: volker.groeschel(a)sap.com
Created an attachment (id=25955)
--> (http://bugs.winehq.org/attachment.cgi?id=25955)
Terminal output
The German Metin2 version invited a torrent patcher.
When I start the program as usual, I get a error pop up from wine for program
metin2.bin with a severe error I should report on http://bugs.winehq.org
The torrent patcher "Metin2 Torrent" starts and shows it's icon in the task bar
but it does nothing.
Metin2 is free to play and can be downloaded for free here:
http://metin2.de/main/download.
--
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=17733
Summary: Trivial Pursuit Unhinged +NoCD fails to load
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=15960
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19946)
--> (http://bugs.winehq.org/attachment.cgi?id=19946)
Screenshot of error message
Atari Trivial Pursuit Unhinged (plus the NoCD crack to workaround SecuRom copy
protection) fails to load and shows error "**MAIN - Audio device didn't
initialize" which appears to be a problem in dmusic or dmloader.
err:dmloader:IDirectMusicLoaderImpl_IDirectMusicLoader_SetObject : could not
attach stream to file
Using "winetricks directx9" removes this error, but creates another two errors
(something to do with DataPak) followed by an unhandled exception, apparently
caused by an Ogg Vorbis problem (there is an ogg.dll that comes with the app).
Disabling audio through winecfg brings back the "**MAIN - Audio device didn't
initialize" 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=17709
Summary: AutoCAD 2008: Quick Help Toolbar incorrectly displayed
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=19908)
--> (http://bugs.winehq.org/attachment.cgi?id=19908)
Image that shows the problem
I'm using Wine 1.1.17 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is with incorrect display of "Quick Help Toolbar".
All cuttings on the left in attached image are incorrectly displayed.
All cuttings on the right show how it should be displayed.
Last cutting on the left is after pressing escape when the focus was on entry,
after that I have to restart AutoCAD to get this toolbar back and it is not how
it should be.
--
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=20788
Summary: problem with bet-at-home poker when gecko is installed
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danregister(a)poczta.fm
bet-at-home Poker can be downloaded from http://www.bet-at-home.com/poker.aspx
When application runs it asks if I want to install gecko (wine 1.0.1) or tries
to ask (wine 1.0.32 - known bug). I can agree or not.
After that I can login into my account, then select one of the available tables
and double click on it. A new window opens with "Loading..." message.
And now, if I did not install gecko then after a few seconds the table appears
in that window. If I installed gecko (by agreeing in wine 1.0.1 or by using
winetricks gecko in wine 1.0.32) then after a few seconds the window
disappears.
--
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.