http://bugs.winehq.org/show_bug.cgi?id=26668
Summary: wrc: resource compiler no longer supports LANGUAGE
keyword
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gsd(a)dolphin.fr
Created an attachment (id=33960)
--> (http://bugs.winehq.org/attachment.cgi?id=33960)
resource file with corresponding header file
With the attached files and the following command line the resource file
is compiled using wine 1.2.2 and fails using wine 1.3 (including 1.3.17).
wrc -I$WINEHOME/include/wine/msvcrt -I$WINEHOME/include/windows -fofoo.res
foo.rc
I get errors resembling:
file.rc:22:21: Error: syntax error
The corresponding line in the file is:
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
--
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=27850
Summary: Severe graphic issues in Need for Speed Hot Pursuit II
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
All versions of this game shows severe graphic issues, on their default
settings.
Steps to reproduce:
Download the demo from:
http://www.shacknews.com/file/1287/need-for-speed-hot-pursuit-2-demo
Install in a clean prefix.
Run with default settings.
--
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=29550
Bug #: 29550
Summary: Unable to install Paint Tool Sai
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ardentangel(a)charter.net
Classification: Unclassified
Created attachment 38284
--> http://bugs.winehq.org/attachment.cgi?id=38284
Screenshot of error
I'm sorry if this is a duplicate, but I could not find the exact same issue on
this forum.
I can not install Paint Tool Sai with Wine. First I tried by clicking (as
normal) but I got an error that I am not the administrator, so I tried to open
as the administrator and that did not work either.
After looking around the web, it seems that others have this same problem, Wine
is not acting as the administrator and newer programs will give an error
because of this. Since I am using Wine, I can not change the root of the
windows (wine) to administrator. For everything I need to do, this make Wine
completely useless for me also making this bug terminal for this issue.
Looked for some work arounds and found nothing except to install an older
version of wine, which I may do, but that does not correct this issue and will
most likely create other issues since I am NOT an advanced user of linux and
may or may not be able to keep the auto update from messing with Wine.
I have uploaded a screen shot of the one time I attempted to install Paint Tool
Sai at the comand line.
--
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=25248
Summary: Brothers in arms Road to hill 30 requires several
msvc*70 and msvc*71 librairies
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
The game bundles a bunch of vcrun2003 librairies.
xavier@xavier /wine/bia/drive_c $ perl mscodescan.pl
Found 13 bundled MS modules:
./jeu/System/msvcp71.dll
./jeu/System/msvci70.dll
./jeu/System/dbghelp.dll
./jeu/System/msvci70d.dll
./jeu/System/MSVCR70.dll
./jeu/System/msvcirt.dll
./jeu/System/MSVCR70d.dll
./jeu/System/msvcp70d.dll
./jeu/System/MSVCRt.dll
./jeu/System/MSVCR71d.dll
./jeu/System/MSVCR71.dll
./jeu/System/msvcp71d.dll
./jeu/System/msvcp70.dll
When I remove them from the game directory, the game fails to load.
xavier@xavier /wine/bia/drive_c/jeu/System $ wine bia.exe
err:module:import_dll Library MSVCI70.dll (which is needed by
L"C:\\jeu\\System\\Engine.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\Engine.dll") not found
err:module:import_dll Library Engine.dll (which is needed by
L"C:\\jeu\\System\\editor.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\editor.dll") not found
err:module:import_dll Library editor.dll (which is needed by
L"C:\\jeu\\System\\bia.exe") not found
err:module:import_dll Library MSVCI70.dll (which is needed by
L"C:\\jeu\\System\\engine.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\engine.dll") not found
err:module:import_dll Library engine.dll (which is needed by
L"C:\\jeu\\System\\bia.exe") not found
err:module:import_dll Library MSVCI70.dll (which is needed by
L"C:\\jeu\\System\\Engine.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\Engine.dll") not found
err:module:import_dll Library Engine.dll (which is needed by
L"C:\\jeu\\System\\window.dll") not found
err:module:import_dll Library window.dll (which is needed by
L"C:\\jeu\\System\\bia.exe") not found
err:module:import_dll Library MSVCI70.dll (which is needed by
L"C:\\jeu\\System\\engine.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\engine.dll") not found
err:module:import_dll Library engine.dll (which is needed by
L"C:\\jeu\\System\\bia.exe") not found
winetricks vcrun2003 is not a workaround, it does not add all the required
libs.
--
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=24167
Summary: Boxes are not drawn in Double Dragon Forever
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://cmcgames.blogspot.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cleberdemattoscasali-wine(a)yahoo.com.br
Boxes like the life bars and text boxes are drawn on windows but not drawn on
wine, unless the specific game tweak "boxfix" is used.
This is my terminal output:
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:win:EnumDisplayDevicesW ((null),0,0xc6e3cc,0x00000000), stub!
--
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=30717
Bug #: 30717
Summary: Janetter crashes on startup
Product: Wine
Version: 1.5.4
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
Saw this tweet this morning:
http://twitter.com/#!/search/%40Sutorippu%20wine
"No Linux client and Wine doesn't like it. RT @TsunTaiga @Sutorippu >not using
Janetter"
Janetter appears to be a competitor to tweetdeck freely downloadable from
http://janetter.net/
It installs fine, but crashes on startup:
err:ole:CoGetClassObject no class object {76a64158-cb41-11d1-8b02-00600806d9b6}
could be created for context 0x5
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7b839e92 (thread
0032), starting debugger...
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:seh:setup_exception_record stack overflow 940 bytes in thread 0032 eip
b760ba27 esp 00230f84 stack 0x230000-0x231000-0x330000
That CLSID appears to be ISWbemLocator,
http://msdn.microsoft.com/en-us/library/windows/desktop/aa393719(v=vs.85).a…
The app is probably trying to get information about the network
or firewall via WBEM. A stub of some sort might be in order.
--
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=24819
Summary: Grand Ages: Rome installer: "Couldn't get the string
value for the game tasks folder"
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: gameux
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Terminal shows:
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"ReleaseDate" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Genres" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Ratings" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Version" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"SavedGames" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry
L"WindowsSystemPerformanceRating" in Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Developers" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Publishers" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"GameExecutables" in
Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"ExtendedProperties" in
Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"ReleaseDate" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Genres" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Ratings" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Version" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"SavedGames" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry
L"WindowsSystemPerformanceRating" in Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Developers" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Publishers" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"GameExecutables" in
Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"ExtendedProperties" in
Game Definition File not yet supported
workaround is disabling it in winecfg.
--
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=12503
Summary: Java isn't work and failed the java test
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nadavvin(a)gmail.com
I'm installed the last version of JRE but Java don't work.
When I go to the test page or any other page which include Java I see white
area where thw Java should be, and after that Firefox lost some functionality
like, it's impossible to change tab with the mouse and the direction of the
writing in english go from right to left in the order of the letters.
http://www.java.com/en/download/help/testvm.xml
It's also happen in wine-0.9.59
--
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=32762
Bug #: 32762
Summary: Worms Forts Under Siege crashes and freezes my DVD-ROM
drive (WTF?)
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muzerakascooby(a)gmail.com
Classification: Unclassified
Created attachment 43242
--> http://bugs.winehq.org/attachment.cgi?id=43242
backtrace of crash
This is a really weird issue, which I'm going to try to investigate further
because it's so odd. I've installed Worms Forts Under Siege on my laptop, a
Thinkpad T410 with a Panasonic UJ892 DVD drive. After manually fixing the
already-reported issue with the 64-bit system and the copy protection driver
(SafeDisc v4.00.000 according to ProtectionID), when I attempt to run it now,
it displays a small white square in the middle of the screen for a good few
minutes, then crashes with a page fault on write with a standard backtrace,
attached. What's weird is what happens next - despite the program cleanly
exiting and nothing (according to lsof) using the filesystem or hardware
device, the disc drive then completely freezes. You can unmount it, but after
that, you can't remount it, you can't eject it (with eject or with the button),
it stays spun-up forever, and if you manually eject it it doesn't detect that
the disc has been removed/replaced and doesn't spin up when you reinsert the
disc. The only way to get it back AFAICT is to eject the whole drive from the
bay and reinsert, or presumably to reboot.
I don't know which part of this, if any, is a wine bug, and which (surely
partially) is a driver/hardware/possibly BIOS bug (does the BIOS have any hand
in things?), but I thought it'd be best to report it just in case. I'm going to
try using someone else's drive (I have many friends with different models of
ThinkPad, the bays all hopefully being compatible) to see if it exists there.
On my 32-bit desktop, the game runs fine on all three drives past the point
where it would have crashed here (but crashes shortly afterwards anyway with
presumably a different bug).
Incidentally, running wine in Win9x mode causes the copy protection system to
detect a debugger; running it in Win2k mode causes the program to silently
exit; XP and above cause as described.
--
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=14783
Summary: Minimizing do some lost control: impossible to close an
application
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
When I minimize Windows Media Player, I see window "Try a new function:
mini-bar on the tray" and I can't close this! I can't close Media Player with
buttons.
--
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.