[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - SMPlayer is going 64-bit...

This forum is deprecated. Please visit https://github.com/smplayer-dev/smplayer/discussions

SMPlayer is going 64-bit...

Forum to talk about the development of SMPlayer (code, patches...).

SMPlayer is going 64-bit...

Postby redxii » Sun Feb 12, 2012 5:33 am

Attachments
smp64.png
smp64.png (62.38 KiB) Viewed 6552 times
Last edited by redxii on Sun Feb 12, 2012 7:28 am, edited 2 times in total.
User avatar
redxii
 
Posts: 520
Joined: Thu Dec 24, 2009 7:06 pm

Re: SMPlayer is going 64-bit...

Postby GabrielYYZ » Sun Feb 12, 2012 7:01 am

try using qint64?

i'm sorry i can't be more assertive, but i don't use windows, so i can't really test if that works.
GabrielYYZ
 
Posts: 2
Joined: Sun Jan 29, 2012 8:15 am

Re: SMPlayer is going 64-bit...

Postby redxii » Sun Feb 12, 2012 7:19 am

mplayer2 has a 64-bit build but it does not play well with either this or the 32-bit SMPlayer. Oddly only one of my videos plays but the rest crash with 'exit code 1073741819'
User avatar
redxii
 
Posts: 520
Joined: Thu Dec 24, 2009 7:06 pm

Re: SMPlayer is going 64-bit...

Postby rvm » Sun Feb 12, 2012 12:20 pm

I don't have a 64-bit windows, but try qint64.
rvm
Site Admin
 
Posts: 3787
Joined: Wed Dec 23, 2009 1:25 am
Location: España

Re: SMPlayer is going 64-bit...

Postby redxii » Sun Feb 12, 2012 3:31 pm

That fixed it.

I'm not having any more success with the 64-bit mplayer2 and smplayer2, same crashing. Or running mplayer2 directly. Something wrong with mplayer2 64-bit probably.
User avatar
redxii
 
Posts: 520
Joined: Thu Dec 24, 2009 7:06 pm

Re: SMPlayer is going 64-bit...

Postby GabrielYYZ » Sun Feb 12, 2012 11:06 pm

try a 86_64 build from here: http://mplayer2.srsfckn.biz/

maybe you'll have more luck, since those seem more up to date.
GabrielYYZ
 
Posts: 2
Joined: Sun Jan 29, 2012 8:15 am

Re: SMPlayer is going 64-bit...

Postby redxii » Mon Feb 13, 2012 12:32 am

It's the 64-bit mplayer2, even running it directly crashes and even through smplayer2 64-bit.
User avatar
redxii
 
Posts: 520
Joined: Thu Dec 24, 2009 7:06 pm

Re: SMPlayer is going 64-bit...

Postby redxii » Mon Feb 13, 2012 12:35 am

Now I can't compile 64-bit anymore. I tried to move my qt/mingw files, and even after using a clean smplayer source and recompiling qt from clean sources I can no longer build smplayer. I moved it back to where it was but that didn't do it.

mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `E:/Programs/subversion/smplayer-svn/smplayer-unmodified/src'
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT -DUSE_QTLOCKEDFILE -DDOWNLOAD_SUBS -DSCR
EENSAVER_OFF -DUSE_ASSOCIATIONS -DNO_DEBUG_ON_CONSOLE -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB
-DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"d:\Qt6
4\4.8.0\include\QtCore" -I"d:\Qt64\4.8.0\include\QtNetwork" -I"d:\Qt64\4.8.0\include\QtGui" -I"d:\Qt64\4.8.0\include\QtX
ml" -I"d:\Qt64\4.8.0\include" -I"findsubtitles" -I"videopreview" -I"mpcgui" -I"youtube" -I"findsubtitles\filedownloader"
-I"findsubtitles\quazip" -I"..\zlib-1.2.6" -I"d:\Qt64\4.8.0\include\ActiveQt" -I"release" -I"." -I"d:\Qt64\4.8.0\mkspec
s\win32-g++" -o release\version.o version.cpp
version.cpp: In function 'QString smplayerVersion()':
version.cpp:31:50: error: 'SVN_REVISION' was not declared in this scope
version.cpp:35:1: warning: control reaches end of non-void function [-Wreturn-type]
mingw32-make[1]: *** [release/version.o] Error 1
mingw32-make[1]: Leaving directory `E:/Programs/subversion/smplayer-svn/smplayer-unmodified/src'
mingw32-make: *** [release] Error 2
User avatar
redxii
 
Posts: 520
Joined: Thu Dec 24, 2009 7:06 pm

Re: SMPlayer is going 64-bit...

Postby rvm » Mon Feb 13, 2012 12:53 am

Be sure the file src/svn_revision.h exists. This file is created automatically on windows by compile_windows.bat.
rvm
Site Admin
 
Posts: 3787
Joined: Wed Dec 23, 2009 1:25 am
Location: España

Re: SMPlayer is going 64-bit...

Postby redxii » Mon Feb 13, 2012 1:00 am

Figured it out, I wasn't supposed to run the clean command on Qt.
User avatar
redxii
 
Posts: 520
Joined: Thu Dec 24, 2009 7:06 pm


Return to Development

Who is online

Users browsing this forum: No registered users and 8 guests

cron