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.
https://bugs.winehq.org/show_bug.cgi?id=37328
Bug ID: 37328
Summary: unable to compile on Solaris 12
Product: Wine
Version: 1.1.27
Hardware: x86
OS: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: randy.crihfield(a)oracle.com
system:
clean Solaris 12 box, compiled August 25 2014, AMD64
8 GB memory, 8 core 4.2GHz CPU
download and compiled wine-1.1.27, got it from source forge.
before compiling
setenv LD_ALTEXEC /usr/sfw/bin/gld
PROBLEM 1 exact same error as mentioned in bug
https://bugs.winehq.org/show_bug.cgi?id=18586
"The file tools/winegcc/winegcc.c contains line
create_file( mapfile, 0644, "text = A%s;\ndata = A%s;\n", align, align );"
so I edited tools/winegcc/winegcc.c and commented out block
// case PLATFORM_SOLARIS:
// {
// char *mapfile = get_temp_file( output_name, ".map" );
// const char *align = opts->section_align ? opts->section_align :
"0x1000";
//
// create_file( mapfile, 0644, "text = A%s;\ndata = A%s;\n", align,
align );
// strarray_add(link_args, strmake("-Wl,-M,%s", mapfile));
// strarray_add(tmp_files, mapfile);
// }
// break;
and then it worked further. But now I am stuck here:
PROBLEM 2
version=`(GIT_DIR=../../.git git describe HEAD 2>/dev/null || echo
"wine-1.1.27") | sed -n -e '$s/\(.*\)/const char wine_build[] = "\1";/p'` &&
(echo $version | cmp -s - version.c) || echo $version >version.c || (rm -f
version.c && exit 1)
`libdinput.def.a' is up to date.
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o ifenum.o ifenum.c
ifenum.c: In function ‘getInterfacePhysicalByName’:
ifenum.c:322:18: error: ‘struct ifreq’ has no member named ‘ifr_hwaddr’
ifenum.c:367:21: error: ‘struct ifreq’ has no member named ‘ifr_hwaddr’
ifenum.c:367:21: error: ‘struct ifreq’ has no member named ‘ifr_hwaddr’
ifenum.c:376:27: error: ‘struct ifreq’ has no member named ‘ifr_hwaddr’
*** Error code 1
make: Fatal error: Command failed for target `ifenum.o'
Current working directory /home/jacey/Downloads/Wine/wine-1.1.27/dlls/iphlpapi
*** Error code 1
The following command caused the error:
cd iphlpapi && make
make: Fatal error: Command failed for target `iphlpapi'
Current working directory /home/jacey/Downloads/Wine/wine-1.1.27/dlls
*** Error code 1
The following command caused the error:
cd dlls && make
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37320
Bug ID: 37320
Summary: unimplemented function
jsproxy.dll.internetInitializeExAutoProxyDll
Product: Wine
Version: 1.7.27
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Marcel(a)Mundlhome.de
Created attachment 49632
--> https://bugs.winehq.org/attachment.cgi?id=49632
wine log from the game League of Legends(where the problem occured)
Whenever I try to login to the game it contacts the server and I get the
LolClient.exe-had-to-be-terminated-window and the console displays the
following line:
wine: Call from 0x7b838efc to unimplemented function
jsproxy.dll.InternetInitializeExAutoProxyDll, aborting
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37286
Bug ID: 37286
Summary: Non-Steam Skyrim (1.9.32.0.8) crashes on load
Product: Wine
Version: 1.7.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seann.giffin(a)gmail.com
Created attachment 49590
--> https://bugs.winehq.org/attachment.cgi?id=49590
Backtrace from running Skyrim
Skyrim crashes on load. Happens after I updated wine to
wine-1.7.24-35-g622191f.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37278
Bug ID: 37278
Summary: From version wine 1.7.25 cyrillic symbols stops
displaying in courier new font.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
>From version wine 1.7.25 cyrillic symbols stops displaying in courier new font.
Demonstration:
https://drive.google.com/file/d/0B0nwzlfiB4aQZFlqaEctMUpac3c/edit?usp=shari…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37269
Bug ID: 37269
Summary: Nancy Drew: Warnings at Wavely Academy lag
Product: Wine
Version: 1.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildalev(a)gmail.com
Created attachment 49562
--> https://bugs.winehq.org/attachment.cgi?id=49562
console output
Whan playing Nancy Drew: Warnings at Waverly Academy, the game freezes
constanly when moving around for a couple of seconds. Affects most of
locations, but not all of them. It is getting worse with time.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37264
Bug ID: 37264
Summary: Photoshop CS2 problems in Wine 1.7.26
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eva_bockova(a)yahoo.co.uk
Photoshop CS2 problems in Wine 1.7.26 (same as 1.6.2)
Except for the last issue, all worked in Wine 1.5
- auto levels and auto colour doesn't show, have to go back and forth in
history to see effect
- text tool doesn't work (Could not complete request because of a program
error)
- nudge outline also only visible when going back and forth in history
- photo disappears after Photoshop window is minimised, PS has to be closed
down and started again
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37257
Bug ID: 37257
Summary: Client and server of different architectures can be
mixed up
Product: Wine
Version: 1.7.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
I have posted this issue a short while ago on the forum:
https://forum.winehq.org/viewtopic.php?f=8&t=23341
As this example shows it is possible to mix up a server and a client with
different architectures. If this should be intended it would be maybe good to
show a notice on the terminal as such a constellation is suspicious and could
lead to potential problems.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37247
Bug ID: 37247
Summary: http://www.freemake.com/free_video_converter/
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: driuli(a)gmail.com
WHen I try to install it says that is already running so I can't install it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37242
Bug ID: 37242
Summary: Anarchy Online doesn't start the main program
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Created attachment 49518
--> https://bugs.winehq.org/attachment.cgi?id=49518
Anarchy Online Console Output - wine 1.7.25
Hello everyone,
I tried to get "Anarchy Online" to run. Unfortunately it's no longer possible
to play the game. Patching to the latest version works but when I click "Play"
the screen goes black and after a few seconds it goes back to the workspace. I
tried launching it from the console "AnarchyOnline.exe" and would like to
submit my console output (see attachment).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37238
Bug ID: 37238
Summary: When opening certain applications in fullscreen, the
screen spazzes between white, black, desktop, and the
application
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrewsuicune(a)gmail.com
When opening certain games in Fullscreen mode, the screen spazzes between
black, white, the desktop, and the game screen before settling on the game
screen.
This has occurred on Touhou 14.3 and Touhou 14 (both tested), and likely
affects all danmaku shooting Touhou games from 10 through 14.3 since they use
similar if not identical processes (unconfirmed).
Bug Report filed on request by Ken Thomases.
[reply] [−] Comment 32 Andrew Fan 2014-09-07 15:36:48 CDT
err:display:macdrv_ChangeDisplaySettingsEx No matching mode found 1920x1200x32
@0!
^This is what I am getting during the fullscreen spaz. I hope it helps.
[reply] [−] Comment 33 Ken Thomases 2014-09-07 17:27:22 CDT
No, that's a different issue. Please file a new bug report for that.
I will be linking a video of the issue in action.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37234
Bug ID: 37234
Summary: Plantage Kise
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: on3pcb(a)gmail.com
Created attachment 49507
--> https://bugs.winehq.org/attachment.cgi?id=49507
Impossible lancer soft KIES logiciel pour Samsung
Impossible lancer porgramme KIES pour SmartPhone Samsung
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37233
Bug ID: 37233
Summary: Watch The Fault in Our Stars Online free putlocker
Movie
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
Assignee: wine-bugs(a)winehq.org
Reporter: srobert13(a)outlook.com
Watch The Fault in Our Stars Online on viooz, megashare, putlocker on viooz,
megashare, putlocker. Watch The Fault in Our Stars Online on viooz, megashare,
putlocker Free on viooz, megashare, putlocker. Watch The Fault in Our Stars
MOvie Online on viooz, megashare, putlocker on viooz, megashare, putlocker.
Watch The Fault in Our Stars MOvie Online on viooz, megashare, putlocker Free
on viooz, megashare, putlocker. Watch The Fault in Our Stars on viooz,
megashare, putlocker.
Watch movie here >>>
http://www.putlockermovies.in/watch-the-fault-in-our-stars-online/
Watch movie here >>>
http://www.putlockermovies.in/watch-the-fault-in-our-stars-online/
download The Fault in Our Stars full movie
A giant radioactive monster called The Fault in Our Stars appears to wreak
destruction on mankind.
Watch The Entire The Fault in Our Stars Film
The Film The Fault in Our Stars Online on viooz, megashare, putlocker Watch The
The Fault in Our Stars Movie
The Fault in Our Stars Full Movie HD The Fault in Our Stars Movie The Fault in
Our Stars Online on viooz, megashare, putlocker The Fault in Our Stars Full
Movie Streaming The Fault in Our Stars Online on viooz, megashare, putlocker
The Fault in Our Stars Full Movie Streaming Online on viooz, megashare,
putlocker The Fault in Our Stars Full Movie Streaming Online on viooz,
megashare, putlocker
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Full Movie
Download The Fault in Our Stars
The Film The Fault in Our Stars Online on viooz, megashare, putlocker Watch The
The Fault in Our Stars Movie
Watch legal divx The Fault in Our Stars movie
Watch The Fault in Our Stars Online on viooz, megashare, putlocker
The Fault in Our Stars Soundtrack Watch
Watch The Fault in Our Stars Online on viooz, megashare, putlocker
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Free –
Crackle
The Fault in Our Stars movie with good quality
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Megashare
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Youtube
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Vioz
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Putlocker
Watch The Fault in Our Stars Online on viooz, megashare, putlocker instanmovie
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Dailymotion
Watch The Fault in Our Stars Online on viooz, megashare, putlocker IMDB
Watch The Fault in Our Stars Online on viooz, megashare, putlocker
MOJOboxoffice
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Streaming
Watch The Fault in Our Stars Online on viooz, megashare, putlocker HD 1080p
Watch The Fault in Our Stars Online on viooz, megashare, putlocker HDQ
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Megavideo
Watch The Fault in Our Stars Online on viooz, megashare, putlocker Tube
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37229
Bug ID: 37229
Summary: Webex installer won't install
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
$ rpm -qa wine
wine-1.6.1-1.el6.i686
Hi All,
When trying to install the Webex wrf player, the command line fills with "err"
and "fixme".
https://welcome.webex.com/client/wbxclient/atrecply.msi
Would yo please fix this?
Many thanks,
-T
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37222
Bug ID: 37222
Summary: Office 2010 no longer installs usably.
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emm.charpentier(a)free.fr
Created attachment 49494
--> https://bugs.winehq.org/attachment.cgi?id=49494
Backtrace after a first failed run of WinWord 2010
This does not happens with Ubuntu packages of Wine 1.6.2, but happens with
recent versions of the Debian (jessie) packaged version of wine (a Debian bug
report is underway).
The installation runs normally. When starting Winword for the first time, it
aks for name and initial, then displays a "configuration" progress bar, then
asks for a reboot.
If one clicks on yes, thge rebooot fails and gives an error message. When
asking for details, one gets the enclosed backtrace.
If one refuses to reboot, the normal Winword appears, but cannot be activated.
In short, the result is an unusable MS Office.
This seems to be a recent regression : an nstallation worked fine in february,
IIRC. But the Debian package is more recent than that. It might also be
Debian-specific.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37211
Bug ID: 37211
Summary: Construct 2 r178 will not load.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 214a223f(a)opayq.com
Created attachment 49466
--> https://bugs.winehq.org/attachment.cgi?id=49466
Error that I get when trying to run Construct 2 r178
I get an error indicating that it couldn't load.
I request error description, but Wine doesn't return anything.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37168
Bug ID: 37168
Summary: StarCraft II dropdown menu items cannot be selected.
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob(a)igo.name
In wine 1.7.25 as well as 1.6.2, using either the nVidia 343 driver or the
Intel IGP driver, I am able to click and expand dropdown menus in StarCraft II,
such as the ones in the arcade section. Hover, clicking any item in the
resulting list closes the dropdown. Audio feedback of clicks is being provided.
--
Do not reply to this email, post in Bugzilla using the
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.