http://bugs.winehq.org/show_bug.cgi?id=11811
Summary: App sees no COM ports although COM1...5 defined in
dosdevices
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
Created an attachment (id=11072)
--> (http://bugs.winehq.org/attachment.cgi?id=11072)
Screen shot w/ error message
Coastal Explorer has an Options section for connecting the app to COM ports for
I/O (Tools -> Options -> Instruments -> Port Settings). All available COM
ports are listed when running under Windows. Under Wine, none are found (see
attached screen shot). Defined COM1...4 (/dev/ttyS0...3) and COM5
(/dev/ttyUSB0) were all chmod to 666 to ensure permissions weren't a problem;
the problem remains.
Without serial I/O, the app's function of reading a GPS' serial stream and
writing commands to an autopilot controller (also via serial stream) is lost.
Without it CE functions only as a trip planner and tide predictor.
--
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=33302
Bug #: 33302
Summary: [regedit] text gets cut away
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fiziologus(a)gmail.com
Classification: Unclassified
Created attachment 44055
--> http://bugs.winehq.org/attachment.cgi?id=44055
screenshot with bug
regedit don't show about 4 char on the right side in edit dialog window if
value is multiline.
It's simulated bug 26365 (Geneforge 1)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41917
Bug ID: 41917
Summary: Uploading Screenshots fails
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
When i tried to upload a new screenshot, all i got was an error
"unable to move Screenshot from " to 'ho
me/winehq/opt/appdb/data/screenshots/originals/50324'
File format was PNG, in case that makes any diffrence
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43197
Bug ID: 43197
Summary: 5Plus: regression: Print dialog crashes with illegal
floating point operation
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: felix.huber(a)schyf.de
Distribution: ---
5Plus (a German school credits and report program) crashes with lately versions
of wine when trying to print a report. A pop-up with "Unzulässige
Gleitkommaoperation" (illegal floating point operation) occurs and the print
cancel button doesn't react anymore. Interestingly, the menu bar gets corrupted
with the first letters missing the left half.
The regression occurs here:
commit a60144ee74e1db170f04edeb8cfd3a5a17d36d46
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu Jan 26 09:30:20 2017 +0000
user32: Disable cached DCs once they are released.
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 e4b9b15bea9e9ba5c5e59a9bc1711793f8ef38db
82429bb454753e5dd76e396abababde24e0db498 M dlls
The error is in dlls/user32/painting.c
static INT release_dc( HWND hwnd, HDC hdc, BOOL end_paint )
{
if (!(dce->flags & DCX_NORESETATTRS)) SetHookFlags( dce->hdc,
DCHF_RESETDC );
if (end_paint || (dce->flags & DCX_CACHE)) delete_clip_rgn( dce );
if (dce->flags & DCX_CACHE)
{
dce->count = 0;
SetHookFlags( dce->hdc, DCHF_DISABLEDC );
}
ret = TRUE;
}
Commenting out SetHookFlags() bings back normal behaviour.
--
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=12123
Summary: Wall Street Advisor 1.27 redraw problems
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.lathuy.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 7430 is fixed, on to runtime problems.
To install this app, first to
sh winetricks vcrun6 wsh56
Start the app. You'll see a tree control on the left
whose root node flashes constantly. Also, the main
pane doesn't redraw properly when you drag some
unrelated window in front of it.
(Also, the app outputs
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
on startup. I think that's associated with ado15, but
doing winetricks art2kmin doesn't seem to help that...? ADO has
always been a mystery to me. But that's a different bug.)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42611
Bug ID: 42611
Summary: Slides in Slide pane/New Slide dropdown are not
rendered properly in PowerPoint 2013
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isiraseneviratne(a)yahoo.com
Distribution: Ubuntu
Created attachment 57557
--> https://bugs.winehq.org/attachment.cgi?id=57557
Screenshot of PowerPoint 2013
In PowerPoint 2013, most slides in the Slide pane and New Slide dropdown appear
as black boxes, but sometimes they appear as white boxes with a red cross (in
the New Slide dropdown) or appear normally.
--
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=22078
Summary: Icon error in tree windows of CSPRO 4.0 using wine
1.1.40
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
CC: iip.umar.rifai(a)gmail.com
How to see/test:
1. download cspro here http://www.census.gov/ipc/www/cspro/
2. Run Cspro 4.0 program
3. Open file/application, goto examples/capi (under cspro 4.0 subdir), open
file "capi.ent".
4. You will see that the icon in the tree window on the left side are black.
Different when you see it in native windows.
Screenshot is here
http://sites.google.com/site/iipumarrifai2/wine-cspro-error0.jpg
Thanks,
-iip-
--
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=26749
Summary: in cmd, PATH=FOO should set PATH to FOO
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This affects the
"C:\\Program Files\\Mono-2.10.1\\bin\\setmonopath.bat"
batch file bundled with Mono.
To repeat, do
echo path=foo > foo.bat
echo path >> foo.bat
then run
wine cmd /c foo.bat
expected output:
PATH=foo
Observed output:
PATH=C:\PROG~FBU\MONO~KUH.1\bin;C:\windows\system32;C:\windows;C:\windows\system32\wbem
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40375
Bug ID: 40375
Summary: CSPro 6.2 CAPI mode has different window/keystroke
behaviour between native windows and wine
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iip.umar.rifai(a)gmail.com
Distribution: ---
When running CSPro 6.2 in CAPI mode, during popup answer appeared and focus,
wine cannot catch any keystrokes (tab, shift-tab, number etc.), except I change
the focus to main entry windows. In native Windows OS keystrokes (tab,
shift-tab, number etc.) accept normaly in both popup or main window focus.
How to test:
1. Download and install CSPro 6.2 here
https://www.census.gov/population/international/files/cspro/cspro62.exe
2. Run CSPro application (listed "CSPro 6.2" in menu)
3. Open existing application (other files)
4. Goto to folder Examples\1 - Data Entry\Simple CAPI
5. Open Simple CAPI.ent
6. When Simple CAPI application opened, run it by pressing CTRL+R
7. in file dialog, Let's default data to "Simple CAPI Data.dat" and press OPEN
8. Enter any number in Household ID, press ENTER
9. Press any name in Name field and press ENTER
10. Now the popup windows appeared [HERE IS THE POINT OF THE PROBLEM]
In native Windows windows OS, I can press 1 or 2 to answer popup windows, but
in Wine I must click main windows first to allow entering 1 or 2, if the focus
still in popup windows it's not accept any keystrokes.
Best regards,
-iip-
--
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=18368
Summary: D3D errors when trying to run Panzer General II.
Problem has occured on all releases since ~0.8
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: homiad(a)alum.rpi.edu
Created an attachment (id=20931)
--> (http://bugs.winehq.org/attachment.cgi?id=20931)
Console Output
Since installing 1.20 some new errors have cropped up, but the d3d errors still
persist. Basically some people claim this game works out of the box while I
have never been successful across different machines and using different
installations.
The error I get is below:
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex
samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) >
combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x32f77c,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:d3d:IWineD3DDeviceImpl_Release (0x141d98) Device released with resources
still bound, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x14a148 with type
1,WINED3DRTYPE_SURFACE
I have also included a screen shot of what the game does. The background
should be showing a hex map but instead it retains the image of the previous
menu screen. Nothing will work to make the image go away.
I am running a stock installation of wine on Ubuntu Jaunty 64bit. I am not
using any "enhancement" dll's and I do not have a Windows partition. Thank
you.
--
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.