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=14442
Summary: wrong resolution in fullscreen mode
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: starmatz71(a)yahoo.de
The max screen resolution of my monitor seems not to be recognized correctly by
the game or wine, because the lower part of the graphic is outside of the
display. I have a widescreen lcd with a resolution of 1400x900 pixel but i
think wine try to use 1280x1024 as resolution and as the result of this the
lower part does not match into the screen...
Ihis issue starts in wine 1.1.1 after resolving the novideoplayback issue of
bug 8604. I think in videoplayback wine switch to the wrong resolution and
after this the rest of the game leave this wrong resolution active and it does
not fit into the screen. Perhaps this issue have something to do with bug 8604.
--
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=13741
Summary: Halo displays a different angle camera of the bottom
left of the screen on the top left
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=13777)
--> (http://bugs.winehq.org/attachment.cgi?id=13777)
Screenshot of the alternate camera view
When in-game in Halo it displays a small copy of the bottom left section of the
screen on the top right, it isn't always there and disappears at certain
angles. Looking at my screenshot again, it seems like it's another camera
entirely as it's what I currently see, but from a different angle.
Screenshot attached to show more clearly what I'm referring to.
--
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=13681
Summary: Some programs can`t save their files
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lisovenko.s(a)gmail.com
Some programs can`t save their 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=12139
Summary: Diablo 2 game window shrinks when application focus is
lost
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scratched86(a)gmail.com
Created an attachment (id=11535)
--> (http://bugs.winehq.org/attachment.cgi?id=11535)
Screenshot of the error, window circled in red.
When using Diablo 2 in Windowed mode (run the game with the option -w),
clicking anything outside of the window that would cause the application to
lose focus causes the window to shrink down to enough space to display the icon
on the left side of the window's top bar.
Because the window can not be re-sized, the application must be killed and
restarted to continue.
Environment:
Latest version of wine, 0.9.58
Ubuntu 7.10 with gnome desktop
Intel 915 integrated graphics card
Steps to repeat
- Install Diablo 2 and apply the latest patch for the game (not sure if the
patch matters)
- Run Diablo 2 in windowed mode (run with the -w option)
- Right click on the desktop to make a context menu appear
- The diablo 2 window will shrink. Since the window can not be re-sized it is
stuck in this state and the program must be killed
A similar bug to this appears when running in fullscreen mode, however it is
harder to repeat since more effort is required to make the program lose focus.
It does happen quite often however.
--
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=11923
Summary: Severe memory leak when loading file into Ikea Kitchen
planner
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neteler(a)gmail.com
Created an attachment (id=11221)
--> (http://bugs.winehq.org/attachment.cgi?id=11221)
demo IKEA drawing to test the memory leak
I successfully installed the Ikea Kitchen planner
(http://www.ikea.com/ms/sv_SE/rooms_ideas/kitchen/IHP_kitchen_fy08_2008v5.exe),
it also starts successfully. However, when opening a design file (.fpf), it
quickly runs into swapping and rather freezes my machine (750MB RAM).
demo IKEA drawing to test the memory leak attached.
Using Mandriva 2007.0, 32bit CPU.
--
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=11758
Summary: Tibia start screen hopelessly garbled
Product: Wine
Version: 0.9.56.
Platform: Other
URL: http://www.tibia.com/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blahboybang(a)gmail.com
Created an attachment (id=11015)
--> (http://bugs.winehq.org/attachment.cgi?id=11015)
Run Log
When attempting to start Tibia.exe using DirectX version 9 mode (engine 2), an
infinite number of errors is produced, and the start screen is garbled in a
very strange way. (See log and screenshot)
--
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.