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=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=12202
Summary: No pic when installing Indiana Jones demo in fullscreen
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.jeuxvideo.fr/telecharger-demo-jouable-
2656.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11610)
--> (http://bugs.winehq.org/attachment.cgi?id=11610)
good screenshot (windowed mode)
As said in the summary, there is no pic when installing Indiana Jones and the
Emperor4s tomb demo in fullscreen. Installing it windowed mode (thanks to
winecfg) makes the pictures appearing
I attached 2 screenshots to show the problem. And a good console output and a
bad one.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20444
Summary: msi installer fails instead of asking for another CD
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=24291)
--> (http://bugs.winehq.org/attachment.cgi?id=24291)
Installation of Doom 3 fails
Hi, i tried to install Doom3 CD version and it fails in a place, where should
the installer ask for CD2. Windows message pops up:
Error: -1603 Fatal error during installation. Consult Windows Installer Help
(Msi.chm) or MSDN for more information.
Console says:
err:msi:ACTION_InstallFiles Failed to copy L"F:\\Setup\\Data\\base\\pak000.pk4"
to L"C:\\Program Files\\Doom 3\\base\\pak000.pk4" (2)
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1603
File pak000.pk4 is indeed placed on CD2.
All the following wine tested versions fails:
1.0.1, 1.1.5, 1.1.10, 1.1.13, 1.1.19, 1.1.22, 1.1.30, 1.1.31
...so it probably never worked. The reason why people in AppDB says "install
YES" is probably because of using DVD version of DOOM3 (works-tested myself,
all files on one medium) or they installed it on Win and just run it under
wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19293
Summary: Galactic Civilizations 2 v. 1.0D Digital:Bonus Pack.
Program crashes after starting a new game.
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.galciv2.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
CC: dduck(a)rambler.ru
Created an attachment (id=22337)
--> (http://bugs.winehq.org/attachment.cgi?id=22337)
Result of regression tests
Program crashes after starting a new game.
In wine-1.1.25 this game crashes when clicking "New game". This bug is about
events after starting the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18440
Summary: Touhou Hisoten ~ Scarlet Weather Rhapsody crashes in
menu/game select
Product: Wine
Version: 1.1.20
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mousecar23(a)hotmail.com
Created an attachment (id=21041)
--> (http://bugs.winehq.org/attachment.cgi?id=21041)
Terminal output from start to crash
Crashes when selecting Vs Network, Music Room, and most profile options.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20720
Summary: winebrowser fails when # is in the file name
Product: Wine
Version: 1.1.33
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: domiman(a)gmail.com
I'm using winebrowser to open various files on my host system. When the file
name of a file I try to open contains # winebrowser can't find the file for
some reason.
my registry entries:
REGEDIT4
[HKEY_CLASSES_ROOT\.ini]
@="WINE_BROWSER.file"
[HKEY_CLASSES_ROOT\WINE_BROWSER.file]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell\open]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell\open\command]
@="c:\\windows\\system32\\winebrowser.exe -nohome \"%1\""
and the error when I try to open ~/.wine/drive_c/windows/test#.ini:
The file /Users/dominus/.wine/drive_c/windows/C:\windows\test#.ini does not
exist.
(no other text in the console about this)
When I rename test#.ini to test.ini it opens fine with the associated app on my
system.
My system Mac OS X 10.6.2, bug observed in both Wine 1.1.32 and 1.1.33
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17826
Summary: NotePad++ search in files
Product: Wine
Version: 1.1.17
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gsbabil(a)gmail.com
Created an attachment (id=20086)
--> (http://bugs.winehq.org/attachment.cgi?id=20086)
"find in files" in notepad++ crashes
Notepad++ is runs very smoothly on wine in my experience which I use as my
primary code editor on linux for various reasons (Ex. Function list plugin..).
Recently I figured out: whenever I would try "Find in Files" option, the
software shows me the found files list in the bottom with appropriate search
results but the message-box "Press Enter to cancel" always stays on there and
becomes kind of non-responsive even though the find-in-files is finished.
Please take a look at the attachment. I'm using the latest version of
wine(1.1.17) on Lenny.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.