http://bugs.winehq.org/show_bug.cgi?id=16395
Summary: winetest should recover if it somehow brings down the OS
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
It seems the ddraw:d3d tests cause my machine to reboot. While it would be nice
to fix them or skip that test somehow, this shouldn't stop me from running the
test suite. Winetest should be able to resume the tests where it left off when
the machine starts again and make a note that a particular test apparently
brought down the system.
Windows has an API for this sort of thing:
http://msdn.microsoft.com/en-us/library/cc948909(VS.85).aspx
--
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=13845
Summary: Paint Shop Pro X (PSP10) pagefaults immediately after
splashscreen
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=13902)
--> (http://bugs.winehq.org/attachment.cgi?id=13902)
PSP10 Pagefault
The application installs fine but when you try to run it it will display the
splashscreen and then pagefault out. Log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13770
Summary: GTA: Vice City, graphics missing/running poorly only
when game has focus
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bobgoat37(a)yahoo.com
It has been like this for the last couple of versions. While in the actual game
almost all of the graphics are gone except for maybe the background, headlights
things like that. Performance is also very bad, though the sound is alright.
What is strange is if focus is taken away the graphics return to normal and the
game performs fine. Another similar problem is in the cutscenes, which look and
sound alright but are extremely choppy. Take focus away and they run fine. Must
have something to do with the input handling I guess.
Using NVIDIA drivers 173.14.05 on kernel 2.6.25 in Gentoo.
--
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=12882
Summary: UpDownWindowProc & CoGetClassObject
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://www.pl32.com/
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart(a)neeneenee.de
Photoline 14.52 works with Wine 0.9.57 but has some bugs:
- the icon of the toolbars looks lousy
- the horizontal toolbars are to small
- some times the cursor is not visible when an image is opened and you try to
edit it
Besides a lot of "fixme fixme:font:GetCharacterPlacementW" at the application
start i'm getting these errors on the console window:
err:updown:UpDownWindowProc unknown msg 0407 wp=0000 lp=00000000
err:ole:CoGetClassObject class {a1f4e726-8cf1-11d1-bf92-0060081ed811} not
registered
The complete trace is available at:
http://www.neeneenee.de/wine_photoline1451.txt
I split the trace in different action:
* Application Start
* Open an image
* Edit the Preferences
* Opening an Photoshop PSD image
* Moving Toolbars
* Clicking throug different painting tools of the toolbox
--
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=10549
Summary: GetKeyNameText returns different text from Windows
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djq(a)kerridge.com
In our app we generate accelerator text using the virtual key code of the
accelerator key and a couple of shift flags. e.g. a menu item's text would say
something like 'Do Stuff CTRL+D'
Under Wine for certain keys which appear both on the left and right of the
keyboard, in this case Alt, Shift and Ctrl. The text returned is specific to
the left/right scan code. This differs from Windows.
So our menu item will read something like 'Do Stuff Control_L+D' which is a
little ugly and implies you have to use the left Ctrl key.
Code snippet:
TCHAR szText[64];
LONG lParam;
// MapVirtualKey returns the scan code for the left control key.
// Left shift for the call to GetKeyNameText
lParam = MapVirtualKey(VK_CONTROL, 0) << 16;
// The string returned by GetKeyNameText on Windows does not differentiate
// between right and left and is 'CTRL' or 'Ctrl' depending on the Windows
Version
// Under Wine it returns 'Control_L'
GetKeyNameText(lParam, szText, sizeof(szText)/sizeof(szText[0]));
--
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=9545
Summary: Extrude function crashes solidworks 2007
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Create a new file,
draw a sketch ( a rectangle, for example )
select extrude function.
the application crashes, the windows remains displayed and inactive.
same behavior with surfacic extrusion.
This is the only 3D function with this behavior. revolve, loft, fillet,
chamfer, symmetry... are working correctly.
--
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=9288
Summary: Gecko fails to load page
Product: Wine
Version: 0.9.43.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)javadeveloper.eu
Created an attachment (id=7555)
--> (http://bugs.winehq.org/attachment.cgi?id=7555)
Trace from failed page load
when starting ArmedAssault for the first time the gecko engine displays "Please
wait while the page is loading..." and fails to load a valid page.
I've tried using ies4linux but that seems to have trouble connecting over an
ssl connection unless win98 mode is used. Using win98 mode is not an option as
the game requires win2k or higher.
Trace is attached.
--
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=16823
Summary: Notepad++: Safes invalid files with unicode encoding
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: belbono(a)gmx.de
This is present in all wine versions I've had so far (>=0.9.X).
Steps:
- create a file
- switch to unicode encoding
- write some text (maybe a simple java hello world and try to compile it)
- safe file
- open file with less
You'll wine added a first character (U+FEFF = BOM?). So e.g. sourcecode cannot
be compiled.
Using Unicode without BOM works, but there's still a newline as first character
in the file.
Sorry I'm not sure if this is really a Bug, all I can say is that compiling
should work even if using unicode encoding.
--
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=16415
Summary: 1C:Enterprise 8.1 on starting debugging session has
err:ntdll:RtlpWaitForCriticalSection wait timeout
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=14182
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fragster(a)mail.ru
when we start debug session from 1c:enterprice 8.1 configurator it freezes and
1c:enterprice app freezes too... in console we have many messages like:
"err:ntdll:RtlpWaitForCriticalSection section 0x7741b880 "?" wait timed out in
thread 0009, blockd by 0021, retrying (60 sec)"...
if we start 1c:enterprice not from debugger - 1c:enterprice starts normally
this bug is appeared in 1.1.9, i'm not sure about 1.1.8 (i think, there is no
bug in 1.1.8)... now using 1.0 stable - no bug on starting, it freezes on
adding watch value in debugger...
--
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=16401
Summary: Problems with ignition
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergio_andvar(a)yahoo.com
The transition into car and car when you are selecting one is fast (In Windows
is slower and it is better).
The bigger problem is the SLOW sound, in Windows XP the game (Video/Sound) Runs
Perfectly.
Distro: Ubuntu 8.04
Desktop Environment: GNOME 2.22
I Tried with a portable version
GBU
--
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.