http://bugs.winehq.org/show_bug.cgi?id=18158
Summary: Approach thinks Samba Read Only databases are in a
foreign language
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=20623)
--> (http://bugs.winehq.org/attachment.cgi?id=20623)
trace on foreign language pop up
Hi All,
I am am the OP on 15088. Now that I can actually get into Approach, I have
been using it all day. I have five bugs to report. (I am presuming you want
them on different reports.) I am running the native msvcrt.
sh -c "cd /home/wine/drive_c/lotus/approach; WINEDEBUG=+loaddll
WINEDLLOVERRIDES=msvcrt=n /usr/local/bin/wine ./approach.exe"
Bug number four: the open dialog box thinks Samba read only (0544) databases
are in an unsupported language. Samba maps the Windows read only bit to owners
"write" bit. 0544 would be seen in Windows as Read Only=on, Archive=on,
Hidden=off, System=off
An smb.conf example (in the share section):
; map archive owner execute bit must include 0100
; map system group execute bit must include 0010
; map hidden world execute bit must include 0001
; Note: after doing all the above map stuff, it is a good idea to do
; a mass chmod to 2766 (Read Only=off, Archive=on, Hidden=off).
; And, you definately want hidden to be turned off!!!
force create mode = 0000
create mode = 0777
force directory mode = 0000
directory mode = 0777
map archive = yes
map system = yes
map hidden = yes
Bug number four:
To reproduce:
1) mark all the of files associates with your test database to 0544 (chmod 0544
*)
2) open Approach with the native msvcrt
3) open the database you just tagged with 0544
Here is a sample database to play with:
ftp://www.xpertss.com/pub/outgoing/invcalcs.zip
-T
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28188
Summary: icinfo: No output in wineconsole
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type
'icinfo' in the wine console.
The usage will be displayed in the terminal in which you started the
wineconsole instead of in wineconsole itself. This is because icinfo uses
regular Unix stdio functions like printf() instead of WriteConsole().
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to fix this.
After fixing this, verify that running 'icinfo' still works fine in a regular
xterm or equivalent.
(split off from bug 13861)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28019
Summary: Iexplore crash when clicking link
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Created an attachment (id=35874)
--> (http://bugs.winehq.org/attachment.cgi?id=35874)
mshtml log wine-1.3.26
Some link problems were fixed, but this remains in 1.3.26
wine iexplore http://chessbase.com
Page displays some add. Click "close x" -> crash
ff127a3461d8e9f638590242e38b83cb3efd6fce is the first bad commit
commit ff127a3461d8e9f638590242e38b83cb3efd6fce
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Aug 2 11:08:48 2011 +0200
mshtml: Always set onclick event handler during document initialization.
:040000 040000 7a7bd676a080cc72c1162cb5bf2cdcf96aa3e84b
d623491f9aa63f5e85fb0686acc9edf503253551 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26546
Summary: Buitin IE cannot run some methods of ActiveX controls
from ICBC online bank
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
First, write a html named safeEdit1.getLength.html like below:
<object id="safeEdit1" classid="CLSID:73E4740C-08EB-4133-896B-8D0A7C9EE3CD"
codebase="/icbc/newperbank/AxSafeControls.cab#version=1,0,0,13" height="21"
width="145"></object>
<script type="text/javascript">
function write_result(){
var div_result = document.getElementById("result");
var object_test = document.getElementById("safeEdit1");
div_result.innerHTML += object_test.getLength();
}
</script>
<div>
<a href="javascript:write_result();">write result </a>
</div>
<div id="result"></div>
Second, regist the ActiveX control of ICBC :
$ winetricks -q mfc42
# Please use the latest winetricks
# see http://code.google.com/p/winetricks/issues/detail?id=9 for details.
$ wget --timestamping
'https://mybank.icbc.com.cn/icbc/newperbank/AxSafeControls.cab#version=1,0,0…'
$ cabextract AxSafeControls.cab
$ regsvr32 InputControl.dll
Third, open safeEdit1.getLength.html with builtin IE,
type some char to the "safeEdit" control, and then click the "write result"
link.
Normally, there will be some output to the "result" div, that is the length of
the
string we have typed. However, it doesn't work on builtin IE.
the log is like this:
fixme:mshtml:nsURI_GetAsciiHost Use Uri_PUNYCODE_IDN_HOST flag
Wine MS IE and Windows IE will work.
getLength() may be a function from InputControl.dll
$ strings InputControl.dll | grep getLength
XgetLengthWWW
method getLengthWW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24856
Summary: Magic & Mayhem: Crashing on any menu item.
Product: Wine
Version: 1.3.5
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
Created an attachment (id=31450)
--> (http://bugs.winehq.org/attachment.cgi?id=31450)
wine 1.3.5
Run game. Showing main menu.
Click any menu(New game, Setting, Exit) item.
Game crached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19709
Summary: FeedDemon cannot sync feeds
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.filehippo.com/download_feed_demon/4159/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lucak3(a)gmail.com
Created an attachment (id=23015)
--> (http://bugs.winehq.org/attachment.cgi?id=23015)
FD log on first run
Version wine-1.1.27-63-g862bd3c
Priority set to normal because of total loss of functionality: a feed reader
that can't sync feeds is useless.
Steps to reproduce:
1- clean wine prefix, download app from URL, install it
2- on first run, skip account check to work around bug 19693
3- make it import default feeds
As soon as the wizard ends and FeedDemon tries to sync the feeds, it crashes.
After closing the error messagebox, it reappears suddenly, probably because of
second attempt. But that's the last and after this, it doesn't crash anymore.
The error messagebox doesn't seem to report anything useful.
Attached is the log created following the steps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25522
Summary: League of Legends - Typing in game chat causes freeze
(1.0.0.107)
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netherby(a)hotmail.com
Since update to 1.0.0.107 (Dec 13 2010) typing anything into the in game chat
results in the client freezing. There are no errors messages displayed on the
console. This worked in the previous LoL build.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18353
Summary: Twelve Sky 2 page faults on start
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
Created an attachment (id=20906)
--> (http://bugs.winehq.org/attachment.cgi?id=20906)
Stderr log
As the description says. Hitting "Game Start" on the launcher results in a page
fault. Stderr log 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=28116
Summary: Heavy Gear II, sound shutters heavily and dies very
fast
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
This issue happens as soon as the game is launched and happens all the time,
the sound start to shutter very fast and usually sound doesn't last more than 1
minute. I tested both alsa and pulseaudio, result was the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23429
Summary: Airport Tycoon 2: graphical corruption in roads and
others
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.gamershell.com/download_1721.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Airport Tycoon 2 is an airport management simulation game which requires
DirectX 8.1. A demo can be downloaded from
http://www.gamershell.com/download_1721.shtml
This bug applies to the full game and the demo.
[An alternative version can be downloaded from
http://d.trymedia.com/dm/take2/60m_d/t_07om/AirportTycoon2Setup.exe
That is apparently a time-limited full version which can be unlocked on
payment. Playing with winetricks could probably get it to work, but the demo
shows the problem so it's not necessary.]
Roads and some other graphics are not rendered correctly. Parts are missing,
exactly which varies depends on the view angle. (This is with Xubuntu 9.10,
Nvidia driver 195.36.15.)
After installing, start the demo. Click New Game. Click Asia on the map
(highlights as you mouse over it). Click Tokyo/Japan under Location on the
right. Click Accept. On the next screen, you have to click and drag a rectangle
indicating an area of land to buy. Notice the corruption in the yellow and blue
areas as you do that.
After choosing an area, click the checkmark to proceed. In the 3D view, you can
use the mouse wheel to zoom in and out, hold right button and drag to rotate
the view, hold left button and drag to move. You should notice that the road is
corrupted as you move the view. To show this more clearly you can add more
roads by clicking the Build menu icon (hammer and saw), then the Transportation
icon (yellow car), then the road picture. Left-click and drag on the map to
draw roads. Press Esc when done, then use the mouse to change the view.
I will attach some screenshots of the game under Wine and Windows.
The only console output (which all appears before you click New Game) is:
fixme:keyboard:RegisterHotKey (0x10056,100,0x00000001,9): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1318f8,0x1317f8): stub
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (108,70)-(916,697)
fixme:win:EnumDisplayDevicesW ((null),0,0x32f284,0x00000000), stub!
fixme:d3d:state_patchsegments (WINED3DRS_PATCHSEGMENTS,0.000000) not yet
implemented
And on quitting the program:
fixme:keyboard:UnregisterHotKey (0x10056,100): 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.