http://bugs.winehq.org/show_bug.cgi?id=21635
Summary: H&R Block Tax Cut 2007 and At Home 2009 help does not
work
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Start the app and press F1. The help window comes up, but complains
that you don't have Javascript enabled.
If you got past bug 20142 with 'winetricks ie6',
pressing F1 shows instead the IE "The page cannot be displayed" error,
plus the following console messages:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
err:ole:ITypeInfo_fnInvoke did not find member id -518, flags 0x4!
err:ole:ITypeInfo_fnInvoke did not find member id -517, flags 0x4!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -504, flags 0x2!
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10}
could be created for context 0x1
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
err:ole:ITypeInfo_fnInvoke did not find member id -525, flags 0x2!
--
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=23728
Summary: MCI CD audio fails to play in CueClub/Trickshot
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
CueClub is a snooker/pool game developed by Bulldog Interactive. It was
published as Trickshot by Phoenix Games Ltd.
The game CD has several audio tracks. The game is unable to play these under
Wine, and exits at startup with a "sound error" dialog box.
The CD audio handling in the original CD version of Trickshot differs from that
in the v1.64 patch available from
http://www.bulldoginteractive.com/cc_support.htm
In both cases the game exits with a "sound error" dialog. With the later
executable, on my machine the CD spins up then stops. There is no CD activity
with the earlier executable.
I used WINEDEBUG=+mcicda...
Running trickshot.exe as installed from original CD:
trace:mcicda:MCICDA_Open (0001, 00002002, 0x13b803c);
trace:mcicda:MCICDA_Set (0001, 00000400, 0x32fd84);
trace:mcicda:MCICDA_Set MCI_FORMAT_TMSF !
trace:mcicda:MCICDA_Status (0001, 00000100, 0x32fd90);
trace:mcicda:MCICDA_Status dwItem = 3
trace:mcicda:MCICDA_Status MCI_STATUS_NUMBER_OF_TRACKS = 11
trace:mcicda:MCICDA_Stop (0001, 00000000, (nil));
trace:mcicda:MCICDA_Close (0001, 00000000, (nil));
trace:mcicda:MCICDA_Stop (0001, 00000002, (nil));
After patching the installation with the v1.64 patch the new cueclub.exe gives:
trace:mcicda:MCICDA_Open (0001, 00002002, 0x126803c);
trace:mcicda:MCICDA_Set (0001, 00000400, 0x32fd70);
trace:mcicda:MCICDA_Set MCI_FORMAT_TMSF !
trace:mcicda:MCICDA_Status (0001, 00000100, 0x32fd7c);
trace:mcicda:MCICDA_Status dwItem = 3
trace:mcicda:MCICDA_Status MCI_STATUS_NUMBER_OF_TRACKS = 11
trace:mcicda:MCICDA_Status (0001, 00000112, 0x51dc10);
trace:mcicda:MCICDA_Status dwItem = 1
trace:mcicda:MCICDA_Status MCI_TRACK #2 LENGTH=??? !
trace:mcicda:MCICDA_CalcTime (0x12680e0, 00000002, 722);
trace:mcicda:MCICDA_CalcTime MSF 00:09:47 -> dwTime=3082496
trace:mcicda:MCICDA_Status LENGTH=3082496
trace:mcicda:MCICDA_Play (0001, 0000000D, 0x51dc00);
trace:mcicda:MCICDA_CalcFrame (0x12680e0, 0000000A, 2);
trace:mcicda:MCICDA_CalcFrame MSF 02-00:00:00
trace:mcicda:MCICDA_CalcFrame TMSF trackpos[2]=20:26:67
trace:mcicda:MCICDA_Play MCI_FROM=00000002 -> 92017
trace:mcicda:MCICDA_CalcFrame (0x12680e0, 0000000A, 789118978);
trace:mcicda:MCICDA_CalcFrame MSF 02-00:09:47
trace:mcicda:MCICDA_CalcFrame TMSF trackpos[2]=20:26:67
trace:mcicda:MCICDA_Play MCI_TO=2F090002 -> 92739
trace:mcicda:MCICDA_Play Playing from 92017 to 92739
trace:mcicda:MCICDA_Stop (0001, 00000000, (nil));
trace:mcicda:MCICDA_Close (0001, 00000000, (nil));
trace:mcicda:MCICDA_Stop (0001, 00000002, (nil));
trace:mcicda:MCICDA_Open (0001, 00002002, 0x12e9b4);
trace:mcicda:MCICDA_Set (0001, 00000400, 0x32f2f0);
trace:mcicda:MCICDA_Set MCI_FORMAT_TMSF !
trace:mcicda:MCICDA_Status (0001, 00000100, 0x32f2fc);
trace:mcicda:MCICDA_Status dwItem = 3
trace:mcicda:MCICDA_Status MCI_STATUS_NUMBER_OF_TRACKS = 11
trace:mcicda:MCICDA_Close (0001, 00000002, (nil));
trace:mcicda:MCICDA_Stop (0001, 00000002, (nil));
--
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=25282
Summary: SetWindowsHookEx does not work perfectly - XMBC and
Warcraft 3
Product: Wine
Version: 1.3.7
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozkar(a)gmail.com
X-Mouse Button Control (XMBC) is a tool which allows configuring various
actions to mouse buttons, including simulated keystrokes and simulated mouse
clicks.
As the FAQ inform us, everything is achieved via SetWindowsHookEx.
The problem is - when I try to simulate "left mouse button" it "clicks" in the
other part of the map, that the pointer actually is. In menus it seems to work
without any problems, so It may be related with 3D modes.
--
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=25508
Summary: not clicable menu and child window
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mraz(a)dru.sk
I try to run information system "Noris.exe" created in Sybase PowerBuilder 7.0
aplication runs fine. But when i try to click to child window nothings
happends. When i acces menu through its accelerator, menu will open and its
abble to click on them. When i move mouse on the toolbar buttons are hover but
unable to click on them. Contex menu on windows item also not working. I dont
known how to post debuging info because aplication not crash. Please help.
--
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=25744
Summary: Wineboot fails on powerpc/linux
Product: Wine
Version: 1.3.11
Platform: ppc32
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@gcc40:~$ WINEDEBUG=+process,+wineboot ./wine-git/wine
./wine-git/programs/wineboot/wineboot.exe.so 2>&1 | tee boot.txt
wine: created the configuration directory '/home/austin/.wine'
trace:process:init_current_directory starting in L"Z:\\home\\austin\\" 0xc
trace:process:CreateProcessW app L"C:\\windows\\system32\\wineboot.exe" cmdline
L"C:\\windows\\system32\\wineboot.exe --init"
trace:process:open_exe_file looking for L"C:\\windows\\system32\\wineboot.exe"
trace:process:CreateProcessW starting L"C:\\windows\\system32\\wineboot.exe" as
32-bit Winelib app
err:process:start_wineboot failed to start wineboot, err 1359
trace:process:__wine_kernel_init starting process
name=L"Z:\\home\\austin\\wine-git\\programs\\wineboot\\wineboot.exe.so"
argv[0]=L"Z:\\home\\austin\\wine-git\\programs\\wineboot\\wineboot.exe.so"
trace:wineboot:pendingRename Entered
trace:wineboot:pendingRename Value not present - nothing to rename
trace:wineboot:ProcessRunKeys processing L"RunServicesOnce" entries under HKLM
trace:wineboot:ProcessRunKeys done
and hangs there at nearly 100% cpu, even if I let it sit for 15 minutes.
--
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=26282
Summary: Garry's Mod: Error drawing under water with
r_WaterDrawRefraction enabled.
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lilezek(a)gmail.com
CC: wine-bugs(a)winehq.org
Hi. I see that, with r_WaterDrawRefraction enabled, you can't see nothing under
water. And, if you dissable it, you have problems with the skybox.
I'm going to do a video to show it. By the way, I can't add a logtrace because
I don't know how to execute steam games with winedbg.
Thank you for read.
--
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=26731
Summary: FIFA11 BUG it run's until I start a game....PLEASE
HELP!!!
Product: Wine
Version: unspecified
Platform: All
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nikk.martin1986(a)googlemail.com
hey guys!
I need help!!!!
I installed fifa11 like this guy did (http://youtu.be/0ss8CANpfOQ)...and it
runs until I wanna start a match....the game hangs up..... what can I do? do
you know this bug?
I got an imac"27 intel core i3, graphic-chip by ati radeon hd 5670
please help me!!!!
--
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=27359
Summary: Very low frame-rate
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carpatian_forest92(a)yahoo.com
Trying to run Legend of mir 2.6. It runs, but i get terrible frame-rate and
crashing when there is alot going on screen.
My PC can handle 5+ instances of the game running (under windows) so it's not
that my pc is slow and the stress put on my wine makes it run like that.
here is a link to the thread i started, if that helps.
http://forum.winehq.org/viewtopic.php?p=61680#61680
My pc: asus m2v-mx se i think
amd athloc x2 5400+
2GB ram
nVidia gt 240.
--
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=28315
Summary: CPU spins max. when running a Wine application
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xavier.poirot(a)dalaen.com
Hi,
I have installed Wine a few months ago on a Archlinux distribution, running on
64 bits computer.
I have installed BY Wine two dictionaries (Danish Politikens Dictionaries :
Nudansk and Fransk/Dansk).
The dictionaries runs successfully and I can use them.
Though, when I launch one of them (or both, it occurs as soon as I open one)
the CPU starts to spin up to 90% __ALL THE TIME__.
The CPU spins while running the application, and also AFTER quitting it.
After quitting application, the process Nudansk21.exe (one of the dictionary,
for instance) is still running with high CPU eating.
The two processes eating most CPU are Nudansk21.exe (dictionary) and
wineserver, eating together 90% CPU.
The only solution to quit the application is "wineserver -k" (or killing each
processes manually).
If you need any more informations, please let me know.
--
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=20476
Summary: configure uses GCC's keyword typeof
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
configure script uses typeof() which is a GCC extension not available in C99.
Running configure script with a C99 compliant compiler (eg gcc --std=c99)
reports errors about missing libs/features.
--
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=25403
Summary: Adobe Acrobat 10.0.0 Pro does not work
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: rusivi2(a)gmail.com
Downstream bug may be found at:
https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/684589
1) lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
2) apt-cache policy wine1.3
wine1.3:
Installed: 1.3.8-0ubuntu1~maverickppa1
Candidate: 1.3.8-0ubuntu1~maverickppa1
Version table:
*** 1.3.8-0ubuntu1~maverickppa1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main i386
Packages
100 /var/lib/dpkg/status
3) What is expected to happen is Adobe Acrobat 10.0.0 Pro (Adobe Acrobat X Pro)
installs and works.
4) What happens instead is that it seemingly installs successfully but does not
run. Steps to reproduce:
Download file via:
https://www.adobe.com/cfusion/tdrc/index.cfm?product=acrobat_pro&loc=en&sdi…
Secondary click AcrobatPro_10_Web_WWEFD.exe, primary click Open With WINE
Windows Program Loader, choose Existing Files Skip, in the newly created
Desktop folder Adobe Acrobat X secondary click Setup.exe, primary click Open
With WINE Windows Program Loader, install the trial version, choose a Complete
Install, open the Terminal, change to directory:
~/.wine/drive_c/Program Files/Adobe/Acrobat 10.0/Acrobat
and type:
wine Acrobat.exe
(please see attached wine 1.3.8: wine Acrobat.exe.txt).
--
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=25428
Summary: Memory allocation issue when working with a PAE kernel
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iliverez(a)gmail.com
Created an attachment (id=32366)
--> (http://bugs.winehq.org/attachment.cgi?id=32366)
Memory allocation test program.
It seems that when using wine with A PAE kernel on a system with enough memory
to put PAE into effect (e.g. 5GB), the maximum limit of memory that an
application can allocate is about 1.5GB. Using the same kernels on the same
system but with 3GB, the limit is 2GB.
I have created a small test that allocates memory with a step of 64MB with a
maximum total allocated space of 2GB. Then I compiled it both with winegcc and
gcc.
On the 3GB RAM setup, I could reach the MAX value, both with the winegcc and
the gcc compiled executable
On the 5GB RAM setup, the winegcc version stopped at ~1.5, while the gcc
version reached the MAX value.
Kernels tested:
2.6.31.12-rt21-avlinux-realtime-pae-rev3
2.6.36-liquorix-avlinux-pae
Wine versions tested:
1.3.5, 1.3.7
Known applications affected by this issue:
NI Kontakt 4
--
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=25434
Summary: ChesseBase 9
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vinko.oblak(a)gmail.com
Hello,
I have new instalation Ubuntu 10.10(maverick), Kernel Linux 2.6.35-23-generic
Gnome 2.32.0 and 32-bit Wine 1.2.1 or 1.3.
The windows 32-bit aplication ChessBase Light 2009 crash down all the time
after few minute on the diferent computer based on Intel or AMD procesor.
Best regards,
Vinko
--
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=25460
Summary: Microsoft Office 2003: File->Properties dialog TAB
inserts tab symbol
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
In Word/Excel File->Properties dialog.
When I type something in a text box and press TAB, the next text box becomes
active (as expected). But before that the tab symbol is inserted into the first
text box.
--
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=25473
Summary: Mount & Blade: Warband does not handle multiple
screens gracefully (resolution problem)
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: brian(a)brianvuyk.com
I am running Linux Mint 10, and I am running a desktop with two monitors - a
1920x1080 on the left, and a 1280x1024 on the right, configured in a Twinview
configuration using Nvidia's tools.
This gives me a desktop resolution of 3200x1080.
When I start Mount and Blade: Warband (or the original Mount & Blade), the game
pops up in the left (1920x1080) monitor. I get a notification from the game at
the bottom left of the screen that says 'Multiple Screen mode enabled.'
However, the game picks up the 3200x1080 desktop resolution, and uses that on
the single 1920x1080 monitor it is displaying on. As a result, the actual game
output is displayed in a 60% wide (1920px/3200px) column in the center of the
monitor.
I can navigate to the video configuration settings, but the only resolution
available to the game is the 3200x1080 desktop resolution.
As a side note, the mouse seems to work with correct resolution - that is, when
I point the cursor over where a menu item *should* be, the menu item lights up,
while if I point the mouse cursor where the item displays with the corrupted
resolution, the menu item doesn't activate.
On Windows XP, this works as expected - the game displays on one monitor with
the correct resolution.
--
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=25482
Summary: Amnesia: AL lib fault getting "periods"
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: cww(a)denterprises.org
When I start the "Amnesia: The Dark Descent" game from Steam, I get the
following fatal error:
AL lib: alsa.c:743: get periods failed: Invalid argument
wine: Unhandled page fault on read access to 0x7f0b2df0 at address 0x7d125610
(thread 001f), starting debugger...
I have a very custom .asoundrc, but in the ~2 years I've had my current sound
card (and my current .asoundrc), I've never had any problems playing audio.
The DVD version (i.e. not the Steam version) of Amnesia is rated as platinum,
but the most recent test for that was performed with Wine 1.3.3. I'll give
1.3.3 a whirl and perform a bisection if I don't get the same crash.
--
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=25509
Summary: Word 2007 Blog Post feature will not allow blog
account registration.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wahisfun(a)gmail.com
System: ubuntu 10.04 LTS (fully updated). Wine 1.3.8. MS Office 2007.
Bug: Word 2007 Blog Post feature will not allow blog account registration. Blog
Account - Typepad. Error message says:Word cannot register your account.
--
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=25511
Summary: Test app with Windows Media control hangs when opening
video
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a_villacis(a)palosanto.com
There is a Windows Media control that is embeddable by a Visual Basic 6
application. When using a test application with an embedded Windows Media
Control and trying to open an AVI file under wine-1.3.9 and gstreamer support
compiled in, the application hangs. The app menu is unresponsive, none of the
buttons of the control work, not even the Close button of the window manager
responds. The only way to terminate the app is to Ctrl-C from the console.
When I select an AVI file, I also get the following at the console:
fixme:quartz:FilterGraphNoThread_create CLSID_FilterGraphNoThread partially
implemented - Forwarding to CLSID_FilterGraph
fixme:quartz:FilterGraphInner_QueryInterface unknown interface
{8e1c39a1-de53-11cf-aa63-0080c744528d}
fixme:quartz:FilterGraphInner_QueryInterface unknown interface
{fc4801a3-2ba9-11cf-a229-00aa003d7352}
err:gstreamer:push_data_init Obtaining buffer returned: -2
The very last message appears about half a second later than the rest of the
messages.
--
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=25540
Summary: The Full licensed version of Family historian cannot
be installed due to an overflow error
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nlaw(a)naad.fsnet.co.uk
The Full licensed version of Family historian cannot be installed due to the
error "err:seh:setup_exception_record stack overflow 856 bytes in thread 001c
eip 7bc3f72a esp 00240fd8 stack 0x240000-0x241000-0x340000" (There is a
workaround), however installation of the demo version works ok.
The workaround involves copying the program folder and registry entry's from a
windows machine ie bypassing the install process then the program works.
--
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=25547
Summary: Sims3Launcher freezes when attempting to launch game
Product: Wine
Version: 1.3.9
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adman.com(a)gmail.com
Created an attachment (id=32532)
--> (http://bugs.winehq.org/attachment.cgi?id=32532)
Wine error log
Sims3Launcher Version 1.0 seems to work, but after upgrading to versions 1.15,
1.17 or 1.18 the program works as well as is to be expected, except that when
clicking the large Play icon (which attempts to execute the actual game
TS3.exe), the whole program freezes and the log reports:
err:ntdll:RtlpWaitForCriticalSection section 0x104a3bc0 "?" wait timed out in
thread 0009, blocked by 0046, retrying (60 sec)
then after a long time reports other .NET-related messages
Please ask for any more logs / dumps / etc. required.
--
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=25566
Summary: Illustrator CS5 installer fails
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: igor.demyanov(a)gmail.com
Start "Set-up.exe" (Adobe.CS5.Design.Premium)
Immediately fail.
See attached log file.
P.S.: In wine 1.2.1 was bug # 22680, after installing wine 1.3.9 and clearing
WINEPREFIX showed this error.
--
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=25568
Summary: spore fails to start with kernel 2.6.32-26-generic or
newer in kubuntu
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thevladsoft2(a)gmail.com
The game never start when run in kubuntu lucid using kernel 2.6.32-26-generic
or 2.6.32-27-generic. If I use a previous kernel, 2.6.32-25-generic, it starts
normally.
In fact, this is the only thing that does not work using the new kernels.
This is the only exit when running via console:
"fixme:thread:SetThreadIdealProcessor (0x70): stub
fixme:thread:SetThreadIdealProcessor (0x78): 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=25589
Summary: AutoCAD 2000: "Help->What's new" doesn't work
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine acad.exe
4) Help->What's new
Behaviour:
Nothing happens.
Expected behaviour:
What's new should appear.
Terminal output:
trace:winhelp:WINHELP_GrabWindow Grab 0x12a308#0++
trace:winhelp:WINHELP_GrabWindow Grab 0x12a308#1++
trace:winhelp:WINHELP_ReleaseWindow Release 0x12a308#2--
trace:winhelp:WINHELP_HandleCommand Got[127]: cmd=258 data=0136f6a0
fn=C:\Program Files\ACAD2000\help\acad_ug.hlp
fixme:winhelp:WINHELP_HandleCommand Unhandled command (102) for remote winhelp
control
err:ole:RevokeDragDrop invalid hwnd (nil)
trace:winhelp:WINHELP_HandleCommand Got[56]: cmd=2 data=00000000 fn=C:\Program
Files\ACAD2000\help\acad.hlp
trace:winhelp:MACRO_Exit ()
trace:winhelp:WINHELP_ReleaseWindow Release 0x12a308#1--
--
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=25594
Summary: Many errors in launcher.
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: lilezek(a)gmail.com
The application Launcher of Fonlie: 2238, have all buttons wrong placed, but
they work. There is also a bug on the status checking.
I've tested it with dotnet20 or dotnet30, and the same bugs occurs.
In the log appears the output of the application when I start it and close it
without doing anything else.
Screenshot: http://appdb.winehq.org/appimage.php?iId=33629
--
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=25610
Summary: The Action Replay DSi Code Manager, used to program
the Action Replay DSi won't load.
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: k2trf(a)yahoo.com
Created an attachment (id=32609)
--> (http://bugs.winehq.org/attachment.cgi?id=32609)
Backtrace of the program (first time I ever did this, so it may not have been
done correctly)
*Running openSuSE 11.2
*Originally obtained Wine through the Software Manager - YaST (as SuperUser)
*Package name: wine
*Version: 1.3.9-1.1 (i586)
*Package name: wine-gecko
*Version: 1.1.0-11.0 (noarch)
*Package name: wine-mp3
*Version: 1.1.39-1.pm.12.2 (i586)
*Program Name: Action Replay DSi Code Manager
*Originally installed with a CD that came with the device, but a copy of the cd
files can be found at
[http://us.codejunkies.com/support_downloads/Action_Replay_DSi_PC_software.z…].
*Launched by terminal: wine "c:\program files\datel\action replay dsi code
manager\actionreplaycodemanager.exe"
*The program only runs the first time, after installation under Wine, and won't
launch any time after if selected from the application menu. Furthermore, when
it does work the first time, it won't connect to the internet, to receive
software updates (there is one that must be gotten to work with the
subscriptions), the subscriptions never load since there is no internet, and
the device is not recognized by the program when it is plugged in. Windows
platforms usually identify it as "ardsihwprog".
*Backtrace is attached. This is the first time I have ever done a backtrace, so
I'm not entirely sure I did it correctly, but I believe I did. The backtrace
was copy & pasted into an OpenOffice.Org document, and saved as an .odt file
(open document text). If you need it in a different format, please let me know.
Please feel free to contact me for any further inquiries about this problem,
and thanks!
--
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=25623
Summary: specctra.exe (version 15) not work
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jopka(a)kvidex.ru
Created an attachment (id=32631)
--> (http://bugs.winehq.org/attachment.cgi?id=32631)
WINEDEBUG=+relay,+process wine
/home/test/.wine/drive_c/Padspwr/SPECCTRA/bin/specctra.exe > log.txt 2>&1
Hi!
Specctra version 15 not start under Wine.
It says
Code: 0xC0000005 Address: 0x00A92CC2
Trying to write memory at 0x00000000
I attach log file.
AppDB not know about Specctra router. (It's a software to auto-route printed
circuit boards).
Thanks
--
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=25637
Summary: DNS on wine 1.3.8 RtlpWaitForCriticalSection leads to
winedebug seh.
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebug(a)piments.com
I have got DNS 9 pro to install after some fiddling and works quite well on
basics. (silver rating)
It required three runs of install shield but finally worked including options
and non-std install dir. 9/10 for installer.
However, several functions do not work and lead to stack or errors of the form
err:ntdll:RtlpWaitForCriticalSection section 0x110060
"/back/tmp/portage/app-emulation/wine-1.3.8/work/wine-1.3.8/dlls/ntdll/heap.c:
main process heap section" wait timed out in thread 003f, blocked by 0009,
retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x110060
"/back/tmp/portage/app-emulation/wine-1.3.8/work/wine-1.3.8/dlls/ntdll/heap.c:
main process heap section" wait timed out in thread 001d, blocked by 0009,
retrying (60 sec)
The dir is where gentoo did the build.
One specific cause is to highlight a word , rightclick and select correction,
though this is not unique instance.
After some time this triggers wine to drop into the debugger.
I see similar issue in DNS 7 which I did have working on wine circa 0.92 . This
is probably too far back to do a regression test. All other issues with dns 7
seem resolved , the installer and training was Platinum perfect, so it would be
worth following this issue on both versions.
I realise this error is pretty generic, so how can I get more specifics to make
a proper bug report on this issue.
I would probably split this into two to avoid confusion.
--
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=25641
Summary: DCC_E2 will not run
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yprgwt(a)gmail.com
when executing the program a popup with "unable to get ping handle" after that
a memory fault shows and a popup with abnormal execution of the program
--
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=25644
Summary: KASHA SECURITY MODULE on game Lineage2
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gameux
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qnt396(a)gmail.com
Good day i have problems with playing game Lineage 2 in that server they using
lots of security and this security not aloud me to play this game on this
server because of wine working different
It's address to look what they using for security http://www.kasha-malaga.es/
I'm have wine and play on Linux. Linux Ubuntu Linux. I'm install everything but
when I starting Lineage 2 i get table that if there is no this problem on
windows look to wine forum You have no information about it yet
Can you fix this bug Cos on Apple computers it working perfect
Thx Qnt
--
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=25647
Summary: AVP2 lots of IDirectInputDevice2AImpl_GetProperty
Unknown property
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sexy_b14(a)hotmail.com
Created an attachment (id=32663)
--> (http://bugs.winehq.org/attachment.cgi?id=32663)
AVP2 wine 1.3.10 output log
When running AVP2 wine will get a lot of dinput fixme.
fixme:dinput:IDirectInputDevice2AImpl_GetProperty Unknown property
<guid-0x0004>
while its playing to intro movies, if you hit any key to skip the intro movies
the exe will lock up. Once your in the main menu the that fixme stops.
Please see attachment thanks guys.
AMD Phenom(tm) II X4 955 Processor
ATI HD5700 X2 in crossfire Catalys 10.12
Running with wineprefix=32
--
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=25656
Summary: foobar2000: suddenly stops playing
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: t0p0linik(a)yahoo.it
It always happens when foobar2k is running and the gnome screensaver starts,
then foobar stops playing.
Please note: the application doesn't crash, it simply remains freezed as it was
waiting for an event from (maybe) an audio buffer. The audio cursor stops
moving, the duration time doesn't go on, no sounds, just waiting. If I click
`stop' it stops, if I click `play' then it restarts playing the same track:
namely, the usual behaviour.
I took care in choosing a screensaver with no sounds but no luck, this still
happens. Note that if I disable screensaver, then the ubuntu power management
makes the screen fade at a specified inactivity time but this time foobar2k
goes on as it should, it keeps playing.
This brings me the idea this is not a bug in managing foobar, this is a bad
interaction between wine and the gnome screensaver.
I'm running ubuntu 10.04 with gnome DE, wine sound configuration: ALSA driver,
full hw acceleration, 44100 Hz, 16 bit. Foobar2k was recently installed in this
shiny new .wine prefix.
BTW, happy new year!
--
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=25659
Summary: mshtml:activex tests cause a timeout on some wine
machines
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sven.wine(a)gmail.com
http://test.winehq.org/data/tests/mshtml:activex.html
shows that they hang since the 3rd of December. They also hang on my machine.
When I do make test and then run the activex tests, it just works. This makes
regression testing (if needed) a bit harder.
This is all the terminal output there is when running the activex tests from
the winetest executable from the website:
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0xa5e914, overlapped 0xa5e918): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:resource:GetGuiResources (0xffffffff,0): stub
It hangs when a window called 'H' is created. This could mean that it hangs
somewhere near line 2015? Jacek, could you have 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=25676
Summary: xpadder keyboard and mouse left and right click
emulation
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sameerjain.50(a)gmail.com
I have succesfully run the program called xpadder (official wesite
www.xpadder.com) and v5.3 for personal use can be downloaded from
"http://wow.couchcomputing.info/home/play-wc-with-your-console-controller/do…"
here.
It emulates mouse movement very well but it does not do emulation for mouse
left, right click and any keyboard press.
--
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=25688
Summary: PvPTool almost working with Wine (AutoIT program)
Product: Wine
Version: 1.2
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardisk(a)hardisk.no-ip.org
Created an attachment (id=32721)
--> (http://bugs.winehq.org/attachment.cgi?id=32721)
Screenshot
Hi
I try to use PvPTool on Ubuntu 10.10 , PvPTool is a bot for the World of
Warcraft game , game that works great with wine.
Attached is a screenshot of the farest I've gone in order to run this program,
It launches great but the GUI dosn't fully shows up as you can see.
I also attached the wine logs if it can help you.
Thanks
Logs : http://pastebin.com/QQEW52Ra
--
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=25716
Summary: New: native dxdiag+quartz crash with builtin devenum
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce, use a fresh .wine and native dxdiag.exe and dxdiagn.dll.
To work around bug 25715, use native quartz.dll.
Starting dxdiag puts up an interface, then crashes with
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{33d9a761-90c8-11d0-bd43-00a0c911ce86} not found
Unhandled exception: page fault on read access to 0x00800009 in 32-bit code
(0x35501dec).
Backtrace:
=>0 0x35501dec in quartz (+0x1dec) (0x0032e388)
1 0x7dc2ce92
DEVENUM_ICreateDevEnum_CreateClassEnumerator+0xd01(iface=0x143fa8,
clsidDeviceClass=?, ppEnumMoniker=0x68, dwFlags=0x32f4dc)
[dlls/devenum/createdevenum.c:677] in devenum
On the next run, it nicely says "DxDiag has detected that there may
have been a problem accessing DirectShow the last time this program
was used. Would you like to bypass DirectShow this time?"
If you say yes, it goes on to work well.
winetricks devenum works around the initial crash, and lets dxdiag
work as expected.
(Not sure what component this is; using quartz, since it seems at least
nearby.)
--
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=12202
Summary: No pic when installing Indiana Jones demo in fullscreen
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.jeuxvideo.fr/telecharger-demo-jouable-
2656.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11610)
--> (http://bugs.winehq.org/attachment.cgi?id=11610)
good screenshot (windowed mode)
As said in the summary, there is no pic when installing Indiana Jones and the
Emperor4s tomb demo in fullscreen. Installing it windowed mode (thanks to
winecfg) makes the pictures appearing
I attached 2 screenshots to show the problem. And a good console output and a
bad one.
Joaopa
--
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=28920
Bug #: 28920
Summary: vsvars32 PATH setting doesn't propagate to caller
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Installed visual c++ 2005 express, tried to use it with windows eclipse.
After patching wine to work around bug 28915, next problem was getting
PATH set before running eclipse.
Creating a batch file foo.bat that does
call c:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
PATH
shows that the PATH set by vsvars32.bat doesn't affect the parent.
Small examples do, though. Not sure what's wrong with the bigger batch file.
I think this used to work.
--
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=20444
Summary: msi installer fails instead of asking for another CD
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=24291)
--> (http://bugs.winehq.org/attachment.cgi?id=24291)
Installation of Doom 3 fails
Hi, i tried to install Doom3 CD version and it fails in a place, where should
the installer ask for CD2. Windows message pops up:
Error: -1603 Fatal error during installation. Consult Windows Installer Help
(Msi.chm) or MSDN for more information.
Console says:
err:msi:ACTION_InstallFiles Failed to copy L"F:\\Setup\\Data\\base\\pak000.pk4"
to L"C:\\Program Files\\Doom 3\\base\\pak000.pk4" (2)
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1603
File pak000.pk4 is indeed placed on CD2.
All the following wine tested versions fails:
1.0.1, 1.1.5, 1.1.10, 1.1.13, 1.1.19, 1.1.22, 1.1.30, 1.1.31
...so it probably never worked. The reason why people in AppDB says "install
YES" is probably because of using DVD version of DOOM3 (works-tested myself,
all files on one medium) or they installed it on Win and just run it under
wine.
--
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=25767
Summary: Hegemony Gold rendering artifact: border overlay only
shows in upper left corner of screen
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.longbowgames.com/downloads/Hegemony%20Gold%20Installer.exe
installs and starts fine.
In the very first screen once the
game tutorial is underway (when it says "Pan the camera with..."
or "Zoom and rotate with ...",)
you can see a rotating leapard-spotted band surrounding the castle
(presumably showing the border of the region of influence of
the castle?).
On Windows, this band isn't confined to a region of the screen,
but in Wine, it is confined to the left half and upper third
of the screen, regardless of resolution or whether you've
selected fullscreen or windowed mode in the game.
This is on an Nvidia gt 240 with driver 260.19.06.
I also checked with wine-1.1.38, same 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=19293
Summary: Galactic Civilizations 2 v. 1.0D Digital:Bonus Pack.
Program crashes after starting a new game.
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.galciv2.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
CC: dduck(a)rambler.ru
Created an attachment (id=22337)
--> (http://bugs.winehq.org/attachment.cgi?id=22337)
Result of regression tests
Program crashes after starting a new game.
In wine-1.1.25 this game crashes when clicking "New game". This bug is about
events after starting the game.
--
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=25837
Summary: Dual head changing resolution issue
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: th-net(a)yandex.ru
Created an attachment (id=32923)
--> (http://bugs.winehq.org/attachment.cgi?id=32923)
Screens configuration
I'm using following screens configuration (see attach)
When window of program under Wine placed at 1st screen and second screen was
detached that window moves down. If reattach 2nd screen window returns to it's
original place.
This happens for me often when i send to hibernation my laptop, detach 2nd
screen and wakeup it without 2nd screen connected.
In this case some programs can't properly work with window area, which been
under bottom of screen. (If this happens without hibernation all correct)
I think this happens in result of changing coordinates.
0 by y axis is top of 2nd screen, so window at 1st screen which palaced very
top of screen have not 0 by "y" but 0+n (see attach)
But when 2nd screen is detached 0+n isn't top of screen, and window "jumps"
down.
--
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=27781
Summary: LEGO Harry Potter Year 1-4 crashes with "Failed to
create d3d device. Application will now exit. Error =
0x8876086c"
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mm(a)qimmit.com
Created an attachment (id=35544)
--> (http://bugs.winehq.org/attachment.cgi?id=35544)
Error log
When starting the game, a popup says the following:
"Failed to create d3d device. Application will now exit. Error = 0x8876086c"
--
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=25815
Summary: 12voip application won't start after installation
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elcondor1008(a)hotmail.com
Created an attachment (id=32899)
--> (http://bugs.winehq.org/attachment.cgi?id=32899)
Terminal output during and after installation of 12 voip.
12voip is a nice VOIP program, makes possible to phone to land line, mobile
phones and sending SMS for a very low price (far lower than a skype).
Download is free on URL: http://www.12voip.com/en/index.html
After installation, it is possible to try some minutes of phoning for free.
I tried to install application on Ubuntu 10.04, and on Debian 5.0.
This output is for Ubuntu 10.04, Wine version 1.2.2-1ubuntu-lucid1.
In the attachment is a terminal output during installation.
After install, program won't start at all.
There is a several programs that I think are from the same family
(www.justvoip.com, www.voipstunt.com) because looks very similar, same
features, export-import features among those applications. Only the price vary
among them.
Best regards,
Franko I.
--
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=26015
Summary: Forsaken World - Game client crashes at startup
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fenrina(a)yahoo.com
Created an attachment (id=33180)
--> (http://bugs.winehq.org/attachment.cgi?id=33180)
Log (without patcher)
Forsaken World's client crashes at startup. It will crash if I run it from the
patcher or if I bypass the patcher and run it directly.
The client won't show anything before crashing. First thing seen is a message
from Wine saying that the client, game.exe, has crashed.
Crashes in both 1.2.2 and 1.3.13.
PCLinuxOS Full Monty (up-to-date)
Download Link (3gb download): http://fw.perfectworld.com/download
--
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=25927
Summary: fifa11_demo hangs with builtin msvcr80 when run from
batch file
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With today's, git, running fifa11 demo from a batch file
with builtin nsvcr80 hangs after first screen with
...
InputThread started
err:ntdll:RtlpWaitForCriticalSection section 0x20a4bd8 "?" wait timed out in
thread 000b, blocked by 0034, retrying (60 sec)
To reproduce, download
http://static.cdn.ea.com/fifa/u/f/fifa11_pc_demo_NA.zip
(sha1sum c3a66284bffb985f31b11e477dade50c0d4cac52)
unzip & install
winetricks d3dx9_36
cd ~/.wine/drive_c
cat > run.bat <<_EOF_
c:
cd C:\Program Files\EA Sports\FIFA 11 Demo\Game
fifa.exe
_EOF_
WINEDLLOVERRIDES=msvcr90=b wine cmd /c run.bat
Oddly, it doesn't seem to hang if not run from the batch file.
WINEDEBUG=+file is also enough to get it to not hang.
--
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=25919
Summary: Heroes of Newerth: annoying static on initialization
when using mmdevapi
Product: Wine
Version: 1.3.12
Platform: x86-64
URL: http://dl.heroesofnewerth.com/HoNClient-2.0.9.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: m.b.lankhorst(a)gmail.com
Note: this machine has pulse, I'll try on my gentoo box when I get a chance...
Anywho, download the client and start it. If mmdevapi is enabled, the game will
use it, and when the game first starts, you'll get a loud screeching noise. If
you disable mmdevapi and let the game use dsound, it sounds fine.
+mmdevapi,+winmm,+tid attached.
The strange thing is that it seems to not occur with native msvcr80, only
builtin msvcr80 with the patch from bug 25538. If I set msvcr80 to native, it
seems to work fine.
You can reproduce this without an account, just download the latest client and
run it :-).
--
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=18440
Summary: Touhou Hisoten ~ Scarlet Weather Rhapsody crashes in
menu/game select
Product: Wine
Version: 1.1.20
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mousecar23(a)hotmail.com
Created an attachment (id=21041)
--> (http://bugs.winehq.org/attachment.cgi?id=21041)
Terminal output from start to crash
Crashes when selecting Vs Network, Music Room, and most profile options.
--
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=20720
Summary: winebrowser fails when # is in the file name
Product: Wine
Version: 1.1.33
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: domiman(a)gmail.com
I'm using winebrowser to open various files on my host system. When the file
name of a file I try to open contains # winebrowser can't find the file for
some reason.
my registry entries:
REGEDIT4
[HKEY_CLASSES_ROOT\.ini]
@="WINE_BROWSER.file"
[HKEY_CLASSES_ROOT\WINE_BROWSER.file]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell\open]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell\open\command]
@="c:\\windows\\system32\\winebrowser.exe -nohome \"%1\""
and the error when I try to open ~/.wine/drive_c/windows/test#.ini:
The file /Users/dominus/.wine/drive_c/windows/C:\windows\test#.ini does not
exist.
(no other text in the console about this)
When I rename test#.ini to test.ini it opens fine with the associated app on my
system.
My system Mac OS X 10.6.2, bug observed in both Wine 1.1.32 and 1.1.33
--
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=23955
Summary: Heroes of Might and Magic V Map editor -- Crashes when
an attempt is made to draw the map
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krzysdrewniak(a)gmail.com
Created an attachment (id=30075)
--> (http://bugs.winehq.org/attachment.cgi?id=30075)
Backtrace referenced in initial report
The map editor (as included in Heroes of Might and Magic V patch 1.6.0) crashes
when an attempt is made to draw the map (or so it seems).
Platform:
OS: Ubuntu 10.04 with the Wine PPA enabled.
Wine Version: Wine 1.2
Heroes of Might and Magic V installed in own wineprefix with a virtual desktop
of 1024x786 and the native directx installed. and overridden per winetricks.
Graphics card: Nvidia ???? (128 || 256 MB memory)
Steps to reproduce:
1. Start the Heroes if Might and Magic Map Editor which is located at
$WINEPREFIX/drive_c/Program Files/Ubisoft/Heroes of Might and Magic
V/bin/H5_MapEditor.exe
2. Wait for the editor to load.
3. Create a map with any name type Multiplayer, and size Small (I have not
attempted to vary these settings, but I belive that they have no effect)
4. Observe that after the "Loading MOD "C:\Program Files\..." dialog
disappears, a wine crash notification is displayed and the backtrace atteched
below is printed to stdout.
--
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=25867
Summary: Silhouette Studio: not rendering the GUI properly
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ba(a)cykian.net
Created an attachment (id=32969)
--> (http://bugs.winehq.org/attachment.cgi?id=32969)
Garbled window
Hello,
Silhouette Studio is a CAD program, freely available from
http://www.silhouetteamerica.com/software.aspx
for use with their Silhouette line of computerized cutters.
I installed the 1.3.0 version. There was a bug during the installation
(installer window frozen). I hit Ctrl+C and I found out the app was installed
properly.
I ran the app, but the display is totally garbled (see attachment). This is the
bug i'm reporting.
Apart from this bug, the app seems to work fine and I don't see any GUI-related
error in the console window (but I'm not a wine internals expert).
Thanks.
--
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=25806
Summary: Civilization 2: Freezes early in the game
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinkellner(a)fast-mail.org
At installation, there is an error message that wine can't find the program
starter. When launching the game buy clicking the EXE-file directly, the game
starts but crashes, either while setting up the game or just as the game has
begun. The only error message is that wine has encountered a serious error and
needs to close.
--
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=22993
Summary: Wireless Manager mobile edition 5.5: Program crashes
when trying to run
Product: Wine
Version: unspecified
Platform: x86
URL: http://panasonic.net/avc/projector/download/f300_win.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pruthvi.vallabh(a)gmail.com
The program is meant to connect a laptop to an overhead projector through
wireless link (model: Panasonic PT-LB51NT). The program is installed using wine
from its setup file. The program runs normal under windows XP and windows
vista. On start, the program displays a message-box asking "wait trying to
install required driver". But immediately after that an error message pops-up
from wine saying "the program WM.exe has encountered a serious problem and
needs to be 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.
http://bugs.winehq.org/show_bug.cgi?id=25713
Summary: Autodesk Express viewer - print
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ceci(a)tadeoczerweny.com.ar
I can 't print with autodesk express viewer in ubuntu.
--
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=25735
Summary: America's Army 3 ingame mouse control broken (block,
lock, no smoothness)
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Hagar-wl(a)wp.pl
Adding this key in regedit fix ingame mouse problem:
HKEY_CURRENT_USER > Software > Wine, create a new Key named DirectInput,
inside, create a Text Value named MouseWarpOverride add the value set to force.
But this breaks mouse in all menus. It stuck in the middle of screen.
It might be possible fix:
http://www.wtfm.org/aa3-wine
--
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=25751
Summary: Faronics - Insight 7.20.21 does not install
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cog(a)cerokool.com
Went through the "Add/Remove Programs" of Wine to set it up from USB. Last
window is "Completing Insight Setup". When I click finish this shows:
"The program Setup.exe has encountered a serious problem and needs to close. We
are sorry for the inconvenience."
And then, something about making this bug report.
--
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=25758
Summary: Sims 3 Crashes at 800x600 and 640x480
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
Created an attachment (id=32828)
--> (http://bugs.winehq.org/attachment.cgi?id=32828)
+seh,+relay,+win,+x11drv,+x11settings,+tid
The game naturally supports resolutions above 1024x768 and supports 800x600 and
640x480 by stretching. When I try to start the game at either of these
resolutions in windowed or fullscreen mode, the game fails to launch.
--
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=25781
Summary: PPTVIEW won't start
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpxsat(a)gmail.com
After fresh install, the app won't start.
--
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=25793
Summary: 888 poker error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andymcgirl(a)hotmail.co.uk
888 poker error did not install
--
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=25798
Summary: Dragon Saga
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ls12693(a)aol.com
Minor objects render as white [as seen in image]. Not a huge problem at all,
but it would be nice to clear up the problem. Disabling GLSL solves nothing, as
in other programs with similar error.
--
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=25804
Summary: Avernum crashes once in a while
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.r.skele(a)hotmail.com
I installed Avernum (game) on Wine. It ran perfectly after the installation.
The next day I opened my computer and started playing Avernum from a saved
game. It took only a few minutes till it crashed. The Avernum-window was
frozen, but I still could move my mouse and access my Linux toolbars. I
couldn't close the window though so I moved it to another workspace and started
Avernum again. After a few minutes of gameplay it froze again. I repeated the
process a few times and every time it froze because I was doing some simple
command like 'look' or 'talk'. I logged out of my Linux account to close the
hoard of Avernum-windows on my other workspace and tried to start Avernum
without any programs in the background but the same problem kept reappearing.
--
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=25811
Summary: Dead Space in-game text decorations and backgrounds
are missing
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
See screenshot for example. Just to note: _all_ text in game suffers from this,
from videos, ammo-left text on your gun, door and computer panels to bench,
inventory interfaces and "chapter complete" text.
See video at link in #25810 (same time) to see how it should look like (saving
interface).
video: fglrx-10.12, HD4570
kernel: 2.6.37
settings: only VideoMemorySize set
wine: all from 1.3.6 to 1.3.11 tested.
--
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=25812
Summary: Dead Space flames and flame-alike effects are not
rendered
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
Created an attachment (id=32894)
--> (http://bugs.winehq.org/attachment.cgi?id=32894)
Screenshot of burning flamethrower alt-fire
>From all flames only yellow light is rendered, no flame is visible at all.
Exceptions:
Flames from US Valor engines from one side are visible when you are looking at
them from other side of room, i.e. from >60 degrees (they are blue).
Flames in some tubes, that you need to cross are also rendered, when you are
looking at them from side, but not visible, when you are burning in them - this
is probably just other effect in place.
All other flames are not visible. Examples:
1) Flame from flamethrower.
2) Various flame traps.
3) Flame from shuttle engines and from shuttle crash.
4) "Hyperspace" effect in the beginning.
5) Hive Mind's flame
etc...
Screenshot of flamethrower alt-fire burning and log of same process, truncated
to 1000 lines from both sides are attached. Log was ended by wineserver -k.
fglrx: 10.12, HD4570 (probably this is common issue, not only fglrx's, but hard
to say for sure - info about video card hardware and drivers in recent appdb
tests is missing).
wine: from 1.3.6 to 1.3.11, 1.3.11 with INTZ support reverted (see #25747).
This could be relevant, but, as far as i remember, hyperspace effect and crash
flames were also missing in 1.3.11, but it's hard to be sure - it's looked very
bad.
--
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=25816
Summary: SoftPlan 13 : crashes when starting
Product: Wine
Version: unspecified
Platform: x86-64
URL: http://www.softplan.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeanic_o(a)hotmail.com
Created an attachment (id=32900)
--> (http://bugs.winehq.org/attachment.cgi?id=32900)
Debug trace
After running a normal installation complete normally. The program could not
start and crashes when opening.
I'm running version 1.3.11 on a 10.10 Ubuntu with all system work ok.
I tried older version with the same issue.
--
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=25819
Summary: Wine: Non-active buttons in GUI don't have label
visible thu remote NX server-client connection
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxprasak(a)atlas.cz
On one side I have x86_64 machine where installed:
- SLES10 SP3 with KDE3 and Gnome graphics interface
- wine 1.3.10 (32bit version)
- FreeNX server 0.7.3-4.1
When I connect to this machine via some nxclient (i.e. Nomachine nxclient), I
saw everything as I expected, but non-active buttons don't have the labels or
images!
In nx client I can set connection speed as modem/isdn/adsl/wan/lan. I found,
that it's working only when I set this speed to lan (maximum). All other
choices generate invisible buttons which are actually inactive.
I tried all versions of wine from 1.1.38 to latest, no success.
I tried other older versions of FreeNX, no success.
I tried NXserver directly from NoMachine, same problem.
I tried another machine with SLES11 SP1 and KDE 4, same problem.
I tried more versions of Gnome gui, same problem.
All linux windows with buttons working thru NX server-client, but from wine
not.
Same situation is in our widows application, but it's not a problem of this
application.
Problem can be easily reproduced. SLES 10 or 11 + KDE or Gnome + FreeNX + Wine
on one side and connect to in via nxclient and execute winecfg and you can
see...
(Server machine is 64bit, but I'm using 32bit version of wine, FreeNX and
appropriate libraries.)
Any idea?
Thanks Max
--
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=25849
Summary: Adjustments panel lacks Process button in Photomatix
4.0
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blacksir(a)gmail.com
I was able to install Photomatix 4.0 on Ubuntu 10.10 (winetricks dotnet20
vcrun6 gdiplus fontfix). HDR-image creation works fine, but it can't be
tonemapped because Adjustments panel lacks it's only button - Process.
--
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=25852
Summary: StarCraft II Problems
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p4repwnag3(a)gmail.com
Created an attachment (id=32940)
--> (http://bugs.winehq.org/attachment.cgi?id=32940)
Pic1
Well, as you can see in the images I don't get the outer space back round at
the login screen and then in-game I only get the HUD. I don't know how this
happens if anyone can help me that would 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=25854
Summary: go up in the
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 203065(a)gmail.com
Created an attachment (id=32946)
--> (http://bugs.winehq.org/attachment.cgi?id=32946)
logs from terminal
I try to run PES 11.
the menu get crazy.
when I am in the game or the menu of the game I feel that the arrow up is hold
but it is not at real.
--
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=25858
Summary: Program error after running application
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nhiirage(a)gmail.com
Created an attachment (id=32955)
--> (http://bugs.winehq.org/attachment.cgi?id=32955)
Terminal dump after running $ wine application
A few seconds after opening the application. Wine alerts that it can be caused
by the program or either a deficiency in Wine. This problem is not present when
running in Windows.
Attached herewith is the dump data from the terminal. Thanks
--
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=25859
Summary: winealsa cannot play 11025Hz on HDA even when HDA
codec support 11025Hz
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superquad.vortex2(a)gmail.com
using winealsa.drv and HDA codec which support 11025Hz
any application using waveoutopen cannot play 11025Hz 16bit stereo with the
following hidden warning message unless you use WINEDEBUG=warn+wave
warn:wave:wodOpen unable to set buffer time: Invalid argument
--
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=25889
Summary: FDM (Free Download manager) fails to start in the
second & Third time of being in use
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: M4.Guest(a)Gmail.com
When U add some dll libraries to .wine
FDM works but for mainly one time than it stops to work for the second day of
being in use !!
I do not know 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=25891
Summary: Keystroke Ctrl-Home not working
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: albertpool(a)solcon.nl
Created an attachment (id=32999)
--> (http://bugs.winehq.org/attachment.cgi?id=32999)
Dutch train planner from 1989
I'm having an old DOS application, the Dutch train journey planner from
1989/90, which runs fine on Windows Vista.
On Wine, all keystrokes are accepted and executed like they should, except the
Ctrl-Home command for closing the program.
--
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=25899
Summary: in Aion assault on baularia, group play suffers a huge
performance drop.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dnick_meisterib(a)yahoo.com
The game itself runs perfectly fine, until you join up other people in a
group, at which poing, the performance starts dropping rappidly, after a little
while the performance is unbearably bad. This sort of thing does not happened
on windows partition on the same partition, it was tested by me on 2 computers,
and other people in appdb shared the same problems in comments.
--
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=25900
Summary: build fails dlls/httpapi/httpapi_main.c on caos NSA
0.9 x86_64
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cjnitta(a)gmail.com
I have tried building wine versions 1.2.1, 1.2.2, and 1.3.12 on caos NSA 0.9
x86_64. All versions have the same behavior when I try to build them.
When I try to build I get the following error on httpapi_main.c:
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o
httpapi_main.o httpapi_main.c
In file included from ../../include/http.h:25,
from httpapi_main.c:27:
../../include/ws2tcpip.h:57: error: conflicting types for 'socklen_t'
/usr/include/unistd.h:245: error: previous declaration of 'socklen_t' was here
make[1]: *** [httpapi_main.o] Error 1
make[1]: Leaving directory `/home/cnitta/wine-1.3.12/dlls/httpapi'
make: *** [dlls/httpapi] Error 2
I have tried adding #define USE_WS_PREFIX as discussed in:
http://www.mail-archive.com/wine-devel@winehq.org/msg53614.html
It will compile httpapi_main.c, but then fails on internettransport.c:
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o
internettransport.o internettransport.c
In file included from internettransport.c:23:
../../include/ws2tcpip.h:57: error: conflicting types for 'socklen_t'
/usr/include/unistd.h:245: error: previous declaration of 'socklen_t' was here
make[1]: *** [internettransport.o] Error 1
make[1]: Leaving directory `/home/cnitta/wine-1.3.12/dlls/inetcomm'
make: *** [dlls/inetcomm] Error 2
Applying the same fix to internettransport.c causes many other problems such as
"storage size of 'hints' isn't known", etc.
This seems somewhat similar to the problems associated with OpenBSD, bug 16660.
--
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=25928
Summary: Morrowind GStreamer error on load
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
Morrowind is giving this error on ubuntu 11.04 64 bits, from the wine from the
wine repositories.
"(wine:32219): GStreamer-WARNING **: Failed to load plugin
'/usr/lib32/gstreamer-0.10/libgstspc.so': libopenspc.so.0: cannot open shared
object file: No such file or directory
fixme:gstreamer:GST_Connect Could not make source filter, are
gstreamer-plugins-* installed for 32 bits?"
As explained on the last post of this bug
http://bugs.winehq.org/show_bug.cgi?id=24933
I assigned the bug to mr. Maarten Lankhorst though i'm not sure it is the same.
There is also a new crash bug on "new game" too that seems unrelated (i
compiled HEAD --without-gstreamer to test it and the crash happened anyway),
but i'm trying to perform a regression test of it for another bug.
--
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=25931
Summary: Click tunnels through non-Wine window when context
menu is showing
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Simon.Paridon(a)uglyhorst.de
Created an attachment (id=33054)
--> (http://bugs.winehq.org/attachment.cgi?id=33054)
test exe to reproduce the bug
If you click a foreground non-Wine window while a context menu of a background
Wine window is shown, the mouse down event gets passed through to the window
the context menu belongs to.
See the attachment for a way to reproduce this effect.
I am using the KWin window manager.
This effect does NOT show in Windows.
(Sorry if this is known, I really have no idea how to search for this
particular effect in the bug db)
--
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=25932
Summary: Command and Conquer 3: Tiberium wars has partly
invisible units
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: abugreporter(a)gmail.com
In Command and Conquer 3: Tiberium war parts of e.g. tanks are invisible. Air
planes are also invisible when they are flying for example. Rifle men are also
invisible. That is, for example the top face of a tank is completely invisible.
I tried putting everything on the lowest settings, but that didn't matter.
I am using an ATI 5770 card and I have this problem with the fglrx drivers, but
also with the radeon drivers.
--
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=25941
Summary: printing on OS/X fails cont...
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.price(a)monash.edu
This is to reopen the bug: http://bugs.winehq.org/show_bug.cgi?id=17354
I have a fresh install of MacPorts WINE-DEVEL 1.3.12, but printing *still* does
not work on OS/X (I am running Snow Leopard 10.6.6). I checked to confirm that
the macports package was configured with cups, as per the last entry on the bug
above. However, still no printers are found by wine, so I don't think this is a
macports problem (perhaps cups was disabled because it didn't work in the first
place?).
I have followed most other things in that thread, e.g. changing the cups
configuration to create the /etc/printcap file, but this didn't seem to fix
anything (I deleted and recreated my .wine directory just to be sure the wine
config had updated).
I made some progress following the steps at:
http://www.witch.westfalen.de/Wine-HOWTO/wineprintconfig.html -- that is, I
could get at least the print dialog box functioning (otherwise is greyed out,
and get messages "no printer is installed" such as those discussed in the bug
report above) by manually entering the register entries using regedit. However,
I could not get it to work, with errors such as:
err:winspool:WINSPOOL_GetDriverInfoFromReg Can't find driver L"PS Driver" in
registry
err:winspool:WINSPOOL_GetDriverInfoFromReg Can't find driver L"PS Driver" in
registry
err:commdlg:PRINTDLG_ChangePrinterW GetPrinterDriverA failed for L"Wine
Postscript Driver", fix your config!
fixme:commdlg:PRINTDLG_UpdatePrintDlgW No lpdm ptr?
fixme:commdlg:PRINTDLG_WMCommandW Update printdlg was not successful!
... and my feeling from reading the thread for bug 17354 was that it should not
be that complicated.
Sorry I can't be more helpful than that, but I thought it would be worth
re-flagging the issue as it does not seem to have been resolved by the fix to
the Macports Portfile.
Cheers,
Daniel
--
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=25954
Summary: Origin8 fails on try to inmort ASCII file
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.o.shyichuk(a)gmail.com
Created an attachment (id=33085)
--> (http://bugs.winehq.org/attachment.cgi?id=33085)
console output
Fail happens on menu selectin File-Import-Single ASCII (on last click). Wine
reports an error, the program doesn't react after that.
Console output can be found in attachment.
--
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=25956
Summary: CINERGY T2 USB 2.0 DVB-Receiver
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikko.j.nevalainen(a)jyu.fi
Hi!
This terratec device does not work in my Ubuntu. According to the error window
there is something wrong in either CinergyDVR.exe that it does not execute or
my WINE 1.3 is somehow faulty.
It's not necessarily a bug per se.
I have no clue how to fix it. I am not privy to coding or anything of the sort.
I only know how to use the graphic interface.
greetings,
Mikko
--
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=25962
Summary: Alsa Mic-Capture horrendous recording Quality.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kyle.leet(a)gmail.com
First off, you may be asking yourself, why is this marked as a blocker? This
sounds like a very minor issue. This is where I'll try to correct you, this
effects every single application that supports Audio input. Programs such as
Pro Tools, Ableton Live, Reason, KORE, FL Studio, Adobe Audition, even Skype.
Although audio recording does function, the quality of the said recording is
absolutely horrid, and is garbage by todays standards (in the 60s it may have
been considered acceptable). It sounds like you're an alien, in a wind tunnel
trying, to start your lawn mower. It's 2011, this has been an issue for well
over Six Years now. No one should have to use PulseAudio, OSS, or anything
else. Alsa is built into the Kernel, and Wine doesn't support it at all, this
to anyone should be disgusting. There's Bug 5159, and quite a few others
scattered all over the place. They do not represent the issue as a whole.
Further testing of Audio applications can't even begin to occur until this is
fixed. The results are always skewed. This is also what keeps on turning me,
among with many others that I know (couple dozen or so) off of Linux. We hate
*buntu, everyone else manages to do it properly and utilizes Alsa. Hopefully on
Bug day (or even prior to that) this finally gets resolved for good.
Thanks,
Kyle.
--
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=25968
Summary: Cinema 4D Setup: Exception frame is not in stack
limits
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wesgarner(a)gmail.com
Attempting to run setup.exe for Cinema 4D causes this error:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
Deleted ~/.wine - no change
Tried emulating as XP and Windows 7 - no change
--
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=25973
Summary: Two Worlds crashes while opening door to outer worlds
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Kakarott2003(a)yahoo.de
Created an attachment (id=33109)
--> (http://bugs.winehq.org/attachment.cgi?id=33109)
standard log of running game till crasch
Did a fresh install of Two Worlds, started a new game, killed the first two
enemies and wanted to go outside. Opened the big stone-door and game hung-up
and crashed.
--
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=25972
Summary: Paydocplus error
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: merowinger33(a)yahoo.com
Created an attachment (id=33108)
--> (http://bugs.winehq.org/attachment.cgi?id=33108)
windows with error.
Hello.
We installed program - payment document plus. It's free program. In windows it
works normal but in wine it doesn't work. The attachment is bellow.
--
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=25984
Summary: Campaign Cartographer does not exit correctly.
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gimbal(a)optonline.net
Created an attachment (id=33122)
--> (http://bugs.winehq.org/attachment.cgi?id=33122)
Text of dialog box and debug trace.
When exiting Campaign Cartographer, wine reports a serious error has occurred.
--
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=25992
Summary: AllWebMenus by Likno load problem
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: DieFree(a)RonCadby.org
After much back and forth with the Winehq forum and Likno support the bottom
line is that the AllWebMenus program loads but won't open unless the OS
specified for that program is set to Win 98 and even then the program's menus
are blacked out.
This makes the program unusable and perhaps, I don't know, its feature may or
may not work.
--
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=26004
Summary: bug about mpeg
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lxr1234(a)hotmail.com
I don't know this much,in #winehq@freenod,jhgf(jhgf3)said this is a bug.
game HP is this.
http://www.web-giga.com/chocola/flameset_chocola.html
we can use applocate to run this in M$7
--
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=25993
Summary: DameWare Exporter: No dsuiext.dll
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install DameWare Exporter
4) wine DWExporter.exe
Behaviour:
err:module:import_dll Library dsuiext.dll (which is needed by L"C:\\Program
Files\\DameWare Development\\DameWare Exporter 7.0\\DWSADUT.dll") not found
Expected behaviour:
There should be no complain about lacking library. dsuiext.dll is available in
system32 directory in MS Windows XP.
--
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=25995
Summary: Quickverse 8.0.4 starts but fails when trying to open
any book.
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vhradice(a)cfl.rr.com
Created an attachment (id=33138)
--> (http://bugs.winehq.org/attachment.cgi?id=33138)
Screenshot of error message
I was able to install the program. When I start it, it appears to load
everything. However, when I try to open any book or Bible, I get a failure. I
have a screenshot of the error.
While searching for an answer, I came across the suggestion to copy command
from the desktop icon and run from a Terminal window in order to capture any
error messages. I did that and have attached that also.
When I looked at the error from the Terminal output, I saw the message that
wine could not find L"C:\\windows\\system32\\wineboot.exe". I followed the
mapping and did find wineboot.exe in ~/.wine/drive_c/windows/system32.
--
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=26008
Summary: iTunes 10 32-bit does not play music on first run
Product: Wine
Version: 1.3.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.thomas.riker(a)gmail.com
Created an attachment (id=33166)
--> (http://bugs.winehq.org/attachment.cgi?id=33166)
Install log
iTunes installed correctly.
I turned on autorun and had iTunes manage the library for me. On the first run,
iTunes found all my music. However, I couldn't play any of it. Closing iTunes
and reopening it allowed me to play the music.
--
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=26030
Summary: A window displays wrong when it's shown for the first
time in a minimized state
Product: Wine
Version: 1.3.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: exclusion(a)gmail.com
Created an attachment (id=33196)
--> (http://bugs.winehq.org/attachment.cgi?id=33196)
Screenshot of the "minimized" window
When a window was not shown on the X screen after creating, ShowWindow
SW_MINIMIZE causes it to appear in some undefined state. It's frame is visible
(but it's contents not painted) and the window context menu contains 'Minimize'
item (as if the window is not minimized).
Please see attached screenshot.
--
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=27463
Summary: Garena can't save executable path
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loz.accs(a)gmail.com
The bug I wrote before is just a result, the reason is - garena starts not
Frozen Throne.exe, but war3.exe and I can't change it.
When I'm changing executable path, window "changes successfull" appears, I'm
opening settings again - executable file is still war3.exe.
I've tried this on 1.3.21 and 1.2.1.
btw, I found that this setting stored in GameConfig.xml, I changed it and it
helped.
--
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=26057
Summary: App in fp9 do not print
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pablo_severini(a)yahoo.com.ar
im running an appĺication developed in VFP9 into wine perfect. but when I wanna
print a report (native report of VFP not crystal) the Print Dialog do not
appears then I cant print the reports. but also when I print with NOTEPAD wine
print perfect and the Print Dialog appears normally.
Any Ideas?
TKS. Pablo
--
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=26092
Summary: CuteSiteBuilder4 does not install on Mac
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: webcolumba(a)yahoo.co.uk
CuteSiteBuilder4 installs properly under Windows, but does not complete with
WineBottler on Mac. If I get as far as the Registration it says: Invalid
procedure, call, or argument. Prefix is created successfully. When I
restart, as asked, the message box comes up with 'CuteSiteBuilder cannot find
the dll file called TlxCtrl.dll' and the programme does not open. No log has
appeared
--
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=26095
Summary: Cannot install from CD
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ae_7fam(a)yahoo.com
I am trying to install a game from a CD.
However, I cannot, as the "mark as executable" is not put in for CD.
--
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=17826
Summary: NotePad++ search in files
Product: Wine
Version: 1.1.17
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gsbabil(a)gmail.com
Created an attachment (id=20086)
--> (http://bugs.winehq.org/attachment.cgi?id=20086)
"find in files" in notepad++ crashes
Notepad++ is runs very smoothly on wine in my experience which I use as my
primary code editor on linux for various reasons (Ex. Function list plugin..).
Recently I figured out: whenever I would try "Find in Files" option, the
software shows me the found files list in the bottom with appropriate search
results but the message-box "Press Enter to cancel" always stays on there and
becomes kind of non-responsive even though the find-in-files is finished.
Please take a look at the attachment. I'm using the latest version of
wine(1.1.17) on Lenny.
--
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=15189
Summary: Google Chrome can't dock tabs
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://chrome.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After creating a second tab, you can tear it off to form a new window,
but under Wine you can't do the inverse operation, ie.
you can't dock a previously torn-off tab back into the main window.
It usually works if you put the donor window right underneath the
donee window so the tab doesn't have to get dragged across the
chrome active area. For some reason dragging the tab across
the chrome active area causes you to drop the tab...?
--
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=26738
Summary: Unrecoverable error in Steam with 1.3.17
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Created an attachment (id=34061)
--> (http://bugs.winehq.org/attachment.cgi?id=34061)
Output of Steam on 1.3.17 (Mandriva 2010.2)
Hello,
I am trying to get "Steam" to work on my Mandriva 2010.2 system. Kernel is
2.6.36.2-desktop-2mnb with a GeForce FX5500 and Nvidia 173-drivers.
I am getting an "unrecoverable error" and have attached my output below. Hope
this helps.
--
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=25715
Summary: native dxdiag crashes with builtin quartz
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
native dxdiag.exe and dxdiagn.dll from 'winetricks directx9',
with no other native components, puts up an interface, then crashes with
err:ole:CoGetClassObject no class object {b9f3eb85-b781-4ac1-8d90-93a05ee37d7d}
could be created for context 0x1
wine: Unhandled page fault on read access to 0x00000002 at address 0x51825e
(thread 0009), starting debugger...
On the next run, it nicely says "there was a crash accessing directshow,
do you want to bypass?" and if you say yes, it goes on to work well.
winetricks quartz works around the initial crash and gets you to
the next 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=22987
Summary: Irfan view - "Can't paste image from clipboard !"
Product: Wine
Version: 1.1.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Based on http://bugs.winehq.org/show_bug.cgi?id=2805#c12 i tried to pinpoint
what broke Irfan View ability to paste image from clipboard.
1. I tested on Irfan View v3.85 (this version does not crash and clearly shows
the problem)
2. I did a regression test between 1.1.20 and 1.1.21:
commit 272e2d2251c705ebed38692e888e84d0153613a4
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Fri Apr 24 17:19:38 2009 -0500
winex11.drv: Convert image/bmp X selections to Windows DIB.
:040000 040000 27cd5094663c7179b90f4e16abe676246c5e6838
aa796db893ac83d4904308eef1fc9a4ba908865b M dlls
3. There is another bug report suffering from this commit, see bug 18978.
Unfortunately originally reported issue "can't paste" was turn to "program
crash" and this was fixed instead of fixing "can't paste".
4. Revert of this patch on top of wine-1.2-rc2 makes that problem go away. Just
a slight adjustment.
5. Adding author of this patch to CC.
--private keyword: bisected
--
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=23667
Summary: CDBurnerXP 3.0 desktop shortcut uses a generic wine
glass icon
Product: Wine
Version: 1.2-rc7
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: damjan.jov(a)gmail.com
Created an attachment (id=29617)
--> (http://bugs.winehq.org/attachment.cgi?id=29617)
Disable part of ExtractFromFileType
When CDBurnerXP 3.0 is installed, the icon it creates on the desktop uses a
generic icon (wine glass) instead of the program icon seen on Windows. This
wasn't the case in the past, so I did a regression test:
f26b663172d80c300df993465b6a01369795a76f is first bad commit
commit f26b663172d80c300df993465b6a01369795a76f
Author: Damjan Jovanovic <damjan.jov(a)gmail.com>
Date: Mon Jun 7 21:40:26 2010 +0200
winemenubuilder: Also extract .lnk icons from file types.
:040000 040000 2e90126e777c75d2d11cf34b63ceb4e34107ebbd
7d6b92c5b6e0de2cc451c13382a9a3428e10f63d M programs
After reverting that patch, the icon is created correctly. It can also be fixed
by commenting out part of the function added in that patch. (See attachment)
--
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=25705
Summary: Action buttons in Lemmings could not be clicked
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onny(a)project-insanity.org
Created an attachment (id=32748)
--> (http://bugs.winehq.org/attachment.cgi?id=32748)
button not clickable
The main buttons in the game Lemmings could not be clicked, even though the
mouseover text is displayed correctly. I don't know how to debug this bug, the
terminal output does not show any error messages.
--
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=25762
Summary: Excel crashes trying to run macros
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Opening a new bug now that it's clear bug 25754 is not the same problem.
All versions of Excel that I tested (97, 2003, 2007, and 2010) crash trying to
run a macro.
To reproduce, go to Tools, Macro (in 97 and 2003) or View, Macro (in 2007 and
2010) and select record. Type something in a cell and press enter, then click
the stop button. Go back to the Macro menu and run the macro that was recorded.
Regression test results:
c0f120db5d6b72917dd9bb1e4630f2b6ff6960a6 is first bad commit
commit c0f120db5d6b72917dd9bb1e4630f2b6ff6960a6
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Tue Nov 9 16:04:10 2010 -0600
oleaut32: Search inherited interfaces again in ITypeComp::Bind.
:040000 040000 3b22bce11b0e5dc9df0c30658009c45a0bae7955
add823888e853fc234e1991a6aed674b456c56e8 M dlls
Reverting that commit fixes the crash.
--
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=22601
Summary: .NET Framework 2.0 installer displays crash dialog,
fails with "function failed" error message
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: madewokherd(a)gmail.com
With wine-1.1.43-564-g1af1784, executing winetricks dotnet20 and proceeding
past the EULA yields an error reporting crash dialog and setup failure with the
message "Function failed." in the installer window. Particular pertinent error
messages are:
err:msi:store_binary_to_temp Failed to get stream
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1627
Regression testing indicated:
42550953a650e1ef166339fb4e2fdc06741ad5b8 is first bad commit
commit 42550953a650e1ef166339fb4e2fdc06741ad5b8
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Tue May 4 15:15:41 2010 -0500
ole32: Store the location of all blocks in a big block chain in memory.
A big block chain is a linked list, and we pretty much need random
access to them. This should theoretically make accessing a random
point in the chain O(log2 n) instead of O(n) (with disk access scaling
based on the size of the read/write, not its location). It
theoretically takes O(n) memory based on the size, but it can do
better if the chain isn't very fragmented (which I believe will
generally be the case for long chains). It also involves fetching all
the big block locations when we open the chain, but we already do that
anyway (and it should be faster to read it all in one go than
piecemeal).
:040000 040000 a1ca1235acef50b9287db51b2d08f203907f2c1e
16b036ee8b83707264d3d1226d9c690a72790793 M dlls
A +storage log 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=25266
Summary: Erro ao abrir EXCEL.EXE.
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulo.vieira.sousa(a)gmail.com
Erro ao abrir EXCEL.EXE causado por um problema no programa ou no Wine.
--
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=24885
Summary: Microsoft Urban Assault Trial (1998) (Direct3D game)
doesn't run.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikko.kumara(a)gmail.com
Microsoft Urban assault has a free trial version available at
http://www.microsoft.com/games/urbanassault/downloads.htm . Under Windows XP it
runs just fine, but when trying to launch it with WINE, it just shows a black
screen.
NOTE: Installing "directplay" via winetricks resolved some of the dplay-related
errors, but the game still won't run.
WINE version: 1.3.5
Operating system: Ubuntu 10.10 with Linux 2.6.35-22-generic
Error logs are 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=10270
Summary: Wine gecko does not send HTTP Accept-Language header
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Wine gecko does not send the HTTP Accept-Language header for HTTP requests.
This means for wine iexplore users, going to website that look for that header,
i.e. http://www.google.com/, will always return webpages in the web server's
default language choice rather than in the user's preferred language.
To see what headers a web browser is sending, go to:
http://schroepl.net/cgi-bin/http_trace.pl
Internet Explorer will send the string in HKCU\Software\Microsoft\Internet
Explorer\Internals\AcceptLanguage as the Accept-Language header.
With a clean .wine directory + gecko, Wine iexplore does not send anything.
I can change what Wine iexplore sends by adding:
user_pref("intl.accept_languages", "foo");
to prefs.js or user.js in ~/.wine/drive_c/windows/profiles/username/Application
Data/Mozilla/Profiles/MSHTML/hash/.
The ideal behavior would be: Wine iexplore should look in the same registry key
as IE, and that registry key should be properly initialized by
wineprefixcreate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26087
Summary: Notepad++ 5.x: Crash window "Find in files"
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dark-vlados(a)mail.ru
Kubuntu 10.10
--
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=25585
Summary: wine loses release key event during lags in some games
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
When playing Oblivion it is possible to go into the situation when it is not
possible to stop running after some lag (loading objects during location
change, making final blow to a monster, etc.) in game. Neither pressing any
keys nor reloading to a save can fix this - only complete restart of the game.
It looks like wine skips release key event and can't acquire it anymore.
--
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=25112
Summary: AT4RE FastScanner v3.0 hangs when clicking "Minimize"
Product: Wine
Version: 1.1.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
AT4RE FastScanner v3.0 hangs if you click on the "Minimize" button. There's no
console output from Wine.
Also happens on Wine 1.3.6.
--
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=26414
Summary: Unhandled exception: page fault on read access to
0x5f6f760c in 32-bit code (0x7d665da1).
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim.kornhammar(a)gmail.com
Used the app World of warcraft and Wine crashed while changing the display
resolution.
Version: wine-1.3.15
Distribution: Ubuntu 10.10 - Maverick Meerkat
Program: World Of Warcraft (blizzard.com)
Command: wine .wine/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe
Reproduce: Change resolution (any to any)
--
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=21917
Summary: LazyLaunch raises unable to dispatch exception
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lubosz(a)gmail.com
Created an attachment (id=26590)
--> (http://bugs.winehq.org/attachment.cgi?id=26590)
Lazylaunch execution in winedbg
Lazylaunch does only output one line:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
When i run it in winedbg it raises a exception before running:
0x7bc4b130 call_tls_callbacks+0x130(module=<is not available>, reason=<is not
available>) [/home/bmonkey/Apps/System/wine-git/dlls/ntdll/loader.c:927] in
ntdll (0x0033fcc0)
You can find lazylaunch here:
http://teknogods.com/phpbb/viewtopic.php?f=13&t=2036
Lazylaunch is used to surpass the login screen and run unofficial AI single
player games in SC2.exe.
--
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=13424
Summary: msi winetests requires != limited user
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)tpetaccia.com
When running Winetest on WindowsXP, I've set up my user as a limited user. The
MSI tests all error out, one by one. The tests should instead check to see if
the user has Admin privlages, and then execute the tests, otherwise they should
be skipped (because Windows wouldn't allow that user to install anything in the
real world).
advpack->install may also need to be looked at.
--
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=9944
Summary: Cannot active Microsoft Office 2003 Over the telephone
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8447)
--> (http://bugs.winehq.org/attachment.cgi?id=8447)
Picture of greyed out boxes
When I try to activate Microsoft Office 2003 using the phone method all of the
boxes are greyed out and I cannot type the codes into them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16732
Summary: wine crashes on breakpoints
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
CC: julliard(a)winehq.org
Hello,
I am running wine-1.1.12 on Ubuntu intrepid (amd64).
There is a regression between wine-1.1.11 and wine-1.1.12.
When I set a write breakpoint with CheatEngine wine crashes.
I already have run a regression test.
The result is:
c6c335d70e1495c03821e6227ef715dcb71594b7 is first bad commit
commit c6c335d70e1495c03821e6227ef715dcb71594b7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Dec 30 22:56:15 2008 +0100
server: Make thread entry points client_ptr_t instead of void pointers.
:040000 040000 5e99f6db1cf619b2843b467cfa3262974b07c1cb
fcbf57de779c57c5482df2b2d8147d58bd42c581 M dlls
:040000 040000 f217052cc776d21a410565b158d3b4378fd3e37d
51d12878243584a704760b5854120fcf2f4235e8 M include
:040000 040000 bcd8e7bf4301c872e3924490aa6890920e86a88c
7133a292e64948330625d819bca92e6a8e903435 M server
--
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=24471
Summary: Batman Arkham Asylum demo crashes on some systems
unless mmdevapi disabled
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On my e7300 running ubuntu 10.04 with an nvidia gt 220,
the game installs fine (once you skip past all the fatal error warnings).
You then have to apply the ini file workarounds noted in bug 23993
to get it to start.
But it then crashes after a few seconds with a scrambled sort of squawk
from the speakers.
Disabling mmdevapi in winecfg works around this, and lets me play.
--
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=12916
Summary: MPQEdit does not start if World of Warcraft is running
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.zezula.net/en/mpq/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=12638)
--> (http://bugs.winehq.org/attachment.cgi?id=12638)
WINEDEBUG=+process,+tid,+loaddll,+module,+seh set
MPQEdit version 2.x doesn't start if WoW is already running (any version of
WoW). MPQEdit 1.8 works fine.
Attached provided debug info aswell as output from
WINEDEBUG=+process,+tid,+loaddll,+module,+seh set
This does not always happen.
Download MPQEdit (version 2.0.0.x): http://www.zezula.net/en/mpq/download.html
--
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=28412
Summary: high processor usage of Reaper
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gigaday(a)googlemail.com
I guess this isn't really a bug but I thought the feedback could be useful.
Reaper versions 3.xx and 4.xx with Wine 1.2.x and Wine 1.3.x use about 3 times
as much processor power compared to MS Windows running Reaper on an equivalent
processor.
With Reaper doing nothing processor usage is about 11% on Windows and about 36%
with Wine on Ubuntu 11.04 when using a 2GHz processor.
--
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=26039
Summary: The msi package test produce many failures in the root
directory
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
The msi package test produce many failures, when started in the
root directory of a drive. (12 in Wine for me.)
Hans got 192 failures on Windows.
The difference is the backslash at the end of the current directory,
when the current directory is the root of a drive.
package.c:8811: Test failed: Expected "C:\\", got "C:\"
...
package.c:9467: Test failed: Expected "C:\\FileName1", got "C:\FileName1"
I expect more failures in other tests and asked Greg for help with wtb.
--
By by ... Detlef
--
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=26502
Summary: FX_Client.exe from AVAFX crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonaldo.diaferio(a)gmail.com
Created an attachment (id=33742)
--> (http://bugs.winehq.org/attachment.cgi?id=33742)
error pop-up
Hi there,
I have been running the program FX_Client.exe from AVAFX
(www.avafx.com/Download-Ava-Trader)
without any problem with wine-1.3.15 on Ubuntu 10.04.2 LTS.
Now, right after the login and before starting the connection to the server,
the program crashes.
Attached is the message that appears.
Thanks
AD
--
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=23273
Summary: Spore doesn't start
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=29003)
--> (http://bugs.winehq.org/attachment.cgi?id=29003)
Last 1600 lines of +relay (without heap lines) showing crash
Spore crashes on startup. Looking at +relay, it seems it's in the
middle of some winhttp operation having to do with drm.
--
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=25803
Summary: War Leaders: Clash of Nations corrupts graphics
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curran.michaelp(a)gmail.com
Created an attachment (id=32879)
--> (http://bugs.winehq.org/attachment.cgi?id=32879)
War Leaders graphical corruption log
After installing with a problem, when launched, this application corrupts the
computer's display resulting in everything (both the application and the rest
of X) displaying in a washed out white. I've attached 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=13443
Summary: Incomedia Website X5: impossible to select the main
window
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonino(a)arcidiaco.com
I installed the retail version of Incomedia Website X5, but is impossible to
select the window, then i can't use that...
The window is like a transparent object, fact when i click it i select the
below window...
How to solve it?
Bye
--
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=26569
Summary: Baldur's Gate II: ToB v26498 crashes during character
creation (game blocker)
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: contact(a)eloxoph.com
Created an attachment (id=33831)
--> (http://bugs.winehq.org/attachment.cgi?id=33831)
The wine output during the crash
Baldur's Gate II: Throne of Bhaal German/European version 26498 (latest
official patch) crashes when playing the original Shadows of Amn campaign
during character creation. Wine output is appended.
Without the latest official patch installed, the game wouldn't run at all.
Basically, installing BG2 with addon and then playing through the original game
(which has some new additions with the addon I think) and then through the
addon campaign afterwards is not possible. Trying to run the Shadows of Amn
campaign without having the addon installed in the first place was not tested.
Changing between directdraw gdi and opengl mode aswell as running the game with
or without 3d acceleration wouldn't change things. Also, different windows
versions (XP, 2000, 98) didn't seem to have any impact.
Wine 1.2.2 (downloaded & compiled from source on the test machine) was also
tested with the same result.
--
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=13497
Summary: Kudos generates an access violation when trying to run
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111838770&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Steps to reproduce:
1. Install Kudos
2. Run Kudos.exe from the install directory
The program bails out with an access violation.
--
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=13951
Summary: SetParent doesn't behave properly
Product: Wine
Version: 1.0-rc5
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)codeweavers.com
Created an attachment (id=14100)
--> (http://bugs.winehq.org/attachment.cgi?id=14100)
Sample application with source
Attached sample application behaves properly under Windows but makes
a popup window unmoveable and not responsive after a SetParent call.
--
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=19263
Summary: Wine: slow performance when the theme is changed to
vista inspirat
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghilbert12_lhen03(a)yahoo.com.ph
I import the vista inspirat themes and its component from windows partition
(C:\WINDOWS\Resources\Themes) and put it to
(/root/.wine/drive_c/WINDOWS/Resources/Themes) and when i set this theme in
winecfg. The overall performance was become slow. (including the installation
of windows programs to linux with wine)
--
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=24618
Summary: Grand Fantasia Crashes
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iyeru42(a)gmail.com
Created an attachment (id=31096)
--> (http://bugs.winehq.org/attachment.cgi?id=31096)
Wine terminal log.
See attached log. This happens when Wine tries to "Start Game" on the Grand
Fantasia launcher (_Launcher.exe) or the GrandFantasia.exe file itself.
--
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=20793
Summary: Call of Atlantis : does not start after click "Play
Game" button
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.gamecentersolution.com/?CID=21539&AID=
517
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: av110039(a)comtv.ru
Created an attachment (id=24894)
--> (http://bugs.winehq.org/attachment.cgi?id=24894)
log
Install is OK.
"wine CallOfAtlantisSetup.exe" after install is OK.
Game does not start after click "Play Game" button on starting window.
--
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=27599
Summary: Gorky 17 (aka Odium) does not execute
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
When I type "wine odium.exe" in the game's folder this is the only output:
wine odium.exe
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32f740,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f7b4,0x00000000), stub!
And it just quits. The installation works good but nothing else happens. I also
tested with version from 1.3.20 up to the latest 1.3.23.
NOTE - I put the error here since it is very small compare to common logs and
back traces.
--
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=25337
Summary: Perfect World doesn't start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spider_xp(a)ovi.com
Created an attachment (id=32214)
--> (http://bugs.winehq.org/attachment.cgi?id=32214)
wine console output
Hi,
after starting perfect world rus client, he shows for few seconds his window,
then crashes. Wine Installed version: 1.3.7 (X alsa cups dbus fontconfig gecko
hal jpeg ldap mp3 nas ncurses openal opengl oss perl png samba ssl threads
truetype win32 xcomposite xinerama xml -capi -custom-cflags -esd -gnutls
-gphoto2 -gsm -gstreamer -jack -lcms -pulseaudio -scanner -test -win64)
--
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=11928
Summary: I Spy Junior black screen on startup
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This game was published in 1999 by Scholastic
(though my copy says "XP Compatible" on the cover).
There's a free trial at
http://www.scholastic.com/kids/downloads2go/productDetail.asp?productid=5&s…
The bug happens with both.
It's a 256 color game.
It installs, but gives just a black screen on startup.
Pressing ESC terminates (and in the demo version, takes
you to a web page where you can buy the game).
On first run of the cd version, one sees
err:wineboot:pendingRename couldn't get file attributes (2)
Then
err:ole:CoGetClassObject no class object {e78f7620-96cb-11cf-a00b-444553540000}
could be created for context 0x1
is seen on all runs.
On the download version, one sees (among many other things)
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
--
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=27296
Summary: Perfect World International: audio completely
disappears
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loz_oos(a)hotmail.com
When I have entered an instance or a dungeon the audio disappears completely
after a while.
http://pwi.perfectworld.com/download
--
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=23099
Summary: Perfect world crashes
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amnizia_xll(a)yahoo.gr
Hi! i have download the game Perfect world (mmorg),i have create a character
,and when i click on "play" button the game crashes.The error report have these
logs :
bbs.log
FWEditor.log
s2ccmd.log
AF.log
Imm.log
A3D.log
ec_build2305.dmp
AM.log
EC.log
system settings.ini
sysinfo.ini
PLEASE HELP, im new on linux community
--
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=28026
Summary: chromium crash if --no-sandbox hasn't set
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: fracting(a)gmail.com
1. Download chromium from
http://build.chromium.org/f/chromium/snapshots/Win/95816/chrome-win32.zip
unpack chrome-win32.zip, cd to the directory.
2. start chrome.exe:
$ wine chrome.exe
chrome will crash without backtrace. A error box will ask you to restart
chrome.
if --no-sandbox is set, then chrome will start without crash, this is similar
to Bug 21232.
--
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=21490
Summary: Debug build of Chromium aborts on startup because
GdiInitializeLanguagePack() returns failure
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This was mentioned in passing in bug 20671.
You can run a debug build of Chromium on Wine with --no-sandbox,
but you have to get GdiInitializeLanguagePack to return success
first, or it will abort early with
[41:42:5571:FATAL:render_process.cc(62)] Check failed: gdi_init_lpk.
The patch attached to bug 20671 does the trick.
http://m-a-tech.blogspot.com/2009/04/emf-buffer-idiocracy.html
explains why Chrome calls that function; it's needed to make native behave.
--
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=13481
Summary: ChangeDisplaySettings can't set *only* BPP
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rolf(a)neuberrosoft.de
Created an attachment (id=13402)
--> (http://bugs.winehq.org/attachment.cgi?id=13402)
Test case, w Makefile and full NetBeans project tree
Given an "incomplete" DEVMODE structure, with no fields set except for
dmBitsPerPel, and the corresponding flag in dmFields (i.e.
dmFields=DM_BITSPERPEL), ChangeDisplaySettings as implemented in Wine doesn't
replicate the behaviour of a real Windows system correctly.
A real Windows system happily executes the call and returns
DISP_CHANGE_SUCCESSFUL. Display bit-depth will be adjusted, if it was different
to begin with, while the remaining parameters stay as they were. After the
call, resolution and refresh are still whatever the user selected as the
desktop resolution. Even on 2k/XP, which are sometimes happy to drop the
refresh rate to 60Hz, the refresh rate remains constant, which is one of the
reasons I found this type of call to be useful sometimes.
I've tested this today with a MingW-built executable, and found the above to be
accurate for Windows 98SE, Windows 2000 SP4 and Windows XP SP2, irrespective of
whether the initial desktop bit depth is 16 bit or 32 bit.
On Wine (wine-1.0-rc2 on Ubuntu 8.04), the very same call to
ChangeDisplaySettings, made from the same executable, will fail with a return
code of -2 (DISP_CHANGE_BADMODE).
I've attached my test case. It will make the call and pop up a message box with
the results of the call.
I used the i586-mingw32msv-gcc compiler provided by the "mingw32" package in
the official Ubuntu repositories.
The project was set up in NetBeans 6 so the Makefile is somewhat convoluted,
but it doesn't appear as if the build process requires NetBeans. Just
navigating to the directory and running make seems to work. The executable ends
up in dist/Debug/GNU-Windows/.
Priority of the bug isn't high. I've used it in some graphics-library code, but
only in debug builds for my own testing purposes. I'm not aware of publically
available shipping programs that hit on this. Reported anyway, for
correctness's sake.
The app-level workaround is to query the current desktop mode and fill in the
DEVMODE structure more completely. Beyond the scope, but you get the idea.
I'm new to this Bugzilla stuff, so if I forgot some vital piece of info, please
be gentle. I want to be helpful.
--
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=26256
Summary: wine64-preloader can't handle setcap cap_net_raw+epi
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: source, win64
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
sudo setcap cap_net_raw+epi /usr/local/bin/wine64-preloader
leads to:
/usr/local/bin/wine64: error while loading shared libraries: libwine.so.1:
cannot open shared object file: No such file or directory
err:process:start_wineboot failed to start wineboot, err 1359
/usr/local/bin/wine64: error while loading shared libraries: libwine.so.1:
cannot open shared object file: No such file or directory
and no 64-bit app can start.
setcap is needed for e.g. ICMP functions or my not yet published wpcap proxy
dll.
--
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=21349
Summary: Python.exe crashes
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jackson+winehq-bugzilla(a)jacksonc.com
Created an attachment (id=25706)
--> (http://bugs.winehq.org/attachment.cgi?id=25706)
Wine debug output
When Python 2.6.4 runs a packaging application called "PyInstaller" it crashes.
It's been working fine, except this is the first time it's been using the audio
libraries listed. eg. Phonon/Quartz. I tried running this in Windows 7, and it
works fine.
--
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=24700
Summary: Explorer++ doesn't open command prompt windows
properly
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://www.explorerplusplus.com/download
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=31211)
--> (http://bugs.winehq.org/attachment.cgi?id=31211)
Terminal output
To reproduce, navigate to C: (or any directory) and click the "open command
prompt" icon in the upper toolbar.
If the program was started via a GUI (e.g. double-clicking its executable in a
native file manager), the icon doesn't appear to do anything.
If the program was started from a terminal, the command prompt appears in that
terminal window. After closing the program, the terminal needs to be reset to
work properly.
In Windows, the command prompt appears in a new window.
--
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=22788
Summary: OriginPro 8.0 under Lucid Lynx
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann.roche(a)voila.fr
OriginPro 8.0 crashes at start (with a "program must close, etc." window) with
Ubuntu 10.04. Note it started before Ubuntu upgrade (9.10)
--
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=13347
Summary: dogfood: skype only works in "Win95" mode
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
The windows Skype in win XP mode crashes with
trace:seh:raise_exception code=c0000005 flags=0 addr=0x593ad1
trace:seh:raise_exception info[0]=00000000
trace:seh:raise_exception info[1]=ffffffff
trace:seh:raise_exception eax=000000ad ebx=000000ad ecx=000007c8 edx=0033fcd0
esi=00000000 edi=01ca0460
trace:seh:raise_exception ebp=00000000 esp=0033fcd0 cs=0023 ds=002b es=002b
fs=0063 gs=006b flags=00210202
trace:seh:call_stack_handlers calling handler at 0x48bd29 code=c0000005 flags=0
wine: Unhandled page fault on read access to 0xffffffff at address
0xffb4a51e:0x00593ad1 (thread 0009), starting debugger...
and the instruction there is a int 0x2e, which is not handled.
When setting the Windows version to Win95, Skype.exe works wonderful (buyt
displays other warnings).
=> Skype Should work in XP mode too.
=> Or we should set the default cversion for Skype.exe to Win95 in our registry
--
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=18101
Summary: when trying to start a new game, a file called
"default.tot" starts to grow in size arbitrarily
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simulcra(a)uchicago.edu
CC: simulcra(a)uchicago.edu
"default.tot" is a generally problematic file in various infinite engine games
(there are various bugs out there, generally related to character creation).
For example, for baldur's gate 2, sometimes you can have a problem trying to
save a game because of a presence of a 0-byte file called "default.tot" in the
tempsave/ directory. Deleting it will allow a save, though the game will
create a new 0-byte default.tot file almost immediately (a more permanent hack
to fix this is to mkdir tempsave/default.tot).
Icewind Dale 2 has a problem with default.tot in which in previous versions of
wine, tryign to create a party with more than 1 character at the start will
result in a crash, related to a defaul.tot issue (in some versions of wine, an
actual error message would pop up).
Starting with 1.1.18, the issue has become drastically more severe. *Any*
attempt at creating a new party will result in the game creating a default.tot
file, and instead of leaving it at 0-bytes, it will begin to grow it
arbitrarily while the game is stuck at the loading screen. I've seen it go up
to 500 megabytes in size before finally doing a wineserver -k to quite the
Icewind Dale 2 process. Doing the Baldur's Gate 2 hack (creating an empty
default.tot/ directory to block the reation of the file) lets the game get past
its original lock point, but then will lock up anew after the loading screen
finishes.
I'm currently running some regression tests to see when this bug got
introduced, so stand by.
--
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=26213
Summary: Unimplemented CMDID's
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john.solomon(a)indysoft.com
Created an attachment (id=33417)
--> (http://bugs.winehq.org/attachment.cgi?id=33417)
terminal log when launching ecabinet program.
Unimplemented cmdid's and other functions when launching ecabinets software.
--
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=25025
Summary: Problems with SimCity 4 Continue on 1.3.6
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jwinterton(a)ezlink.ca
CC: wine-bugs(a)winehq.org
Created an attachment (id=31722)
--> (http://bugs.winehq.org/attachment.cgi?id=31722)
Console log capture
This is an additional log. I was unable to locate the original report.
wine 1.3.6 continues to have problems with small video memory, and fails to
properly render scenes when stressed. I believe it is a failure to dump the
memory in a timely fashion before a refresh. This is an on-going problem which
I think has been previously reported.
GPU GeForce4 MX Integrated GPU
Type AGP 4x
RAM 128 MB
Frequency 199 MHz
Description: Ubuntu 10.04.1 LTS
Release: 10.04
nvidia-96:
Installed: 96.43.17-0ubuntu1
Candidate: 96.43.17-0ubuntu1
Version table:
*** 96.43.17-0ubuntu1 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid/restricted Packages
100 /var/lib/dpkg/status
--
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=24448
Summary: Glide Napalm WX plugin fails to properly load ini
file.
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Created an attachment (id=30843)
--> (http://bugs.winehq.org/attachment.cgi?id=30843)
Dependency Data
Upon loading the Project64 emulator with either the stable release or WIP
release of the Glide Napalm WX video plugin, the ini file used for its
configuration does not load. The error also appears when attempting to
configure plugin-specific details. Dependencies are installed.
--
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=15723
Summary: A text error for Content Composer
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neil.mulcahy(a)gmail.com
After loading content composer the text was invisible and it came into view
when highlighted and also the word wrap was not working.
the error i was getting is this one.
fixme:richedit:RichEditWndProc_common EM_FORMATRANGE: stub
i used winetricks to get riched20 and it did not fix anything. then i used
winetricks to get riched30 and the text came into view and the word wrap
started working but the right click menu has now gone away.
--
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=25810
Summary: Dead Space crashes while rendering "chapter complete"
text if input event was emited on fglrx.
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
Created an attachment (id=32891)
--> (http://bugs.winehq.org/attachment.cgi?id=32891)
WINEDEBUG="+dinput,+d3d9,+d3dx" log
It's very strange bug: it's obviously related to fglrx (failing function in
backtrace is in fglrx), but xinput also involved - only workaround for this bug
is to:
1) play on "low" settings
2) don't move and don't press any key, after initiating chapter change. (May
not work in some circumstances, but pressing keys makes bug 100% reproducible).
I've done WINEDEBUG="+dinput,+d3d9,+d3dx" log, truncated to 1000 lines from
both sides.
In case of success game renders glowing text "chapter complete", which then sr
What should be rendered in case of success, you may see on
http://www.youtube.com/watch?v=qI5AJZv9hww ~3:41 - except some text decorations
and other effects (only text is rendered).
In case of failture sound glitches for a seconds and then continues with
"chapter complete" sequence, but image is frozen.
Probably somehow connected to bug with missing text decorations.
System parameters:
fglrx: 10.12, HD4570
wine-1.3.11 with INTZ support commit reverted (bug #25747), but exists on all
tested versions (almost all from 1.3.6 to 1.3.11)
registry tweaks and winetricks: only VideoMemorySize.
--
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=23270
Summary: GTA2 options menu item broken - CreateProcess runs
wrong executable
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Start the game, press esc to skip the intro, then select Options.
You expect to be in an options menu, but instead you're left with the
game minimized, staring at a console.
+process log shows
trace:process:CreateProcessW app (null) cmdline L"GTA2 Manager.EXE"
trace:process:find_exe_file looking for L"GTA2"
trace:process:find_exe_file Trying native exe L"C:\\Program Files\\Rockstar
Games\\GTA2\\GTA2.exe"
trace:process:CreateProcessW starting L"C:\\Program Files\\Rockstar
Games\\GTA2\\GTA2.exe" as Win32 binary (0x400000-0x678000)
Whoopsie. That heuristic looks like it's broken.
--
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=22813
Summary: wine's loader does not check invalid image size
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://ghostscript.com/~hintak/wine-debug/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
+++ This bug was initially created as a clone of Bug #22812 +++
(#22812 against the compilation - this bug is about the loader not complaining)
part of ghostscript's building process runs:
mt -nologo -manifest psi/dwsetup_x86.manifest -outputresource:setupgs.exe;#1
mt -nologo -manifest psi/dwuninst_x86.manifest -outputresource:uninstgs.exe;#1
This step corrupts executables under wine and they gain a wrong image size;
both vista and win7 then complains they are not valid win32 applications. See
discussion on wine-devel mailing list.
But wine would happily load them, so wine is not checking for validity. Here
are two such broken executables:
http://ghostscript.com/~hintak/wine-debug/setupgs-wine.exehttp://ghostscript.com/~hintak/wine-debug/uninstgs-wine.exe
--
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=18389
Summary: Registering after installing Roblox doesn't work
Product: Wine
Version: 1.1.20
Platform: Other
URL: http://wiki.roblox4linux.co.cc
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After doing 'winetricks pdh' to work around bug 18388,
it takes you to a web page; clicking Register and then Over 13
takes you to a nice page where you put in your desired userid
and password. Clicking "Sign Up!" does nothing. On the log one sees
fixme:mshtml:nsUploadChannel_SetUploadStream Unsupported aContentType argument:
"application/json; charset=utf-8"
fixme:mshtml:nsUploadChannel_SetUploadStream Unsupported aContentType argument:
"application/x-www-form-urlencoded; charset=utf-8"
'winetricks ie6' doesn't work around the problem - it shows a blank web page.
Workaround is to go to http://www.roblox.com/ in Firefox and register there;
then you can log in in the iexplore window roblox opened 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=10332
Summary: Irfanview crashes in thumbnail mode when previewing
certain text file
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malte(a)cornils.net
Created an attachment (id=8998)
--> (http://bugs.winehq.org/attachment.cgi?id=8998)
file in folder makes irfanview's thumbnail browser crash
Normal thumbnail browse mode is fine. However, when I enter a directory with a
certain file in it (attached as nautilus-debug-log.txt), IrfanView crashes.
Other files (images, text files) are fine. I have been unable to get a
backtrace; gdb won't let me since the application exits with 01 status, and
winedbg doesn't return to its shell after I typed "run" once. It's an X error,
so maybe wine catches the error condition and "gracefully" shuts down.
The X error output is also attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17856
Summary: JFlothows Wuerfel crashes with BAD_DRAWABLE "Cannot get
FB Config for iPixelFormat 0"
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://download.jflothow.de/fvstein/WuerfelWIN.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
The program linked here should open up a window and display a unit cube to
demonstrate the effects of a transformation-matrix.
The application crashes right after opening the window. There is no OpenGL-cube
drawn. Here's a log: http://pastebin.com/f1c718e52
---
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
err:wgl:internal_SetPixelFormat Invalid iPixelFormat: 0
err:wgl:X11DRV_wglCreateContext Cannot get FB Config for iPixelFormat 0, expect
problems!
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 11 (X_GLXSwapBuffers)
Serial number of failed request: 936
Current serial number in output stream: 936
Locking assertion failure. Backtrace: [...]
---
GFX card: Geforce 8800GTX, prop. driver version 177.82, one display.
--
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=20414
Summary: Crash in Tales of Monkey Island
Product: Wine
Version: 1.1.31
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: per(a)morth.org
Created an attachment (id=24221)
--> (http://bugs.winehq.org/attachment.cgi?id=24221)
log info/traceback
Sometime between release of chapter 20 (27/8 iirc) and chapter 3 (29/9), wine
has started to crash when trying to play Tales of Monkey Island for me.
I've tried various clean .wine dirs / using native dlls, but nothing seems to
help. Crash log 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=12639
Summary: ZENcast Organizer installer fails with error -5002
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.zencast.com/downloads/download.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
When running the ZENcast Organizer installer, the installer proceeds to unpack
itself, but when the actual installation is run, a dialog box with error code
-5002 is shown. No relevant standard error messages were outputted.
--
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=22530
Summary: CDBurnerXP 4.0.x with Mono exits when entering data
disc mode
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/4.x/cdbxp_setu
p_4.0.022.370.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=27618)
--> (http://bugs.winehq.org/attachment.cgi?id=27618)
Terminal output
Starting the program and clicking "Create Data CD/DVD" results in the program
exiting when using Mono (installed via winetricks mono26). Mono prints
"Unhandled Exception: System.NotImplementedException: COM/ActiveX support is
not implemented"...
(It also exits when trying to enter audio CD mode, but that looks like a
different exception.)
--
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=24273
Summary: Some objects in Source games are black
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.monreal+wine(a)gmail.com
Some objects in games based on Valve's Source engine are displayed all black:
- Half-Life 2: the airboat, the (drivable) car
- Left 4 Dead: weapons, pickup items and player models
Running on a GeForce 7950. I tried various graphics settings but they all lead
to the same black textures in both games.
--
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=25775
Summary: World of Warcraft: crashes several seconds after
logging in to a character.
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geekgymnast(a)gmail.com
Created an attachment (id=32847)
--> (http://bugs.winehq.org/attachment.cgi?id=32847)
log of console text for running world of warcraft
World of Warcraft successfully loads and allows me to log in. After selecting a
character on the character select screen, it successfully loads and enters the
game world for a few seconds before crashing. The sound continues to run even
after crashing.
--
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=22687
Summary: Bonzai3D crashes and wine freezes when project window
is moved
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://formz.com/products/bonzai3d/bonzai3dDownloadTri
al.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)lasventajas.com
Bonzai3D is a 3D drawing application.
Running Bonzai opens several application windows including menu palettes and
the main project window, which contains the 3D view of our drawing. If you left
click and grab the project window bar to move it then Bonzai encounters a
serious error and crashes. On my installation the OS also becomes unresponsive
to keyboard and mouse and I have to Alt F2, wineserver -k to get back my
desktop.
None of the other Bonzai windows produce this crash and all windows, including
the project window, can be resized.
--
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=26101
Summary: riched20/editor tests show a ton of valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33289)
--> (http://bugs.winehq.org/attachment.cgi?id=33289)
valgrind log
Most seem related to:
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (editor.h:30)
by ME_MakeStringB (string.c:35)
by ME_MakeStringN (string.c:46)
by ME_InsertTextFromCursor (caret.c:576)
by ME_HandleMessage (editor.c:3557)
by RichEditWndProc_common (editor.c:4491)
by RichEditWndProcA (editor.c:4516)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by test_scrollbar_visibility (editor.c:2752)
by func_editor (editor.c:7112)
by run_test (test.h:556)
by main (test.h:624)
there's also:
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (editor.h:30)
by ME_MakeStringB (string.c:35)
by ME_MakeStringN (string.c:46)
by ME_InsertTextFromCursor (caret.c:576)
by RTFFlushUnicodeOutputBuffer (reader.c:2558)
by RTFFlushOutputBuffer (reader.c:2603)
by ME_RTFParAttrHook (editor.c:826)
by ControlClass (reader.c:2364)
by RTFRouteToken (reader.c:342)
by RTFRead (reader.c:310)
by ME_StreamIn (editor.c:1488)
by ME_Paste (editor.c:1998)
by ME_KeyDown (editor.c:2305)
by ME_HandleMessage (editor.c:4020)
by RichEditWndProc_common (editor.c:4491)
by RichEditWndProcA (editor.c:4516)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
...
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by HeapAlloc (heap.c:267)
by GlobalAlloc (heap.c:386)
by set_dataobject_format (clipboard.c:2071)
by OleSetClipboard (clipboard.c:2134)
by ME_Copy (editor.c:2022)
by ME_KeyDown (editor.c:2317)
by ME_HandleMessage (editor.c:4020)
by RichEditWndProc_common (editor.c:4491)
by RichEditWndProcA (editor.c:4516)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by test_WM_PASTE (editor.c:4805)
by func_editor (editor.c:7131)
by run_test (test.h:556)
and more. I'll attach the full 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=13934
Summary: thief deadly shadows crashes immediately
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jlayton(a)poochiereds.net
Created an attachment (id=14073)
--> (http://bugs.winehq.org/attachment.cgi?id=14073)
log from crash
Thief: Deadly Shadows consistently crashes immediately for me when starting it.
Log from startup attached with WINEDEBUG set to +relay.
This is using a cracked copy of t3.exe, but I get similar results when I use
the copy-protected binary as well with the CD in the drive.
Happy to get any logs you wish from running it if they'll be helpful...
--
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=28823
Bug #: 28823
Summary: riched20/tests/editor.ok: TRACE() of uninitialized
value triggered by test_word_movement()?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Valgrind complains:
Conditional jump or move depends on uninitialised value(s)
at _itoa_word (_itoa.c:196)
by vfprintf (vfprintf.c:1619)
by vsprintf (iovsprintf.c:43)
by sprintf (sprintf.c:34)
by default_dbgstr_wn (debug.c:374)
by NTDLL_dbgstr_wn (debugtools.c:107)
by wine_dbgstr_wn (debug.c:421)
by debugstr_wn (debug.h:257)
by ME_WordBreakProc (string.c:183)
by ME_CallWordBreakProc (string.c:214)
by ME_MoveCursorWords (caret.c:741)
by ME_ArrowKey (caret.c:1579)
by ME_KeyDown (editor.c:2110)
by ME_HandleMessage (editor.c:4028)
by RichEditWndProc_common (editor.c:4499)
by RichEditWndProcA (editor.c:4524)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2211)
by send_message (message.c:3084)
by SendMessageA (message.c:3286)
by send_ctrl_key (editor.c:4665)
by test_word_movement (editor.c:5952)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1703)
by heap_alloc (editor.h:30)
by ME_MakeStringB (string.c:39)
by ME_MakeStringN (string.c:46)
by ME_InsertRunAtCursor (run.c:372)
by ME_InternalInsertTextFromCursor (caret.c:467)
by ME_InsertTextFromCursor (caret.c:541)
by ME_HandleMessage (editor.c:3565)
by RichEditWndProc_common (editor.c:4499)
by RichEditWndProcA (editor.c:4524)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2211)
by send_message (message.c:3084)
by SendMessageA (message.c:3286)
by test_word_movement (editor.c:5947)
--
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=26097
Summary: Mario Forever 5.0.1: fails to start
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.gamershell.com/download_69382.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Gives two error dialogs on startup:
Error
Cannot use control \\\"ControlName\\\" registered at
{8856F961-340A-11D0-A96B-00C04FD705A2} in this computer registry :
Unable to find any programming interface.
Terminal shows:
fixme:shdocvw:PersistStreamInit_InitNew (0x49e968)
fixme:shdocvw:ProvideClassInfo_GetClassInfo (0x49e968)->(0x33fbd4)
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x49e968)
fixme:shdocvw:OleObject_Close (0x49e968)->(1)
fixme:shdocvw:PersistStreamInit_InitNew (0x4a0600)
fixme:shdocvw:ProvideClassInfo_GetClassInfo (0x4a0600)->(0x33fc10)
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x4a0600)
fixme:shdocvw:OleObject_Close (0x4a0600)->(1)
so I tried 'winetricks -q ie7', which gives me the game splash screen.
Game is a free download.
--
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=12926
Summary: Installation of Microsoft Zune Software fails
Product: Wine
Version: unspecified
Platform: All
URL: http://www.zune.net/en-
us/products/zunesoftware/download.htm
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)brokencrystal.com
Download the software free here:
http://www.zune.net/en-us/products/zunesoftware/download.htm
The software crashes during install.
--
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=17261
Summary: CheckPoint SmartConsole R65 (FirewallManagement tool)
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andre.kjellstrup(a)gmail.com
SmartConsole, consists of SmartDashboard, SmartView Tracker SmartMonitor (+some
minor tools)
Most of it works well, but some functionality is reduced.
-This tool has a internal demo-database, that can easily be used for testing.
-I will provide the software to you on request.
SmartView Tracker; should be able to filter on any column (right-click on top
of column) But only on the leftmost column works as expected.
In order to filter the correct column I have to hide the other columns making
the filter column the left one.
SmartDashboard; when adding a network og node object, you see a list,
(scroll-list) it should be possible to type inside the list in order to make it
scroll to the wanted object, but instead, when typing, many objects are
selected, (as if shift were held down)
Fixing those two problems would make this application much more usable.
-please feel free to contact me if you need any software/information about this
application.
--
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=19258
Summary: BBC iPlayer Desktop fails to download Adobe AIR
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.bbc.co.uk/iplayer/install/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22299)
--> (http://bugs.winehq.org/attachment.cgi?id=22299)
Wine 1.1.25 +cryptasn +wintrust
The BBC iPlayer tries to download Adobe AIR through Flash.
http://www.bbc.co.uk/iplayer/install/
Flash appears to successfully download the file, but reports it unsuccessful.
Installing AIR beforehand makes no difference.
http://airdownload.adobe.com/air/win/download/1.5/AdobeAIRInstaller.exe
A similar problem was related to wintrust, but I can not say that this is the
problem.
Tried a +cryptasn,+wintrust trace, only +cryptasn gives any output (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=23328
Summary: Medal of Honor MOHAA and MOHPA: messed autorun
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
I´m using ubuntu lucid lynx with NVIDIA 9500 GT video card.
What happens is which the autorun image is show smaller than it is, it gains
some scroll bars, and also, none of the buttons work.
I will try to post some kind of log later
--
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=18943
Summary: Winedbg prints "illegal address" a lot during
backtraces of chromium unit test crashes
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: eric.pouech(a)orange.fr
In bug 15206, I mentioned that windbg output "illegal address" often during
backtraces of chromium unit tests when getting symbols from .pdb's, e.g.
Backtrace:
=>0 0x02e49c03 DebugUtil::BreakDebugger+0x3()
[c:\users\dank\documents\chromium\src\base\debug_util_win.cc:103] in chrome
(0x0148e17c)
1 0x01d280e8 SilentRuntimeAssertHandler+0x8(str=*** Invalid address
0x0148e18c ***
) [c:\users\dank\documents\chromium\src\chrome\common\logging_chrome.cc:41] in
chrome (0x0148e184)
2 0x02e1f1e6 logging::LogMessage::~LogMessage+0x2f6()
[c:\users\dank\documents\chromium\src\base\logging.cc:538] in chrome
(0x0148e2f0)
3 0x025135fa ExtensionMessageService::RendererShutdown+0xea(renderer=***
Invalid address 0x0148e410 ***
This seems wrong, and is fairly annoying.
--
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=24042
Summary: Heat Online won't start if using mono26 instead of
dotnet20
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://head-online.net
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[Probably a mono problem, but needs to be triaged by somebody who knows both
mono and wine before reporting to them?]
Do 'winetricks mono', then install and start the app.
(You can bypass the patcher after the first run by running Heat.bin instead of
Heat.exe.)
Press 'Start'. It crashes quickly; the log shows
...
** Message: Unknown heap type: {smartassembly}
** (heat.bin:8): WARNING **: The following assembly referenced from C:\Program
Files\HeatOnline\heat.bin could not be loaded:
Assembly: CRC_ReleaseNoDebug (assemblyref_index=0)
Version: 0.0.0.0
Public Key: (none)
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(C:\Program Files\HeatOnline\).
** (heat.bin:8): WARNING **: Could not load file or assembly
'CRC_ReleaseNoDebug, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or
one of its dependencies.
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'CRC_ReleaseNoDebug, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies.
File name: 'CRC_ReleaseNoDebug, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null'
--
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=23333
Summary: "Microsoft Math does not work.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leo_metal_20(a)hotmail.com
The scientific calculator "Microsoft Math does not work. Please a solution to
this.
--
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=16862
Summary: Sony Image Data Lightbox SR crashes and makes the whole
user session freeze
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julien(a)kirya.net
Created an attachment (id=18607)
--> (http://bugs.winehq.org/attachment.cgi?id=18607)
Image Data Lightbox SR crash backtrace
Hi,
When selecting a submenu in the Image Data Lightbox SR UI (eg. right click,
select one menu which has subentries), the application crashes (see attached
backtrace) and makes the whole user session freeze.
The process is stated as "defunct" (using ps) and can still be killed.
Cheers,
Julien
--
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=23590
Summary: Wine cannot start an application from a iso mounted
using gvfs (gnome archive mounter)
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: el.il(a)doom.co.il
Created an attachment (id=29486)
--> (http://bugs.winehq.org/attachment.cgi?id=29486)
backtrace of the crash
If you try to install a game from a iso file, you need to mount the iso. the
easy way is to use archive mounter, which also doesn't need root permissions.
for example, i tested it with BLUR (racing game) installation:
mount using archive mounter - run wine setup.exe - the application crash
instantly (attached backtrace)
but if you mount using mount isofile -o loop /mnt, run wine setup.exe - the
installer starts without any problem!
BLUR isn't the only app effected. try any app and see for yourself.
it is possible that this is a bug in gvfs and not in wine.
--
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=19340
Summary: Crash when starting monkey island
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart(a)sbo-dewindroos.nl
Created an attachment (id=22397)
--> (http://bugs.winehq.org/attachment.cgi?id=22397)
Console log
After starting up monkey island: the secret of monkey island, special edition
the game crashes with an unhandled exception
--
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=9444
Summary: Crystal Enterprise 8 (a flavor of Crystal Reports?)
install fails
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.crystaldecisions.net
OS/Version: other
Status: NEW
Keywords: Installer
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=7776)
--> (http://bugs.winehq.org/attachment.cgi?id=7776)
+file,+msi,+setupapi,+seh log of setup.exe
crystalenterprise 8 doesn't install on Wine; the installer
aborts after a minute. The first indication of failure
in a +msi,+setupapi log is the following line:
err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned 2
My untrained eye can't see the cause of the error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9638
Summary: fileant won't start
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://fileant.com
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://groups.google.com/group/bsdg/msg/0dddf606e5dab3a7
a user mentioned that he wanted the app FileAnt to work,
so I gave it a shot with wine-0.9.44-gcdc8d97.
It seems to be a VB6 app, so I did
winetricks vcrun6 vbrun60
before installing. This helped the installer complete
without warnings about missing vb runtime.
However, on startup, the app complains
FileAnt needs a Microsoft file. FileAnt will now open the url for this file.
+relay revealed the missing object was WSH:
0009:Call ole32.CLSIDFromProgID(00419b14
L"Scripting.FileSystemObject",0034f888) ret=660d965e
winetricks wsh51 got past that, but then the app crashed in the
app's window proc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9664
Summary: Missing icon during MS Office 2000 installation
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
Created an attachment (id=8078)
--> (http://bugs.winehq.org/attachment.cgi?id=8078)
Screenshot showing the missing icon
When installing MS Office 2000 with wine 0.9.45 there is a missing icon. I will
attach a screenshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9895
Summary: Alzip crashes: Invalid float operation
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.altools.net/portals/0/ALZip.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted garbage test results for this app into AppDB, and was
wondering how to get it working.
The installer crashes with a messageBox: Invalid float operation.
With native shdocvw (and shlwapi) the bug is gone (looks like shdocw still
needs a lot of work :( ).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25895
Summary: Civilization V Demo: doesn't play movies on startup
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://www.bigdownload.com/games/civilization-v/pc/civ
ilization-5-demo/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33001)
--> (http://bugs.winehq.org/attachment.cgi?id=33001)
terminal output
The demo doesn't seem to be affected by bug 24669, so I tried it. It still
requires Steam (grrr), but runs okay. On Windows, I get a few intro videos,
first the 'E for Everyone rating', 2k games, Firaxis Games, Gamespy, then two
tribesmen talking in a tent around a fire, some vikings on a ship, Egyptian
slaves building a pyramid, etc.
On wine, you just get a black screen until you hit escape or wait until the
menu appears.
To reproduce:
install the game
login to steam
run the game, choose DirectX9 mode.
watch :-)
Native quartz/devenum/wmp{9,10} did not help.
Terminal output attached.
wine-1.3.12-100-g09e2948
--
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=24399
Summary: CorelDRAW X3 Installer doesn't install language files
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: jbopen(a)gmail.com
CorelDRAW X3 Installer does not call the language files installation package
(EN.msi, for example). Inside the installation CD, there is a folder called
"CGS13" with all this installation files, including the language files. You
need to install this package (EN.msi, for example) to get the "Languages"
folder inside "C:\Program Files\Corel\CorelDRAW Graphics Suite 13\".
--
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=28123
Summary: Mu Argentina. Muguard crashes when it start
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileserve.com/file/pZXsQKS
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: warday27(a)hotmail.com
The system crashes when it tray tu open the main.exe file.
It seems that Muguard requires full access to hardware wich is impossible, due
security policies by linux kernel (what is very similar to Gameguard).
Unfortunately I have not be able tu proof it.
--
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=19820
Summary: window misplacement in Magic: The Gathering Online III
kicker
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardo_barbano(a)hotmail.com
Created an attachment (id=23220)
--> (http://bugs.winehq.org/attachment.cgi?id=23220)
kicker.exe in windows
there is a misplacement of some windows in the Kicker.exe of MTGO III. by the
log i think it is a user32 issue but i'm not good in this area to know where to
try fixing.
the screenshots of how it is and how it should be are in attachment and the
+relay and +win logs too.
--
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=18877
Summary: Ultimate Spider-Man installer does not display images
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shacklein(a)gmail.com
The Ultimate Spider-Man installer does not display images in the background
while it is installing.
Images are displayed when using native msi2 when win98 is set in winecfg.
--
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=27160
Summary: Winetricks: IE7 stack overflow
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-bugs(a)dotancohen.com
Created an attachment (id=34699)
--> (http://bugs.winehq.org/attachment.cgi?id=34699)
Console output of stack overflow
Kubuntu 11.04:
✈demios:~$ uname -a
Linux demios 2.6.38-8-generic-pae #42-Ubuntu SMP Mon Apr 11 05:17:09 UTC 2011
i686 athlon i386 GNU/Linux
✈demios:~$ wine --version
wine-1.2.2
✈demios:~$ winetricks --version
20110402
Steps to reproduce:
1) rm -R .wine/
2) winetricks ie7
3) wine 'C:\Program Files\Internet Explorer\iexplore'
4) Browse to 127.0.0.1 with no server running on port 80
--
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=22135
Summary: Civilization 4 blocks the screen
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
When running this game under Windows, you can press ALT+TAB and then you change
to the desktop to run other things and you can afterwards go back. When you try
on Linux when you press those keys the menu for the appsthat you have open
appears in the middle of the screen and you can go with ALT+TAB to another.
However when you realease ALT+TAB nothing happens and you remain in the Civ4
game.
--
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=27533
Summary: wine debug log not found when an app crash
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
i'm trying to run a private app with wine 1.3.22 on ubuntu natty i386.
While it begins to load, a new dialog box is opened named "wine debug" and a
popup warn: sorry wine have met a fatal error (or so). Then closing this popup,
all the usefull debug comments light up inside the debug dialog box.
The problems are:
- only the latest debug lines can be seen as it cant be scrolled back
- and worst, this seems completly lost as i cant find these info logged.
Seems to be a wine bug: it should automatically drive its logs by default.
--
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=19304
Summary: Australian eTax 2009 will not pass roll-over function
step
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: which_dan(a)yahoo.com.au
Wine 1.1.25 is able to start the 2009 version (sp. 2009.1.0.623 22 June 2009
release) of the Australian Tax Office eTax software, but will not respond to
clicks on either the "Yes" or "No" buttons on the roll-over function page.
I cannot add any more information than this at this stage, but if given
instructions will respond to questions.
--
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=16092
Summary: StickyDrive app crashes on startup
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://mmiline.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(From mmiline.com's main page, click on StickyDrive and then "Learn More",
then under Red Sox demo, click "Download Now". This points to
http://www2.stickyinc.com/download/getDownload.php?idTag=BOSTN-1668&action=…
which downloads the installer in question,
InstallStickyDrive-BOSTN-1668.exe.)
Insert a blank USB key, run the installer, and get past bug 16091
by clicking "Show all drives"; then pick the USB drive and let
the installer install the demo on the USB key.
Then try running "Launch stickydrive.exe". It first complains
err:module:import_dll Library MSVBVM60.DLL ... not found
so do "winetricks vbrun60". It then complains
err:ole:CoGetClassObject no class object {00000507-0000-0010-8000-00aa006d2ea4}
could be created for context 0x5
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7ee349d0 (thread
0023), starting debugger...
To get past that, do "winetricks mdac27".
It then complains
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10}
could be created for context 0x1
but that's probably innocuous (it's a visual studio debugging dll, and
is probably optional) and crashes with
First chance exception: page fault on read access to 0x02b67318 in 32-bit code
(0x003bfc5a).
and a dialog box.
This app, Stickydrive, is used on some schwag usb keys,
e.g. it's used on a USB key we got in our copy of Daily Variety (!)
advertising Burn Notice. Happily, users who know what they're
doing can usually navigate down into __stickydrive/content and
find the real content there. But the stickydrive app really
ought to work, even though it's, um, not the kind of app I'd write myself.
--
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=13674
Summary: ArchLord updater fails to work
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://www.archlordgame.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)startwars.org
Created an attachment (id=13670)
--> (http://bugs.winehq.org/attachment.cgi?id=13670)
debug output
ArchLord is a MMORPG available as a free download from www.archlordgame.com
When starting the updater software for archlord, the update process hangs at
"Connecting ..."
Attached is debug output from wine
This entry in appdb suggested me to open a bug report with the debug output:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9037
--
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=26921
Summary: Unity3D - 3D Context in Game Panel dissapears
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)jarradhope.com
When running Unity 3D the application, for the most part works great, installs
perfectly and runs perfectly, you can even edit and work on your projects.
On startup both the scene panel AND the game panel have a 3d context.
However when you press the play button, the 3d context in the game panel
dissapears and Unity responds with the error
width <= 0 || height <= 0
UnityEditor.DockArea:OnGUI()
I have also tried removing the scene panel to see if that makes a difference,
it does not.
Please find attached my log 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=24057
Summary: Thief: the dark project hangs on 'esc' or 'm' keypress
in game
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: AndreyMust19(a)mail.ru
Created an attachment (id=30234)
--> (http://bugs.winehq.org/attachment.cgi?id=30234)
error output in terminal
If in game press 'Esc' (main menu) or 'm' (see map), menu and map not shown,
game is hangs, until press 'Esc' or 'm' again, that return to game.
In the main menu music is playing, but when moving the mouse not play sound
'select item'.
Because of this it is impossible to leave the game and loading or saving.
--
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=23931
Summary: City Bus Simulator 2010
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://www.citybussimulator.com/index.php?id=265&L=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magnus(a)modig.no
The main setup.exe file is excecuted, but when you press the "English Version",
the "German installer" or the respective excecutable files, nothing happends at
all. The program seems to start, but then it just closes.
--
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=15124
Summary: half life 2 after loading blank screen but sound
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rtb(a)gmx.ch
Created an attachment (id=15828)
--> (http://bugs.winehq.org/attachment.cgi?id=15828)
stdout and stderr
after the blurry loading screen:
first black screen (few seconds),
then yellow screen but i can hear the "combine" talking and the sound when
rollover a menu item.
i had no problems / errors while installing
i have a GeForce FX 5200
kubuntu 8.04
X-AppInstall-Package=nvidia-glx-new
X-AppInstall-Popcon=32678
--
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=26295
Summary: Play Silent Hunter 5
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: caglaryeniyigit(a)hotmail.com
Created an attachment (id=33523)
--> (http://bugs.winehq.org/attachment.cgi?id=33523)
Silent Hunter error
Hi
I'm using os Mandriva 2010 powerpack.
The Silent Hunter 5 is simulation of a submarine game. Installation normally
completed but the game turned in the picture I get the error.
--
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=28138
Summary: iexplore fails to start
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnsankey(a)ncf.ca
Created an attachment (id=36050)
--> (http://bugs.winehq.org/attachment.cgi?id=36050)
terminal output
see attachment
--
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=18280
Summary: Illustrator fails on startup
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicklas(a)ws.se
Created an attachment (id=20813)
--> (http://bugs.winehq.org/attachment.cgi?id=20813)
Adobe Illustrator fails to run in 1.1.17
When running illustrator in either 1.1.17 or 1.1.20 this error occurs.
--
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=28673
Bug #: 28673
Summary: Litemanager Viewer bugs
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: den.aria(a)gmail.com
Classification: Unclassified
Hello!
I developer program Litemanager - remote control software.
http://litemanager.com/soft/litemanagerfree_4.2.1_en.zip,
I have several bugs i describe it's in your forum
http://forum.winehq.org/viewtopic.php?p=67879#67879
I use Ubuntu 10.10, and i have update Wine to 1.3.29. Use Delphi 2010.
1. Bug with in registry key HKLM\\SOFTWARE\\Microsoft\\Windows
NT\\CurrentVersion\
"InstallDate"
I fix it in my program modify my programm
2. Bud with XML file, where i save the settings of my program, I debug Viewer
and found, that the settings is don't saving on the disk in the file,
The root to the file in Ubuntu "C:\users\Public\Application
Data\connections_3.4.xml" - file is Ok, but i can't found it in system folders
of Ubuntu, but program is work correctly with him. I think it's virtual wine
file system.
I testing pogram and found error
TXMLDocument.SaveToFile(AFile); // ERROR - Some time functions saved a clear
empty file without data
I dont know is it bug of Wine or my program, but on the windows i don't have
this bug.
I change program to save XML as StringList
TXMLDocument.SaveToXML(string1);
TStringList.Add(string1);
TStringList.SaveToFile(AFile, TEncoding.Unicode);
It's working. I fix it.
3. Some littel bug with interface drawing, with TListView. It's not important
to me.
4. My main bug!!!
I have a problem with functions in Authorization process
CryptEncrypt
CryptDecrypt
http://msdn.microsoft.com/en-us/library/aa379924(v=VS.85).aspx
i use secret key
dwProvType := PROV_RSA_AES;
dwAlgID := CALG_AES_256;
dwSessionKeySize := 256;
Very intresting that when encryptions data with size < 16 i don't have error,
but if data size is >16 i will get error!
If i use both of these functions in Windows or in Wine Ubuntu it's working
without error.
But if I Encrypt in Ubuntu and try Decrypt in Windows, CryptDecrypt get result
error NTE_BAD_DATA.
Can you test it ? Can you help me?
I try to fix it but unfortunaly...
--
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=14083
Summary: Application Takes Over 5 min to Open after initial use
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bobgoodman(a)mindspring.com
I've installed Logbook Pro (pilot flight log program) in Wine 1.0 on a Ubuntu
8.04 PC. After the initial use, subsequent launches of the application requires
5-10 minutes for the application to open. This issue was duplicated by a WineHQ
forum moderator who recommended opening this bug report. The complete details
of the setup, including Term outputs, can be found at
http://forum.winehq.org/viewtopic.php?t=1414&sid=9d79596120e384ef5138a5e4a0…
--
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.