https://bugs.winehq.org/show_bug.cgi?id=40117
Bug ID: 40117
Summary: Installation of WISO Steuersparbuch 2016 works fine,
but program can't be started. Major Error. Backtrace
is attached.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: armin.bollhorst(a)t-online.de
Distribution: ---
Created attachment 53595
--> https://bugs.winehq.org/attachment.cgi?id=53595
Backtrace of the error.
I installed WISO Steuersparbuch 2016, installation worked fine, but when
starting the program there is a major error. I tried different wine versions,
no difference. WISO Steuersparbuch 2015 works perfectly.
--
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=23308
Summary: Garmin WebUpdater crashes displaying release notes
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www8.garmin.com/products/webupdater/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Depends on: 7711
Install Garmin WebUpdater from the above URL.
Step 0: Until bug 7711 is fixed, you'll need to work around it, e.g. by
applying attachment 10179, which hacks GetDriveTypeW to return DRIVE_REMOVABLE
for every drive.
Step 1: Attach a Garmin device that needs to be updated.
Step 2: Run WebUpdater. You'll have to click Next through several wizard
screens:
1. Welcome screen: click Next.
2. Device screen: If you didn't do step 0 correctly, you won't see any devices
in the Device: dropdown. Otherwise, you should see a Removable Disk in the
list. Click Next.
3. Update screen: If the device you attached in Step 1. is already up to date,
you won't see anything. Otherwise, you should see a "The following update was
found:" screen. Click Next.
At this point, the wizard freezes for a while, then the attached dialog
appears.
Installing native mshtml via 'winetricks ie6' works around the issue. I also
used winecfg to reset all DLLs except mshtml to builtin and the crash persists,
then changing just mshtml to native removes it, so setting component to mshtml.
--
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=16900
Summary: Voipbuster internet connection
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atsia2003(a)yahoo.gr
Voipbuster installs okay, Starts okay. Cannot connect to the internet which
makes it useless.
You can download the program @ : www.voipbuster.com In order to connect to the
server, you need an account.
I am using debian lenny and Wine ver. 1.1.12.
--
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=28159
Summary: [integration] winebrowser associations with *.htm and
*.xml may cause native system to infinite loop
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)rodrigosilva.com
Out of the box, wine comes with *.htm and *.xml associations for winebrowser.
And wine publishes those associations in native system, creating
wine-extension-htm.desktop and wine-extension-xml.desktop. Those 2 appear in
all native's "Open With" dialoags as legit options. But, if chosen, system
enters an infinite loop (*.htm file -> start.exe /ProgId htmfile -> winebrowser
-> xdg-open -> start.exe ...)
To prevent this, and still keep a way to allow wine apps to launch files in
native apps AND allow native apps to launch files in wine apps, wine should
implement a way to inhibit winemenubuilder to create native associations for
certain extensions (in this case, *.htm and *.xml)
That can be done in several ways (hardcode blacklisting winebrowser.exe is the
easiest, but its lame), and my suggestion is this:
winemenubuilder should not create associations if the class is in
"WineImportedExtension.xxx" format. Example:
[HKEY_CLASSES_ROOT\.htm]
@="WineImportedExtension.htm"
[HKEY_CLASSES_ROOT\WineImportedExtension.htm\shell\open\command]
@="C:\\windows\\system32\\winebrowser-gui.exe \"%1\""
WineImportedExtension is a way to say: "this is not an extension handled by a
windows app. It is an extension imported from native system. So DO NOT create
an association for it in native... its already there"
To original class, "htmlfile", can stay untouched.
If, later, user installs a windows app that handles that extension, it will
overwrite the default "WineImportedExtension.xxx" to its own, and
winemenubuilder will correctly create a native *.htm association to indicate
that now there is a windows app to actually handle that.
--
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=32625
Bug #: 32625
Summary: Game window cannot gain focus
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aaron(a)luchko.ca
Classification: Unclassified
With Avernum 6 when the game window opens the window cannot gain focus and
cannot receive keystrokes.
Steps to reproduce:
1. Download and install Avernum 6
http://appdb.winehq.org/objectManager.php?sClass=application&iId=11256
2. Start the game
cd ~/.wine/drive_c/Program Files (x86)/Spiderweb Software/Avernum 6;
wine Avernum\ 6.exe
Select any configuration in the graphics configuration window
3. Notice that the game window lacks focus.
Reproducibility: Always
Wine Version:
wine-1.5.18-1.fc17.x86_64
Workaround:
Start a second copy of the game, ie
cd ~/.wine/drive_c/Program Files (x86)/Spiderweb Software/Avernum 6;
wine Avernum\ 6.exe & wine Avernum\ 6.exe
Two of graphics configuration windows will pop up, now whichever window you
choose to launch the game with, the game window will now have focus.
--
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=25005
Summary: Intel GPA Monitor crashes instantly
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
>From the userslist I read the mentioned article:
http://eengine.org/en/winehq-how-one-can-help/
It mentions the Intel GPA Monitor to capture games in windows, why not try it
in wine i thought...
It crashes instantly, with no useful crash info. I'll attach a +setupapi log,
as the problems seem to come from there is my first impression:
--
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=30975
Bug #: 30975
Summary: Navyfield launcher is missing most elements
Product: Wine
Version: 1.5.4
Platform: x86
URL: http://www.navyfield.com/Download/Game/Main.aspx
OS/Version: Mac OS X
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: paulthetall(a)gmail.com
Blocks: 30733
Classification: Unclassified
Created attachment 40651
--> http://bugs.winehq.org/attachment.cgi?id=40651
screenshot
See attached screenshot. Not a regression, afaik. Native ie7/gdiplus made no
difference. I suspect gdi32/user32, but I'll leave that for someone else to
diagnose..
Virtual desktop doesn't make a difference (but made the screenshot easier).
--
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=35684
Bug ID: 35684
Summary: Wine Internet Explorer crash when accessing amazon.com
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.maccabe(a)gmail.com
Created attachment 47650
--> http://bugs.winehq.org/attachment.cgi?id=47650
Backtrace of Wine failure when accessing amazon.com
OS: Linux Mint 16 (Petra) with KDE desktop
Using Wine 1.7.13 in WIN7 mode (also tried WIN XP mode)
Running Wine internet explorer from C:\program files (x86)
Internet Explorer seems to start normally, although slowly. The Winehq web
page loads and appears to render correctly. If I try to access www.amazon.com
(http, or https) the program experiences an error and quits. The following
window is displayed:
report says:
Program Error
The program iexplore.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency 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.
https://bugs.winehq.org/show_bug.cgi?id=41183
Bug ID: 41183
Summary: YoYo Games Game Maker Studio cannot download update
packages or sign into account
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davirichar(a)gmail.com
Distribution: ---
I'm pretty new to linux so giving a good descrption is hard. Everuthing is
written in this WineHQ post: https://forum.winehq.org/viewtopic.php?f=8&t=27240
Basically, when trying to logon my YoyoGames account at the loading welcome
screen, it tells me to reboot Game Maker Studio which I do. Once rebooted, I'm
back to start. Nothing can be done.
I tried to manually enter my licence but now I'm stuck in a loop where GMS
tries to download the professionnal packages and modules but can't. It does
this in a loop until I force wine to stop as just stopping the GMS does not
work.
Logs and screenshots are in the forum post I mentionned above.
--
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=34030
Bug #: 34030
Summary: Altium Designer 10 hangs on startup accessing a driver
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
This affects both Altium Designer 10 and 13 (aka 2013).
Once you work around bug 34018 with mdac28, it hangs
after putting up the main interface, with a big black square obscuring
part of it. +relay shows
0042:Call KERNEL32.CreateFileW(1fa60538
L"\\\\.\\altio",c0000000,00000000,00000000,00000003,00000080,00000000)
ret=1fa604d1
trace:file:CreateFileW L"\\\\.\\altio" GENERIC_READ GENERIC_WRITE creation 3
attributes 0x80
0042:Ret KERNEL32.CreateFileW() retval=00000310 ret=1fa604d1
0042:Call
KERNEL32.DeviceIoControl(00000310,9c402004,00000000,00000000,00000000,00000000,0033fa04,00000000)
ret=1fa60508
And then it just sits there. Another thread seems to sleep fitfully while
waiting for this one.
The installer did try to install a driver, but I imagine Wine just ignored
that.
--
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=34461
Bug #: 34461
Summary: Problems installing Adobe Acrobat 9
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmanglada(a)gmail.com
Classification: Unclassified
Created attachment 45878
--> http://bugs.winehq.org/attachment.cgi?id=45878
Installation's output
Hi there,
while trying to install 'Adobe Acrobat 9.2.0 Pro Extended' I have stumbled
into something very similar to bug 33473 .
I am running Wine 1.7.1 over a Kubuntu 13.04 amd64 box.
This is how I proceded :
WINEARCH=win32 WINEPREFIX=~/.wineacrobat winecfg
WINEPREFIX=~/.wineacrobat winetricks ie7
WINEPREFIX=~/.wineacrobat wine start /Unix "route-to-the-installer.exe"
... then start installation , activate the product , continue installing ...
and just before finishing the installation I got this :
err:msi:ITERATE_WriteRegistryValues Could not create key
L"Interface\\{34A715A0-6587-11D0-924A-0020AFC7AC4D}"
err:msi:ITERATE_Actions Execution halted, action L"WriteRegistryValues"
returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
I have attached the whole installation's output.
Could you please have a look at that ?
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.
https://bugs.winehq.org/show_bug.cgi?id=38263
Bug ID: 38263
Summary: Problems with Munich Bus Simulator
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ameyapatel_26(a)yahoo.co.in
Created attachment 51092
--> https://bugs.winehq.org/attachment.cgi?id=51092
Crash Log
First, let me apologize if I don't make this report correctly. I am new to this
bug reporting.
I used Wine with Euro Truck Simulator and was very happy with the performance
so I decided to try it with another simulator, Munich City Bus Simulator.
Everything installed correctly, the game loaded quickly, I got to chose game
options from the menu and the game goes to the loading screen, loaded all the
way, plays a small in game sounds and then crashes.
I used the debugger and found the problem and it was "game.vplugin". I tried
running many wrappers and I also tried running steam on wine and playing the
game through it, they all startup but come to the same point and crash. The
also have the same crash report. I have attached it.
--
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=33973
Bug #: 33973
Summary: Plot function in Elsie exiting with error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sprakashb(a)gmail.com
Classification: Unclassified
Created attachment 45126
--> http://bugs.winehq.org/attachment.cgi?id=45126
wine error from plot function in Elsie
Elsie from http://tonnesoftware.com/elsiedownload.html is filter design prog. I
have been using it under wine on Ubuntu for years without any glitch. Recently
it has developed some problem in displaying the filter frequency response plots
only. rest is working as usual.
Backtrace report is attached.
It would be really helpful for a lot of Hams if this function is working
properly.
Thanks in advance for all the nice efforts being made by this great team.
SP Bhatnagar VU2SPF
--
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=39535
Bug ID: 39535
Summary: PowerISO 6.4 (32 bits) crashes on installation (needs
fusion.dll.CopyPDBs)
Product: Wine
Version: 1.7.54
Hardware: x86-64
URL: http://www.poweriso.com/download.php
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: fusion
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Just download and try to run.
wine: Call from 0x7b83c3fd to unimplemented function fusion.dll.CopyPDBs,
aborting
wine: Unimplemented function fusion.dll.CopyPDBs called at address 0x7b83c3fd
(thread 0009), starting debugger...
$ sha1sum PowerISO6.exe
fe43a4df251739ca091fb3c4ddfcd2746d89246f PowerISO6.exe
$ du -sh PowerISO6.exe
3.3M PowerISO6.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.
http://bugs.winehq.org/show_bug.cgi?id=10970
Summary: Crazy Taxi crashes when "Now Loading" appears
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igamads(a)gmail.com
Created an attachment (id=9914)
--> (http://bugs.winehq.org/attachment.cgi?id=9914)
The backtrace given by wine
Installation works ok and game starts, but when I choose to start the game it
self if crashes when the "Now Loading" screen appears.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41130
Bug ID: 41130
Summary: Fantastic 4 Videogame dont pass first in game sequence
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Fantastic 4 Videogame dont pass first in game sequence
In game with actual cpu frecuency (4100mhz) game dont pass first in game
sequence (robot stay in air and dont put suit, dont possible continue after
that) but if cpu frecuency is reduced to 1.8ghz and lower in first game
sequence (robot puts complete suit and game continue normally)
System Specs
Nvidia Drivers 367.36.02 (run package from nvidia homepage)
Xubuntu 16.04 64Bit - Kernel 4.4.0-34 generic (ubuntu mainline) - CPUFreq:
Performance
CPU: INTEL Pentium G3258 (Haswell 22nm) 4.1Ghz + Artic Cooling Alpine 11 Plus
MEMORY: 8GB DDR3 1333 (2x4) Patriot value (dual channel: 21.3 gb/s)
GPU: Zotac Nvidia Geforce GT630 (GK208 28nm: 384 Shaders / 8 ROPS) Zone Edition
Passive Cooling 2GB DDR3 1800Mhz 64Bit (14.4Gb/s)
MAINBOARD: MSI H81M E33
Maybe this can be solved if wine have built-in fps limiter
--
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=14914
Summary: files are created as sparse files when they shouldn't
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblomenk(a)gmx.de
Created an attachment (id=15490)
--> (http://bugs.winehq.org/attachment.cgi?id=15490)
segment of winedebug relay output
Wine does create sparse segments automatically as soon as the filepointer is
advanced behind the current end-of-file. Windows semantics however is that
sparse files must be explictily requested.
See the attached trace for example which results in a file being created as
sparsefile unexpectedly.
--
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=36959
Bug ID: 36959
Summary: Whirlwind of Vietnam crashes after starting
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 09fda3b805b2defeb04f8df6ca7acbe25f2ae10d
Created attachment 49075
--> http://bugs.winehq.org/attachment.cgi?id=49075
terminal output
After starting the game it switches resolution to 1024x768 then crashes, just
before the first intro video should be played.
If I rename/move the directory containing the videos then the game loads
directly to the menu (without crashing).
No demo available, let me know if you need a debug log.
A regression from 1.7.21:
09fda3b805b2defeb04f8df6ca7acbe25f2ae10d is the first bad commit
commit 09fda3b805b2defeb04f8df6ca7acbe25f2ae10d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Jun 27 08:26:59 2014 +0200
d3d9: Improve d3d9_device_TestCooperativeLevel().
:040000 040000 6c06d4d6fdec34b08f1b154158ab269a5e4350a7
567d36430750186faa6eb358b2b9a5a2b0e4b01f M dlls
:040000 040000 74d3ba354367e174946ce26c60db0bfa586450f9
2d6f3d1621371b567649b06912abd61680e0a305 M include
wine-1.7.22-109-g35dd553
Fedora 20
Nvidia binary drivers 340.24
--
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=37416
Bug ID: 37416
Summary: The Sims 3: Display locks when running in window, uses
100% cpu
Product: Wine
Version: 1.7.29
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)zootal.com
Distribution: ---
When running windowed, after a while (usually 5 minutes or less, but sometimes
it will run for a few hours), the display will stop updating. Sound and music
will continue, and clicking on the screen sometimes gives a sound as if the
game were still running. One core will be running at 100%, ts3w.exe. The
display will be frozen, and it will not recover.
The console will display this message over and over again:
err:ntdll:RtlpWaitForCriticalSection section 0x7dace6a0 "opengl.c:
context_section" wait timed out in thread 0051, blocked by 002e, retrying (60
sec)
Once this occurs, you have to kill the wine processes.
This has occurred with the last several wine builds, and still exists in
1.7.29.
I have observed this with Slackware 14.1, both 32 bit and 64 bit, on different
machines. I'm using an nvidia 660 video card, and it has occured with both the
current drivers as of this writing, and the last couple of version of nVidia
drivers.
This does not happen if running full screen.
Steps to reproduce:
1) Run Sims 3. In options, set the display to Windows mode.
2) Load a saved game, or start a new one. Wait a while.
--
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=33570
Bug #: 33570
Summary: Mouse Escapes Wine environment in full screen or
windowed mode
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
Classification: Unclassified
This started happening around 1.5.25 and since I have checked in 1.5.26 through
1.5.29 for a fix.
The mouse simply escapes the Wine environment in either Window or Full screen
mode.
The game I tested was Swat 4. How to reproduce:
1. Select a map and begin mission.
2. Once in the mission try moving the mouse around. At first sight, it will
look ok but now click on the game or change weapons.
3. Now move the mouse again, you will see it will either escape horizontally,
vertically or both.
Does not matter if you are in Window or Full screen.
Tested on Ubuntu 13.04 64 Bit with Wine 1.5.29
The summary of the bug in the terminal was:
fixme:wininet:query_global_option INTERNET_OPTION_PER_CONNECTION_OPTION stub
fixme:wininet:query_global_option Unhandled dwOption 4
fixme:wininet:query_global_option Unhandled dwOption 5
fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionW
INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 20000
fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionW
INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 20000
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x43eab4,0x43eab0): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x43e5e8,0x00000000), stub!
fixme:wbemprox:client_security_SetBlanket 0x7d20cfb8, 0x142de8, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d20cfb8
fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
fixme:win:EnumDisplayDevicesW ((null),0,0x43d9a8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x43e698,0x00000000), stub!
---------------------------
Havok - Build (20031208)
Base system initialized.
----------------------------
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:win:EnumDisplayDevicesW ((null),0,0x43cba8,0x00000000), stub!
fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
err:ole:CoGetClassObject class {41b89b6b-9399-11d2-9623-00c04f8ee628} not
registered
err:ole:CoGetClassObject class {41b89b6b-9399-11d2-9623-00c04f8ee628} not
registered
err:ole:create_server class {41b89b6b-9399-11d2-9623-00c04f8ee628} not
registered
err:ole:CoGetClassObject no class object {41b89b6b-9399-11d2-9623-00c04f8ee628}
could be created for context 0x7
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:imm:ImmReleaseContext (0x100f0, 0x672c7fe8): stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
--
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=24718
Summary: Condes does not work under wine
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mihai.ibanescu(a)gmail.com
Condes (http://www.condes.net) is an orienteering mapping application. It would
be awesome if it ran under wine. It installs and launches, but the map is
rendered wrong - every line or point is 100x (rough guess :-) thicker than it
should be.
>From a discussion with the developer, who was very interested in getting the
app to run under wine:
<quote>
I don't know if you have any contacts to the wine people, but if you allude to
them that I use so-called MapMode MM_ANISOTROPIC, and that I manipulate
ViewportExtent in order to achieve the correct "zoom" level, then perhaps that
might ring a bell with them.. (there are more "modern" means of transforming
the coordinate system than what I use, but those means won't work on Win 9x, so
as long as I have to keep supporting Win9x, I'll have to stick with the archaic
fashion of coordinate system manipulation)
</quote>
To install the app to reproduce the problem, here is the link to download it:
http://www.condes.net/ver8/install_condes8.exe
You do not need to register the app, the problem shows up even in the trial
version. After it launches, what should be a map is a big conglomeration of
thick lines.
I know nothing about Windows, so it's probably hard for me to help right off
the bat, but if what Finn says in the quote above rings a bell to anyone, I
could try to dedicate it some time.
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.
http://bugs.winehq.org/show_bug.cgi?id=35700
Bug ID: 35700
Summary: Arabic Shaping Is Broken After Rechedit News.
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: moceap(a)hotmail.com
I update my Wine from 1.7.8 to 1.7.13 ::
Saping of Arabic full failed !!
In 1.7.8 I have just this bug34513
--
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=35293
Bug ID: 35293
Summary: Halo: CE, glPointSize error = INVALID_VALUE
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kierek93(a)gmail.com
Classification: Unclassified
Created attachment 47069
--> http://bugs.winehq.org/attachment.cgi?id=47069
log
For about half year I'm struggling to get Halo: Combat Evolved run without
graphical bugs in wine, but I just couldn't think of anything, so I came to a
conclusion that it can be a bug in Mesa. I filled mesa bug, but someone there
said, that it sounds like bug in wine3d, so here I am.
My Spec:
Manjaro Linux
Intel i3-3110m (with intel hd graphics 4000)
Kernel 3.12.6
KDE 4.12
Mesa 10.0.1(didn't work with 9.2)
Wine 1.6 (the same with 1.7.9)
The game itself starts fine, but with horrible graphical glitches, and terminal
getting spammed by glPointSize errors.
Here you can see screenshots:
https://www.dropbox.com/s/f9vik5w6e2v9w1r/zrzut%20ekranu11.pnghttps://www.dropbox.com/s/gbd5jg7rbqxvbvi/zrzut%20ekranu12.png
Because of these glitches, the game is unplayable, but as you can see on the
second screenshot, it's (technically) playable.
When I was on nvidia hardware, and using nvidia blob, the game was perfectly
playable, so I think that the problem is with compatibility somewhere between
wine, mesa and intel drivers.
--
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=40169
Bug ID: 40169
Summary: Recognize INTERNET_FLAG_SECURE with
INTERNET_INVALID_PORT_NUMBER in GetHttpConnection
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: PhoneixSegovia(a)gmail.com
Distribution: ---
When using GetHttpConnection with the port INTERNET_INVALID_PORT_NUMBER and the
flag INTERNET_FLAG_SECURE wininet interpret incorrectly and try to connect to
port 80.
For example this is the code used in the windows program to make a request:
#include "afxinet.h"
BOOL servicioPost(const char* actionPage, CString& strFormData, CString&
mensajeError, CString& contenidoFichero){
CString strHeaders = _T("Content-Type: application/x-www-form-urlencoded");
CHttpConnection* pConnection = NULL;
CHttpFile* pFile = NULL;
BOOL retorno = FALSE;
TRY{
CInternetSession session;
pConnection = session.GetHttpConnection(DOMINIO_SERVIDOR,
INTERNET_FLAG_SECURE,INTERNET_INVALID_PORT_NUMBER, NULL, NULL);
if (pConnection){
pFile = pConnection->OpenRequest(CHttpConnection::HTTP_VERB_POST,
actionPage, NULL, 1, NULL, NULL, INTERNET_FLAG_SECURE);
if (pFile){
if (pFile->SendRequest(strHeaders,
(LPVOID)(LPCTSTR)strFormData, strFormData.GetLength())){
retorno = TRUE;
// Make another stuff
}
}
}
}
CATCH_ALL(e){
char mensaje[100];
e->GetErrorMessage(mensaje, 100);
mensajeError = "Error Wininet: ";
mensajeError += mensaje;
}
END_CATCH_ALL
if (pConnection)delete pConnection;//don't skip
if (pFile)delete pFile;//don't skip
return retorno;
}
--
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=34807
Bug #: 34807
Summary: Gruntz crashes on startup in d3d
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarro.2783(a)gmail.com
Classification: Unclassified
Created attachment 46418
--> http://bugs.winehq.org/attachment.cgi?id=46418
console output of crash
The game Gruntz crashes after playing the first intro video, the backtrace
points to
=>0 0x7e317bb2 wined3d_surface_blt+0x2052() in wined3d (0x00326d58)
further output 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.
https://bugs.winehq.org/show_bug.cgi?id=38766
Bug ID: 38766
Summary: RpcBindingServerFromClient is unimplemented, needed to
determine client Computer Name/IP Address
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)colinfinck.de
Distribution: ---
Wine's rpcrt4.dll currently doesn't implement the RpcBindingServerFromClient
function.
The following code is the only way I know to determine the Computer Name/IP
Address of the client doing the RPC request:
====================================================================
RpcBindingServerFromClient(NULL, &hServerBinding);
RpcBindingToStringBindingW(hServerBinding, &pwszBinding);
RpcStringBindingParseW(pwszBinding, NULL, NULL, &pwszComputerName, NULL,
NULL);
====================================================================
I either need this function to be implemented or an alternative way to
determine the client's Computer Name/IP Address.
--
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=31420
Bug #: 31420
Summary: radar opus homeopathic software does not work
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: faiza_mk(a)hotmail.com
Classification: Unclassified
Created attachment 41301
--> http://bugs.winehq.org/attachment.cgi?id=41301
radar opus does not open install shield shows error
radar opus homeopathic software does not 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.
https://bugs.winehq.org/show_bug.cgi?id=40089
Bug ID: 40089
Summary: 64bit upx packed executable crashing at startup with
page fault
Product: Wine
Version: 1.9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ismail(a)i10z.com
Distribution: ---
Created attachment 53579
--> https://bugs.winehq.org/attachment.cgi?id=53579
wine debug log.
Download https://i10z.com/tmp/ffmpeg.exe and try to run:
> wine ./ffmpeg.exe
wine: Unhandled page fault at address 0x7fbf2f17c5b2 (thread 0024), starting
debugger...
Attached is the crash log.
--
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=29508
Bug #: 29508
Summary: Visual Studio 2005 trial can't create new project
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Visual C++ 2005 Trial installs ok with following recipe:
winetricks mfc42 dotnet20
use wine-1.3.15 to work around bug 27987 (or maybe just create the directory
that bug mentions)
mount image and run installer
but running the installed app with current wine, and doing
File / New / Project / win32 console app
type in the name of the project (say, "hello")
click OK
takes you into the New Project Wizard, but you can't complete it;
clicking OK does nothing. Clicking Cancel does let you back out cleanly.
Installing ie7 didn't fix the problem, but oddly, when you click on OK,
now a blank window comes up. Otherwise behavior is identical, can't finish
that dialog.
--
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=9277
Summary: Folder selection doesn't work correctly since 0.9.42
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loacoon(a)hotmail.com
When using Winzip, open a zip file and select Extract, and then in My Computer
select C:. The Program Files and Windows folders will appear, but you won't be
able to enter in any of them, and they'll be duplicated in the address bar if
you click on one of them.
This bug appeared in Wine 0.9.42 and does happen with any Windows app I tested.
--
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=35811
Bug ID: 35811
Summary: wine will stop execute new program when fullscreen
application is running
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Created attachment 47809
--> http://bugs.winehq.org/attachment.cgi?id=47809
running log when execute the other program.
wine will stop running new program when running a fullscreen game, like Diablo
III or Banished.
this is the log with "WINEDEBUG=warn+all winecfg"
warn:win:create_window_handle error 0 creating window
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
warn:font:synthesize_bold_glyph Emboldening format 0x62697473 is not supported
warn:win:create_window_handle error 1812 creating window
this just happened when the fullscreen game running for a period of time.
not happened instantly.
--
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=40895
Bug ID: 40895
Summary: Office 2007 applications crash on first launch after
install
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
Created attachment 54987
--> https://bugs.winehq.org/attachment.cgi?id=54987
Crash trace
Excel crashes after displaying the splash screen.
I've seen bug #28642, but I thought this was fixed.
--
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=11819
Summary: P8 palette problem in The longest journey demo
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.jeuxvideo.fr/demo-the-longest-journey-1563-0-
0.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11082)
--> (http://bugs.winehq.org/attachment.cgi?id=11082)
console output
The main character in The longest journey demo is not displayed.
I attached a console output and a screenshot.
Joaopa
--
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=41069
Bug ID: 41069
Summary: raw input: Console spammed with repeated
"fixme:win:DefRawInputProc ... stub!" messages
Product: Wine
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Distribution: ---
I noticed this issue with WinUAE, which uses raw input by default.
Unless run with something like WINEDEBUG=-all, the console is spammed with
repeated lines like
fixme:win:DefRawInputProc (paRawInput=0x694f210, nInput=1, cbSizeHeader=16)
stub!
on every input event.
Just moving the mouse while emulation is running fills the screen with lines
like that. This bug report is to suggest that that fixme be limited in number.
To reproduce:
- Download then run the WinUAE installer
http://www.winuae.net/files/InstallWinUAE3300.msi
- Run winuae.exe
- When the WinUAE Properties window appears click Start
- Move the mouse and/or press keys, note the console output
--
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=33903
Bug #: 33903
Summary: Writing in wine-console disabled , when
window-maker-control check button disabled
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moceap(a)hotmail.com
Classification: Unclassified
When I disable ( Allow the window manager to control the windows ) check box ,
I can't write any thing into cmd ran into wineconsole .
( Fedora 18 - Gnome panel 3.6.3 )
--
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=41046
Bug ID: 41046
Summary: Star Wars Racer white screen
Product: Wine
Version: 1.9.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 55218
--> https://bugs.winehq.org/attachment.cgi?id=55218
Star Wars Racer wine 1.9.15
Hello,
Star Wars Episode 1 Racer, the screen becomes white at the start of the race or
during the race. Then the game no more respond.
I joined you the log file.
Thank you for your help.
LGDN.
Config:
WIne 1.7.15
Ubuntu 16.04 Xenial 64 bits
NVIDIA GeForce GTX 770
official Ubuntu Nvidia drivers 361.42 - 1920x1080
--
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=33299
Bug #: 33299
Summary: Dragon Age Origin randomly crash while ingame
Product: Wine
Version: 1.5.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
Created attachment 44052
--> http://bugs.winehq.org/attachment.cgi?id=44052
backtrace
When playing Dragon Age Origins, the application crashes sometime (sometime
every hours, sometimes every 15 min...
I dont find any cause, the only common thing of these crash is the fact they
seem to happen while in fight mode in the game.
--
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=38883
Bug ID: 38883
Summary: RANE Drag Net won't install
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: register(a)ciengi.com
Distribution: ---
The RANE Drag Net program will not install in Wine. I get no errors when
running the installer, so not sure where to start.
http://www.rane.com/software/dn421.zip
When I run "WINEDEBUG=+tid,+seh,+relay,+dwrite wine ./dragnet.exe > log.txt
2>&1", the resulting log file was over 19 MB, so I can't attach it.
--
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=37665
Bug ID: 37665
Summary: Endless Space, fatal error in gc
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: simon_hyll(a)hotmail.com
Distribution: ---
Created attachment 50129
--> https://bugs.winehq.org/attachment.cgi?id=50129
Backtrace created when running the game
I have Wine-1.7.31 and use it in 64 bit mode.
Whenever I run Endless Space I get the error message "Fatal error in gc,
GetThreadContext failed".
When I google this error what I could gather was that this is an error in Mono
but that the Mono dev team states that this is an error in Wine, not in Mono.
--
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=39914
Bug ID: 39914
Summary: No fonts visible in FastStone Photo Resizer 3.5 GUI
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Distribution: ---
Created attachment 53304
--> https://bugs.winehq.org/attachment.cgi?id=53304
WINEDEBUG=font log
I've discovered an unusual problem in FastStone Photo Resizer. I have installed
a number of fonts on my system, and have fonts working on other programs.
However, when I run FastStone Photo Resizer the fonts do not properly display
and make the program nearly impossible to use.
Attached is a WINEDEBUG=font log of the program running.
--
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=34513
Bug #: 34513
Summary: Arabic not shown correctly with rich edit library .
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moceap(a)hotmail.com
Classification: Unclassified
Arabic reading or writing with riched has problems.
For example : When Arabic writing at wine wordpad , unwanted spaces will shown
!
>>>>
Also in applications that use riched20 for reading , not all words shown in
there places !!!
--
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=36454
Bug ID: 36454
Summary: detector client does not run
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rob2098(a)gmail.com
Created attachment 48489
--> http://bugs.winehq.org/attachment.cgi?id=48489
the error backtrace
i forgot my pin number for my cell phone so i tryed there software but wine
dosent seem to work at all!
--
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=33919
Bug #: 33919
Summary: Disturbance in viewing Wine windows through Arabic
session .
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moceap(a)hotmail.com
CC: aric(a)codeweavers.com
Classification: Unclassified
The bug is the disturbance in some places in Wine windows
when using wine in Arabic session .
Most blocker problem in ( open with choose window )
This video show the bug :
http://www.youtube.com/watch?v=lGB8DgekeBw
( shoe it in HD )
--
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=21314
Summary: Sony Acid Xpress 7.0: Fails to open .acd file format,
and won't play music.
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://dspcdn.sonymediasoftware.com/acidplanet/acidxpr
ess70_enu.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25652)
--> (http://bugs.winehq.org/attachment.cgi?id=25652)
Innumerable fixmes and buggies...
This one is rather serious, the application boots(once you've copied over the
directory from a windows installation and chosen the "register from another
computer option"), but then fails to load or save it's own .acd file format and
play any .wav files. It simply states "the reason for being unable to open the
project file could not be determined". Making the program pretty much garbage.
Other trivial bugs are occurring too including the welcome screen which fails
to load with wine gecko and icons which are weird looking.
Anyhow log 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=19557
Summary: WritersBlocks has problem displaying text boxes
OLEPictureImpl error
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.writersblocks.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
Writers blocks is a piece of software that only really does one thing...
displays OLE text boxes.
An earlier version installed and ran on an earlier wine. This one does not.
Directions to reproduce:
Download free trial
sh winetricks vb6run mfc40 (I also install gdiplus and fontfix)
also tried with the following
sh winetricks mfc42 vcrun2003 vcrun2005 vcrun2005sp1 vcrun2008 vcrun2008sp1
just to make sure that the author wasn't using updated libs, but he's not.
The earlier winebug on the earlier WritersBlocks was
bug 1542
--
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=40323
Bug ID: 40323
Summary: Sorry, we couldn't connect to Skype
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: contrib(a)maxqia.com
Distribution: ---
Created attachment 53976
--> https://bugs.winehq.org/attachment.cgi?id=53976
Log
Skype, with/without ie8 installed, always says "Sorry, we couldn't connect to
Skype." when you launch it. If you don't have ie8 installed,it also opens a
page to
https://apps.skypeassets.com/static/skype.client.login/trunk/latest/release…
--
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=39183
Bug ID: 39183
Summary: backup of officer didnt work. cant open backup
anymore.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jansimon(a)exploitedghetto.de
Distribution: ---
Created attachment 52229
--> https://bugs.winehq.org/attachment.cgi?id=52229
backup of officer didnt work. cant open backup anymore.
backup of officer didnt work. cant open backup anymore.
--
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=40516
Bug ID: 40516
Summary: Office 2013 programs crash after wine-staging update
from 1.9.7 to 1.9.8
Product: Wine-staging
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bystrzak14(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54321
--> https://bugs.winehq.org/attachment.cgi?id=54321
PowerPoint2013x32 Fedora 23 x64 Wine Staging 1.9.8 Traceafter crash
I've just managed to get Office 2013 working and after updating wine-staging
today Office tools are suddenly stopped working. PowerPoint only runs from time
to time but only in safe mode. Logs from Excel, Word and PowerPoint attached.
Fedora 23 64bit
wine-1.9.8 (Staging)
--
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=35944
Bug ID: 35944
Summary: wine 1.6 - i can not open burowin
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jadieguez(a)leganes.org
I use lubuntu 12.04 - with wine1.6.
I can not starting burowin 5.0 to connect with my Oracle database 10g.
The computer try to open de window for brwlogin.exe - but is stopping and say
nothing.
sqlplusw.exe from oracle is O.K.
MSACCESS.EXE from Microsoft Office is O.K. too.
Please help me.
--
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.