http://bugs.winehq.org/show_bug.cgi?id=16782
Summary: Sea3D Chat Text Display Problem
Product: Wine
Version: 1.1.12
Platform: All
URL: http://www.s3dconnector.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacob.keller(a)gmail.com
Created an attachment (id=18453)
--> (http://bugs.winehq.org/attachment.cgi?id=18453)
Wine output when running Sea3D
Sea3D has a problem displaying certain text such as the chat text. It will
display, sort of, but be unreadable.
When I see the output from Wine, it has a bunch of errors/warnings which I
don't understand, but someone who knows more might be able to figure out what
is going on.
Steps to reproduce:
1- Run Sea3D
2- Click on Play Network Game
3- See the chat window's text is hard to read, and the output from wine on the
terminal.
--
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=25843
Summary: Wine causes terminal to lose some inputrc settings
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeikum(a)codeweavers.com
CC: eric.pouech(a)orange.fr
A recent commit causes my terminal to lose my inputrc settings after running
wine.
commit a392e9a10262e5f9cfbb284d38e6174cb6f4809a
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Tue Jan 18 22:02:37 2011 +0100
kernel32: Correctly parse the input strings for advanced keys.
My inputrc looks like:
"\e[A": history-search-backward
"\e[B": history-search-forward
--
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=9872
Summary: Wine fails to "Run" Leisure Suite Larry 7 after install
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wegmethaat(a)yahoo.com
Created an attachment (id=8359)
--> (http://bugs.winehq.org/attachment.cgi?id=8359)
terminal output of failed run
I've followed the "HOWTO" on the page at winehq.org for Leisure Suit Larry:
Love for Sail! (Windows 3.1/9x Version), but after the installation, the game
won't run. I've done exactly what the "HOWTO" says, that is: I went to the
CDROM directory with the game, ran AUTOPLAY.EXE using Wine, and selected "Run".
The attached lsl7_0946.txt file shows the resulting terminal output of the
failed run.
--
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=27664
Summary: Various Telltale games crash on startup
Product: Wine
Version: 1.3.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Created an attachment (id=35380)
--> (http://bugs.winehq.org/attachment.cgi?id=35380)
Poker Night backtrace (gameoverlayrenderer disabled)
Games tested:
Poker Night at the Inventory
Sam and Max 305
Sam and Max 301
--
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=27859
Summary: Task Coach: Crash at walking through menus
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=35637)
--> (http://bugs.winehq.org/attachment.cgi?id=35637)
Terminal output on wine-1.3.24-216-gd385675
Steps to reproduce:
1) remove ~/.wine
2) install Task Coach
3) wine taskcoach.exe
4) click on e.g. "help" menu
5) wander through menu titles
Behaviour:
Crash.
Expected behaviour:
No 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=21879
Summary: Word95 can't create new document
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
If i try to create or open a new document, console says:
fixme:storage:StgCreateDocfile Storage share mode not implemented.
and word95 says: "There is insufficient memory. Close extra windows and save
your work."
--
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=25263
Summary: Biet-O-Matic calculates shipping cost wrong for German
locale (regression)
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georg298(a)gmx.de
Using this app with German locale, the shipping cost is identified wrong: e.g.
400 instead of 4,00.
Reason: wine's oleaut32 has thousand separator support, but in German locale,
the comma "," is the decimal separator.
A regression test revealed the buggy patch:
506ff74bb17742b3be5a8824dc081a3e294ccf1d is the first bad commit
commit 506ff74bb17742b3be5a8824dc081a3e294ccf1d
Author: Damjan Jovanovic <damjan.jov(a)gmail.com>
Date: Mon Aug 25 20:40:20 2008 +0200
oleaut32: Thousands separator support for VarFormat.
:040000 040000 a35f267fdf244a3c1d2233c6a80641803c2f355e
5857b6570b3fbe95ff3c8cf6506d926e0cff1c1e 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=26034
Summary: DNAsp5 crashes when trying to copy text from an output
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ticatla(a)gmail.com
Created an attachment (id=33201)
--> (http://bugs.winehq.org/attachment.cgi?id=33201)
What terminal says when running DNAsp and the program crashes
DNAsp crashes showing text window "program error" (attached) when trying to
copy (right click, menu, copy) selected text from an output.
If saving the output instead of trying to copy it, the text file shows no
problem and the program continues running normally.
Crash happens if the output is from one of the analysis of the Analysis Menu
(DNA Polymorfism, Polymorfic sites, etc) but apparently other outputs are ok,
like the ones produced from Generate Menu (Haplotype Data File... for example).
I tried .fas and .nex files as inputfiles. Same result.
The fasta file was generated with Bioedit also running under Wine and the nexus
with DNAsp with .fas as input. Both files show no problems when running under
DNAsp and other applications.
--
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=13675
Summary: emule upnp not working
Product: Wine
Version: 1.0-rc3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 84yelo3(a)gmail.com
I'm using wine 1.0 rc3 and emule 0.49a
I want to enable upnp support, but whenever I do this, I get this messages:
err:ole:CoGetClassObject class {e2085f28-feb7-404a-b8e7-e659bdeaaa02} not
registered
err:ole:CoGetClassObject no class object {e2085f28-feb7-404a-b8e7-e659bdeaaa02}
could be created for context 0x1
What can I do?
--
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=24728
Summary: MDI client displays scrollbars even when created
without scrollbar styles
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boreno(a)gmail.com
An MDI client window that is created without the WS_VSCROLL and WS_HSCROLL
styles still display scrollbars when a child window is moved partly out of
view. This is not the same behaviour as on Windows XP and later, and cause
problems for applications that use this method to create full-screen MDI
children that can co-exist with normal MDI windows.
--
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.