https://bugs.winehq.org/show_bug.cgi?id=37732
Bug ID: 37732
Summary: Corel Paint Shop Pro X7 Installer fails
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 50235
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=50235
PSP X7 Backtrace on wine 1.7.32
Hello everyone,
I would like to share my experiences installing "Corel Paint Shop Pro X7" with
you. The installation starts up okay but a fatal error comes up when
initialising the trial installation.
I am assuming this is related to bug 27240 and 35057.
Some further info:
mwagner@linux-dnat:~/Downloads> shasum PSPX7_TBYB30.exe
7958bacb4ab198f7408066d269ca787c5b66042f PSPX7_TBYB30.exe
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=18382
Summary: SubEdit fails to start
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://matinf.pcz.pl/~subedit/download/subedit_b4072_ins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.…
[View More]com
Created an attachment (id=20962)
--> (http://bugs.winehq.org/attachment.cgi?id=20962)
Fatal error
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that SubEdit fails to start and shows fatal error.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=25689
Summary: Combat Mission: Barbarossa to Berlin - failing to
initialize graphics
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mat69(a)gmx.net
Created an attachment (id=32722)
--> (http:…
[View More]//bugs.winehq.org/attachment.cgi?id=32722)
terminal output when starting cmbb
I installed CMBB and updated to 1.03, using a crack made it possible to avoid
BUG:219.
Trying to start I get a message complaining that Direct3D graphics could not be
recognised.
Attached is the terminal output.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39276
Bug ID: 39276
Summary: Resizing window in TellTale games does not resize
active area
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: robertc(a)gmail.com
Distribution: ---
…
[View More]
In recent Telltale games (Walking Dead Season 2, Tales from the Borderlands)
resizing the display leads to some areas of the screen becoming hidden.
The games start in 1024x768 resolution by default, if you change that in the
game settings to, for instance, match your desktop resolution then you end up
with a 1024x768 panel showing the top left of game in the middle of a
blank/broken area. It is possible to interact with things outside the 1024x768
panel but you have to guess where they are.
I've attached a screenshot of the issue on my 1366x768 laptop.
This doesn't happen with The Walking Dead Season 1 so I assume this is some
update that Telltale have made to their game engine which is now broken in
WINE.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=31563
Bug #: 31563
Summary: Problem with an usb-serial card reader
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthieu.nue(a)gmail.com
Classification: Unclassified
I would like to use a cards reader …
[View More](twin30
http://medprice.fr/lecteur-carte-vitale-fixe/lecteur-sesam-vitale-twin30-us…)
on linux with a windows programm.
The cards reader is a native serial device but it solds with a USB-serial
converter.
For testing the cards reader, i use a little programme named cpgesw32.exe.
On windows, it works.
On linux, it works with the equivalent program for linux.
So my card reader works on linux.
Now i want testing my cards reader with cpgesw32.exe on linux with wine.
The cards reader freeze after several seconds.
So i look the source code of wine.
The freeze of the device happens with the command
KERNEL32.WriteFile(0000004c,0033f2a4,00000009,0033f13c,00000000).
To continue, i used an usb sniffer. Before the freeze, the cpgesw32's program
call several command :
KERNEL32.GetCommState(0000004c,003552c0)
KERNEL32.SetCommState(0000004c,003552c0)
KERNEL32.GetCommTimeouts(0000004c,0033f8f8)
and others.
When KERNEL32.GetCommState(0000004c,003552c0) is called, the wine programm
launch :
- get_baud_rate
- get_line_control
- get_hand_flow
- get_special_chars
With the sniffer, i noticed that only the first command (get_baud_rate)
transmit a packet on the usb. After that, nothing on the usb port before the
WriteFile.
I noticed that if i open a connexion with my serial-usb device, only one
command works. If i want a second command, i need to close the conexion and
reopen it.
I suppose this is the object of the "server_get_unix_fd" function for wine.
So,
- is everyserial device works like that (one command by connexion) or is it
only my device ?
- is someone can help me on the "server_get_unix_fd" function ?
Thank you and sorry for my english (french speaker).
Matteli
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39689
Bug ID: 39689
Summary: I was trying to open sims 4 then it said there was a
erroe but i was like whatever but now whenever i try
to open the game it is just blank. It seems to have a
error with origin
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: …
[View More]blocker
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: yungeun123(a)yahoo.com
Created attachment 52923
--> https://bugs.winehq.org/attachment.cgi?id=52923
I was trying to load the game sims 4 but there seems to be a problem
I was trying to open sims 4 then it said there was a erroe but i was like
whatever but now whenever i try to open the game it is just blank
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=29071
Bug #: 29071
Summary: Falcon BMS 4: Low FPS on Wine 1.3.32
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: victhor.foster(a)gmail.com
Classification: Unclassified
Created attachment 37463
--&…
[View More]gt; http://bugs.winehq.org/attachment.cgi?id=37463
In-game graphics settings window
Falcon 4 BMS runs with a very low framerate(5-7 FPS as reported by the in-game
FPS indicator) in Wine 1.3.32. However, in Wine 1.2.3, the game runs at 20-23
FPS.
The scene used for the tests was the same(default "Korea" theater, game was
started using "instant action" > "commit" button). Attached is a screenshot of
the settings window, the settings used were exactly the same for both Wine
versions.
I would just use 1.2.3 for the time being if it wasn't for a annoying bug,
where switching to another window while the game is being played(Alt+Tab)
causes the gameplay window to turn black(on menu windows, this doesn't happen).
This does not happen on 1.3.32.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21267
Summary: Fallout 3 GOTY: Crashes Randomly
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hibbsncc1701(a)yahoo.com
Created an attachment (id=25570)
--> (http://bugs.winehq.org/attachment.cgi?id=25570)
The …
[View More]Console log after a crash during the black screen after the opening video.
Fallout 3 Game of the Year Edition will crash in semi-random places when
starting a New game. Some of these places include the black screen right after
the opening video, after inputting the player's name, after customizing the
character, During the Birthday scene when you are shooting the radroach with
your BB Gun, etc. It seams to be a script executing error as the game is
usually supposed to be doing something (ie. controlling the radroach so it
doesn't attack the player, moving an NPC somewhere, setting game values(player
name, how the player looks) when it stops. The Game has two different crashes
for these events, but only one shows at anytime. The first one is obvious and
the rarest a Message box pops up saying the Program encountered an error an
needs to close. A stacktrace is able to be retrieved in this case. The second
one is a freeze, ie the game is no longer controllable by the user, and the
render has stopped. Music and sound effects (such as talking) still work until
the program is killed, but the player cannot make any sound effects such as
walking or shooting a gun. The game's menus are also disabled.
I've followed the hq's guides on getting the program to run, with the small
exception of manually installing the Games for Windows Live client and .Net
Framework. As the game's installer hangs when the installer for those
components have crashed, and thus must be killed to allow the installer to
continue.
It must be noted that a save game made after Vault 101 will work normally. It's
unknown if it's the result of the save being from another computer with the
game running normally or just after Vault 101 because i can't get the game past
Vault 101 when starting a new game.
System Specs:
Mandriva Linux 2010.0 X86_64
Intel Core 2 Quadcore
Latest Nvidia Drivers as of 1/5/2010
Wine 1.1.35 Mandriva Linux Repo
(If anyone needs more just ask.)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26706
Summary: SolidWorks: Some tools cannot be activated
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maarten.bezemer(a)gmail.com
When clicking on the toolbar button or the menu item to activate a tool,
nothing …
[View More]happens.
Known tools which do not work:
- Plane (menu Insert -> Reference Geometry -> Plane)
- Convert Entities (menu Tools -> Sketch Tools -> Convert Entities)
But there are probably more occurences...?
Steps to reproduce:
- Start designing a new part
- Click the new plane button
Actual results:
Nothing happens
Expected results:
After clicking the button a new plane pane should show to fill in the
properties of the new plane and to actually create it.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26873
Summary: Dekaron: crashes when starting the game from the
launcher
Product: Wine
Version: 1.3.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simondani91(a)gmail.com
Created an attachment (id=34257)
--> (http://…
[View More]bugs.winehq.org/attachment.cgi?id=34257)
This is the backtrace from the console
Dekaron launcher works fine, but the game itself crashes just when I try to
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.
[View Less]