http://bugs.winehq.org/show_bug.cgi?id=9617
Summary: monster and me in wine
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trungnthut(a)gmail.com
Hi !
Sorry for post this late !
I posted this on wine-devel mailing list but Jeff told me to post here.
I'm playing monsterandme(www.monsterandme.com) in wine.
- With 0.9.7 version, there's a little bug at login screen, but i still can
login.The game seem ok.
- with 0.9.37 or higher version, seem there isn't any bug with login screen,
but
there's another bug when talking with NPC made me can't play this game. That
bug is : I can't select the answer in that dialog. Same bug when selecting
action in battle.
Hope some one can find and fix this.
trungnt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10392
Summary: Sunny Data control SW does not recognise USB device
Product: Wine
Version: 0.9.4.
Platform: PC
URL: http://www2.sma.de/en/solar-
technology/products/communication/communication-
products-software/software/sunny-data-
control/overview/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mbbs(a)telenet.be
Installation & program startup pose no problems.
When I try to connect to the sunny beam data logger, the connection menu only
shows com ports. In windows, I can also select the usb port.
With my newly delivered Photovoltaic solar panels comes a little device
called sunny beam to track the power production of the panels, and load the
data to a PC.
I setup the SW with wine with no problems.
When I want to access the device via USB, the application only shows com
ports, and not the USB port.
When I do the same in Xp, It shows the com ports and a menu entry for USB
connection.
It looks like the USB interface is not recognised in linux.
it does not show in lsusb
marc@L1:/media/cdrom0$ lsusb
Bus 005 Device 003: ID 04f2:0200 Chicony Electronics Co., Ltd
Bus 005 Device 002: ID 0b0e:444b GN Netcom
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 002: ID 1587:002d
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 0db0:4011 Micro Star International Medion Flash XL
V2.0 Card Reader
Bus 003 Device 001: ID 0000:0000
When looking in Kinfocenter, the device is recognised, so I guess
wine does not recognise the usb interface
Sunny Beam
Manufacturer: SMA Technologie AG
Serial #: 00014365
Class 0
Subclass 0
Protocol 0
USB Version 1.01
Vendor ID 0x1587
Product ID 0x2d
Revision 0.00
Speed 12 Mbit/s
Channels 0
Max. Packet Size 8
Any ideas on how to get this working ?
The website of the manufacturer can be found at
http://www2.sma.de/en/solar-technology/products/communication/communication…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10469
Summary: Radmin viewer 3.1: Mass selection of users does not work
in the text chat mode
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.famatech.com/download/rview31.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
We got an error:
1. Installed Radmin server 3.1 (http://www.famatech.com/download/rserv31.exe)
on a windows computer.
2. Installed Radmin viewer 3.1 on a linux computer with wine installed.
3. Started Radmin viewer and connected to Radmin server in the "Text Chat"
mode.
Mass selection of users in user list with mouse cursor does not work.
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9256
Summary: S.T.A.L.K.E.R. - Major slowdown near anomalies or in
high RAD areas
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iAppId=4794
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
S.T.A.L.K.E.R. slows down to 1-2 fps near the anomalies or in high radiation
areas - places with "white noise" special effect.
Game is set to static lighting, medium quality.
This is with GLSL=enabled and OffscreenRenderingMode=fbo. Using
'WINEDEBUG=-all wine XR_3DA.exe -dsound -nointro -nodistort' command line to
start the game.
Without "fbo" I'm getting bug 7979.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10028
Summary: rappelz updater is slow because of
dlls/mshtml/htmlnode.c:get_node(...)
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://rappelz.gpotato.com/download/index.php
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.wine(a)zerebecki.de
CC: jacek(a)codeweavers.com
The update for the game rappelz changes the embedded html regularly to update
the progress bar and seems to spend most of it's cpu time on that which seems
to slow the downloading. By using oprofile I found it is spending most of it's
cpu on "if(iter->nsnode == nsnode)" in get_node(...) from
dlls/mshtml/htmlnode.c . The comment above the function already suggests: "We
should use a better data structure or (better) find a way to store
HTMLDOMelement poiner in nsIDOMNode."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10458
Summary: Poptray 3.2 external exception with hotmail
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leviatan1(a)gmx.net
Created an attachment (id=9166)
--> (http://bugs.winehq.org/attachment.cgi?id=9166)
Source code from hotmail plugin
I try to use hotmail plugin in poptray. When Poptray check it hotmail, I get
warning "External exception E06D7363" and:
fixme:msxml:domdoc_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11108
Summary: Unhandle exception
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombert(a)gmx.at
Created an attachment (id=10142)
--> (http://bugs.winehq.org/attachment.cgi?id=10142)
Backtrace of crash
Application crashes sporadically, sometimes in between, sometimes on exit.
Backtrace is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10610
Summary: Gothic II: D3D7 crash after playing several minutes
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wielkiegie(a)gmail.com
Created an attachment (id=9411)
--> (http://bugs.winehq.org/attachment.cgi?id=9411)
Wine messages when game crashes
On Wine 0.9.49 (and probably all after 0.9.38) Direct3D 7 crashes after playing
several (7-10) minutes Gothic II: Night of the Raven (and probably base Gothic
II and Gothic I).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9335
Summary: Cannot switch tabs in MYOB
Product: Wine
Version: 0.9.42.
Platform: Other
URL: http://www.myob.com.au
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)mwiriadi.id.au
Created an attachment (id=7617)
--> (http://bugs.winehq.org/attachment.cgi?id=7617)
WINEDEBUG=Warn+allMyob.exe
Install MYOB fine and runs fine. Open up a menu and try to click on a
different tab up the top of the screen and it doesn't respond.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9591
Summary: Print to default laser printer in FoxPro fails and shuts
down application
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wb4ubd(a)yahoo.com
Created an attachment (id=7966)
--> (http://bugs.winehq.org/attachment.cgi?id=7966)
Backtraces for FoxPro errors
In FoxPro whether running an application or using the "command" level, sending
a print command to a default network laser printer results in no print and a
shutdown of FoxPro and its application (if used). If CUPS-PDF is used as the
default printer, a pdf file is generated and the FoxPro application remains
active (does not shutdown).
The backtrace report includes comment lines in brackets for the two scenarios.
I have also observed that while in the "command" level of FoxPro, merely the
selection of the laser printer in Print Setup or having the laser printer as
default and entering Print Setup will shutdown the application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.