[Bug 13676] New: Lemmings Revolution: does not start anymore, still did in 0.9.43.
http://bugs.winehq.org/show_bug.cgi?id=13676 Summary: Lemmings Revolution: does not start anymore, still did in 0.9.43. Product: Wine Version: 1.0-rc3 Platform: PC URL: http://downloads.gamezone.com/demosfiles/t1178.htm OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: evaarties(a)xs4all.nl Created an attachment (id=13673) --> (http://bugs.winehq.org/attachment.cgi?id=13673) Backtrace shown in terminal after program crashed. The program installs fine from the CD but does not start and closes without any trace. The terminal shows erros, see the attachment. The URL is for a demo that still does 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.
http://bugs.winehq.org/show_bug.cgi?id=13676 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-06-04 12:13:02 --- Please run a regression test: http://wiki.winehq.org/RegressionTesting -- 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=13676 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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=13676 --- Comment #2 from Ernst <evaarties(a)xs4all.nl> 2008-06-04 13:43:02 --- (In reply to comment #1)
Please run a regression test: http://wiki.winehq.org/RegressionTesting
Well, I am trying, but can't seem to get Wine compiled with git, it gives me this error: Assembler messages: Fatal error: can't create ffs.o: Permission denied make[2]: *** [ffs.o] Fout 2 make[2]: Map '/home/ernst/WineGit/wine-git/libs/port' wordt verlaten make[1]: *** [port] Fout 2 make[1]: Map '/home/ernst/WineGit/wine-git/libs' wordt verlaten make: *** [libs] Fout 2 I installed all dependencies as stated on the site you gave and am running all commands as sudo. -- 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=13676 --- Comment #3 from James Hawkins <truiken(a)gmail.com> 2008-06-04 13:45:12 --- Why are you running all commands as sudo? That's why you're having permission problems. -- 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=13676 --- Comment #4 from Ernst <evaarties(a)xs4all.nl> 2008-06-04 13:47:33 --- I had to, since git clone failed on deltifying without sudo. After that I'm stuck using sudo, not using sudo gives: ernst(a)ernst-desktop:~/WineGit/wine-git$ CC="ccache gcc" ./configure --verbose && make clean && make ./configure: 53: cannot create conf27880.sh: Permission denied ./configure: 53: cannot create conf27880.sh: Permission denied chmod: kan geen toegang krijgen tot ‘conf27880.sh’: Bestand of map bestaat niet ./configure: line 44: conf27880.sh: Permission denied ./configure: line 45: conf27880.sh: Permission denied chmod: cannot access `conf27880.sh': No such file or directory mkdir: cannot create directory `conf27880.dir': Permission denied ./configure: line 499: conf27880.file: Permission denied ./configure: line 1496: config.log: Permission denied ./configure: line 1506: config.log: Permission denied -- 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=13676 --- Comment #5 from James Hawkins <truiken(a)gmail.com> 2008-06-04 13:50:31 --- $ sudo rm -rf wine-git and try it again. git does not need root permissions for any command. -- 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=13676 --- Comment #6 from Ernst <evaarties(a)xs4all.nl> 2008-06-04 14:02:39 --- well, I tried again and the make clean && make failed again with: header.c: In function ‘write_interface’: header.c:984: internal error SegmentationError Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-4.2/README.Bugs>. make[2]: *** [header.o] Fout 1 make[2]: Folder '/home/ernst/WineGit/wine-git/tools/widl' will be left make[1]: *** [widl] Fout 2 make[1]: Folder '/home/ernst/WineGit/wine-git/tools' will be left make: *** [tools] Fout 2 -- 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=13676 --- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-06-04 20:48:55 --- Try 'ulimit -s unlimited' and try compiling again. -- 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=13676 --- Comment #8 from Ernst <evaarties(a)xs4all.nl> 2008-06-05 11:43:59 --- Too bad, that didn't work. Compiling did got further though, now stops on: ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o stack.o stack.c stack.c: In functie ‘stack_walk’: stack.c:462: interne fout Segmentatiefout Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-4.2/README.Bugs>. make[2]: *** [stack.o] Error 1 make[2]: Folder '/home/ernst/WineGit/wine-git/dlls/dbghelp' will be left make[1]: *** [dbghelp] Error 2 make[1]: Folder '/home/ernst/WineGit/wine-git/dlls' will be left make: *** [dlls] Error 2 -- 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=13676 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2008-12-03 16:36:01 --- Is this still an issue in current (1.1.9 or newer) wine? -- 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=13676 Mclaud2000 <mclaud2000(a)tutopia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mclaud2000(a)tutopia.com --- Comment #10 from Mclaud2000 <mclaud2000(a)tutopia.com> 2009-02-16 17:40:01 --- Hello I tested Lemmings Revolution in a clean wineprefix with no overrides using wine 1.1.14 and the installation completed successfully. This bug is likely already fixed. Regards Mclaud2000 -- 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=13676 --- Comment #11 from Mclaud2000 <mclaud2000(a)tutopia.com> 2009-02-16 17:55:46 --- FixingInstallation (In reply to comment #10)
Hello
I tested Lemmings Revolution in a clean wineprefix with no overrides using wine 1.1.14 and the installation completed successfully.
This bug is likely already fixed.
Regards Mclaud2000
Sorry I did not complete the previous post: Installation completes successfully and the game is playable. -- 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=13676 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2009-02-16 18:47:56 --- Fixed then. -- 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=13676 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2009-02-27 16:31:05 --- Closing bugs fixed in 1.1.16. -- 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.
participants (1)
-
wine-bugs@winehq.org