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=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.
http://bugs.winehq.org/show_bug.cgi?id=11702
Summary: total annihilation runs with sound and with a black
screen
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d-kyle1(a)shaw.ca
i am having the same problem running total annihilation as with the last
version of wine (0.9.55). the game runs and i can hear sound in the background
but the screen is black! i can randomly hit buttons and hear sound but i get a
black screen. In wine-0.9.47 this game works ok except for the aircraft
pausing in mid flight sometimes (and getting shot down for it!). I don't know
if it will help, but i have included a log of the game while it was being run
in a console.
--
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=11383
Summary: Mathcad 2k Pro fails to run without real msvcirt.dll
file
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kc8ldo(a)arrl.net
Created an attachment (id=10500)
--> (http://bugs.winehq.org/attachment.cgi?id=10500)
command line debugger output
I installed Mathcad 2000 Pro into a fresh wine setup. I can't get the
application to start. Trying to start from a command line resulted in a bunch
of debugger output. Seems wine can't or does not support the "msvcirt.dll" file
containing the ".??0ostrstream@@QAE@XZ" stream function.
I manually installed the "msvcirt.dll" file from a working and up to date
Windows XP Pro machine, from the "system32" folder, in to the local user's
".wine" folder under the same "system32" subfolder.
The application now starts and runs as expected.
--
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=10608
Summary: Not work export sql of Power Designer 12.1, problem with
VBscript
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caravena(a)gmail.com
Created an attachment (id=9406)
--> (http://bugs.winehq.org/attachment.cgi?id=9406)
Message of error Power Designer 12.1
$ dpkg -l | grep wine
ii wine 0.9.46-0ubuntu1
Microsoft Windows Compatibility Layer (Binar
Hello, I testing Power Designer 12.1, and work, minimum problem with refresh in
button, no many problem.
Now I create MER/DB, and not export SQL, problem with VBScript, I install
http://fprelease.free.fr/fpwine/ , and install VBScript. now message of error :
-(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.