http://bugs.winehq.org/show_bug.cgi?id=22630
Summary: CDBurnerXP 3.0.x doesn't initially show its menu bar
in data/audio mode
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27813)
--> (http://bugs.winehq.org/attachment.cgi?id=27813)
Terminal output
After choosing a mode on the initial selection screen and clicking through any
messages that pop up, a menu bar should appear, but this only works in audio CD
ripping mode (lowest option).
The other two modes - data disc and audio CD mode - don't display any menu bar
at first. Maximizing the internal window makes it sort of appear, but it's
empty except for the small icon from that window. It will fully appear if the
program window is minimized and restored, or if another window is opened in
front of it and then minimized or closed.
--
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=38541
Bug ID: 38541
Summary: Eyes and some other Texture invisible in Mars War Logs
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: gordan(a)bobich.net
Distribution: ---
Some textures (eyes being most immediately obvious) are invisible.
--
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=37867
Bug ID: 37867
Summary: rapid typing doesn't start
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: schiame(a)hotmail.com
Distribution: ---
Created attachment 50433
--> https://bugs.winehq.org/attachment.cgi?id=50433
wine details
rapid typing doesn't start
http://www.rapidtyping.com/best-typing-tutors/rapidtyping.html
--
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=23221
Summary: AT4RE FastScanner v3.0 UI button animation bug
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: https://www.woodmann.com/collaborative/tools/images/Bi
n_AT4RE_FastScanner_2010-1-10_4.2_FastScanner_v3.0_Fin
al.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
In Windows:
When you hover the mouse on any of the buttons in the top menu ("Open",
"Options" ...) the buttons change color and when you remove the mouse they
change back to the original coler (a mouse-on animation that is).
In Wine:
The buttons does change color when hovered, but they also change position a bit
(their position doesn't change in Windows).
Also when removing the mouse the buttons doesn't change back to the original
color (like in Windows) or position.
--
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=28225
Summary: Wine refuses to load native MSVCP90.dll, and won't
even say why.
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skotlex(a)mailforce.net
Back in version 1.3.26 wine was working correctly in the application I was
using it for (Ragnarok Online, used to have platinum rating in the appDB), but
since 1.3.27 wine cannot launch the application anymore.
By default, it tries to use the built-in MSVCP90.dll, which is a no go because
it has missing functions (already reported in bug #28215). However, the problem
is when I try to force the native version to be used, wine will not load it,
and it won't even give any explanation on why.
WINEDLLOVERRIDES="msvcp90=n" WINEDEBUG=+loaddll wine ragnarok.exe
Will print (relevant part):
trace:loaddll:load_builtin_dll Loaded L"c:\\windows\\system32\\iphlpapi.dll" at
0x7e3e0000: builtin
trace:loaddll:load_builtin_dll Loaded L"c:\\windows\\system32\\netapi32.dll" at
0x7e410000: builtin
err:module:import_dll Library MSVCP90.dll (which is needed by
L"C:\\ro\\ragnarok.exe") not found
trace:loaddll:load_builtin_dll Loaded L"c:\\windows\\system32\\msvcrt.dll" at
0x7e340000: builtin
trace:loaddll:load_builtin_dll Loaded L"c:\\windows\\system32\\msvcr90.dll" at
0x7e3c0000: builtin
The file, msvcp90.dll, is in the same directory as the executable, and there is
a Manifest for it as well (Microsoft.VC90.CRT.manifest):
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<noInheritable/>
<assemblyIdentity
type="win32"
name="Microsoft.VC90.CRT"
version="9.0.21022.8"
processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"
/>
<file name="msvcr90.dll" /> <file name="msvcp90.dll" /> <file
name="msvcm90.dll" />
</assembly>
According to winefile, the msvcp90.dll file I have has the following
properties:
Version: 9.0.21022.8
Size: 568832 Bytes
FileVersion: 9.00.21022.8
InternalName: MSVCP90.DLL
ProductVersion: 9.00.21022.8
One thing that jumps to the eye is the fact that the different version fields
don't agree on whether it is 9.0.X, or 9.00.X, but that may be normal. What I
don't find normal is the fact that wine doesn't give me any hint on what is
wrong and why it cannot load that dll :/
I am guessing it is related to manifests, since the support for that went in in
this Wine version.
So, in summary, shouldn't wine print out an error message detailing why it
failed to load a particular dll file?
--
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=35465
Bug ID: 35465
Summary: Tina-TI : Cursor popup-window is displayed too small
Product: Wine
Version: 1.7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h2obrain(a)gmail.com
Classification: Unclassified
Created attachment 47338
--> http://bugs.winehq.org/attachment.cgi?id=47338
Optical description of Error
The undecorated cursor popup-window in the diagram-window is displayed too
small. It seems that the whole window is scaled down. (see attached png)
All other windows and dialoges of Tina-TI (i checked) are displayed ok.
--
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=38069
Bug ID: 38069
Summary: Regen: window resizing doesn't correct the video
resolution
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: therealhdl(a)gmail.com
Created attachment 50718
--> https://bugs.winehq.org/attachment.cgi?id=50718
Terminal output
http://aamirm.hacking-cult.org/www/regen.html
After running Regen, load a game, click Video -> Window Size, and switch to
another resolution. The window will resize but the video will not adjust
accordingly unless you enter and exit full screen mode.
--
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=32074
Bug #: 32074
Summary: 1by1 Player: music time indicators too fast
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
Classification: Unclassified
When playing mp3 files in 1by1 Player via Wine, the song time at the bottom is
going faster than playback. Also the song progress slider at the top is going
faster than playback.
This bug has only occurred recently i.e. past few weeks, since I always get the
latest development Wine releases with the Ubuntu updates.
To reproduce: download 1by1 Player: http://mpesch3.de1.cc/1by1.html
and use it to play some mp3 files. You will notice that the song time counter
is going too fast, but the songs play at normal speed.
--
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=25394
Summary: MPQEdit beta: Rebar menus don't work properly
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=32314)
--> (http://bugs.winehq.org/attachment.cgi?id=32314)
Coolbar Menu source
Download: http://zezula.net/download/mpqediten32_beta.zip
- Run $ wine mpqeditor
- Open a menu
- Hover an element in the menu
The effects are complicated to explain, but at that point everything goes
crazy.
Ladislav Zezula, author of MPQEditor, has kindly agreed to share the relevant
bits of source; I have attached them in a zip:
"""
TCoolMenu::Create is the function that creates the menu, it requires
to be called when the coolbar is empty.
The WndMain.cpp is heavily cut, and it just shows how the window
messages are handled by the cool menu.
"""
No relevant log messages.
Note: I have not tried compiling & running the attached source; if someone
could build an exe and attach it it'd be great.
--
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=22581
Summary: Internet Explorer 3.01 crashes on some web pages
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.oldversion.com/download/msie301w311.exe
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=27709)
--> (http://bugs.winehq.org/attachment.cgi?id=27709)
Full crash log
IE 3.01 for Windows 3.1 crashes when attempting to load some web pages. For
instance, attempting to search in AppDB triggers this crash. Probable culprit:
wine: Call from 0x7b837bea to unimplemented function
ole2disp.dll16.VARIANTINIT, aborting
wine: Unimplemented function ole2disp.dll16.VARIANTINIT called at address
0x7b837bea (thread 001a), starting debugger...
--
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.