http://bugs.winehq.org/show_bug.cgi?id=3599
roli8200(a)yahoo.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
------- Additional Comments From roli8200(a)yahoo.de 2006-16-06 11:38 -------
Hey, can somebody please take care about this issue. May be a good idea to add a
other tabbed to the winecfg to configure how the printers are reported to the
applications and whats to do with the printing output from the programs. It
should not be that hard to fix this up. As far as I know, other programs (mainly
form Adobe) have the same problem. It seems to me that this is a major bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5442
------- Additional Comments From jan.wine(a)zerebecki.de 2006-16-06 11:24 -------
It's likely the ddraw on wined3d rewrite. ( commit
c8901d6f6253f6c97610eb1068ac4ff89758ed0a )
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5448
Summary: Simcity 4 brings always a message box: "SimCity 4 will
run with the software driver when next lauched." when
started
Product: Wine
Version: 0.9.15.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
Installed SimCity 4 and applying the service pack to it. After startup, always a
message box appears: "SimCity 4 will run with the software driver when next
lauched." and the program quits.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5447
Summary: Railroad Tycoon doesn't starts up after installation
Product: Wine
Version: 0.9.15.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
When try to startup Railroad tycoon it just brings a empty error message. Tried
also the cracked version which dosn't request the play cd: same result
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5312
jdoutt(a)whoi.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jdoutt(a)whoi.edu
------- Additional Comments From jdoutt(a)whoi.edu 2006-16-06 08:45 -------
Still have same bug
wine --version
Wine 0.9.15
Fedora core 3
Still get the same problem with the most recent version of WINE.
The install program displays:
Preparing Setup
Please wait until the InstallShield wizard prepares the setup
..............
The install placed a message box (in the background). When I made that box
active no text was displayed. When I hit return, the install aborted.
[aaaa@yyyy atmel]$ wine aStudio4b460.exe
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001
fixme:ole:NdrClearOutParameters (0x7ca3cc70,0x7c484212,0x7ca3cda4): stub
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "AVRStudio4 - InstallShield Wizard" of
other process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "AVRStudio4 - InstallShield Wizard" of
other process window (nil) should not use SendMessage
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0f00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 0x6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0f00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 0x6be
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3590
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2603 is|0 |1
obsolete| |
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2006-16-06 07:13 -------
Created an attachment (id=2649)
--> (http://bugs.winehq.org/attachment.cgi?id=2649&action=view)
install log
failed with:
Wine 0.9.15
Python 2.4.3 msi package
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5446
Summary: Get a BindException opening a server socket from java
Product: Wine
Version: 0.9.2.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: des(a)icandriveatractor.com
I found this problem running the Buffalow LinkTheater application under Linux.
When I run the app a java.net.BindException is thrown while trying to open a
listening socket for HSQLDB. So I made a simple test java program and found the
same problem.
It tries to open a ServerSocket on a given port. It runs fine under the JVM but
not with wine. So the following command works fine:
java com.betplan.giles.tool.TestServerSocket <port>
But when I do:
wine java com.betplan.giles.tool.TestServerSocket <port>
the following exception is thrown:
Exception in thread "main" java.net.BindException: Address already in use: JVM_Bind
I've pasted the sample code below and I tested it using java version 1.5.0_07
import java.net.ServerSocket;
import java.net.Socket;
import java.io.*;
public class TestServerSocket
{
public TestServerSocket( int port )
throws IOException
{
System.out.println("Creating new server socket on port: " + port);
ServerSocket serverSocket = new ServerSocket(port);
}
public static void main( String[] args )
throws IOException
{
new TestServerSocket(Integer.parseInt(args[0]));
}
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.