http://bugs.winehq.org/show_bug.cgi?id=19865
Summary: The City of Heroes installer hang after showing the
splash screen
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark.wagner17(a)gte.net
When running the City of Heroes installer, the program displays the splash
screen and appears to hang: "top" shows no activity, and nothing happens if you
let it sit.
The console shows the following:
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
--
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=20791
Summary: Folders missing on smb shares on OS X when folders >
119
Product: Wine
Version: 1.1.33
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: domiman(a)gmail.com
Hi,
On OS X I mount my NAS share via the Finder menu "Go to -> Connect to server".
This way my share will be in /Volumes/share.
In Wine the root of my OS X is mounted as z:\, so the NAS share will be on
Z:\Volumes\Share.
The problem is that when a folder in my share has over 119 subfolders, two
folders will always be invisible to winefile or the file open dialog of other
apps, for example notepad.
That is true as long as I'm browsing Z:\Volumes\Share.
When I'm browsing /Volumes/Share it will show all folders.
Unfortunately applications like Total Commander cannot browse /
I was able to reproduce this again and again with my NAS when connecting to it
via smb, when connecting via afp, all folders will be shown.
Steps to reproduce,
- connect the system to server via smb
- in folder make 119 sub folders
- make one more subfolder
- now when you browse with winefile z:\Volumes\yourshare\folder\ you will see
only 118 sub folders
- when you browse with winfile /Volumes\yourshare\folder\ you will see all 120
sub folders
Just keep in mind that this was found on OS X, it might be different on other
systems.
--
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=21365
Summary: Rounding error in database app?
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://forum.winehq.org/viewtopic.php?t=7333
describes a rounding error:
I've got a "straightforward" database querying problem with a Visual Basic 6
application that happens on Debian (+WINE), but not on Windows XP.
SETUP:
* COMPUTER "FREE" with:
--- DEBIAN Lenny (Lang: Spanish)
--- unixODBC + FreeTDS for ODBC conectivity to remote MSSQL2000 (tested,
working)
--- WINE 1.1.33
--- MDAC 2.8 (for channelling the ODBC connection through to unixODBC)
* COMPUTER "M$" with:
--- Windows XP (Lang: Spanish)
--- MSSQL Server 2000
--- MDAC 2.8
PROBLEM:
I create an ODBC connection to MSSQL2000 on VB6, and query a field (Numeric
9,2) into an ADODB.Recordset.
On Windows, the program returns the complete field numeric value (2.44), but on
Debian it rounds the number (2.00).
On Debian, channelling the Query through isql properly returns 2.44, so it's
most likely a WINE or VB6+WINE issue.
LITTLE VB6 TEST PROGRAM CODE (returns 2.44 on Windows XP, but 2.00 on Debian):
Code:
Private oConn As ADODB.Connection
Private Sub Command1_Click()
Dim oRS As ADODB.Recordset
Set oConn = New ADODB.Connection
oConn.Open "DSN=myODBCDSN; UID=username; PWD=password;"
Set oRS = New ADODB.Recordset
oRS.Open "SELECT Price FROM GOODS WHERE idGoods = 10", oConn, adOpenDynamic
MsgBox oRS("Price")
oConn.Close
Set oRS = Nothing
Set oConn = Nothing
End Sub
The line oRS("Price") is where the problem is.
...
I noticed oleaut32.dll is distributed with VB6 Runtime Libraries, which I had
previously installed. I reinstalled them via Winetricks both set as Builtin and
native and there was no change unfortunately.
I also fiddled with all Library Native/Builtin settings to see if anything
changed, but the problem remains.
...
In WINE 1.1.35, native OLE DB support was added. Since I could not find a
solution using ODBC, I switched to a OLE DB DSN-Less connection taking
advantage of this brand new feature and tried again. It worked!
I could not find why ODBC gave me this problem, and now I can remain happily
ignorant [hopefully].
--
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=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=30346
Bug #: 30346
Summary: Steinberg The Grand 2: Crashes when starting
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juanu(a)juanu.com.ar
Classification: Unclassified
Created attachment 39667
--> http://bugs.winehq.org/attachment.cgi?id=39667
Steinberg The Grand 2 Error Details
Installation is fine.
Crashes when the application starts.
Expected Result: Informa that the Content Library must be located.
Actual Result: Error.
Error details 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=31003
Bug #: 31003
Summary: CosmicBreak installer aborts quickly on WinVerifyTrust
failure
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wintrust
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
http://forum.winehq.org/viewtopic.php?p=77275
says running the installer from http://www.cosmicbreak.com/download/index.html
( 07fdff5746ef5dc09e2f3592a73d64021b59d615 CosmicBreakSetup_eng.exe )
failed, and the log shows
fixme:wintrust:SoftpubAuthenticode unimplemented for UI choice 4
I can reproduce that here. +wintrust shows that WinVerifyTrust is failing
right before the abort. Hacking WinVerifyTrust to lie lets the installer
continue.
--
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=31529
Bug #: 31529
Summary: Delta Force Black Hawk Down Critical Crash
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danulo124(a)mail.ru
Classification: Unclassified
Critical 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=31558
Bug #: 31558
Summary: BMC Remedy 7.5 Links do not respond on incident tab
Product: Wine
Version: unspecified
Platform: x86
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georgezpreston(a)gmail.com
Classification: Unclassified
Created attachment 41503
--> http://bugs.winehq.org/attachment.cgi?id=41503
the only log file i could find after running BMC remedy
Running Ubuntu 12.04 TLS Wine 1.4 PlayOnLinux 4.1.7
Using PlayOnLinux I have installed the BMC Remedy 7.5 tool, it installed with
one error, "can't run remove tool'.
The application starts you can logon, it is somewhat slow, you click the
Incident console management link, you get several errors that pop up "No such
field id". Once you clear those errors you are at the Incident Management
screen. On the left side at the bottom you have a link Functions
Console which should open another menu, it dose'nt, you have the same issues
with the change management screen
--
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=31588
Bug #: 31588
Summary: Age of empires II doesn't detect disk
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pelloth.hs(a)gmail.com
Classification: Unclassified
After I installed age of Empires II on Mac OS 10 with 1.4.1, the game doesn't
detect the disk ad asks me to reinsert it and restart 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=31632
Bug #: 31632
Summary: Problem with .dll and Festige
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seagull29(a)free.fr
Classification: Unclassified
I have installed Virtual Bassist from Steinberg and when I launch the .dll
whith Festige, I have a message error and the application doesn't run. Can you
help me and eventually give me a solution. I need this program for my job, I'm
musician and it's easier for me to make first shots of my client's music. I use
also Windows XP on another computer and this program (Virtual Bassist) works
without problems with.
Regards
--
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=31712
Bug #: 31712
Summary: Kerbal Space Program (Unity game) freezes randomly
with no errors in console
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathon.vogel(a)gmail.com
Classification: Unclassified
Launching the Unity game Kerbal Space Program (http://kerbalspaceprogram.com/)
version 0.16 works fine and the FPS is very good, however after about a minute
the game completely freezes. The window stops repainting, stops recieving
input, and has to be killed with ctrl+c in the terminal I launched it from.
There were no errors in the wine output (besides fixme:d3d:resource_check_usage
Unhandled usage flags 0x8., but this is spammed constantly if the game runs or
not), and no errors in the ingame console or in files created by the game.
Reverting to Wine 1.5.9 fixed the issue, but I get much lower FPS.
--
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=31727
Bug #: 31727
Summary: Stockmarket program Market Master gives error
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miciyah(a)gmail.com
Classification: Unclassified
Created attachment 41722
--> http://bugs.winehq.org/attachment.cgi?id=41722
Error backtrace
Stockmarket program Market Master [MM2] gives error described in backtrace.txt
and bombs out.
This is the last program of windows I URGENTLY need to work in Linux
--
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=31743
Bug #: 31743
Summary: Endless Space: crash during exchange of technology
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jitsumi(a)gmail.com
Classification: Unclassified
Created attachment 41740
--> http://bugs.winehq.org/attachment.cgi?id=41740
backtrace of the crash
The gale crash during a exchange of technology. It does not happen every time,
but for this save game, it is every time. So, i can repeat the bug if you need
trace or debbug.
I attached a backtrace + a trace with the channel relay. (From this trace i
think it's the InterlockedExchange in the kernel32 module that throw the
exception, but I don't think it this function the problem).
I do not know very well how to go back to the problem with the backtrace, but
if someone guides me, i will be happy to 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=31763
Bug #: 31763
Summary: Rebirth-338 installation fails with winevdm.exe
problem
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Sven_Andriske(a)gmx.net
Classification: Unclassified
Created attachment 41787
--> http://bugs.winehq.org/attachment.cgi?id=41787
backtrace of installation errror RB-338
Rebirth-338 installation aborts with winevdm.exe encountering a serious problem
and need to close. The app was last tested successfully with WINE 1.3.32 from
official repo on Ubuntu 11.04 x86_64 and justed tested, also works fine with
the same WINE version (via PlayOnLinux) on Ubuntu 12.04 x86_64.
--
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=31793
Bug #: 31793
Summary: LEGO Star Wars III The Clone Wars crashes during
opening sequence
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jayands2k11(a)me.com
Classification: Unclassified
Created attachment 41817
--> http://bugs.winehq.org/attachment.cgi?id=41817
the initial backtrace
Hi, I'm trying to set up LEGO Star Wars III on my friend's computer, and the
only other "fix" mentioned was due to an invalid config of wine; the person
couldn't start winecfg or anything. I set some of the useful registry keys (he
has an Intel HD graphics card with 512 MB of RAM), but it still crashes at the
LucasArts logo displaying with the error "Unhandled exception: assertion failed
in 32-bit code". The wine works to the point that I can run all the default
programs, and LSW3 is the only program installed in it. He's running i386
Ubuntu 12.04 LTS, and has wine 1.4-0ubuntu4.1 installed, as well as all related
packages. LSW3 installed just fine. I'm out of ideas, myself, so attached is
the backtrace.txt, thank you for your time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31847
Bug #: 31847
Summary: Adobe Flash Player installer for Firefox doesn'
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bevis4au(a)yahoo.com
Classification: Unclassified
My OS is Zorin 6 and I just recently downloaded Mozilla Firefox (10 I think)
and while I was on Facebook trying to upload pics it said I needed the
adobe-flash plug-in. So as I was downloading it and all of the sudden it said
"an error has occured and the program has to shut down. I tried again...Same
results!!! I really like Zorin, this being my 1st time using a Linux OS as my
main OS...But ever since I've had it I seem to have more problems!!! anything
from trying to open and be able to run software that I have D/L, (Internet
Explorer, UTorrent, seems like you have to go through SO MANY steps just to run
the file after you D/L it. Other than that I really like it!! IF there are
any tips, software I can d/l that will make it much easier to open and be able
to run a file after d/l it please e-mail me. 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=31852
Bug #: 31852
Summary: Nuance PDF Converter Professional 7 installation
crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davidghall65(a)gmail.com
Classification: Unclassified
Created attachment 41911
--> http://bugs.winehq.org/attachment.cgi?id=41911
Error report from installation attempt
Crossover app database states Microsoft C++ 2008 redistributable version is a
dependency app. I installed Service Pack 1 with no problems. Installation of
PDF Converter Pro still filed
--
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=31857
Bug #: 31857
Summary: List view errors with TextPad 6.1.3
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zelotech(a)yahoo.de
Classification: Unclassified
When using Textpad you get a lot of error noise concerning
err:listview:LISTVIEW_WindowProc unknown msg 0496 wp=00000000 lp=0033f630
err:listview:LISTVIEW_WindowProc unknown msg 2a48 wp=00000000 lp=00000000
--
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=33025
Bug #: 33025
Summary: VMware Vsphere Client 4.0 not installing
Product: WineHQ.org
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mdshah.ismail4(a)gmail.com
Classification: Unclassified
Hello,
i am using Ubuntu-11.10, int that i installed Wine.
i want to use VMware Vsphere client 4.0 in that so can't able to install it.
what can i do for it any suggestion from your side. Please help me in this
case.
Thankyou.
--
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=33229
Bug #: 33229
Summary: wine mono installer crashes with wine-1.5.6 under
openSUSE 12.2 x86_64
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lambrake(a)yahoo.com
Classification: Unclassified
Created attachment 43953
--> http://bugs.winehq.org/attachment.cgi?id=43953
wine dump
mono installer crashes
--
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=33238
Bug #: 33238
Summary: Dota 2 + Intel HD: Texture rendering issues
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)bharr.is
Classification: Unclassified
Created attachment 43960
--> http://bugs.winehq.org/attachment.cgi?id=43960
Console log
As seen in attachment (top right - http://i.imgur.com/HVq2SNP.jpg), character
textures only render when in front of other models - invisible otherwise. As
this only happens with an Intel HD gfx (based on
http://appdb.winehq.org/objectManager.php?sClass=version&iId=24458), maybe this
is a driver issue?
I'm using Ubuntu 12.10
Tried with Wine versions 1.5.25 (Ubuntu ppa package) and 1.5.26 (built from
git). Kernel versions 3.7, 3.8 and 3.9 (from the intel driver git branches). X
drivers from xorg-edgers.
I've tried AlwaysOffscreen, StrictDrawOrdering and UseGLSL. And I've played
with all the options in driconf.
The only interesting things in the log are
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d_surface:surface_load_location Unimplemented copy from SFLAG_INSYSMEM
to SFLAG_INTEXTURE for depth/stencil buffers.
err:d3d_surface:surface_modify_location Surface 0xfe60e58 does not have any up
to date location.
--
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=34457
Bug #: 34457
Summary: proteus 8 professional: not run
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bullfaiter(a)gmail.com
Classification: Unclassified
Proteus does not run when I give double click
--
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=35239
Bug ID: 35239
Summary: Add support for NWLink IPX/SPX
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
CC: fgouget(a)codeweavers.com
Classification: Unclassified
Some older games require IPX to work (usually through DirectPLay), to improve a
few tests it would be interesting to have IPX support in the VMs.
--
Do not reply 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=30545
Bug #: 30545
Summary: Text not readable in Sims
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hendrik.knackstedt(a)t-online.de
Classification: Unclassified
Created attachment 39957
--> http://bugs.winehq.org/attachment.cgi?id=39957
Screenshot
I'm trying to run The Sims 3 on a laptop with a NVIDIA GeForce 9300M GS under
Ubuntu Precise 12.04 with Nouveau open source driver. Launcher and game start
without any problems. However, at the loading screen there is no text at all
and after loading is completed displayed text is unreadable (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=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=35619
Bug ID: 35619
Summary: Toad 7: Throws exception messages when connecting to a
DB and becomes unusable
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: swdevelop1981(a)gmail.com
Classification: Unclassified
Created attachment 47568
--> http://bugs.winehq.org/attachment.cgi?id=47568
wine terminal output
The application throws never ending exceptions when connecting to a DB and the
application is unusable.
Screenshots and terminal output attached.
Run Toad:
WINEPREFIX=~/.wine32 WINEARCH='\''win32'\'' wine ~/.wine32/drive_c/Program\
Files/Quest\ Software/Toad\ for\ MySQL\ Freeware\ 7.0/toad.exe
Download from:
http://www.quest.com/toad-for-mysql/
Install instructions:
1. Install latest winetricks (version at least 20140123)
On OSX: brew install winetricks --HEAD
2. Run: export WINEPREFIX="$HOME/.wine32"; export WINEARCH='win32'; winecfg
3. Install DotNet 4.0: winetricks dotnet40
4. wine Quest_Toad-for-MySQL-Freeware_70.exe
--
Do not reply 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.