https://bugs.winehq.org/show_bug.cgi?id=45967
Bug ID: 45967
Summary: Beat hazard 2 - bad network/float behavior
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Tested with DXVK 0.81 and wine-devel/staging 3.17.
git staging from yesterday(maybe earlier) seems incapable of launching steam,
so stable versions.
Game hard crashes on wine-devel when trying to start a round of the game but
that's irrelevant for this report(as it works on staging).
The game didn't even go through the version check at bootup until the developer
changed a variable with float into an int.
Current problems are some kind of message check happening over and over in the
main menu, leaderboards only showing score and not any other information, and
ingame leaderboards fluctuating between completely random score.
Game also crashes when trying to view some leaderboards tab, although am not
sure if that relates to the network issue, if it even is a network issue
The only relevant log WINE ever throws is
003a:fixme:wininet:InternetCheckConnectionW (L"https://aws.amazon.com/" 1 0)
Which I don't think is behind the issue.
Developer is reachable on Discord - https://discord.gg/beathazard
--
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=47056
Bug ID: 47056
Summary: Solid Edge v15: Program freeze on File->Open
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arvidb(a)fripost.org
Distribution: Mint
Created attachment 64223
--> https://bugs.winehq.org/attachment.cgi?id=64223
Terminal log
After program start ('WINEARCH=win32 wine Edge.exe'), when File->Open (or
File->New) is used, the program freezes (i.e. no response to mouse or keyboard
input, no window redraws).
Possibly related to "fixme:storage:PropertyStorage_ReadProperty unsupported
type 72" message. See attachment for a more detailed description.
--
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=48698
Bug ID: 48698
Summary: Rexygen installer fails with "Unknown method"
(regression)
Product: Wine
Version: 5.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 66572
--> https://bugs.winehq.org/attachment.cgi?id=66572
WINEDEBUG=+ole console log
Rexygen installer (InnoSetup) fails with runtime error: Unknown method after
fa0491f23924d17e6b4f84df1c2706d15e8ab0f7 so this is a regression. It fails
immediately after language selection. Reverting the commit fixes the problem.
--
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=41305
Bug ID: 41305
Summary: Might and Magic VI: Game hangs before intro video
(making it unplayable) [regression]
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: ---
Created attachment 55633
--> https://bugs.winehq.org/attachment.cgi?id=55633
Console output with Wine 1.6.2 (no bug)
The GOG version of Might and Magic VI hangs with Wine 1.9.18 before the story
intro video for the game begins (after the second "ad video"). This makes it
impossible to reach the main menu and actually start playing.
Interestingly, the issue does not occur with Wine 1.6.2.
I am attaching the console output for a run with both Wine 1.6.2 and Wine
1.9.18.
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.3 (64 bit)
Kernel: 4.4.0-21-generic
Graphics: Proprietary NVIDIA 367.35
--
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=40854
Bug ID: 40854
Summary: Flash Player 22 crashes when it is installed
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joemars694(a)gmail.com
Distribution: ---
Created attachment 54855
--> https://bugs.winehq.org/attachment.cgi?id=54855
The error is here in bactrace.txt
Hi...I have a problem with Wine
When I installed Adobe Flash Player 22, Wine crashes and send me a error
message
The error is attached
This is my first time using Wine
Wine Version: 1.6.2
--
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=8439
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #47 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 5.5.
--
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=41606
Bug ID: 41606
Summary: Wrong processing of WM_DROPFILES message, received
only by the top level windows.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: johnfound(a)asm32.info
Distribution: ---
Created attachment 55950
--> https://bugs.winehq.org/attachment.cgi?id=55950
One possible fix of the problem.
Because of wrong implementation, only the top level windows receive
WM_DROPFILES.
The children windows even with set WS_EX_ACCEPTFILES, never accept WM_DROPFILES
and are not a drop target at all.
This bug affects only X11 driver. The Mac OS X driver is implemented properly.
The bug is located in the file "dlls/winex11.drv/xdnd.c".
I will attach one possible fix of this bug in the file "xdnd.diff".
It works for me, but need some revision, because my C programming skills and
knowledge about WINE code tree are very low. This way, the suggested fix can be
far from optimal. Especially the function WindowFromPointDnD can duplicate some
functionality implemented elsewhere.
--
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=18564
Summary: QQ 2009 crashes after signin
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://www.imqq.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)greenviolet.net
Using Wine 1.1.21 on Solaris Express Community Edition b114, with winetricks
(vista, gdiplus, msxml3, vcrun6), the application installs (with some minor GUI
glitches) but crashes once you enter your credentials and attempt to log in.
I would attach a trace, except that trying to trace to a file still spews
useful output to the terminal for some reason here. Without being able to
properly place that information in context in the log, both the trace and the
terminal output are somewhat useless.
--
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=29592
Bug #: 29592
Summary: Problems with text fields & scrollbars
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://cd.textfiles.com/infomagic/imagic4pak5/disk3/Mi
scellaneous-Utilities/ebot_einstall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Wine seems to have several issues with some types of text field. They are
probably related so I'll describe them all here.
One program which shows these problems can be downloaded from
http://cd.textfiles.com/infomagic/imagic4pak5/disk3/Miscellaneous-Utilities…
Run ebot_einstall.exe then click Next to show the license agreement. The
agreement is in a text field/box with a scrollbar to the right.
First issue:
The view is initially positioned at the bottom; it should be at the top. (The
flashing cursor/caret at the end of the text is also present on Windows. It
seems Wine sets the initial view position so the caret is shown, whereas
Windows does not?)
Second issue:
Move the mouse pointer outside the window and click to de-activate it. Move the
pointer back over the ebot_einstall window (not over the text box) and click to
activate it. Notice how all the text is now highlighted; it shouldn't be.
Third issue:
Run ebot_einstall.exe and click Next. (At this point, the contents of the text
field are not highlighted.) Click and drag the scrollbar knob upwards. Notice
how the text field immediately moves to show the top of the document, and the
view position remains there as you move the knob up and down. If you release
the mouse button when the knob is half-way down the scrollbar, it jumps back to
the top.
Fourth issue:
After doing the test in the third issue above, move the mouse pointer so it's
about 3/4 of the way down the scrollbar. Click the mouse button repeatedly.
Notice that the text in the box pages down each time, but when the scrollbar
knob is under the mouse pointer, clicking again causes it to jump back to the
top. (On Windows the knob does not move in that case.) Thus clicking over and
over causes the view to cycle down a page then back to the top again and again.
Fifth issue:
On Windows, when you page the view up or down by clicking in the scrollbar
above or below the knob, the view moves by one line less than a page. For
example when paging down, the view moves so the previously-lowest visible line
becomes the uppermost visible line. On Wine, the view moves by a whole page
each time.
Sixth issue:
On Windows, pressing the Page Up or Page Down key causes the view to move by a
page (less one line as mentioned above). In Wine however, pressing those keys
causes the caret to move. Press PgUp/PgDown until you're roughly in the middle
of the document. Then press PgUp/PgDown alternately. Notice the view only moves
up and down by one line because of that.
--
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=34430
Bug #: 34430
Summary: iTudou can't load anything(only show a black screen)
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 45834
--> http://bugs.winehq.org/attachment.cgi?id=45834
screenshot.png
iTudou is a video software provided bu tudou.com, which is similar to youtube
0. download it from
http://download.tudou.com/itudou/download/iTudou_Setup_3.7.0.8306_with_feis…
$ sha1sum iTudou_Setup_3.7.0.8306_with_feisu.exe
61c943e1bb45abd17937c69cf82ce97257ba3d7
1. do something to fix Chinese fonts
winetricks -q cjkfonts
export LC_ALL=zh_CN.utf8
2. install it
3. run it
wine iTudou.exe
4. only shows a black screen
--
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.