http://bugs.winehq.org/show_bug.cgi?id=22966
Summary: Restricted Area game - some graphics issues
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.restricted-area.net/demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
The game has problems with character animations, they don't seem to refresh the
screen, so you get a box of "garbage" around the characters some time they
move.
--
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=28915
Bug #: 28915
Summary: eclipse complains "'Periodic workspace save.' has
encountered a problem."
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Current CDT
eclipse-cpp-indigo-SR1-incubation-win32.zip
with current Oracle JDK
jdk-7u1-windows-i586.exe
starts up ok, and lets you create a hello, world c++ project,
but then complains "'Periodic workspace save.' has encountered a problem.".
Saving doesn't seem to work properly.
To trace this, best to use taskset -c 1 to avoid thread logs stepping on
each other. One sees
0055:Call KERNEL32.CreateFileW(02fec340
L"C:\\users\\dank\\workspace\\.metadata\\.log",40000000,00000003,00000000,00000004,00000080,00000000)
ret=6d374fbe
0055:Ret KERNEL32.CreateFileW() retval=00000300 ret=6d374fbe
...
0055:Call KERNEL32.WriteFile(00000300,0032b8f0,0000024b,0032b8a0,0032b88c)
ret=6d3752ac
trace:ntdll:NtWriteFile
(0x300,(nil),(nil),0x32b88c,0x32b88c,0x32b8f0,0x0000024b,0x32b7b0,(nil))!
trace:ntdll:FILE_GetNtStatus errno = 22
trace:ntdll:NtWriteFile = 0xc000000d
0055:Ret KERNEL32.WriteFile() retval=00000000 ret=6d3752ac
0055:Call KERNEL32.GetLastError() ret=6daad6ba
0055:Ret KERNEL32.GetLastError() retval=00000057 ret=6daad6ba
0055:Call
KERNEL32.FormatMessageA(00001200,00000000,00000057,00000000,0032b7b0,00000100,00000000)
ret=6daad6d8
0055:Ret KERNEL32.FormatMessageA() retval=00000013 ret=6daad6d8
0055:Call ntdll.strlen(0032b7b0 "Invalid parameter") ret=6d375c62
...
An exception occurred while writing to the platform log
Adding prints, I found that it's the pwrite in NtWriteFile that is returning
an error.
strace -f -o slog taskset -c 1 ~/wine-git/wine eclipse/eclipse.exe
shows
17835 pwrite64(112, "!SESSION 2011-10-27 21:43:57.189"..., 587,
18446744073709551615) = -1 EINVAL (Invalid argument)
17835 pwrite64(113, "\r\n!ENTRY org.eclipse.core.resour"..., 3320,
18446744073709551615) = -1 EINVAL (Invalid argument)
18446744073709551615 is -1. So it seems that java/eclipse is doing a pwrite
to a file at offset -1. kernel32/tests/file.c tests offset writes, but
not with an offset of -1. Sounds like we need a test?
--
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=25104
Summary: ChooseFont dialog does not support font size not
displayed in dialog
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://support@securenetterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
When the Wine ChooseFont dialog is displayed, it adds common font sizes to the
size combobox. If, for whatever reason, the logfont passed to the dialog has a
lfHeight/lfWidth combination that results in a font size not contained in the
font size combo box, it does not get displayed in the font size text box.
In addition, if a user selects a font size not shown in the combo box, the
ChooseFont dialog asks like it was accepted, but in fact just ignores it.
This pertains to both TrueType as well as bitmap fonts. This most common
occurance is with odd font sizes such as 13, 15, etc.
This does not match the action of the normal Windows ChooseFont dialog and
produces unwanted results.
--
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=29455
Bug #: 29455
Summary: Call of Duty 4: persons are not visible
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardy.schumacher(a)gmx.de
Classification: Unclassified
Created attachment 38134
--> http://bugs.winehq.org/attachment.cgi?id=38134
Logfile from "Call of Duty 4"
In "Call of Duty 4" all persons are not visible, Only their equipments can be
seen.
This issue was seen with v1.3.34 and v1.3.35 of WINE.
Used FreeBSD version is i386 v8.2.
As a graphics card an NVIDIA GeForce 7600 GS is used.
Graphics driver is from NVIDIA v285.05.09.
--
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=18347
Summary: GdipImageRotateFlip and GdipImageSetAbort aren't
implemented
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
GdipImageRotateFlip and GdipImageSetAbort are marked "stub" in gdiplus.spec.
Cooliris tries to call them and crashes because of that. When I added stub
implementations, similar to other functions in image.c, it fixed that
particular crash. (Cooliris still dereferences a NULL pointer later, though -
possibly because the GDI+ functions aren't actually implemented. I'm looking
into that.)
If you want to test this, you'll have to set HOMEDRIVE and HOMEPATH first (see
bug 18336).
Btw, what does "@ stub" do? Is there any point in adding that, as opposed to a
dummy implementation of the function?
--
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=20208
Summary: Liquid Story Binder - 'z' location broken and window
management issues
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.blackobelisksoftware.com/Downloads/LSBXEins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thompson_d_(a)hotmail.com
The 'z' location of windows does not appear to be handled correctly - Liquid
Story Binder has several windows which are designed to overlap without docking,
and the main window (that should be in the back) appears in the front. You
have to minimize it to be able to see working windows, but the main window has
all the tools for switching between working windows and opening new files.
Also, it is possible to lose an entire chapter, etc., because the window
becomes inaccessible. I haven't been able to re-create the bug, but I have a
file where chapter two works but chapter one doesn't.
Running the program through the terminal reveals a ton of richedit:fixme's and
a few errors in richedit, but replacing with native richedit DLLs does not
appear to fix the issues above.
--
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=26769
Summary: Unable to play mms in Windows Media Player [9|10] with
builtin wininet
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chihchun(a)kalug.linux.org.tw
Created an attachment (id=34097)
--> (http://bugs.winehq.org/attachment.cgi?id=34097)
errror message of wmp9
I have tested both wmp9, wmp10 with buildint wininet
Test procedures
* setup wine bottle
sh winetricks -q ie8 jscript wmp9 l3codecx flash quartz devenum
# WINETRICKS_VERSION=20110402
* start the wmp
export WINEDEBUG="+wininet"
export WINEDLLOVERRIDES="wininet=b;*urlmon=n,b;"
cd "${WINEPREFIX}/drive_c/Program Files/Windows Media Player"
wine "wmplayer.exe" "mms://media-wm.cac.washington.edu/KEXP-Live"
* The debug message shows wmp uses a undocumented flag `400', even removed the
flag checking in dlls/wininet/urlcache.c, the player still not play the mms
stream.
trace:wininet:GetUrlCacheEntryInfoExW
(L"mms://media-wm.cac.washington.edu/KEXP-Live", (nil), (nil), (nil), (nil),
(nil), 400)
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 400
fixme:wininet:FindFirstUrlCacheGroup (0x00000000, 0x00000000, (nil),
0x00000000, 0x33b12c, (nil)) stub
fixme:wininet:FindFirstUrlCacheEntryExW
(L"mms://media-wm.cac.washington.edu/KEXP-Live#", 0x00000000, 0x00000001,
0x0000000000000000, 0x339c08, 0x33b134, (nil), (nil), (nil)) stub
trace:wininet:InternetQueryOptionA (nil) 50 0x33b5c8 0x33b5c4
trace:wininet:InternetGetConnectedStateExA (0x7a55644, (nil), 0, 0x00000000)
trace:wininet:InternetGetConnectedStateExW (0x7a55644, (nil), 0, 0x00000000)
warn:wininet:InternetGetConnectedStateExW always returning LAN connection.
* native wininet, caused Unhandled exception: page fault on write access to
0xb9bec3c1 in 32-bit code (0x006402ef).
--
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=28580
Bug #: 28580
Summary: Acclaim Re-Volt: crashes before getting into race
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://games.softpedia.com/get/Games-Demo/Re-Volt.shtm
l
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 23658
Classification: Unclassified
Found while looking at bug 23658. Install, run game, then press enter until the
game tries to get into a race. Will crash after second loading screen.
Backtrace isn't helpful:
Backtrace:
=>0 0x00446ed9 in revolt (+0x46ed9) (0x0076c4cc)
err:d3d:wined3d_device_uninit_3d Something is still holding a reference to
depth/stencil buffer 0x20e5dc8.
ddraw7 game, so should be a fun one to debug :(.
According to that bug, this ran around 1.2 or so, but doesn't for me (though
that may be because of newer drivers or something else..).
--
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=23861
Summary: Regression: Adobe Acrobat 7.0 crashes on startup
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Ueberall(a)gmail.com
After upgrading from wine 1.2-rc7, Adobe Acrobat 7.0 will not work anymore
(both existing and new installation).
--
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=25513
Summary: "The program uninstaller.exe has encountered a serious
problem and needs to close." when trying to run the
Wine Software Uninstaller
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cainn(a)iinet.net.au
Full error message is as follows:
"The program uninstaller.exe has encountered a serious problem and needs to
close. We are sorry for the inconvenience.
This can be caused by a problem in the program of a deficiency in Wine. You may
want to check http://appdb.winehq.org for tips about running this application.
If this problem is not present under Windows and has not been reported yet, you
can report it at http://bugs.winehq.org."
This occurs whenever I try to launch the wine uninstaller, either from the link
created in my Gnome menu or by doing "wine uninstaller" in a terminal.
I am running Ubuntu 10.10 and did a clean install of Wine 1.3.9 after
completely removing 1.3.8. I had no problems with the 1.3.8 uninstaller on the
same distro.
I am having no other problems with 1.3.9. All the apps I have installed run as
expected.
--
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=11764
Summary: surround 5.1 sound
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iugamarian(a)yahoo.com
Winamp with Winamp AC3 Filter 1.01a performs better than Amarok 1.4.
Also the very old game Starcraft has support for surround.
Therefore please give more importance to the following:
Allow DirectSound acces to Alsa, for the rear left, rear right, center and
woofer speakers.
Yes, Linux does support surround. Use "alsamixer" to deactivate the mute
on the other speakers. Use Amarok, Totem, or their base Xine, to test surround.
You have to go to settings, select Xine Engine and select 5.1 surround (in Xine
you should select first "Master of the known universe" :) )
I am attaching an example of a file that the Xine engine cannot play,
but Winamp with Winamp AC3 Filter 1.01a with integrated dts support can.
--
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=28048
Summary: winmm wave tests failing
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On my Ubuntu 11.04 laptop, "make test" reliably fails in winmm
in the wave tests. Judging by
http://test.winehq.org/data/tests/winmm:wave.html
there has usually been one or two machines similarly affected.
trace:mmdevapi:MMDevice_Activate (0x12d110)->(0x686ee9a0,1,(nil),0x141714)
trace:alsa:AUDDRV_GetAudioEndpoint "hw:0,0" 0x12d110 0 0x141714
warn:alsa:AUDDRV_GetAudioEndpoint Unable to open PCM "hw:0,0": -16 (Device or
resource busy)
...
wave.c:659: Test failed: waveOutOpen(1): format=22050x 8x1
flags=50000(CALLBACK_EVENT) rc=MMSYSERR_ERROR(Undefined external error.)
I'll attach a +alsa,+winmm,+mmdevapi,+module log.
--
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=21566
Summary: Programs start slower in Wine than in Windows
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Build systems like make rely on cl.exe starting quickly.
To test this, I created a batch file containing
call "c:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
echo int x; > empty.c
cl.exe -c -Z7 empty.c
and ran it with time cmd /c foo.bat from cygwin.
On Vista, this takes 0.1 seconds.
On Wine, this takes 0.5 seconds with wineserver already running.
Unsetting DISPLAY, killing wineserver, removing the three registry keys
in system.reg and user.reg having to do with fonts, hiding
/usr/share/fonts/{truetype,type1}, and then starting wineserver
cuts the startup time down to 0.2 seconds.
That extra 100ms per cl.exe doesn't sound like a lot, but might
make some developers less likely to run big build jobs on wine.
+timestamps shows that maybe 12ms are still due to wine's builtin fonts;
this line
trace:file:find_drive_rootA "/home/dank/wine-git/fonts//symbol.ttf" -> drive
Z:, root="/", name="/home/dank/wine-git/fonts//symbol.ttf"
shows up twice, and seems to take 6ms each time.
--
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=16805
Summary: Adobe Acrobat can't connect to password server
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://adobe.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://www.winehq.org/pipermail/wine-users/2009-January/046445.html
a user reported that Acrobat was unable to connect to a
password server when trying to display certain kinds of
restricted access .pdf files.
He sent me one of the .pdf files, and sure enough, network
traffic occurred, but the app reported that networking had
failed. I'll attach a log.
--
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=24314
Summary: Everquest 2 Extended - jerky motion unless set to
Extreme Performance
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://everquest.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I have shader model 3 set, and am running on recent (GTX 270 or so)
hardware. If I set Options / Performance / Performance Profile to anything
but Extreme Performance, running through the world is often jerky
rather than fluid.
--
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=20356
Summary: BewerbungsMaster, a program for helping people with
their applications hangs in several places.
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
URL: http://www.optimale-bewerbung.de/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winecreations(a)trashmail.net
Created an attachment (id=24109)
--> (http://bugs.winehq.org/attachment.cgi?id=24109)
Log of starting the BewerbungsMaster and as well as the Registration process.
NOTE: This Bug is about a german program with glitches. I guess that not much
work needs to be done in order to let this function properly.
The 'BewerbungsMaster' is a program that is intended to help people with
managing their applications (not programs) to companies and whatever other jobs
they might apply for. 'BewerbungsManager' easily stores personal data, style
sheets and actual DIN-Norms in order to help its user generating a perfect job
application and keeping track of their CV and everything that it needed in
order to get the job they want.
I am the owner of a fully working license for the 'BewerbungsManager' and and
enjoy being in close contact to its developer (who honestly does not know that
much about Linux). The program installs without any noticable error (although I
must say that fonts are very small through the install process). And here we
start: Starting it works fine until itb says "Please wait..." - and there it
hangs. Issuing a 'STRG+C' in console mysteriously lets the program continue -
and it WORKS FINE from that point on.
Secondly the registration process hangs and the progress bar stop half way of
completion. Registration is -of course- besides the full functionality of the
program in WINE one of the most important processes for the developer.
I´d like you to analyze the log and find out, why 'STRG+C' has to be pressed
first in order to let it continue. Important places in the log have been
commented. Up until that point reproduction is easy: Download a free trial of
BewerbungsMaster here: http://www.optimale-bewerbung.de/download.php (first
.EXE on the left).
That the checkboxes in BewerbungsMaster do not work properly is considered a
minor bug. Functionality first, please. THANKS FOR TAKING A LOOK!
--
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=28790
Bug #: 28790
Summary: No sound with OSS4 in menu and in game in Hellgate:
London
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: HASH.DuOrden(a)gmail.com
Classification: Unclassified
Created attachment 36984
--> http://bugs.winehq.org/attachment.cgi?id=36984
WINEDEBUG=fixme-all log of running Hellgate:London
When using OSS4 (Current git or 4.2 stable) and wine (1.3.30 or current git)
compiled --with-oss.
In Hellgate: London there is no sound any where else starting movies.
I'm also have similar problem with Lord of the Rings Online in game voice chat,
as long as in audio configuration related to in game voice chat playback device
set the one with "(vmix)", there is no sound from team mates, if I set playback
device to main pcm device, one without "(vmix)" in name, I can hear my team
mates perfectly clear.
I thought that these problems related because in log from Hellgate: London
there is a lot of errors related to that it tries to open main pcm device node.
--
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=22276
Summary: Driving Speed 2 2.0.8 crashes when starting a race
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://download.cnet.com/Driving-Speed-2/3000-7518_4-1
0830437.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=27213)
--> (http://bugs.winehq.org/attachment.cgi?id=27213)
Driving Speed 2 2.0.8 output
After installing d3dx9 from winetricks, launching Driving Speed 2 and
initiating a quick race yields:
Backtrace:
=>0 0x689ff3c2 IDirect3DDevice9Impl_StretchRect+0x82(iface=0x155070,
pSourceSurface=0x156a70, pSourceRect=(nil), pDestSurface=(nil),
pDestRect=(nil), Filter=D3DTEXF_NONE)
[/home/andrew/wine-git/dlls/d3d9/device.c:1004] in d3d9 (0x00515b70)
1 0x00437012 in drivingspeed (+0x37011) (0x004db7dc)
2 0x00438330 in drivingspeed (+0x3832f) (0x0043c620)
The complete terminal output is attached.
--
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=23738
Summary: Kingdom Heroes shows blue screen on startup
Product: Wine
Version: 1.2
Platform: x86
URL: http://kingdomheroes.aeriagames.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After doing "winetricks vcrun2005" to work around bug 23736,
Loader.exe happily updates the game and then launches it.
The game proper puts up a "Loading" screen for 20 seconds, then an
empty blue window, with console output
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{9e5530c5-7034-48b4-bb46-0b8a6efc8e36}!
The tip at
http://forums.aeriagames.com/viewtopic.php?p=6714261
says this happens on Windows sometimes, too, and is caused by playback failure
of movies/kh2_opening.avi, which is a WMP9 file. Moving that file to another
directory got past this problem and let me play the game.
(winetricks wmp9 might be a better workaround if you want to see the movie.)
http://forums.aeriagames.com/viewtopic.php?t=825711#6479403 had a much
longer list of required winetricks, glad it turned out to be simpler than 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=12662
Summary: Ragnarok: Problem restoring window size
Product: Wine
Version: 0.9.59.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winter.blood(a)gmail.com
When running Ragnarok in full-screen mode, if you switch desktops (in Gnome,
not tested in KDE), using ctrl+alt+left or ctrl+alt+right and then switch back
to the desktop with ragnarok, the window size is incorrectly set. This behavior
is not reproducable with alt+tab.
To reproduce:
1) Install ragnarok as per these instructions:
http://appdb.winehq.org/appview.php?iVersionId=928&iTestingId=7119 (The updater
will not work without the SPECIFIC native DLLs listed.) using Ragnarok,
available freely at http://iro.ragnarokonline.com/download/download.asp
2) Disable virtual desktop if enabled.
3) Run setup.exe, select your desktop resollution and check the 'full screen'
checkbox.
4) Run Ragnarok.exe, Press start after patching has completeted.
5) Once the game is started, (under gnome) press ctrl+alt+right to switch
desktop, and then ctrl+alt+left to switch back.
6) The window will be of a smaller size than the fullscreen window, centered in
the middle of the screen.
Outcome:
Game is open, but not fullscreen, and is displayed as a small area in the
center of the screen instead.
Expected outcome:
Game runs, switching to a different desktop and back restores the game to same
settings as before the desktop switch.
Wine build:
Wine-0.9.59 on Ubuntu linux 8.04 (32-bit)
--
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=14614
Summary: Devil Mary Cry 4 : Unable to check compatibility for
Format
Product: Wine
Version: 1.1.1
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bellegueulle.damien(a)neuf.fr
CC: bellegueulle.damien(a)neuf.fr
Game will now execute, but displays a black screen.
err:d3d:IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt Unable to check
compatibility for Format=WINED3DFMT_A16B16G16R16F
--
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=22107
Summary: Civilization 4 Total Realism Mod Crashes on Play Now
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)xnode.org
Created an attachment (id=26948)
--> (http://bugs.winehq.org/attachment.cgi?id=26948)
Log from start up till the crash
Civilization 4 with the "Total Realism" mod crashes the moment you click the
Play menu option. The standard game and Warlords addon work at this point so
the mod must be doing something different to cause the crash.
The backtrace seems to get stuck at step 1 and Wine has to be killed.
--
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=17129
Summary: Alchemy Mindworks 3D Effects Animation Plugin: Total
three-eyed mutant fridge fungus
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.mindworkshop.com/alchemy/animplugins-
3d1.html
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Seen via http://wiki.winehq.org/AppsThatSupportWine
In http://www.mindworkshop.com/alchemy/linux.html
the author has a list of all his software and how well it works on Wine.
He says all of it seems fine except for this 3D plugin.
I haven't tested this myself, but I laughed so hard at the problem
description I figured it deserved a bug report. I'll ask him
to provide more details.
--
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=25135
Summary: Hello Kitty Online flickering, screen corruption
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://hellokittyonline.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Once you log in to Hello Kitty Online, it works pretty well at first
glance, except for visual problems with pop-up windows.
For instance, the tutorial window (with a blackboard and a professor)
has nasty flickering and render artifacts.
--
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=28967
Bug #: 28967
Summary: Surething CD/DVD Labeler: crashes when making a new
project
Product: Wine
Version: 1.3.31
Platform: x86-64
URL: https://www.surething.com/ST/Category.asp?CatCode=ST5_
HOME ?
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: jacek(a)codeweavers.com, ponchorat1968(a)hotmail.com
Classification: Unclassified
Created attachment 37248
--> http://bugs.winehq.org/attachment.cgi?id=37248
backtrace
Get the demo from https://www.surething.com/ST/Category.asp?CatCode=ST5_HOME
aa4b443a1524fad9e15184f206e1b97517f31a58 stcdeval.exe
install as normal. Run it, File, new, choose 'Disk Label'. Crashes:
fixme:ieframe:OleObject_Advise (0x598c3e0)->(0x24b8048, 0x1f6650)
fixme:ieframe:OleObject_Advise (0x598c3e0)->(0x24b8048, 0x1f6650)
fixme:ieframe:OleObject_Advise (0x598c660)->(0x24b8048, 0x1f6848)
fixme:ieframe:OleObject_Advise (0x598c660)->(0x24b8048, 0x1f6848)
fixme:ieframe:OleObject_Advise (0x59af9f8)->(0x24b8060, 0x1f6a40)
fixme:ieframe:OleObject_Advise (0x59af9f8)->(0x24b8060, 0x1f6a40)
fixme:ieframe:OleObject_Advise (0x599fde0)->(0x24b8078, 0x1f6c38)
fixme:ieframe:OleObject_Advise (0x599fde0)->(0x24b8078, 0x1f6c38)
fixme:ieframe:OleObject_Advise (0x59a0080)->(0x24b8090, 0x1f6e30)
fixme:ieframe:OleObject_Advise (0x59a0080)->(0x24b8090, 0x1f6e30)
wine: Unhandled page fault on read access to 0x00000000 at address 0x4ac1aa
(thread 0009), starting debugger...
winetricks -q ie6 gets past it. Backtrace attached.
--
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=29610
Bug #: 29610
Summary: some visual basic applications use wrong (first
available) font
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)discordia.ch
Classification: Unclassified
Some Visual Basic applications just use the first available font:
trace:font:freetype_SelectFont Chosen: L"10.15 Saturday Night BRK" L"Regular"
(/home/user/.wine/dosdevices/g:/aenigma/1015sn.ttf/(nil):0)
if I chmod 000 the font, it uses the next in the directory
(aenigma/18holes.ttf) and so on. Note that the microsoft corefonts would be
available as well.
An application in which this happens is
http://code.google.com/p/epub-metadata-editor/downloads/detail?name=EPubMet…
Also, it seems that Software\\Wine\\Fonts\\External Fonts gets updated every
time wine is run, so I can't even change the order there. Apart from unmapping
the font directories there seems to be no solution.
--
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=17457
Summary: Arauna demo crashes after a second or so
Product: Wine
Version: 1.1.15
Platform: Other
URL: http://igad.nhtv.nl/~bikker/files/arauna_sep09.rar
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://ompf.org/forum/viewtopic.php?p=12120 a user complained
that the Arauna demo crashes. The crash is easy to repeat;
it tries to read from 0xffffffff. Since source is provided,
it should be easy for someone to do a debug build and see what's up.
--
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=25133
Summary: Account creation screen for Hello Kitty Online can't
submit
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://hellokittyonline.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Once you work around bug 25132, and fill out the account creation screen,
the submit button (named 'sign me up') doesn't do anything.
When you click it, you see the log messages
fixme:msxml:ClassFactory_QueryInterface interface
{342d1ea0-ae25-11d1-89c5-006008c3fbfc} not implemented
fixme:msxml:httprequest_QueryInterface Unsupported interface
{bb1a2ae1-a4f9-11cf-8f20-00805f2cd064}
fixme:msxml:httprequest_QueryInterface Unsupported interface
{cb5bdc81-93c1-11cf-8f20-00805f2cd064}
winetricks msxml3 gets it slightly further.
--
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=28655
Bug #: 28655
Summary: Error on Biblio while trying to copy information, in
order to paste it elsewhere
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fmft71(a)yahoo.es
Classification: Unclassified
While using Biblio, a Visual Basic 6 program, an error takes place while trying
to copy and paste info. Biblio exits abruptly
--
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=15357
Summary: Fullscreen applications cannot be minimized
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Fullscreen applications, such as Counter-Strike 1.6 cannot be minimized neither
by Alt+Tab, nor by Ctrl+Esc. You cannot switch to another application. You even
cannot switch to another abpplication by going to another desktop by pressing
Ctrl+Alt+=>. The fullscreen application sdtill holds focus and all the display
area regardless what dektop is currently active.
--
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=23036
Summary: Trash appears in WinUAE window when another window is
dragged on top of it
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.winuae.net/files/InstallWinUAE1610.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Older versions of the WinUAE Amiga emulator show a small problem with Direct3D
output. The problem is not present when WinUAE is set to use OpenGL output.
(The current version 2.1.0 of WinUAE does not show this problem. Graphics
handling was reworked in later versions; maybe 2.1.0 uses DirectX 9 calls vs
DirectX 8 or lower for earlier versions?)
When the emulation is paused, dragging another window over the emulation window
trashes the contents of the emulation window. This effect is only visible when
the emulation is paused; otherwise the emulation window is rewritten many times
per second.
Typical usage of WinUAE involves obtaining an Amiga ROM image file. Google for
kick12.rom if you need to...
- Download WinUAE 1.6.1 from http://www.winuae.net/. Direct URL for the
installer is http://www.winuae.net/files/InstallWinUAE1610.exe
- Run the installer.
- Start WinUAE. The settings window appears. Click ROM under Settings->Hardware
and select kick12.rom for the Main ROM file.
- Click Filter under Settings->Host and select Direct3D from the drop-down box.
- Click Start to start emulation and wait for some graphics to appear in the
emulation window. The "Workbench hand" appears on a white background.
- Press F12 to bring up the settings window. This pauses the emulation.
- Drag the settings window (or any other window) over the emulation window.
Notice how the emulation window contents are corrupted. Also notice that if you
activate another window, the emulation window contents are refreshed/redrawn.
- Click in the emulation window and press F12 (to work around Wine bug 10643).
Change the filter from Direct3D to OpenGL in the settings window then click OK
to continue the emulation.
- Press F12 again and drag the settings window over the emulation window.
Notice that this time there is no trashing/corruption.
- To quit, click in the emulation window and press F12, then click Quit.
--
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=29376
Bug #: 29376
Summary: Grand Theft Auto IV ESC key doesn't work in pause menu
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxuser-sky(a)gmx.de
Classification: Unclassified
When i enter a game and play and then press ingame ESC i get to the pause menu
with the map etc. Works how it should be. Then i try to get back into game by
pressing ESC again. Then nothing happens, i stuck in the pause menu. Other keys
like space work. Also the Window has focus.
In the Console i get this:
fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout (nil) is not supported
fixme:keyboard:X11DRV_LoadKeyboardLayout L"0", 0002: stub!
fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout (nil) is not supported
fixme:keyboard:X11DRV_LoadKeyboardLayout L"0", 0002: stub!
fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout (nil) is not supported
fixme:keyboard:X11DRV_LoadKeyboardLayout L"0", 0002: stub!
fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout (nil) is not supported
fixme:keyboard:X11DRV_LoadKeyboardLayout L"0", 0002: stub!
--
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=24345
Summary: Button for uninstalling Tunebite is grayed out
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Created an attachment (id=30685)
--> (http://bugs.winehq.org/attachment.cgi?id=30685)
Tunebite Setup
I'm using Wine on Ubuntu 10.04 and wanted to uninstall the Tunebite software,
but the "Remove" button as well as the "Modify" button is grayed out.
--
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=16232
Summary: YVD 9.0 Final stops responding after an partially-
undetermined amount of time
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thundernyannyan(a)hotmail.com
It's difficult to explain, but basically after certain events occur while using
this program, a weird graphical glitch may occur for about half a second, and
then YVD will stop responding completely. It's not exactly frozen, because
frozen programs will turn grey, but it doesn't respond to any sort of mouse
click, button press, or any other form of input. The process for YVD is listed
as Sleeping when I check it in the System Monitor, and the only way to close
YVD when this happens is to use End Process.
The only "certain event" that I've been able to determine so far is continuing
to use the program after dueling the same person three times, using the "Soft"
Reset command under the File menu on the duel screen in between each duel. If
you continue to use YVD by using "Soft" Reset or Reset Game (also under the
File menu), YVD will stop responding after some random period of time passes,
although it has always never been under 5 minutes for me so far.
--
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=24651
Summary: Automap: Is not determined by the midi-controller
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lenin(a)1nsk.ru
Created an attachment (id=31159)
--> (http://bugs.winehq.org/attachment.cgi?id=31159)
lsusb output
When connecting a MIDI controller Novation Nocturn Keyboard 25, a program it
does not define. ("No devices connected")
--
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=21053
Summary: Problem with XML HTTP 4.0 in msxml4
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spaschukat(a)users.sourceforge.net
Created an attachment (id=25248)
--> (http://bugs.winehq.org/attachment.cgi?id=25248)
+ole output of application
Error in an application that can't use the MSXML2::XMLHTTP40 instance:
err:ole:StdMarshalImpl_UnmarshalInterface Apartment not initialized
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x800401f0
err:ole:create_server class {88d969c5-f192-11d4-a65f-0040963251e5} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {88d969c5-f192-11d4-a65f-0040963251e5}
could be created for context 0x17
--
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=12688
Summary: Cannot run VisiLogic software - Actbar3.ocx error
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maciej.grela(a)gmail.com
Hi
I was trying to run the VisiLogic 6.0.1.3 PLC engineering software on my Gentoo
box (Wine version as above). After solving some issues with missing msado dlls
I`m stuck on the following error message box:
Run-time error '372':
Failed to load control 'ActiveBar3' from Actbar3.ocx Your version of
Actbar3.ocx may be outdated. Make sure you are using the version of the control
that was provided with your application.
-----------
The file Actbar3.ocx exists in Windows/system32 and is installed by the
program. The VisiLogic software can be downloaded from the vendor site:
http://www.unitronics.com/Content.aspx?Page=Downloads
Did someone encounter a similar problem ?
--
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=29632
Bug #: 29632
Summary: Cannot load xls, csv, or other data files in AMOS
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: byrnes(a)nceas.ucsb.edu
Classification: Unclassified
I am attempting to run the AMOS software for Structural Equation Modeling via
wine. See http://amosdevelopment.com/download/ for a download of the free
student version. I installed wsh56 in order to get it to run. While it can
load its native data format (SPSS). When I attempt to load a data file after
running AmosGraphicsCLI.exe, go to the data dialogue, and attempt to load a
csv, xls, or other file type I get the error that it cannot be opened for
reading. I am submitting a log file of the session. I believe the error is
somewhere in the
err:ole:marshal_object object doesn't expose interface
{7fd52380-4e07-101b-ae2d-08002b2ec713}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:ole:marshal_object object doesn't expose interface
{37d84f60-42cb-11ce-8135-00aa004bb851}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
[jearbear@Fika ~/.wine/drive_c/Program Files/AMOS 5]#
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
portion.
--
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=19881
Summary: Network connectivity for the SIP client smartvoip not
possible, freezes
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anzil1312(a)gmail.com
Network connectivity for the SIP client smartvoip not possible, freezes. No
voice testing hence carried out.
--
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=29596
Bug #: 29596
Summary: Baldur's Gate black fullscreen
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john015(a)libero.it
Classification: Unclassified
If I switch to fullscreen mode, either with Ctrl+Enter or via in-game
configuration, the video goes completely black but the game continues in
background.
Wine says:
fixme:win:EnumDisplayDevicesW ((null),0,0x329838,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x3299b8,0x00000000), stub!
whenever I change the video mode.
Baldur's Gate version: 1.1.4315
--
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=25021
Summary: Where's Waldo The Fantastic Journey Demo - Sound
Stutters and Game won't launch past Storyboard
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
When launching the game, sound stutters and seems to affect the performance of
the game. Am able to install the game (winetricks ie6 needed), then I can start
the game, create a profile, watch the storyboards, then the game hangs at the
loading of gameplay screen, and sound stutters the whole way through.
I think this game may be playable if the the proper workarounds can be found.
See attachement for module debug log.
Note: the trial expires after 1 hour.
--
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=26343
Summary: War Sector complains about the lack of memory or disk
space
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.gamefront.com/files/War_Sectorzip/;6785821;
;/fileinfo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
War Sector complains during initialization in the compiling, At one time I got
past the error message but that was by accident and cannot be repeated.
--
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=28108
Summary: urlmon: url.ok occasional test failure: unexpected
call OnProgress_SENDINGREQUEST
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
About one in 15 runs of urlmon's url test failed here with
url.c:1631: Test failed: unexpected call OnProgress_SENDINGREQUEST
--
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=24622
Summary: SolidWorks toolbox browser plug-in fails to register
inside SolidWorks
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Toolbox Browser is SolidWorks part library plug-in. It is a .net30 (WPF)
application.
It can be activated when dotnet30 and many other winetricks are installed (see
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21382)
Standalone application SolidWorks/SldToolBoxConfigure.exe runs and allows part
databases to be configured, but when launched from SolidWorks, it crashes most
of the time ( see attached log ), and almost never allows part browsing and
insertion into assemblies.
Looks like some interfaces are not properly registered...
--
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=28622
Bug #: 28622
Summary: alsa under pulseaudio no longer produce sound.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gilboad(a)gmail.com
Classification: Unclassified
Created attachment 36780
--> http://bugs.winehq.org/attachment.cgi?id=36780
WINEDEBUG=+tid,+mmdevapi,+winmm,+dsound,+oss,+alsa,+coreaudio wine vlc.exe
Since the introduction of the new mmdevapi layer, wine / Fedora 15/x86_64 no
longer reliably produces sound.
winecfg sound test does produce badly distorted sound, but that's vlc under a
newly created prefix produces a single note and then dies.
Generate configuration.
Fedora 15, x86_64 running on dual Xeon workstation w/ SB Audigy 2SZ card.
wine 1.3.29 from updates-testing.
- Gilboa
--
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=27895
Summary: Audio problems in winecfg and Anarchy Online
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: melirizarry(a)gmail.com
After upgrading from 1.3.24 audio stopped working in Anarchy Online.
Went through winecfg to change settings and winecfg locks up after pressing
"Test Sound" button. Had to kill from console.
Notice this happening last week (7/20/11) when building from git after applying
the mouse move patch 33905 and figured it was my system so I did not look into
it further at that time.
Running Linux Mint 11 64 bit.
--
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=28989
Bug #: 28989
Summary: Wine Bugzilla: Stale glibc timezone defs results in
Europe/Moscow timezone to use daylight saving time
which had been deprecated in Russia since 2011
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mooroon2(a)mail.ru
Classification: Unclassified
Pretty much the SUBJ.
In case I set in Bugzilla preferences to display times in Europe/Moscow
timezone for all date past the 30th of October, 2010 I've got incorrectly
displayed time value - one hour less than it actually is. Updating glibc
timezone defs on the server which hosts Bugzilla should fix the problem.
--
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=17931
Summary: Prince of Persia: Warrior Within application ends on
settings change
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Whenever i change some settings in prince of persia and then say game to save
em, it will pop dialog box to inform me that game crashed and to consult
readme.txt for tech support.
--
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=11118
Summary: client side validation for Wine bug reports
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: jeffzaroyko(a)gmail.com
Every now and then some bug reporters report a Wine bug that omits basic
information such as the version of wine being used, instead it is set to
unspecified.
It could be useful to remind people who try to submit the form with the version
set to unspecified by issuing an one time alert that they should set the value
to their current wine version.
A similar thing could be done for the URL field where people could be reminded
to link to a download of the affected application.
I acknowledge that there are other bugs where 'unspecified' may make sense, but
they are not as frequent so the impact should be low.
If the length of the input in the Description box can be taken with JavaScript,
perhaps that could be checked against a commonly large length where people have
pasted logs and a warning issued also.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.