http://bugs.winehq.org/show_bug.cgi?id=14961
Summary: Clannad Full Voice will not run
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: at(a)drinian.org
Created an attachment (id=15569)
--> (http://bugs.winehq.org/attachment.cgi?id=15569)
Trace of REALLIVE.EXE crash
The latest version of the Japanese visual novel Clannad will not run in Wine.
Installer completes correctly, but the interpreter, REALLIVE.EXE, crashes
immediately on startup. Backtrace is 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=12425
Summary: win16 test suite: user32 comm16 test fails
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://win16test.googlecode.com
OS/Version: other
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11964)
--> (http://bugs.winehq.org/attachment.cgi?id=11964)
Backtrace
+++ This bug was initially created as a clone of Bug #9850 +++
The code can be downloaded
from http://win16test.googlecode.com with svn,
and is quite easy to run; see
http://win16test.googlecode.com/svn/trunk/src/README
for instructions.
The kernel comm test hangs in current git. Attached is the backtrace in current
git.
--
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=18647
Summary: Custom textbox/combobox fields in a listview
Product: Wine
Version: 1.1.22
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmail.com
Hi,
The use of a custom listview control (e.g. xlistctrl) with user drawn controls
like editable text fields and comboboxes there are various drawing bugs and you
can't properly 'enter' the control. I mean that in case of a combobox you can't
select custom values and in case of a text field it isn't always editable.
An example of a control which shows the problem is at
http://www.codeproject.com/KB/list/xlistctrl.aspx
Regards,
Roderick Colenbrander
--
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=18557
Summary: Slingplayer 2.0 Setup Assistant fails and hangs app
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://download.slingmedia.com/player/pc/SP2/SlingPlay
er-2.0.3508-Setup-EMEA.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21218)
--> (http://bugs.winehq.org/attachment.cgi?id=21218)
wine-1.1.21-316-g8f33420 console output
Slingplayer 2.0 opens the Setup Assistant to set Slingplayer and Slingbox
settings, update firmware, and to log into Sling.com to retrieve personal
information.
The Setup Assistant is basically a web page loaded in a small window that
interacts with the Slingplayer via what appears to be Javascript and ActiveX.
Upon loading the Assistant, nothing happens, just a blank screen. Closing the
window makes the Slingplayer unusable and has to be killed.
Installing IE6 throws a bunch of scripting and ActiveX errors before also
failing.
--
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=19526
Summary: regedit does not give gui feedback on import of keys
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On windows:
regedit test.reg
Registry Editor
Are you sure you want to add the information in test.reg to the registry?
-then-
Registry Editor
Information in test.reg has been successfully entered into the registry.
On wine:
nothing
--
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=26046
Summary: comctl32/monthcal tests show some invalid reads under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33219)
--> (http://bugs.winehq.org/attachment.cgi?id=33219)
valgrind log
Conditional jump or move depends on uninitialised value(s)
at CompareFileTime (time.c:888)
by MONTHCAL_CompareSystemTime (monthcal.c:282)
by MONTHCAL_CompareMonths (monthcal.c:294)
by MONTHCAL_CalcDayXY (monthcal.c:563)
by MONTHCAL_CalcPosFromDay (monthcal.c:599)
by MONTHCAL_UpdateToday (monthcal.c:1546)
by MONTHCAL_SetToday (monthcal.c:1565)
by MONTHCAL_WindowProc (monthcal.c:2662)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_CallProcAtoW (winproc.c:601)
by CallWindowProcA (winproc.c:960)
by monthcal_subclass_proc (monthcal.c:543)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by test_today (monthcal.c:1208)
Uninitialised value was created by a stack allocation
at MONTHCAL_CompareSystemTime (monthcal.c:276)
full 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=14530
Summary: Easy68k M68000 emulator: Copy & Paste does not work!
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nestorac(a)gmail.com
The application in this webpage:
http://www.easy68k.com
which is a Motorola 68k microprocessor emulator works flawlessly on Wine except
for Copy & Paste, which does not work.
Please, try it with las version, 1.1.1. Can anyone confirm this?? I have Ubuntu
Hardy 8.04.1 and wine-1.1.1
There's also some strange behaviour: sometimes, when writing code, pressing Tab
key makes the application not only to put a tabulator, but to start a new line.
I think it would be really good to have it working on Linux, since it can be
used at the University.
This should be very easy to test. I have also sent a message to the developer
forum of that application, but I think it has more to do with Wine than with
the application itself.
Thanks!!
--
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=16505
Summary: 4oD installs but won't start
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drraph(a)gmail.com
Created an attachment (id=17935)
--> (http://bugs.winehq.org/attachment.cgi?id=17935)
wine log
Output of
WINEPREFIX="/home/raph/.wine" wine "C:\\Program Files\\Kontiki\\khost.exe" -p
4od1 -t cache:c4_home.html#pageId=0 -s
class=dialog,width=1280,height=960,position=1,resize=1,scrollbars=1,visible=0,name=main
Expected result: application starts
Actual result: wine output the log above and returns prompt. App does not
start.
--
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=26851
Summary: Zoo Tycoon 2: Marine Mania demo installer fails
Product: Wine
Version: 1.3.18
Platform: x86-64
URL: http://download.microsoft.com/download/f/b/6/fb6fb887-
65ba-4d75-8039-97a565b85558/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34228)
--> (http://bugs.winehq.org/attachment.cgi?id=34228)
wine-1.3.18-85-g99f6894 console output
According to the AppDB, this is an old bug that has never been logged.
The demo for Zoo Tycoon 2: Marine Mania fails to install.
The installer extracts the relevant files but then immediately fails. A dialog
reports an unhandled exception and exits.
--
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=13355
Summary: Richedit very slowly open big text files
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nx(a)operamail.com
Richedit wery slowly open big text files (about 700 KB an biggers) while in
Windows XP same program million times faster open same big's file.
--
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.