https://bugs.winehq.org/show_bug.cgi?id=2624
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |T.Bonner(a)freesurf.ch
--- Comment #39 from Bruno Jesus <00cpxxx(a)gmail.com> ---
*** Bug 3637 has been marked as a duplicate of this bug. ***
--
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=3637
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #21 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Confirming that the patches below fix this issue:
https://source.winehq.org/patches/data/128612https://source.winehq.org/patches/data/128613
*** This bug has been marked as a duplicate of bug 2624 ***
--
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=40089
Bug ID: 40089
Summary: 64bit upx packed executable crashing at startup with
page fault
Product: Wine
Version: 1.9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ismail(a)i10z.com
Distribution: ---
Created attachment 53579
--> https://bugs.winehq.org/attachment.cgi?id=53579
wine debug log.
Download https://i10z.com/tmp/ffmpeg.exe and try to run:
> wine ./ffmpeg.exe
wine: Unhandled page fault at address 0x7fbf2f17c5b2 (thread 0024), starting
debugger...
Attached is the crash log.
--
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=42156
Bug ID: 42156
Summary: winedbg truncates output and it doesn't respect
COLUMNS
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: kenorb(a)gmail.com
Distribution: ---
I'd like to run the following command for parsing purposes:
winedbg --command "info wnd" | grep -v Empty
however the Text column is usually truncated, e.g.
002c0396 Shell Embedding 56010000 00000000 00000115 Shell
Embeddin
00d20394 Shell DocObject V 56010000 00000000 00000115 Shell
DocObjec
04260336 Shell Embedding 56010000 00000000 00000115 Shell
Embeddin
00100332 Shell DocObject V 56010000 00000000 00000115 Shell
DocObjec
002002c2 Shell Embedding 56010000 00000000 00000115 Shell
Embeddin
01cf029e Shell Embedding 56010000 00000000 00000115 Shell
Embeddin
0062029c Shell DocObject V 56010000 00000000 00000115 Shell
DocObjec
002c0118 Shell Embedding 56010000 00000000 00000115 Shell
Embeddin
I've tried to use COLUMNS=200, similar as other CLI tools respect that, but it
didn't work.
I believe it's a bug, because there is no way to change the width of the
output.
Related: http://unix.stackexchange.com/q/331452/21471
--
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=29508
Bug #: 29508
Summary: Visual Studio 2005 trial can't create new project
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Visual C++ 2005 Trial installs ok with following recipe:
winetricks mfc42 dotnet20
use wine-1.3.15 to work around bug 27987 (or maybe just create the directory
that bug mentions)
mount image and run installer
but running the installed app with current wine, and doing
File / New / Project / win32 console app
type in the name of the project (say, "hello")
click OK
takes you into the New Project Wizard, but you can't complete it;
clicking OK does nothing. Clicking Cancel does let you back out cleanly.
Installing ie7 didn't fix the problem, but oddly, when you click on OK,
now a blank window comes up. Otherwise behavior is identical, can't finish
that dialog.
--
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=9277
Summary: Folder selection doesn't work correctly since 0.9.42
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loacoon(a)hotmail.com
When using Winzip, open a zip file and select Extract, and then in My Computer
select C:. The Program Files and Windows folders will appear, but you won't be
able to enter in any of them, and they'll be duplicated in the address bar if
you click on one of them.
This bug appeared in Wine 0.9.42 and does happen with any Windows app I tested.
--
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=42135
Bug ID: 42135
Summary: err:mscoree:LoadLibraryShim error reading registry key
for installroot
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
This is printed on every new wine prefix creation.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
I know it's harmless since it's printed on every wineprefix creation time.
The print seems to come here
http://source.winehq.org/git/wine.git/blob/c0b30432ea76334811e43ccef14a7190…
I am just thinking that wine really shouldnt print thatkind of error when there
is nothing wrong at wineprefix creation time.
I don't know why it prints that message. Is wine doing the check too early?
--
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=35811
Bug ID: 35811
Summary: wine will stop execute new program when fullscreen
application is running
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Created attachment 47809
--> http://bugs.winehq.org/attachment.cgi?id=47809
running log when execute the other program.
wine will stop running new program when running a fullscreen game, like Diablo
III or Banished.
this is the log with "WINEDEBUG=warn+all winecfg"
warn:win:create_window_handle error 0 creating window
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
warn:font:synthesize_bold_glyph Emboldening format 0x62697473 is not supported
warn:win:create_window_handle error 1812 creating window
this just happened when the fullscreen game running for a period of time.
not happened instantly.
--
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=8848
--- Comment #29 from winetest(a)luukku.com ---
(In reply to winetest from comment #28)
> (In reply to joaopa from comment #27)
> > I tried it a little bit. Looks like it is fixed, doesn't it?
>
> It's not fixed.
>
> wine-staging 1.9.23. My sound setup is broken currently with pure wine.
Retest. Some of the starting menus has almost black person. Then in the game
the swat team looks almost like it should, but in one angle they all looked
almost like black (lightning?). It feels like that the shadows is the biggest
(and only?) issue. They are too strong. I did this test with all dlls set us
builtin.
wine 2.0rc3-git.
--
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.