http://bugs.winehq.org/show_bug.cgi?id=34125
Bug #: 34125
Summary: JX3Client.exe crashes at start
Product: Wine
Version: 1.6
Platform: x86
URL: http://jx3.client.cdn.kingsoft.com/JXOnline3-v3.0.4.49
80/JXOnline3-v3.0.4.4980.rar
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Depends on: 34124
Classification: Unclassified
1. Download and install JX3 game
http://jx3.client.cdn.kingsoft.com/JXOnline3-v3.0.4.4980/JXOnline3-v3.0.4.4…
2. winetricks -q wininet, workaround bug 34124
3. Start JX3Launhcer.exe, the laucher will start gameupdater.exe and download
some update packages, wait for the downloading until finish.
(The game refuse to start if it hasn't been upgrade to latest version)
4. Start JX3Client.exe:
One way is to start JX3Launcher.exe
~/.wine/drive_c/Program Files/Kingsoft/JX3$ wine JX3Launcher.exe
And then click on '开始游戏'(Start game)
The other way is start JX3Client.exe with special parameter:
drive_c/Program Files/Kingsoft/JX3/bin/zhcn$ wine JX3Client.exe
DOTNOTSTARTGAMEBYJX3CLIENT.EXE
Expect result:
The game should start normally
Actual result:
The game crashes at start.
game version after auto update: 3.0.4.5023
--
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=32464
Bug #: 32464
Summary: HAWKEN launcher crashes after 3-20 seconds
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesleeon(a)ileamare.ru
Classification: Unclassified
With update to 1.5.19 from 1.5.19 I have problems with HAWKEN launcher.
It doesn't show news, time and speed (when download patch/game files). After
3-20 seconds after launch it crashes.
After crush I have this in console:
[1216/224044:ERROR:proxy_config_service_win.cc(159)]
WinHttpGetIEProxyConfigForCurrentUser failed: 2
fixme:ras:RasEnumConnectionsW (0x1a2ce8,0x462e568,0x3a70004),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
[1216/224058:ERROR:proxy_config_service_win.cc(159)]
WinHttpGetIEProxyConfigForCurrentUser failed: 2
fixme:ntdll:server_ioctl_file Unsupported ioctl 900c4 (device=9 access=0
func=31 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 900c4 (device=9 access=0
func=31 method=0)
fixme:iphlpapi:CancelIPChangeNotify (overlapped 0x173abb8): stub
There's no such problem on 1.5.18.
--
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=23299
Summary: screen under Steam windows is not refreshing
Product: Wine
Version: 1.2-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)mizerski.pl
window manager: metacity with compositing enabled
notice: when talking about Steam windows I mean every window that Steam opens.
It can be the main window, but also the "Connecting Steam account", properties,
Friends, etc.
Screen under Steam windows is not refreshing, but only the part that is below
and to the right of top left corner of Steam window.
On the screenshot you can see the Firefox window with scrolled page and Avant
Window Navigator with autohiding.
--
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=44726
Bug ID: 44726
Summary: runtime error 380 starting genograph
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marc.clemens(a)sichtweisen-ol.de
Distribution: ---
I try to install the program genograph (geno200.exe from
http://www.klaus-wessiepe.de/down.htm) by using wine. Sometimes the
installation is successful, and the program works, sometimes not, and there
will be the alert: Runtime error 380. I don't know why program sometimes works
and sometimes not. I am using Linux Mint Cinnamon and I think the latest
version of 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.
http://bugs.winehq.org/show_bug.cgi?id=10571
Summary: scsi controller IDs mapped to wrong ASPI IDs
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wbreyha(a)gmx.net
Hi!
The builtin wnaspi32.dll seems to number SCSI Port IDs 0,1,2,4,8,0x10,....
(like the native linux controller IDs), instead of 0,1,2,3,4,5..... (as
required by ASPI as far as I was told). So every device connected to a SCSI
Port ID larger then 2 is not visible to applications.
At least on my machine I see this numbering in the
HKLM/Hardware/DEVICEMAP/Scsi/
tree. "Scsi Port x" where x=0,1,2,4,8,.....
I tried to run "Easy CD-CA Extractor" and my DVD-Drive is connected to
controller id 4 (which should be 3 in ASPI aspects). Copying the whole tree
from "Scsi Target 4" to "Scsi Target 3" worked.
The developer of "Easy CD-DA Extractor" told me that ASPI requires a
0,1,2,3,4,5,... numbering.
Regards, Wolfgang Breyha
--
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=10003
Summary: Illustrator CS2 installer can't show image
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.adobe.com/pub/adobe/illustrator/win/cs2/Illust
rator_CS2_ue_TryOut.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Illustrator CS2 installer is probably missing
a bitmap (though I haven't seen it in action on
Windows, so I can't say), as one sees the following scroll by:
fixme:ole:OLEPictureImpl_Load Unknown stream header magic: 00905a4d
fixme:ole:OLEPictureImpl_Load Unknown stream header magic: 00000004
fixme:ole:OLEPictureImpl_Load Could only read 65520 of 65535 bytes out of
stream?
fixme:ole:OLEPictureImpl_Load Unknown magic 00b8, 65520 read bytes:
b8 00 00 00 00 00 00 00 b8 00
00 00 00 00 00 00 40 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00 f0 00 00 00 0e 1f ba 0e
00 b4 09 cd 21 b8 01 4c cd 21
54 68 69 73 20 70 72 6f 67 72
61 6d 20 63 61 6e 6e 6f 74 20
...
err:msi:msi_load_picture failed to get bitmap size
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"NewBinary1"
when the installer is on its third or so screen.
Native dcom98 doesn't help.
--
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=43735
Bug ID: 43735
Summary: i am trying to download a windows software karvy an
financial software which is not working ..
Product: Wine
Version: 2.0.2
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiteshpeswani.hp(a)gmail.com
Created attachment 59215
--> https://bugs.winehq.org/attachment.cgi?id=59215
i am trying to download a windows software karvy an financial software which is
not working ..
i am trying to download a windows software karvy an financial software which is
not working ..
--
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=41754
Bug ID: 41754
Summary: Steam in wine stuck at 100% usage after some quake
live gameplay
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cosiekvfj(a)o2.pl
Distribution: ---
Created attachment 56197
--> https://bugs.winehq.org/attachment.cgi?id=56197
img
Steam seems to be stuck in loop and uses 100% processor. It happens after some
quake live gameplay. Steam is still usable but a little bit less responsive.
--
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=38332
Bug ID: 38332
Summary: Aces High II frame stuttering
Product: Wine
Version: 1.7.33
Hardware: x86
URL: http://www.hitechcreations.com/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: charlton(a)openmailbox.org
CC: erich.e.hoover(a)wine-staging.com
Regression SHA1: 3d5fe2074e569a9d846a6018792d68d76d3eb38d
Distribution: ---
Basicly with this commit "3d5fe2074e569a9d846a6018792d68d76d3eb38d" I see frame
stuttering with the game Aces High 2.
To reproduce this problem: 1. Download
http://downloads.hitechcreations.com/AH2322.EXE
2. Install and run the game using a wine version greater or equal to 1.7.33
3. You should notice the frames are stuttering immediatly inside the menu if
not click on "Offline Practice" to do further testing.
The frame rate is smooth if you reverse this commit.
Also if you are using mesa you need libtxc_dxtn to see most of the textures.
--
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=48574
Bug ID: 48574
Summary: when WeChat sigh in then a crash report showed,but
nothing else happened
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 1183520543(a)qq.com
Distribution: ---
Created attachment 66404
--> https://bugs.winehq.org/attachment.cgi?id=66404
the crashed log
when i started WeChat and login in ,serval seconds later a window showed a
crash report.
the report was in the attachment,when i closed the crash report window.nothing
else happend,and I could continue use WeChat no problem
--
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=47318
Bug ID: 47318
Summary: wine has seizure when run in ubuntu 18.04LTS with
NVIDIA driver
Product: Wine
Version: 4.0.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: topjetboy(a)yahoo.com
Distribution: ---
Ubuntu 18.04 with NVIDIA driver
on Jun 3 17:15:32 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 418.56 Driver Version: 418.56 CUDA Version: 10.1 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 TITAN X (Pascal) Off | 00000000:01:00.0 On | N/A |
| 23% 29C P0 61W / 250W | 866MiB / 12192MiB | 1% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1812 G /usr/lib/xorg/Xorg 45MiB |
| 0 1890 G /usr/bin/gnome-shell 50MiB |
| 0 3724 G /usr/lib/xorg/Xorg 433MiB |
| 0 3881 G /usr/bin/gnome-shell 334MiB |
+-----------------------------------------------------------------------------+
wine installed as per instructions.
succesfully installed mathType.exe
executing
~/.wine/drive_c/MathType$ wine MathType.exe
results in
0024:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling
back to RandR 1.0. Please consider using the Nouveau driver instead.
000d:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling
back to RandR 1.0. Please consider using the Nouveau driver instead.
0009:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling
back to RandR 1.0. Please consider using the Nouveau driver instead.
002d:fixme:kernelbase:AppPolicyGetThreadInitializationType 0xfffffffa, 0xa7fea0
003b:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub!
003b:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub!
0009:fixme:font:get_outline_text_metrics failed to read full_nameW for font
L"Ani"!
0009:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub!
0031:fixme:heap:RtlCompactHeap (0x2120000, 0x0) stub
002c:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling
back to RandR 1.0. Please consider using the Nouveau driver instead.
0040:fixme:tasklist:wmain stub: L"C:\\windows\\system32\\tasklist.exe" L"/FI"
L"PID eq 8" L"/FO" L"CSV" L"/NH"
^C0043:fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
Although window for MathType appears, any attempt to use it only causes ubuntu
to beep.
Same exe runs fine on windows machine.
I need to run NVIDIA driver for machine learning projects.
--
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=43311
Bug ID: 43311
Summary: Installed Crossout and it isn't working... DXD9 error
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: benjaminrollock(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 58652
--> https://bugs.winehq.org/attachment.cgi?id=58652
Crossout installation error
I'm attemping to install Crossout on Linuxmint and Wine after I installed wine
crossout is having a DXD9 error. I also have winetricks installed.
--
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=33822
Bug #: 33822
Summary: Missing pictures in chats record of QQ 2012 Simplified
Chinese version
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangpeishi(a)gmail.com
Classification: Unclassified
Created attachment 44834
--> http://bugs.winehq.org/attachment.cgi?id=44834
Screenshot
Missing pictures in chats record of QQ 2012 Simplified Chinese version ,that
means ,the pictures can't be saved to the record files.
--
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=39819
Bug ID: 39819
Summary: No sound in the game Blade & Soul
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terapy-session(a)bk.ru
Distribution: ---
After upgrading to 1.8 sound disappeared in the game. This bug has already been
previously fixes in version 1.7.53 and finally removed in 1.7.54.
https://bugs.winehq.org/show_bug.cgi?id=39357
--
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=37463
Bug ID: 37463
Summary: After making native oleaut32.dll ico image is appear
black background.
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: lokesh.bhandari(a)enjayworld.com
Distribution: ---
Created attachment 49838
--> https://bugs.winehq.org/attachment.cgi?id=49838
after making oleaut32.dll native my application look like this
Application show black background after making oleaut32.dll as native from
winecfg. Only ico format image show black background. I had used oleaut32.dll
because after clicking menu button it open to slowly. Also my menu which has
ico format is also show black background.
--
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=32850
Bug #: 32850
Summary: DmC: Devil May Cry drops FPS dramatically after
cutscenes
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krywk(a)hotmail.com
Classification: Unclassified
Created attachment 43384
--> http://bugs.winehq.org/attachment.cgi?id=43384
Terminal output
Basically, the game becomes unplayable slow after a cutscene.
--
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=44756
Bug ID: 44756
Summary: Project Cars 2 crash on launch
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 60770
--> https://bugs.winehq.org/attachment.cgi?id=60770
Project Cars 2 log
Project Cars 2 crashes at start and popup for sending error to developers
appears. Before that it says that my video card doesn't meet the system
requirements for DX11. My video card is NVIDIA GTX 1080 Ti. There is the full
log:
https://pastebin.com/VR6LxASM
--
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=43589
Bug ID: 43589
Summary: Games with Safedisc protection causes the machine to
hang
Product: Wine
Version: 2.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Hi,
I've discovered that if I try to run Midtown Madness 2, Motocross Madness 2 or
Crimson Skies, my machine comes to a grinding halt. The only thing I'm able to
do is to do a hard reset of my machine.
I'm trying the retail versions of the games with the cd in the physical drive.
--
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=37680
Bug ID: 37680
Summary: QQ 6.2: unable to quit QQ.exe cleanly
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Distribution: ---
reproduce:
1. 'winetricks -q riched20 cjkfonts' and disable msctf in winecfg
2. Download and install QQ 6.2:
http://dldir1.qq.com/qqfile/qq/QQ6.2/12179/QQ6.2.exe
3. Login QQ. Here is a account for testing:
account: 1469264807
Password: winedebug
* If you cannot login with this account, you can register another here:
http://reg.imqq.com/
4. Click the menu and client the button with text '退出'(logout) to quit QQ
Expect result:
All exe of QQ will quit.
Actual result:
txplatform.exe and some other programs from QQ didn't quit.
Because QQ 6.2 is in Chinese, it may difficult for non-Chinese speaker to
reproduce.
I made a video here: http://youtu.be/C1fH5jAKITo
--
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=31508
Bug #: 31508
Summary: AutoXplorer demo crashes when you click on "Sell Car"
Product: Wine
Version: 1.5.11
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
AutoXplorer is an app for used car dealers, with a free trial download.
9fc4799e7672fcd6b225b1b940de0a6a7711f6fd autoxdemo.exe
It requires 'winetricks jet40 vb5run' before installing/running.
The app starts, but puts up a dialog saying "Error in loading DLL"
and the error
err:ole:TLB_ReadTypeLib Loading of typelib L"olepro32.dll" failed with error 0
But it recovers and puts up its main gui. Then, if you click
on "Sales Desk" and "Sell A Car", it puts up a dialog
"Run-time error '13'
Type mismatch"
and several warnings of type:
fixme:olepicture:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
It exits when you click 'ok'.
--
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=15561
Summary: Palm Desktop crashes in address export
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)hoogenraad.net
Created an attachment (id=16557)
--> (http://bugs.winehq.org/attachment.cgi?id=16557)
Detailed output from the shell window where wine was invoked
Palm Desktop crashes in address export
Version 1.0 (which I usually use) and version 3.0.x crash basically in the same
fashion at an address in mfc30 (version 1.0, Windows 3.x) or mfc42 (32-bit
version)
wine: Unhandled page fault on read access to 0x04455369 at address 0x7fb73a55
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x04455369 in 32-bit code
(0x7fb73a55).
err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "opt_mfc30.DBG"
("\\\xf23")
Detailed output from the shell window where wine was invoked are attached.
I have added the output of both the Windows 3.x version and the 32-bit version.
--
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=36098
Bug ID: 36098
Summary: Winamp's DirectSound plugin doesn't work with
192KHz/24bit ALSA audio output
Product: Wine
Version: 1.7.17
Hardware: x86
URL: http://www.filehippo.com/download_winamp/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
When you have this
defaults.pcm.dmix.rate 192000
defaults.pcm.dmix.format S24_LE
defaults.pcm.rate_converter "samplerate_best"
in /usr/share/alsa/alsa.conf (disable PulseAudio if you have it),
Winamp's DirectSound plugin doesn't work:
"Nullsoft DirectSound driver Output 2.63 (d) Error
Bad DirectSound driver. Please install proper drivers or select another device
in configuration".
WaveOutput plugin works just fine.
--
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=28363
Summary: test mstask/task_trigger.ok slightly flaky?
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mstask
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This just happened for me once after about a thousand or so runs:
../../../tools/runtest -q -P wine -M mstask.dll -T ../../.. -p
mstask_test.exe.so task_trigger.c && touch task_trigger.ok
task_trigger.c:105: Test failed: wStartMinute: Found 46 but expected 47
For what it's worth, this was with WINEDEBUG=warn+heap, and the system was
os: Ubuntu 10.04.3 LTS, 2.6.32-33-generic, pulseaudio
0.9.21-63-gd3efa-dirty, Advanced Linux Sound Architecture Driver Version
1.0.21.
ram: 3212 MB
cpu: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
gpu: GeForce GT 240/PCI/SSE2 3.2.0 NVIDIA 195.36.24
--
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=9645
Summary: icons etc vanish, except behind mouse
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arthur.butler(a)smartemail.co.uk
Hi,
First bug report for Wine-hope I tell you enough. First, thanks for all the
work.
I'm trying to run a demo version of an interesting program called Universal
Mechanism. It's developed by a university and is able to solve and simulate
physical systems quite accurately. It's used by companies and researchers, and
is reasonably affordable:
http://umlab.ru/index.htm
The program works, but large parts of the display vanish except when the mouse
pointer is moved over them. Could be used, but tedious. I'd guess it might be
an interesting program for some users, quite a rare type of program, and
useful. Since it runs OK, except UI I wondered if you might be able to
investigate? I don't know which part of wine might be responsible, but I'd
guess one of the accelerated graphics libraries. I'm using Debian Etch, with
your package: 0.9.44~winehq0~debian~4.0-1
I have an nvidia graphics card, and opengl works fine for other apps, via
nvidia driver, again debian package.
If you need more info please ask,
Thanks in advance,
Arthur
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.