http://bugs.winehq.org/show_bug.cgi?id=15661
Summary: cardtricks141.exe can't format SD Memory Card
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://www.zshare.net/download/2014475990be7613/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guy.roussin(a)teledetection.fr
Hi,
cardtricks141.exe can't format the SD Memory Card.
It says "Could not write to the Card ! Please
check write protect tab."
But the card is not write protect with tab.
mount gives this :
/dev/sdb1 on /media/CANON_DC type vfat
(rw,nosuid,nodev,uhelper=hal,shortname=lower,uid=1002)
and i can touch/remove files from the card ...
Thank you,
Guy
Note:
This tools is useful to prepare a SD Memory Card
for "CHDK firmware" addon on CANON camera.
Others options of cardtricks41.exe run fine.
--
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=29832
Bug #: 29832
Summary: Crash with error
Product: Wine
Version: 1.4-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 13zl(a)mail.ru
Classification: Unclassified
Created attachment 38742
--> http://bugs.winehq.org/attachment.cgi?id=38742
Crash with error
Crash with error
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18099
Summary: No keyboard response in Super Mario 3 remake
Product: Wine
Version: 1.1.19
Platform: All
URL: http://www.acid-play.com/file/marioforever.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.lervag(a)gmail.com
When attempting to play the free "Super Mario 3: Mario Forever" remake by
Buziol games, we are unable to enter gameplay as there is no response from the
keyboard when entering the "Select world" screen. In this screen, you are
supposed to be able to move Mario with the keyboard arrow buttons as well as
jump with the shift button.
According to the appdb, the first mention of this problem is with wine version
20050111, and it is still present in wine version 1.19.
Link to the application entry in appdb:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=2363
Everything else about the game seems to be working normally in wine
(installation, launching game, graphics, music).
The game itself is perceived to be very good and fun remake of the original
game, and it would be nice to be able to enjoy this little gem with linux/wine.
The game is available as a free download from the specified URL.
--
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=13788
Summary: Logitech Harmony Remote Software Fails USB Update
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimrorie(a)logisys.biz
Technically this is version 7.4.3 which can only be installed by installing
7.4.1 and going though the update process.
Selecting "Update Remote" in the main screen results in a timeout waiting for
communication with the remote via USB.
--
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=29117
Bug #: 29117
Summary: Borland C++ Builder 6 TForm->Show() problem
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: navadwip(a)rambler.ru
Classification: Unclassified
Hello, all!
My program is written on Borland C Builder 6
Not properly method TForm-> Show () works;
And on operational system Ubunto 10.10 it works properly, and already in Ubuntu
11.10 method TForm-> Show () works not properly.
Elements of a window receive focus of input from the keyboard, and the window
remains not active!
The heading of a window and is not painted in color of an active window and if
the window has been curtailed (minimize) TForm-> WindowState = wsNormal and
TForm-> Show () the window at all cannot show - it remains invisible and
inaccessible.
I send an example. I have costs Wine 1.3.32, Ubuntu 11.10. If Form-> Visible ==
false Form-> Show () work properly, If Form-> Visible == true, but Form->
Active == false - Form-> Show () work not properly. The solution - use TForm->
Hide () and TForm-> Show () (Chek Box ' Alternate ' in an example), but this
solution is not best variant.
Also not properly works variations the sizes of a window by means of the mouse
when there are restrictions, for example TForm-> Constraints. MaxHeight,
TForm-> Constraints. MaxWidth or TForm-> BorderStyle = bsSingle (a window with
the unchangeable size).
Also there are problems with a modal window (TForm-> ShowModal ()).
Please, inform it to developers for correction of a mistake.
https://rapidshare.com/files/1202120874/WineTest.tar.gz
Thank you very much.
With best wishes Navadvipa Chandra das.
--
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=30274
Bug #: 30274
Summary: Modal dialog gets out of focus using Wine 1.2.3
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: contact(a)chillvisio.ch
Classification: Unclassified
Modal window gets out of focus if minimized and blocks any actions in the main
window.
I've attached and example created in Delphi called Project1. It has Form1
window with action button which opens a modal dialog called Form2.
The main idea is when opened Form2 to be always on top and to be impossible to
hide it behind Form1.
However once that Form2 is opened if I minimize it, I have Form1 stealing modal
Form2's focus and Form1's window is blocked and I have no other possibility but
to kill the running program.
If I have the program running and I open the modal dialog called Form2 if I
click back on Form1 window and Form2 goes behind it I am left again with a
blocked Form1 window, but could still close the modal Form2 with Alt+F4.
I've attached and example of the project.
--
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=29641
Bug #: 29641
Summary: Wrong textures on Angry Birds
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 38416
--> http://bugs.winehq.org/attachment.cgi?id=38416
Screenshot of the issue
The problem appears from level 1-2 and up, everything looks good on the first
level.
A download link to a demo showing the problem is available at:
http://download.angrybirds.com/
Wine version: wine-1.3.37-108-g4cd49d3
The only console output:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:wininet:set_cookie Unknown additional option L"MAX-AGE=600"
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
Ubuntu 12.04 alpha 1, using Mesa 7.11, and a ATI HD 6570:
OpenGL renderer string: Gallium 0.4 on AMD REDWOOD
OpenGL version string: 2.1 Mesa 7.11
--
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=32907
Bug #: 32907
Summary: Regression - ammyy admin crashes at startup again
Product: Wine
Version: 1.1.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sprog(a)online.ru
Classification: Unclassified
Regression AMMYY Admin AA_v3.exe crashes at startup again (worked with 20, 21).
20130206-13:17:07.557 000000BC - ERROR: ERROR: Unhandled Exception eip=7B83DBDA
esp=007CE814 ebp=007CE888
--
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=19122
Summary: MCI mciSendString with repeat as a play flag does not
work
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emil.jo.andersson(a)gmail.com
This works (plays once as expected):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic"), response, (UINT)_tcslen(response), NULL);
This does not work (doesn't play at all):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic repeat"), response, (UINT)_tcslen(response),
NULL);
I've tried this both in a virtual machine (Virtualbox) and on a non-virtual
machine. Both were running Ubuntu 9.04 with version 1.1.24 from the Wine
repository.
--
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=28884
Bug #: 28884
Summary: keyboard input does not work properly for Sculptris
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)light-bg.com
Classification: Unclassified
Created attachment 37113
--> http://bugs.winehq.org/attachment.cgi?id=37113
console output
The application runs flawlessly while controlled with the mouse only or with a
combination of keyboard and mouse input simultaneously.
But upon pressing any button on the keyboard alone, with the only exception of
the F* keys and the NumLock, the application freezes until focus is changed to
another window and returned to the application window.
After returning focus to the application window Sculptris continues to work as
if no keyboard shortcut was pressed. The only exception to this are the square
brackets and the numpad Del keys, which have the effect of
increasing/decreasing the brush size. They too do freeze the app, but the brush
is larger/smaller after returning to the app. No other keyboard shortcuts (most
notably ctrl-z - undo) are not working. This makes the application unusable for
serious work, because many things are controlled only via keyboard and are not
present in the UI.
There is nothing on the console, except the following three lines:
--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.