https://bugs.winehq.org/show_bug.cgi?id=37815
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED URL|http://onigiri.cyberstep.co |https://web.archive.org/web |m/ |/20141102061044/http://down | |load.getamped.com/US_Onigir | |i/clients/Onigiri_USsetup.e | |xe Keywords|Abandoned? | Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
the ticket can be safely abandoned. It's not possible to reproduce the problem with any version of the launcher anymore since the developers have abandoned the game. The CDN the launcher fetches files from is also dead.
Using Internet archive I've found the bootstrapper/launcher from the time frame the bug report was from:
https://web.archive.org/web/20141102061044/http://download.getamped.com/US_O...
$ sha1sum Onigiri_USsetup.exe c49677dd5ea252b61949b9a4e9acc496a0aee783 Onigiri_USsetup.exe
$ du -sh Onigiri_USsetup.exe 101M Onigiri_USsetup.exe
A way more recent capture from 2023 is the same (hashes match):
https://web.archive.org/web/20230303123048/http://download.getamped.com/US_O...
Starting the old launcher with Wine 1.6.2:
--- snip --- $ pwd /home/focht/.wine/drive_c/CyberStep/Onigiri_US
$ wine ./onigiri.exe
PCM file not found... C:/CyberStep/Onigiri_US/bin/pcmdata Audio Buffer frames = 6144 [gcml] WSAStartup [gcml] WSAStartup success [gcml] GCMLSetCallbackVoid(004011F0) [gcml] GCMLSetCallbackInt(00401220) KxrLoader Start URL : http://patch2.onigiri-online.com/patch/cobralaunch.kxr err:wininet:open_http_connection create_netconn failed: 12029 Done. HTTP StatusCode : -1 KxrLoader loading fault. try next. KxrLoader Start URL : http://patch2.onigiri-online.com/patch/cobralaunch1.kxr err:wininet:open_http_connection create_netconn failed: 12029 Done. HTTP StatusCode : -1 KxrLoader loading fault. try next. KxrLoader Start URL : http://patch2.onigiri-online.com/patch/cobralaunch2.kxr ^Cfixme:console:CONSOLE_DefaultHandler Terminating process 29 on event 0 [gcml] WSACleanup [gcml] WSACleanup success --- snip ---
The CDN host does resolve but is black holed. Interestingly that particular launcher file was captured by Internet Archive as well:
https://web.archive.org/web/*/http://patch2.onigiri-online.com/patch*
https://web.archive.org/web/20220622213541/http://patch2.onigiri-online.com/...
Using some trickery one could convince the launcher/bootstrapper to load the file locally after manual download (modified 'setup.ini' 'LAUNCHER' section in 'bin' folder):
--- snip --- [LABEL] title=Onigiri
[error] doublerun=The game is already running. updatebin=Failed to move update files. Please try restarting the game. dllnotfound=Important files are missing. Please reinstall. launcherror=Failed to read game resources. Please reinstall. launcherdlerror=Launcher download failed. Please try again later.
[LAUNCHER] ;url=http://patch2.onigiri-online.com/patch/cobralaunch.kxr%7Chttp://patch2.onigi... url=C:/CyberStep/Onigiri_US/pkg/cobralaunch.kxr --- snip ---
The launcher succeeds to start, even bringing up some UI. It tries to fetch additional files which fails:
--- snip --- ... [gcml] Start thread of GameClientMultiLauncher. [gcml] current=onigiri_us i=getamped2_us [gcml] current=onigiri_us i=cosmicbreak_us err:ole:CoGetClassObject class {66e4e4fb-f385-4dd0-8d74-a2efd1bc6178} not registered err:ole:CoGetClassObject no class object {66e4e4fb-f385-4dd0-8d74-a2efd1bc6178} could be created for context 0x1 [gcml] CoCreateInstance error waitForPackageLevel(0) , pkgmanager.level : -1 download scheduled lv:0 kxr:24 start... thread : null Download thread START. start download : conf ResumeDownloader start. URL:http://patch2.onigiri-online.com/patch/conf-011d.kxr dlfile:conf-011d.kxr.download scheduleDownload(0) done. window resized .... w:620 h:640 visible:1 fixme:d3d9:Direct3DShaderValidatorCreate9 stub SHADER GETTIME... 15 0 0 0 0 ... ResumeDownloader start. URL:http://patch2.onigiri-online.com/patch/conf-011d.kxr.2 dlfile:conf-011d.kxr.download err:wininet:open_http_connection create_netconn failed: 12029 urlreq done. status:-1 length:0 finished!! rename C:/CyberStep/Onigiri_US/pkg/conf-011d.kxr.download C:/CyberStep/Onigiri_US/pkg/conf-011d.kxr fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented Download failed... 3/3 err:(instance of Exception : 0x05668DD0) ... --- snip ---
Those additional files can't be found anymore (no captures by archive.org).
The user forums seem abandoned and there are some hints the original developers abandoned the game:
http://onigiri.cyberstep.com/_/forum/viewtopic.php?t=13430 http://onigiri.cyberstep.com/_/forum/viewtopic.php?t=13431
Regards