http://bugs.winehq.org/show_bug.cgi?id=25087
Summary: GPU-Z shows no informations
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=31809)
--> (http://bugs.winehq.org/attachment.cgi?id=31809)
GPU-Z launching back trace
GPU-Z shows any information : all fields remains empty.
OS : Ubuntu 10.10 amd-64
GPU : ATI Radeon HD
Tested version : GPU-Z v0.4.8
Wine : 1.3.6
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=20888
Summary: Use XDG Base Directory Specification
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cristiklein+wine(a)gmail.com
Hello,
The XDG Base Directory Specification [1]. Aims at solving two issues:
1) User's home directory is currently filled with hidden files.
2) Application settings, cache and data files are not separated.
Wine does not currently respect this standard.
- The "*.reg" files and "dosdevices" folder should be moved to
$XDG_CONFIG_HOME/wine.
- drive_c should be moved to $XDG_DATA_HOME/wine
[1] http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=10600
Summary: ABC Amber LIT Converter has an unusable GUI
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.versiontracker.com/dyn/moreinfo/win/48214
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Ok, this is sorta hard to explain. You really have to see it for yourself.
When you start up the program, the main window loads up. The GUI becomes
completely blank and unresponsive. If you can move the Tip of the day window to
any other virtual desktop you can see that it is unresponsive. If you click on
the main window you get a nice machine beep. In short, the UI is unusable.
Console Output:
jonathan@jonathan-desktop:~/.wine/drive_c/Program Files/ABC Amber LIT
Converter$ wine abclit.exe
err:systray:delete_icon invalid tray icon ID specified: 0
err:statusbar:StatusWindowProc unknown msg 3523 wp=0000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000
err:updown:UpDownWindowProc unknown msg 3523 wp=0000 lp=00000000
--
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=14855
Summary: Incorrect FindWindow/GetLastError error result when
window not found
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vesselinpeev(a)hotmail.com
The following program (compiled to a Win32 binary) prints "Window not found
(expected result)" under Microsoft Windows (tested with Vista), whereas it
prints "Unexpected error, GetLastError() return value: 1407" when ran under
Wine (tested with Wine 1.1.2).
It seems that FindWindow does not set the correct error value
(ERROR_FILE_NOT_FOUND) when it doesn't find a window.
#include <windows.h>
#include <stdio.h>
int main()
{
HWND hWnd = FindWindow("SomeWindowThatDoesNotExist", NULL);
if(hWnd) {
printf("hWnd not NULL");
}
else {
DWORD dwResult = GetLastError();
if(dwResult == ERROR_FILE_NOT_FOUND) {
printf("Window not found (expected result)\n");
}
else {
printf("Unexpected error, GetLastError() return value: %lu\n", dwResult);
}
}
return 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=22892
Summary: winamp [5.572] Modern skins don't update metadata
information
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.whipp(a)gmail.com
Affects all "modern" skins tested, existing in this and previous versions on
wine tested (1.1.34, 1.1.23 and 1.0.1).
With normal Winamp behaviour, song metadata normally displayed and updated in
the Winamp main window and in the playlist. With Modern skins, the song data
in the main window doesn't update, including the time. The play list does
update, unless shaded. Tried changing the font mapping, alpha blending and
just about every configurable item under modern skins in the preferences window
but the behaviour remains the same.
I haven't noticed anything strange in console output, but I will do a test and
post what is presented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=24874
Summary: iTunes 10 32-bit installs - freezes after a few
transactions
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: 7bnettles(a)gmail.com
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick
wine --version
wine-1.3.5
I opened the iTunes installation file with Archive Manager, then installed the
various files separately. Installing each of the application dependencies first
and then run the overall to get the application working.
The problem I see now - app store doesn't work and the application will freeze
during normal use. I do get an error on load about Bonjour service not starting
but otherwise ok.
I tried to authorize computer but it failed - can see it in the debug.
Application froze when I clicked on the store.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=26746
Summary: No icon for desktop short-cut
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www5l.incredimail.com/im/imsetup/201104120001/d
efault/installer/fullsetup/IncrediMailSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) wine IncrediMailSetup.exe
3) default install
Behaviour:
Application short-cut on desktop with Wine glass icon.
Expected behaviour:
Application short-cut on desktop with application icon.
Additional info:
Application icon can be extracted from IncMail.exe by following command
wrestool -x IncMail.exe --name=1030 >& icon.ico
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=26739
Summary: IncrediMail: Crash at 23% of configuring mail
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www5l.incredimail.com/im/imsetup/201104120001/d
efault/installer/fullsetup/IncrediMailSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34062)
--> (http://bugs.winehq.org/attachment.cgi?id=34062)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko wsh57 vcrun2005
3) wine IncrediMailSetup.exe
4) default installation
5) after installation IncrediMail does "Configuring IncrediMail..."
Behaviour:
Crash at 23% (See attachment)
Expected behaviour:
No crash at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29957
Bug #: 29957
Summary: Silverlight 4 does not install
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.thomas.riker(a)gmail.com
Classification: Unclassified
Created attachment 38988
--> http://bugs.winehq.org/attachment.cgi?id=38988
Terminal output for Silverlight 4 installer
The installer exits before it is finished, and reports "Unable to install
Silverlight".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=17180
Summary: Wine doesn't honor minimum window size(reported through
WM_GETMINMAXINFO)
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diaasami(a)gmail.com
Created an attachment (id=19068)
--> (http://bugs.winehq.org/attachment.cgi?id=19068)
A sample app that sets the minimum window size(through WM_GETMINMAXINFO) to
(350,350)
It's somehow complicated to explain because WINE handles minimum window size
partially but doesn't propagate it to X, so although the window can still be
resized to smaller sizes it doesn't receive WM_SIZE when its size goes below
the minimum size.
See the attached application, it sets the minimum size to 350,350.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=32475
Bug #: 32475
Summary: Qvod 5.5 crashes when trying to play any video or
audio
Product: Wine
Version: 1.5.19
Platform: x86
URL: http://dl.kuaibo.com/QvodSetupPlus5.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Depends on: 32474
Classification: Unclassified
Created attachment 42838
--> http://bugs.winehq.org/attachment.cgi?id=42838
Log: +quartz,+tid,+seh trace
1. Download and install Qvod 5.5:
$ sha1sum QvodSetupPlus5.exe
3735755bd45db19123f1cc07fcdcd05dd8ece69c QvodSetupPlus5.exe
$ wine QvodSetupPlus5.exe
2. winetricks -q gdiplus, workaround Bug 32474
3. Start Qvod player:
~/.wine/drive_c/Program Files/QvodPlayer$ wine QvodPlayer.exe
4. click "打开"/Open, select any video/audio . I tested mp3/wma/rmvb/avi and
other formats.
Crash happens.
winetricks -q quartz doesn't workaround; however, with native quartz, after
setting WINEDEBUG=+relay and redirect the log to some file on disk, the crash
would disappear, audio could be played well. if the relay log is redirected to
/dev/null instead, then QvodPlayer still crashes even with native quartz.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=30668
Bug #: 30668
Summary: IAMMultiMediaStreamImpl_GetState is needed by MCM2
(Motocross Madness 2)
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: amstream
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Classification: Unclassified
Created attachment 40147
--> http://bugs.winehq.org/attachment.cgi?id=40147
Crash from wine-1.5.4
MCM2 (Motocross Madness 2) crashes on startup thanks to amstream's stub. Native
amstream works around that crash. Wine-1.5.4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=28210
Summary: Rome Total War crash at start
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Regression SHA1: 82a232d1544eb71e3db3e94d0f88a63e7968fe4d
Created an attachment (id=36128)
--> (http://bugs.winehq.org/attachment.cgi?id=36128)
terminal output
82a232d1544eb71e3db3e94d0f88a63e7968fe4d is the first bad commit
commit 82a232d1544eb71e3db3e94d0f88a63e7968fe4d
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Oct 27 13:14:15 2010 -0500
winegstreamer: Add gstreamer YUV->RGB transform filter.
Rome Total War crash at start. Log attached. I did try reverting the patch but
it won't revert from 1.3.27. I also tried to set winegstreamer.dll to disabled
with no luck. I did try the demo but it isn't affected. Also some reports from
AppDB with the GOLD version (which is the same I have) are platinum, so maybe
there is something specific about my configuration or game version.
I have installed:
gstreamer.i686 0.10.31-1.fc14
gstreamer-devel.i686 0.10.31-1.fc14
gstreamer-ffmpeg.i686 0.10.11-1.fc14
gstreamer-plugins-bad-free.i686 0.10.20-3.fc14.1
gstreamer-plugins-bad-free-devel.i686 0.10.20-3.fc14.1
gstreamer-plugins-base.i686 0.10.31-1.fc14
gstreamer-plugins-base-devel.i686 0.10.31-1.fc14
gstreamer-plugins-good.i686 0.10.26-1.fc14
gstreamer-plugins-ugly.i686 0.10.16-2.fc14
gstreamer-python.i686 0.10.19-1.fc14
gstreamer-rtsp.i686 0.10.7-1.fc14
gstreamer-tools.i686 0.10.31-1.fc14
The game crash approx at the moment where it should play intro video. I did a
quick check and all the game videos are in wmv format. BTW the videos never
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=16991
Summary: Cobra 11 Nitro: No video and music at game startup
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukaschmela(a)gmail.com
Created an attachment (id=18784)
--> (http://bugs.winehq.org/attachment.cgi?id=18784)
Screenshot from the game's startup on Wine
On Windows, the game plays a short cinematic show. Then it loads menus and in
the background there are drown video shows from the game with a music from
included music manager.
Wine does nothing from the three actions I described above. The game loads
menus immediately after startup, in background there is a red cross and no
music is playing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=32075
Bug #: 32075
Summary: Microsoft SQL Server 2000 Desktop Engine: distributed
transactions fail: unimplemented function
xolehlp.dll.DtcGetTransactionManager
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=2
2661
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 42282
--> http://bugs.winehq.org/attachment.cgi?id=42282
Sample application used to reproduce this bug
To reproduce:
- install MSDE as described on its appdb page
- install native dotnet20
- extract bin\Debug directory from the attached archive and run
WindowsFormsApplication1.exe
- press 'SqlConnection out' button
Native .NET is required. Without it the application runs fine, however it does
not cause SQLServer to fail.
See also bug 32048 for a related missing function.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=34260
Bug #: 34260
Summary: game The Bridge does not launch
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: systemofdown(a)gmail.com
Classification: Unclassified
Created attachment 45598
--> http://bugs.winehq.org/attachment.cgi?id=45598
Debug +relay
the game *The Bridge* does not launch, it fails to start up returning the
following:
Unhandled Exception: System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
at Microsoft.Xna.Framework.Input.UnsafeNativeMethods.GetState(PlayerIndex
playerIndex, XINPUT_STATE& pState)
at Microsoft.Xna.Framework.Input.GamePad.GetState(PlayerIndex playerIndex,
GamePadDeadZone deadZoneMode)
at TheBridge.Input.Controller.CheckAndSetActive()
at TheBridge.Input.Controller..ctor(PlayerIndex playerIndex, IntPtr
windowHandle)
at TheBridge.GameElements.GameWorld.LoadContent()
at Microsoft.Xna.Framework.Game.Initialize()
at TheBridge.GameElements.GameWorld.Initialize()
at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
at TheBridge.Program.Main(String[] args)
WINEDEBUG=+relay on attachment
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=9906
Summary: Can't start the 4D Client
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://www.4d.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)javalia.se
Created an attachment (id=8397)
--> (http://bugs.winehq.org/attachment.cgi?id=8397)
The backtrace when trying to run 4D Client 2004
4D 2004, installs well but doesn't run the application 4D client at all. Se
backtrace.
The application is in the AppDB if there are missing instructions about how to
make it run.
--
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=13947
Summary: "Because it's fun, Fay": No focus on start, Alt-F4
doesn't work, etc
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://forums.tigsource.com/index.php?topic=1664.0
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trick(a)icculus.org
This game has some issues:
http://forums.tigsource.com/index.php?topic=1664.0http://www.oxeye.se/files/stuff/BIFF.zip
* The game starts in fullscreen mode, but doesn't get focus on start. In stead
Wine resizes the desktop (also demonstrating bug #13946, still KDE 3.5.9) and
pops up the "fullscreen window" behind the currently active window. You have
to click in the wine window to enter "true" fullscreen.
* Alt-F4 doesn't work. This is the only way of quitting the game once you're
past the menu. (It works fine in native 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=27584
Summary: MFC fillrect draws differently under wine
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bailey937(a)yahoo.com
Created an attachment (id=35259)
--> (http://bugs.winehq.org/attachment.cgi?id=35259)
sample program for reproducing FillRect bug
I have a program that uses CPaintDC.FillRect() to draw histogram samples.
It draws one-pixel wide vertical rectangles.
Under wine, the bottom-most pixel is not drawn.
I'm attaching a sample program. Under Windows7 (have 64bit pro), the red line
is touching the black baseline and the black line on the right is touching the
baseline also.
When I run the program under wine, both the red vertical line on the left and
the black vertical line on the right are floating one pixel above the baseline.
I tried both 32bit Ubuntu 11.04 (wine 1.2.2) on a netbook and also Fedora 15
64bit (wine 1.3.21) under Virtualbox on my Windows machine. Both have the same
problem.
The relevant code for the test case is in
CChildView::OnPaint() in ChildView.cpp
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431
Bug ID: 38431
Summary: Portal 2 Coop-Launcher fails to start with Wine Mono
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Distribution: ---
Created attachment 51292
--> https://bugs.winehq.org/attachment.cgi?id=51292
Unhandled Exception: System.EntryPointNotFoundException: GetTimeZoneInformation
Freeware launcher for playing Portal 2 over LAN. Seems to be a missing function
in Mono.
--
Do not reply 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=25139
Summary: Microsoft Flight Simulator X demo displays first-run
license agreement dialog under splash screen
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.microsoft.com/games/flightsimulatorx/downlo
ads.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
When launching the Flight Simulator X demo for the first time, the game shows a
splash screen and displays a first-run end-user license agreement dialog for
the user to accept. However, the dialog appears under the splash screen, which
entirely covers the window and prevents the user from accepting the license
agreement. The window manager in use is metacity 2.30.1, and launching Flight
Simulator X in a virtual desktop or moving the license agreement dialog through
the window manager suffices as a workaround.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=35903
Bug ID: 35903
Summary: CED1401 Device connected through USB not found
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
The CED1401 is a devices which connected with USB to the PC.
The software for controlling the device installs and runs well, but it does not
identify the USB device.
For this reason, the application "CED1401" in Winehq's AppDB has currently
status "Garbage".
--
Do not reply 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=26171
Summary: wine fails to install BVRP classic phone tools
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Created an attachment (id=33350)
--> (http://bugs.winehq.org/attachment.cgi?id=33350)
backtrace
I try to install the BVRP classic phone tools (
http://www.avanquest.com/USA/software/classic-phonetools-9-27401 ) - use trial
version to cross-check - to manage a USR 56K Message modem
axel@southpole:/daten/linux/USRobotics/DEU> wine setup.exe
wine: created the configuration directory '/home/axel/.wine'
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0x90fe914, overlapped 0x90fe918): stub
wine: configuration in '/home/axel/.wine' has been updated.
fixme:storage:create_storagefile Storage share mode not implemented.
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
fixme:shell:IShellLinkA_fnGetPath (0x13198e8): WIN32_FIND_DATA is not yet
filled.
fixme:shell:IShellLinkA_fnGetPath (0x13198e8): WIN32_FIND_DATA is not yet
filled.
fixme:shell:IShellLinkA_fnGetPath (0x13184a8): WIN32_FIND_DATA is not yet
filled.
fixme:shell:IShellLinkA_fnGetPath (0x13184a8): WIN32_FIND_DATA is not yet
filled.
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling
mixer
fixme:spoolsv:service_handler got service ctrl 4
-- at this point in the the installation asks for the C:\windows\Driver
Cache\I386\ files. I redirect to the installation disk, and wine scans
winsys32.cab.
Afterwards the error message 'AddPrintProcessor: No enough buffer' is issued in
a pop-up box
When then starting the application, the assistant for device configuration is
startet, and shows com1-com8
I see tons of messages:
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
fixme:winspool:OpenPrinterW PRINTER_DEFAULTS ignored => L"RAW",(nil),0x000f000c
fixme:winspool:AddPrintProcessorA
((null),(null),"WfxPrint2000.dll","WfxPrint2000"): stub
fixme:spoolsv:service_handler got service ctrl 4
fixme:rpc:handle_bind_error unexpected status value 1765
fixme:spoolsv:service_handler got service ctrl 4
fixme:shell:IShellLinkA_fnGetPath (0x13f9df0): WIN32_FIND_DATA is not yet
filled.
fixme:shell:IShellLinkA_fnGetPath (0x13f9df0): WIN32_FIND_DATA is not yet
filled.
axel@southpole:/daten/linux/USRobotics/DEU> fixme:win:AnimateWindow partial
stub
fixme:tapi:lineInitialize (0x33f83c, 0x820000, 0x83c200, (null), 0x33f880):
stub.
fixme:tapi:lineInitialize (0x33e83c, 0x820000, 0x83c200, (null), 0x33e880):
stub.
fixme:tapi:lineInitialize (0x33dff8, 0x820000, 0x83c200, (null), 0x33e03c):
stub.
fixme:tapi:lineInitialize (0x845948, 0x820000, 0x83c200, (null), 0x84598c):
stub.
fixme:setupapi:SetupDiLoadClassIcon : stub
{4d36e978-e325-11ce-bfc1-08002be10318}, (nil), 0x33d468
fixme:setupapi:SetupDiLoadClassIcon : stub
{4d36e978-e325-11ce-bfc1-08002be10318}, (nil), 0x33d468
fixme:setupapi:SetupDiLoadClassIcon : stub
{4d36e978-e325-11ce-bfc1-08002be10318}, (nil), 0x33d468
fixme:setupapi:SetupDiLoadClassIcon : stub
{4d36e978-e325-11ce-bfc1-08002be10318}, (nil), 0x33d468
fixme:comm:set_queue_size insize 16384 outsize 16384 unimplemented stub
fixme:setupapi:SetupDiLoadClassIcon : stub
{4d36e978-e325-11ce-bfc1-08002be10318}, (nil), 0x33b044
(etc)
When starting the application manually, it tries to access the modem installed
under /dev/ttyS0 as com1, which fails.
axel@southpole:~/.wine> dir /dev/ttyS0
crw-rw---- 1 root dialout 4, 64 19. Feb 17:35 /dev/ttyS0
If I install without hardware check, and select the hardware manually from the
list, an error message
c:\windows\inf\mdmgen.inf not found
If I contineu with the installation, phonetools.exe crashes - see backtrace.
Any Idea what I could do to make the programm see the modem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=35083
Bug #: 35083
Summary: world of warplanes crashes after first loading
Product: Wine
Version: 1.7.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 46798
--> http://bugs.winehq.org/attachment.cgi?id=46798
Terminal output
I created a fresh wine prefix on ubuntu 13.10 x64
Game downloaded itself and installed it without a problem
installation terminal output
http://www.mediafire.com/download/n8eilsy9yjqy6dl/installation%20terminal%2…
On the first launch of this game I got this error
http://i.imgur.com/1qZwT9H.png
Then I installed dx9 redistributable from winetrikes,
After this the game started however after the first loading game crashed
http://i.imgur.com/tqbnous.png
but I noticed that htop shows that world of warplanes is still running
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=12458
Summary: MySQL Workbench 5 aborts with NotImplementedException
ITextDocument.Range(Int32 cp1, Int32 cp2)
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://dev.mysql.com/downloads/workbench/5.0.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.bytebot.net/blog/archives/2007/11/27/workbench-beta-adventure-on…
complained that MySQLWorkbench didn't work on Wine, so I gave it a whirl.
On an empty .wine directory, it complained that it needed .net 2.
With 'winetricks dotnet20', it complained
"The operating system is not adequate for running MySQL Workbench 5.0 OSS"
(it requires WinNT version 502, and we're at 500).
With 'winetricks dotnet20 vista', it installed. Running failed early with
Unhandled Exception: System.NotImplementedException: The method or operation is
not implemented.
at System.Windows.Forms.UnsafeNativeMethods.ITextDocument.Range(Int32 cp1,
Int32 cp2)
at System.Windows.Forms.TextBoxBase.ScrollToCaret()
at MySQL.GUI.Shell.GrtPromptForm.ScrollToBottom()
at MySQL.GUI.Shell.GrtPromptForm.PrintText(String text)
at MySQL.GUI.Shell.GrtShellForm.PrintShellOutput(String text)
With "winetricks dotnet20 riched20 vista", it worked much better;
there was a fatal error dialog without much info, but if you ignore it,
the interface comes up and seems to work.
(Though all I really tried was Help.)
So my main complaint is our riched20 doesn't support com text services.
[Oddly, if Tahoma is installed (e.g. winetricks tahoma), it crashes hard
and early with
Unhandled Exception: System.ArgumentException: Parameter is not valid.
at System.Drawing.Font.GetHeight(Graphics graphics)
at System.Drawing.Font.get_SizeInPoints()
at System.Drawing.SystemFonts.FontInPoints(Font font)
at System.Drawing.SystemFonts.get_MenuFont()
but that's another bug, maybe.]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.