https://bugs.winehq.org/show_bug.cgi?id=40342
Bug ID: 40342
Summary: Programm doesnt work
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: voxelton.27(a)gmail.com
Created attachment 54025
--> https://bugs.winehq.org/attachment.cgi?id=54025
???
i want to play snow from steam but the game wont start
--
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=20383
Summary: SetMenuInfo() with MIM_BACKGROUND not implemented
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinez.pr0team(a)gmail.com
...
--
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=32056
Bug #: 32056
Summary: iexplore images.google.com doesn't work
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
wine iexplore http://images.google.com
Try to search something, it goes into some strange loop and crashes.
wine-1.5.15-329-gc60a0b8
--
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=24017
Summary: reg /query not implemented
Product: Wine
Version: 0.9
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, patch
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(Broken out from catchall bug 19533.)
reg /query doesn't work in wine. This breaks several apps, including pando
downloader.
Shuyin Lu wrote an implementation of reg /query in March 2010, and
intended to submit it to wine-patches, but ran out of time.
I'm attaching it here.
--
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=13843
Summary: tooltips not working properly - message problems
Product: Wine
Version: 1.0-rc4
Platform: Other
URL: http://mrhx.ucoz.com/load/0-0-0-27-20
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
In the VISG editor (see url) the tooltips aren't resized and painted properly.
Works on windows.
Developer explanation (copied below without screenshots):
http://www.reactos.org/forum/viewtopic.php?p=36824&sid=9c02654b3b5b22544622…
As you may see, the button tooltip has the same size as in winxp.
This is correct, but it is not painted. I think, it's because ROS paints the
tooltips not via WM_PAINT.
And the second: the window tooltip with little screenshot...
It is not painted and has wrong size.
I think, it's because this tooltip didn't have LPSTR_TEXTCALLBACK as its
caption (in other words, it has direct caption). I resize the tooltip on
TTN_SHOW message. But, as I see, there is no such message for the window
tooltip. But the winapi documentation says TTN_SHOW is sent when the tooltip is
about to be shown. And no matter, has it LPSTR_TEXTCALLBACK or not. The button
tooltip has LPSTR_TEXTCALLBACK instead of its caption, and it's resized
correctly.
So, I think, there are two bugs:
1) painting tooltips not via WM_PAINT.
2) not sending TTN_SHOW, if the tooltip did not have LPSTR_TEXTCALLBACK.
--
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=38625
Bug ID: 38625
Summary: Pac-Man Championship Edition DX+: incomplete text
rendering
Product: Wine
Version: 1.7.43
Hardware: x86
URL: http://store.steampowered.com/app/236450/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51531
--> https://bugs.winehq.org/attachment.cgi?id=51531
screenshot (difference between pure Wine & CSMT enabled)
The issue looks much alike bug #38136, there's a difference though.
Letters & numbers are randomly(?) missing from the game (see attached
screenshot).
Wine patched with the CSMT patchset from wine-staging doesn't have the bug in
either game.
The difference: according to my testing it's a different patch from the CSMT
repo which fixes the problem in the Pac-Man game:
https://github.com/stefand/wine/commit/fb0e5a8f2756f1513447e49d8d18c92dabc4…
Pac-Man Championship Edition DX+ demo is available on Steam:
http://store.steampowered.com/app/236450/
Tested in wine-1.7.43-123-g90ed96a
Nvidia binary drivers 340.76
--
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=9532
Summary: Month calendar control uses 0=sunday for firstDayOfWeek
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
This bug has been transferred from bug 9490. The month calendar control
displays sunday as the first day of the week, even though
LOCALE_IFIRSTDAYOFWEEK=0. This is because the implementation is based uses
0=sunday, rather than 0=monday. MSDN indicates that the API
(SetFirstDayOfWeek/GetFirstDayOfWeek) should use 0=monday, see
http://msdn2.microsoft.com/en-us/library/ms670423.aspx.
So, either the implementation needs to be changed to use 0=monday throughout
the code, or we can continue to use 0=sunday internally, but then we need to
convert when we talk to the rest of the world.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37926
Bug ID: 37926
Summary: NordicBet Poker-client fails to install
Product: Wine
Version: 1.1.27
Hardware: x86
URL: http://www.nordicbet.com/eng/poker
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 50515
--> https://bugs.winehq.org/attachment.cgi?id=50515
terminal output in wine-1.7.34
Followup to bug 19723.
Note for bug 36941, I've made a build of wine-gecko-2.34 with msvc, available
here: http://austinenglish.com/for_focht/wine-mozilla-2.34-dbg.tar.bz2
[austin@localhost ~]$ sha1sum downloadpoker.client_v2.exe
b0dc2187aff15f718d8e6f067f3820a90532b587 downloadpoker.client_v2.exe
[austin@localhost ~]$ du -h downloadpoker.client_v2.exe
708K downloadpoker.client_v2.exe
[austin@localhost ~]$ wine --version
wine-1.7.34
Installed flash, with winetricks, as the application attempts to install it
itself.
At the end of installation (and on startup), the client encounters and error
and must close. Terminal output is attached.
--
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=33961
Bug #: 33961
Summary: RPC: server crashes during procedure call that return
variable size array as out parameter
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: to_egor(a)hotmail.com
Classification: Unclassified
RPC server implements an interface that has the following function prototype:
void GetPersons( [out] unsigned long *persons_size,
[out, size_is(,*persons_size)] Person_info_t **persons);
When a function of mentioned prototype is called application crashes when Wine
freeing its internal data used for marshalling.
The core of the bug is because of Wine frees memory used for persons_size
whereas persons_size must be alive and available at the moment of freeing
persons.
--
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=40355
Bug ID: 40355
Summary: HeidiSQL not starting since version 1.9.5
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfrang+winebz(a)gmail.com
Distribution: ---
HeidiSQL has been working in version 1.9.4 (confirmed by downgrading the
package), but refuses to start in version 1.9.5 and 1.9.6. The process shows up
in htop, but the application window never shows up.
Doesn't matter whether I use the stable or nightly version. Stable download
link:
http://www.heidisql.com/installers/HeidiSQL_9.3.0.4984_Setup.exe
$ sha1sum HeidiSQL_9.3.0.4984_Setup.exe
5fa6790487e86509d285504412f4927868eaaeba
Setup works fine.
Log:
err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm":
libmpg123.so.0: cannot open shared object file: No such file or directory
fixme:msg:ChangeWindowMessageFilterEx 0x1004e 400 1 (nil)
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1007c 0x00000000
After installing lib32-mpg123 and lib32-gstreamer the log is:
fixme:msg:ChangeWindowMessageFilterEx 0x1004e 400 1 (nil)
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1007c 0x00000000
--
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.