https://bugs.winehq.org/show_bug.cgi?id=36815
Bug ID: 36815
Summary: XFORM matrix rotation is not supported by BitBlt()
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: sashoalm(a)gmail.com
Created attachment 48892
--> https://bugs.winehq.org/attachment.cgi?id=48892
Demo project.
When a rotation is specified using the XFORM matrix, and later a bitmap is
drawn using BitBlt(), it is rotated in Windows, but it is not rotated in Wine
(it seems to be scaled instead).
Demo project:
https://drive.google.com/file/d/0B9PGUhmmnsm1Z3YtRXJxdnNpNUE/edit?usp=shari…,
also added as attachment.
Screenshot under Windows:
https://drive.google.com/file/d/0B9PGUhmmnsm1Uzg4d1l0TS1FVlU/edit?usp=shari…
Screenshot under Wine:
https://drive.google.com/file/d/0B9PGUhmmnsm1NHFjSWxGdlpiU28/edit?usp=shari…
These are the most relevant parts of the demo code. Here the XFORM matrix is
prepared, and the BitBlt() is called:
======
// Set the XFORM rotation.
XFORM xform;
memset(&xform, 0, sizeof(xform));
double angle = 0.785398163;
xform.eM11 = cos(angle);
xform.eM12 = sin(angle);
xform.eM21 = -sin(angle);
xform.eM22 = cos(angle);
xform.eDx = 0;
xform.eDy = 0;
SetGraphicsMode(hdc, GM_ADVANCED);
SetWorldTransform(hdc, &xform);
// Draw the bitmap on the paint .
BitBlt(hdc, r->left, r->top, r->right-r->left, r->bottom-r->top, hMemDC, 0,
0, SRCCOPY);
======
How to specify rotation in the XFORM matrix is described in MSDN's at
http://msdn.microsoft.com/en-us/library/windows/desktop/dd145228(v=vs.85).a…:
Operation eM11 eM12 eM21 eM22
Rotation Cosine Sine Negative sine Cosine
--
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=26389
Summary: Win3.1 Notepad crashes when opening a large file
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
Created an attachment (id=33605)
--> (http://bugs.winehq.org/attachment.cgi?id=33605)
DOSBox (left) and Wine (right)
This bug applies to the version of Notepad bundled with Windows 3.1.
Old versions of Notepad can't open big text files. Instead, Notepad displays a
message saying "The file FILENAME is too large for Notepad. Use another editor
to edit the file." Wine crashes instead of displaying this message.
A giant file can be created in numerous ways. I used a small python script:
for i in range(1999999):
print i
"python script.py > giant.txt" gives a giant file.
I tried opening the file using Wine running Notepad and using DOSBox running
Windows 3.1 running Notepad. Windows 3.1 is just a normal DOS application, so
it runs fine under DOSBox. I'm attaching a PNG file displaying the differences
between Wine and DOSBox. In this case, DOSBox is correct while Wine is wrong.
--
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=38827
Bug ID: 38827
Summary: CharmTale2 installer blank GUI
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
Installer (from bug 17597, comment4) shows blank window
--
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=22712
Summary: Servant Salamander can't execute .exe files
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.altap.cz/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
File manager Servant Salamander, version 2.52 won't execute a binary file
(regedit.exe). When I am trying to execute regedit.exe, nothing happens and
console says:
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled Verb 0l
BTW: I have to test with winecfg: Win2000. Tested in many versions and probably
never worked correctly.
--
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=39134
Bug ID: 39134
Summary: Filterforge Crashes on Exit, Prevents Startup
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zauber(a)gridmail.org
Distribution: ---
When Filterforge is shutdown, it crashes before it can fully shutdown. It will
also popup a window showing this error below, indicating a segmentation fault:
<class XFW::Kernel::SystemException> Access violation at address 008D8964 (read
at address 8000000E).
After this happens, it will leave behind a "Ghost Process" which will prevent
you from running Filterforge again, with an error message claiming that it is
already running. Only workaround is to either force kill the ghost process, or
to run "wineserver -k" in a terminal.
--
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=33218
Bug #: 33218
Summary: No window border for Maxthon 4.0.5.600 installer
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: computergeoffrey(a)zoho.com
Classification: Unclassified
Created attachment 43943
--> http://bugs.winehq.org/attachment.cgi?id=43943
Borderless window of Maxthon installer
No border is drawn around the installer screen for Maxthon (probably the whole
4.0 series). It uses a custom window style, which Wine doesn't seem to
recognise.
The exe can be downloaded here:
http://forum.maxthon.com/thread-754-1-1.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=35622
Bug ID: 35622
Summary: VemsTune: program crashes on switching view modes
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eilkov(a)gmail.com
Classification: Unclassified
Created attachment 47572
--> http://bugs.winehq.org/attachment.cgi?id=47572
autogenereted backtrace
VemsTune.exe under Wine crashes permanently on switching view mode, can be
reproduced on x86 and x86_64, doesn't depend on Wine or Vemstune version.
The program works fine on native windows OSes.
Download link: http://vems.hu/download/v3gui/VemsTune-Install-2013-03-26.exe
md5sum e41b7f6b1751b336b37ca2d9d8539c56
How to reproduce:
1. Install VemsTune
2. Run ~/.wine/drive_c/Program\ Files\ \(x86\)/V
emsTune-2013-03-26/vemsTune.exe
3. Open any vemslog file (included in VemsTune installation)
4. Change view mode in menu: View => Group => GPS
--
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=38843
Bug ID: 38843
Summary: Lumerical fdtd-solutions failed to start and exit with
an internal error
Product: Wine
Version: 1.7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mohammadeljawad(a)hotmail.com
Distribution: ---
Created attachment 51776
--> https://bugs.winehq.org/attachment.cgi?id=51776
Report of the error generated by wine upon running lumerical fdtd solutions
the logout generated by wine upon executing lumerical fdtd solutions 2015b
--
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=22018
Summary: No MIDI music in Alonix
Product: Wine
Version: 1.1.40
Platform: x86-64
URL: http://www.axysoft.com/alonix/index.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26766)
--> (http://bugs.winehq.org/attachment.cgi?id=26766)
Terminal output
The summary pretty much describes the problem: the background music (MIDI) in
Alonix doesn't play. These are the minimum tweaks required to get it working at
present:
DLL overrides from winetricks directx9:
dmband
dmime
dmsynth
dmusic
File copied from Windows:
C:\windows\system32\drivers\gm.dls
Take away any one of these, and there's no background music in-game.
--
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.