Thread Closed 
 
Thread Rating:
  • 13 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Online Support (PRO Online)
11-25-2013, 05:42 AM
Post: #271
RE: Online Support (PRO Online)
@Rider43 Big Grin

@globe94 Since i don't know anything about android i don't know if it can work, but you're free to try ^^ Though, i doubt it, the socket library should be different and need some adjustments, but i'm sure it'll work one day, just need to take it step by step Wink

Kyhel,
French Student
Thanks to all PPSSPP team for this amazing emulator !

Experimental PPSSPP Adhoc Support build here : http://forums.ppsspp.org/showthread.php?tid=3595&pid=59241#pid59241
Please read the whole post.
Find all posts by this user
11-25-2013, 05:42 AM
Post: #272
RE: Online Support (PRO Online)
Alright, so it works, I can join my buddies in the guild hall in mhp3rdHD, HOWEVER, joining a quest makes them dc for some reason. I guess the connection isn't stable enough for over-internet play...
Find all posts by this user
11-25-2013, 05:45 AM (This post was last modified: 11-25-2013 05:51 AM by Kyhel.)
Post: #273
RE: Online Support (PRO Online)
@Bzhuan : are you meeting your buddies on the coldbird.uk.to sever ? If that's the case, it's normal it disconnects, actually it's not that it disconnects, it's that it can't connect more : in a simple way, getting into the hall just needs 1 connection, but getting into the quest requires 2, and the second one can't be established yet (port forwarding stuff). If you don't know how to setup a router, i can't help you, that's not the point of this thread, but it's not meant to go online yet, only local.

@Rizal : I tried to build for 32 bit, it does't work, i don't know why, but it doesn't, i get an error i don't know how to solve, sorry, you'll have to figure it by yourself Confused Furthermore, i got 9/10 builds and only the last one fails, i'm trying to get it working, but i don't know visual studio Confused

Kyhel,
French Student
Thanks to all PPSSPP team for this amazing emulator !

Experimental PPSSPP Adhoc Support build here : http://forums.ppsspp.org/showthread.php?tid=3595&pid=59241#pid59241
Please read the whole post.
Find all posts by this user
11-25-2013, 05:47 AM
Post: #274
RE: Online Support (PRO Online)
oh no, I have the software set up and everything, I also forwarded the port that the server runs on (27312). He still disconnects though...
Find all posts by this user
11-25-2013, 06:06 AM (This post was last modified: 11-25-2013 06:07 AM by Kyhel.)
Post: #275
RE: Online Support (PRO Online)
The server is only there to make each client connect to each other for the first time, but then, when they get into a quest, they have to communicate with other ports, not going through the server. If i remember well, for MHFU the psp uses port 25000 and 10000 (at least, maybe more ports if you connect to more players, i really don't know)

Whether you are on coldbird.uk.to server or your own, if your friends are not in the same local network than you, it's more complicated, and i can't tell you how to do it exactly since i can't test it myself

Kyhel,
French Student
Thanks to all PPSSPP team for this amazing emulator !

Experimental PPSSPP Adhoc Support build here : http://forums.ppsspp.org/showthread.php?tid=3595&pid=59241#pid59241
Please read the whole post.
Find all posts by this user
11-25-2013, 06:13 AM
Post: #276
RE: Online Support (PRO Online)
So i assume the next step is applying this into the latest builds of PPSSPP for maximum speed and compatibility, and Easier Settings for Online play of course.
Find all posts by this user
11-25-2013, 06:35 AM
Post: #277
RE: Online Support (PRO Online)
Well, yeah, i did a pull request on igorcalabria repo, and when he wants we'll be able to do one on the main hrydgard repo so we can use the lastest updates, (and most of all, the buildbot from orphis ^^). The goals i've wanted to reach are reached, now i may keep adding functionnalities, but i think i'll at the moment focus on adding functionnalities to the Mac OSX port since we can't even switch from full screen to windowed mode on it.

(If i don't get an answer from igorcalabria, i think i'll do a pull request directly on hrydgard repo, but since they may be a lot of changes between both, i don't know what will happen ^^)

Kyhel,
French Student
Thanks to all PPSSPP team for this amazing emulator !

Experimental PPSSPP Adhoc Support build here : http://forums.ppsspp.org/showthread.php?tid=3595&pid=59241#pid59241
Please read the whole post.
Find all posts by this user
11-25-2013, 06:56 AM (This post was last modified: 11-25-2013 06:57 AM by Ritori.)
Post: #278
RE: Online Support (PRO Online)
Ohh there really a lot of progress in one day Tongue

ohh about 32 bit broken thing
Quote:@Rizal : I tried to build for 32 bit, it does't work, i don't know why, but it doesn't, i get an error i don't know how to solve, sorry, you'll have to figure it by yourself Confused Furthermore, i got 9/10 builds and only the last one fails, i'm trying to get it working, but i don't know visual studio Confused

Maybe this commit is fault https://github.com/Kyhel/ppsspp/commit/a...f9aa5dd2f4

32 bit don't can't be build if you change PlatformToolset to Windows7.1SDK ( i got that problem before try build 32 bit when change PlatformToolset set to Windows7.1SDK). I only know that 32 bit only can be build if you change PlatFormToolset to 100v.

correct me if i'am wrong? Tongue

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
11-25-2013, 07:02 AM
Post: #279
RE: Online Support (PRO Online)
Success android build for this: https://github.com/igorcalabria/ppsspp/t...rt-windows

Testing Burnout. Connect to server. PPSSPP for windows try to connect, then it hang. Kyhel, can you share your full code or the related changes file code in zip. Tqs.
Find all posts by this user
11-25-2013, 07:11 AM (This post was last modified: 11-25-2013 07:20 AM by Kyhel.)
Post: #280
RE: Online Support (PRO Online)
@cyclonmaster http://forums.ppsspp.org/showthread.php?...1#pid59241 Tongue When you use a forum don't hesitate to look at old posts Wink

@Ritori if you look closer you can see this : <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">, i only modified it for x64, i made sure of that. Actually the error i get is this one : http://msdn.microsoft.com/en-us/library/....110).aspx and i can't get to know where i've made a mistake. I don't have the time to rebuild from scratch for now. And since i never tried to build for 32 bits, i really don't know what's happening. Btw, the error is happening at the very last part of the build, since the 9 first are built correctly, only the last one fails.

Kyhel,
French Student
Thanks to all PPSSPP team for this amazing emulator !

Experimental PPSSPP Adhoc Support build here : http://forums.ppsspp.org/showthread.php?tid=3595&pid=59241#pid59241
Please read the whole post.
Find all posts by this user
11-25-2013, 07:39 AM (This post was last modified: 11-25-2013 07:46 AM by RainX.)
Post: #281
RE: Online Support (PRO Online)
@Ritori PlatformToolSet what is that?Huh

BTW I am hoping that the build for 32 bit will available soon.
Find all posts by this user
11-25-2013, 07:47 AM
Post: #282
RE: Online Support (PRO Online)
@RainX Just a setting you have to change when building on 64 bits, it's the windows SDK you want to use.

Kyhel,
French Student
Thanks to all PPSSPP team for this amazing emulator !

Experimental PPSSPP Adhoc Support build here : http://forums.ppsspp.org/showthread.php?tid=3595&pid=59241#pid59241
Please read the whole post.
Find all posts by this user
11-25-2013, 07:47 AM
Post: #283
RE: Online Support (PRO Online)
(11-25-2013 07:39 AM)RainX Wrote:  @Ritori PlatformToolSet what is that?Huh

I don't what that stuff myself LOL Tongue read above post @Kyhel said everything Big Grin be patient @Kyhel will find a way how to fix it Big Grin

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
11-25-2013, 07:49 AM
Post: #284
RE: Online Support (PRO Online)
(11-25-2013 07:11 AM)Kyhel Wrote:  @cyclonmaster http://forums.ppsspp.org/showthread.php?...1#pid59241 Tongue When you use a forum don't hesitate to look at old posts Wink

@Ritori if you look closer you can see this : <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">, i only modified it for x64, i made sure of that. Actually the error i get is this one : http://msdn.microsoft.com/en-us/library/....110).aspx and i can't get to know where i've made a mistake. I don't have the time to rebuild from scratch for now. And since i never tried to build for 32 bits, i really don't know what's happening. Btw, the error is happening at the very last part of the build, since the 9 first are built correctly, only the last one fails.

lol... miss that one. This grow very fast Smile
Testing building for android and Windows right now. Thank you very much.
Find all posts by this user
11-25-2013, 08:02 AM (This post was last modified: 11-25-2013 08:32 AM by Kyhel.)
Post: #285
RE: Online Support (PRO Online)
@cyclonmaster You're welcome

Still trying to build 32 bits version, but i'm just searching the web for an answer since i don't know how windows compiling works (i don't know what a COFF file is, but i'll learn from the web). I re-downloaded the repo, still having the same problem. Going to try this on my fresh virtual machine, i'll keep you in touch.

EDIT : I managed to build for windows 32 bits on my VM, damn how i hate windows, you never know what causes the problem...
I'll post the 32 bits build as soon as i can, but seriously, i just followed the tutorial on "Compiling on windows for dummies" with my own repo and it's worked straight, i don't understand where you guys block Tongue

EDIT 2 : The 32 bits version of the emulator is now on the same folder as the others, tell me if it doesn't work

Kyhel,
French Student
Thanks to all PPSSPP team for this amazing emulator !

Experimental PPSSPP Adhoc Support build here : http://forums.ppsspp.org/showthread.php?tid=3595&pid=59241#pid59241
Please read the whole post.
Find all posts by this user
Thread Closed 


Forum Jump: