https://bugs.winehq.org/show_bug.cgi?id=40178
Bug ID: 40178
Summary: Native dll packet.dll fail on PacketGetAdapterNames
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zhangjianqiu13(a)gmail.com
Distribution: ---
Created attachment 53683
--> https://bugs.winehq.org/attachment.cgi?id=53683
Source code for my testcase
When try to use native packet.dll to run a demo program that calls
PacketGetAdapterNames and then return the result in a string , it fails on
windows native packet.dll
Test program source code and binary file will be produced in attachment
I see from relay log that PacketGetAdapterNames calls a series of Reg*
functions
and a lot of entries cannot be found on wine reg , So I import the
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}"
Key Entry from Windows XP, then the function still fails
The key export file will be attached below
The two versions wine relay log (+relay,+ntdll,+tid), one not import the
missing register entry, one imported, will be attached below
--
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=42171
Bug ID: 42171
Summary: IrfanView's 4.44 Help -> About window has wrong
placement for textboxes
Product: Wine
Version: 2.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ArchLinux
Created attachment 56775
--> https://bugs.winehq.org/attachment.cgi?id=56775
Wrong placement of labels
Note: Split of and blocked by 6682, only works with patches not yet in wine.
https://source.winehq.org/patches/data/128612https://source.winehq.org/patches/data/128613
The textboxes in irfanviews about dialog overlap the image.
The issue is somehow related to Bug 41639.
If my lib32-freetype2 is up to date with version 2.7, the font is ugly, but it
renders fine. If downgraded, the font is fine, but the placement is wrong.
I can submit a testcase for that, but which font can I rely on? Wine doesn't
have all fonts after all. Tahoma maybe?
--
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=10893
Summary: Guildwars Minimize Bug
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-directx-dshow
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: core1993(a)web.de
Hello and a good day.
I have a Problem on Guildwars: If i minimize the Guildwars Window it will be
minimized. Ok, thats what i wanted. But if i resize the window the window will
have be a size of 32 * 32 Pixel. Thats sad :(
Its not so much requed because i will not minimize Guildwars often but
sometimes. And if i farm and i cant see anything thats nod fine.
I hope that you will fix this bug asap ( as soon as possible ).
Thank you. Asmar from Germany
--
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=44900
Bug ID: 44900
Summary: Colour problem with builtin gdiplus
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Created attachment 60981
--> https://bugs.winehq.org/attachment.cgi?id=60981
Good looking with a native gdiplus
With a builtin gdiplus, there is a problem with coloring the cases of channel.
Problem does not occur with a native gdiplus dll. Compare the two screenshot:
the first one with native dll, the second one with the builtin dll.
Note the behaviour in a real Windows 10 box is the behaviour of the native dll.
So, there is a problem with the builtin dll.
--
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=38478
Bug ID: 38478
Summary: Captvty crashes at start
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Extracting captvty works well. But when one wants to start the software, it
crashes immediately. The backtrace is quite short. So I copy it instead of
attaching it.
~/captvty$ wine Captvty.exe
fixme:mscoree:parse_supported_runtime
sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented
fixme:mscoree:ConfigFileHandler_startElement Unknown element
L"loadFromRemoteSources" in state 4
Unhandled Exception:
System.InvalidOperationException: WinForms_SeeInnerException --->
System.TypeLoadException: A type load exception has occurred.
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke
(System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj,
System.Object[] parameters) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at ÔÇëÔÇÇ+.[Main] (Captvty.Main ) [0x00000] in <filename unknown>:0
at ÔÇëÔÇÇ+. () [0x00000] in <filename unknown>:0
at ÔÇëÔÇÇ.OnCreateMainForm () [0x00000] in <filename unknown>:0
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
[0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at ÔÇëÔÇÇ. (System.String[] ) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException:
WinForms_SeeInnerException ---> System.TypeLoadException: A type load exception
has occurred.
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke
(System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj,
System.Object[] parameters) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at ÔÇëÔÇÇ+.[Main] (Captvty.Main ) [0x00000] in <filename unknown>:0
at ÔÇëÔÇÇ+. () [0x00000] in <filename unknown>:0
at ÔÇëÔÇÇ.OnCreateMainForm () [0x00000] in <filename unknown>:0
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
[0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at ÔÇëÔÇÇ. (System.String[] ) [0x00000] in <filename unknown>:0
--
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=23464
Summary: Installer windows for several Disney Interactive
products do not render correctly
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug report applies to at least three Disney Interactive products from the
years 1999 and 2000: Dinosaur Activity Centre, Magic Artist Studio and Toy
Story 2 Action Game.
On starting Setup.exe from the game CD, the initial window is not rendered
properly. It mainly consists of a grey background; the only part which is
rendered properly is the "sparkling" Disney logo. If you move the pointer over
where the buttons should be, they are drawn when the pointer passes over them.
(See the Windows screenshot to find where the hotspots are.)
With Wine *not* in virtual desktop mode, if you drag the window or activate
another window, it refreshes/renders correctly. (In virtual desktop mode the
window has no decorations, so cannot be dragged.)
After the window has refreshed, if you partly cover it with another window,
then click in the Setup window to bring it to the front, the just-revealed
parts are blank. That also happens in virtual desktop mode.
I have created an archive containing only those files sufficient to allow
Setup.exe to run. You can download it from
http://rapidshare.com/files/404357546/Disney.tar.bz2.html
228740 bytes, MD5 checksum fc0b0f7926209db6b4b83ff002e79219
--
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=49003
Bug ID: 49003
Summary: Old DX7 game "Dinosaur Worlds" crashes on start
Product: Wine
Version: 5.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 66978
--> https://bugs.winehq.org/attachment.cgi?id=66978
Log
This is basically a recreation of the long abandoned bug 1934. I found the
program in archive.org, and the issue still remains.
As soon as it starts, it crashes.
Fair warning: It switches to super low resolution which won't be reset on
crash, so enable the virtual desktop in winecfg.
--
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=48501
Bug ID: 48501
Summary: U.S. Naval Observatory MICA2 software has annoying
error message upon closing
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: distroastro(a)gmail.com
Distribution: ---
Created attachment 66295
--> https://bugs.winehq.org/attachment.cgi?id=66295
The backtrace.txt file generated by Wine.
The program "U.S. Naval Observatory - Multiyear Interactive Computer Almanac
(MICA) 1800-2050" has an annoying issue that says:
"The program MICA2.exe has encountered a serious problem and needs to close. We
are sorry for the inconvenience."
Note: This message did not appear in Wine 1.8. (though I have not tested it in
versions of Wine between 1.8 and 5.0)
--
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=47036
Bug ID: 47036
Summary: Game Yuri's Revenge Work perfectly in wine-4.5-1 but
has problem in wine-4.6-1
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zhoujian8585169(a)126.com
Distribution: ---
See https://bugs.archlinux.org/task/62365
Description:
Game Command & Conquer: Yuri's Revenge
(https://en.wikipedia.org/wiki/Command_%26_Conquer:_Yuri%27s_Revenge) run
perfectly in wine-4.5-1 but has problem in wine-4.6-1
Steps to reproduce:
1. sudo pacman -U /var/cache/pacman/pkg/wine-4.5-1-x86_64.pkg.tar.xz
2. WINEARCH=win32 WINEPREFIX=~/.win32 wine ~/sda4/games/yuri/yuri/YURI.EXE
run perfectly see image 1 in attach file
3. sudo pacman -U /var/cache/pacman/pkg/wine-4.6-1-x86_64.pkg.tar.xz
4. WINEARCH=win32 WINEPREFIX=~/.win32 wine ~/sda4/games/yuri/yuri/YURI.EXE
has problem see image 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=37295
Bug ID: 37295
Summary: wine builtin iexplore crashes when clicking on the
activex control of
https://mybank.icbc.com.cn/icbc/perbank/index.jsp
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Created attachment 49602
--> https://bugs.winehq.org/attachment.cgi?id=49602
screenshot: activex-control.png
1. open https://mybank.icbc.com.cn/icbc/perbank/index.jsp
2. click on the activex control as soon as the web page loads.
See attachment activex-control.png
--
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.